.ab-container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 65px 0px !important;
}
        }

        .ab-section-header {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 1.25rem;
            padding-left: 0.5rem;
        }

        .ab-section-line {
            width: 2rem;
            height: 1px;
            background-color: #d1d5db;
        }

        .ab-section-title {
            font-size: 0.75rem;
            font-weight: 700;
            color: #9ca3af;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .ab-card {
            background-color: #ffffff;
            border-radius: 1rem;
            box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(243, 244, 246, 0.5);
            padding: 1.5rem;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .ab-card:hover {
            box-shadow: 0 12px 30px -4px rgba(0, 0, 0, 0.08);
            transform: translateY(-2px);
        }

        .ab-card-gradient-top {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(to right, #14b8a6, #06b6d4);
            opacity: 0.9;
            transition: opacity 0.3s ease;
        }

        .ab-card:hover .ab-card-gradient-top {
            opacity: 1;
        }

        .ab-profile-layout {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
        }

        @media (min-width: 768px) {
            .ab-profile-layout {
                flex-direction: row;
                align-items: flex-start;
                gap: 2rem;
            }
        }

        .ab-avatar-wrapper {
            position: relative;
            flex-shrink: 0;
            display: block;
            margin-top: 0.5rem;
        }

        .ab-avatar-img {
            width: 12rem;
            height: 12rem;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #ffffff;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            position: relative;
            z-index: 10;
            transition: all 0.3s ease;
        }

        .ab-avatar-wrapper:hover .ab-avatar-img {
            transform: scale(1.05);
            border-color: #f0fdfa;
        }

        .ab-avatar-glow {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top right, #ccfbf1, #ecfeff);
            border-radius: 50%;
            filter: blur(20px);
            transform: scale(1.1);
            z-index: 0;
            opacity: 0.6;
            transition: all 0.5s ease;
        }

        .ab-avatar-wrapper:hover .ab-avatar-glow {
            opacity: 1;
            transform: scale(1.25);
        }

        .ab-info-content {
            flex: 1;
            width: 100%;
            text-align: center;
        }

        @media (min-width: 768px) {
            .ab-info-content {
                text-align: left;
            }
        }

        .ab-info-header {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-bottom: 0.75rem;
        }

        @media (min-width: 768px) {
            .ab-info-header {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
        }

        .ab-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 0.25rem;
            letter-spacing: -0.025em;
        }

        .ab-name a {
            transition: color 0.2s ease;
        }

        .ab-name a:hover {
            color: #0d9488;
        }

        .ab-role-badge {
            font-size: 0.875rem;
            font-weight: 500;
            color: #0d9488;
            background-color: #f0fdfa;
            display: inline-block;
            padding: 0.125rem 0.625rem;
            border-radius: 9999px;
        }

        .ab-bio-text {
            color: #4b5563;
            font-size: 15px;
            line-height: 1.625;
            margin-top: 1rem;
            margin-bottom: 1.5rem;
        }

        .ab-social-links {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.625rem;
        }

        @media (min-width: 768px) {
            .ab-social-links {
                justify-content: flex-start;
            }
        }

        .ab-social-icon {
            width: 2.25rem;
            height: 2.25rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: #f9fafb;
            color: #6b7280;
            font-size: 1.125rem;
            transition: all 0.3s ease;
        }

        .ab-social-icon.twitter:hover {
            background-color: #14b8a6;
            color: #ffffff;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
        
        .ab-social-icon.linkedin:hover {
            background-color: #0d9488;
            color: #ffffff;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }

        .ab-social-icon.instagram:hover {
            background-color: #db2777;
            color: #ffffff;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
        
        .ab-social-icon.github:hover, .ab-social-icon.website:hover {
            background-color: #f0fdfa;
            color: #0d9488;
        }

        .ab-multi-header {
            margin-bottom: 2rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #f3f4f6;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .ab-multi-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #111827;
            display: flex;
            align-items: center;
            gap: 0.625rem;
            letter-spacing: -0.025em;
        }

        .ab-multi-icon-box {
            padding: 0.375rem;
            background-color: #f0fdfa;
            border-radius: 0.5rem;
        }
        
        .ab-multi-icon-box i {
            color: #0d9488;
            font-size: 1.25rem;
        }

        .ab-authors-list {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .ab-divider-wrapper {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ab-divider {
            width: 100%;
            height: 1px;
            background-color: #f3f4f6;
        }

        .ab-trust-footer {
            margin-top: 2rem;
            padding-top: 1.25rem;
            border-top: 1px solid #f3f4f6;
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.75rem;
        }

        @media (min-width: 768px) {
            .ab-trust-footer {
                grid-template-columns: 1fr 1fr;
            }
        }

        .ab-trust-card {
            display: flex;
            align-items: center;
            gap: 1rem;
            text-align: left;
            padding: 0.75rem;
            border-radius: 0.75rem;
            background-color: transparent;
            border: 1px solid transparent;
            transition: all 0.3s ease;
        }

        .ab-trust-card:hover {
            background-color: rgba(240, 253, 250, 0.5);
            border-color: rgba(204, 251, 241, 0.5);
        }

        .ab-trust-icon-wrapper {
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            background-color: rgba(240, 253, 250, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: transform 0.3s ease, background-color 0.3s ease;
        }

        .ab-trust-card:hover .ab-trust-icon-wrapper {
            transform: scale(1.1);
            background-color: #ccfbf1;
        }

        .ab-trust-icon-wrapper i {
            font-size: 1.25rem;
            color: #0d9488;
        }

        .ab-trust-text {
            font-size: 0.875rem;
            font-weight: 500;
            color: #374151;
            line-height: 1.25;
        }

        .ab-trust-text strong {
            color: #111827;
            font-weight: 700;
            transition: color 0.3s ease;
        }

        .ab-trust-card:hover .ab-trust-text strong {
            color: #0f766e;
        }

        .ab-reviewer-avatar-box {
            position: relative;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        .ab-trust-card:hover .ab-reviewer-avatar-box {
            transform: scale(1.05);
        }

        .ab-reviewer-img-small {
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #ffffff;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        }

        .ab-reviewer-badge-small {
            position: absolute;
            bottom: -4px;
            right: -4px;
            background-color: #ffffff;
            border-radius: 50%;
            padding: 2px;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            border: 1px solid #f9fafb;
        }

        .ab-reviewer-badge-small i {
            color: #14b8a6;
            font-size: 12px;
        }

        .ab-reviewer-info {
            display: flex;
            flex-direction: column;
        }

        .ab-reviewer-label {
            font-size: 0.75rem;
            color: #6b7280;
            text-transform: uppercase;
            letter-spacing: 0.025em;
            font-weight: 600;
        }

        .ab-reviewer-name-small {
            font-size: 0.875rem;
            font-weight: 700;
            color: #111827;
            transition: color 0.3s ease;
        }

        .ab-trust-card:hover .ab-reviewer-name-small {
            color: #0f766e;
        }
        .modal-overlay {
            position: fixed;
            inset: 0;
            z-index: 50;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            background-color: rgba(17, 24, 39, 0.4);
            backdrop-filter: blur(4px);
            transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            pointer-events: none;
        }

        .modal-overlay.active {
            opacity: 1;
            pointer-events: auto;
        }

        .modal-content {
            background-color: #ffffff;
            border-radius: 1rem;
            width: 100%;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            overflow: auto;
            position: relative;
            border: 1px solid #f3f4f6;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transform: scale(0.95) translateY(15px);
            max-width: 50%;
            max-height: 75%;
        }

        .modal-overlay.active .modal-content {
            transform: scale(1) translateY(0);
        }

        .ab-modal-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            color: #9ca3af;
            padding: 0.5rem;
            border-radius: 50%;
            transition: all 0.2s ease;
            z-index: 10;
            background: #ff000000;
        }

        .ab-modal-close:hover {
            color: #1f2937;
        }

        .ab-modal-body {
            padding: 2rem;
        }

        .ab-modal-icon-lg {
            width: 3.5rem;
            height: 3.5rem;
            border-radius: 1rem;
            background-color: #f0fdfa;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.25rem;
            transform: rotate(3deg);
        }

        .ab-modal-icon-lg i {
            font-size: 1.875rem;
            color: #14b8a6;
            transform: rotate(-3deg);
        }

        .ab-modal-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 0.75rem;
            letter-spacing: -0.025em;
        }

        .ab-modal-text {
            color: #4b5563;
            font-size: 15px;
            line-height: 1.625;
            margin-bottom: 1.5rem;
        }

        .ab-modal-list-box {
            background-color: rgba(249, 250, 251, 0.5);
            border-radius: 0.75rem;
            padding: 1.25rem;
            border: 1px solid #f3f4f6;
            margin-bottom: 2rem;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .ab-modal-list-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .ab-modal-list-icon {
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 50%;
            background-color: #ccfbf1;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .ab-modal-list-icon i {
            font-size: 0.875rem;
            color: #0d9488;
        }

        .ab-modal-list-text {
            font-size: 0.875rem;
            font-weight: 500;
            color: #374151;
        }

        .ab-modal-btn {
            width: 100%;
            padding: 0.75rem;
            background-color: #111827;
            color: #ffffff;
            font-weight: 600;
            border-radius: 0.75rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }

        .ab-modal-btn:hover {
            background-color: #1f2937;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        /* Reviewer Modal Specific */
        .ab-modal-reviewer-header {
            display: flex;
            align-items: center;
            gap: 1.25rem;
            margin-bottom: 1.5rem;
            background-color: rgba(240, 253, 250, 0.5);
            margin: -2rem -2rem 0 -2rem;
            padding: 2rem;
            border-bottom: 1px solid rgba(243, 244, 246, 0.8);
        }

        .ab-modal-reviewer-avatar {
            position: relative;
        }

        .ab-modal-reviewer-img-lg {
            width: 5rem;
            height: 5rem;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid #ffffff;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }

        .ab-modal-reviewer-badge-lg {
            position: absolute;
            bottom: -4px;
            right: -4px;
            background-color: #ffffff;
            border-radius: 50%;
            padding: 4px;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        }
        
        .ab-modal-reviewer-badge-lg i {
            color: #14b8a6;
            font-size: 1.125rem;
        }

        .ab-modal-reviewer-name-lg {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
            letter-spacing: -0.025em;
        }

        .ab-modal-reviewer-title {
            font-size: 15px;
            font-weight: 600;
            color: #0d9488;
            margin-top: 0.25rem;
        }

        .ab-modal-reviewer-cert {
            font-size: 0.75rem;
            color: #6b7280;
            display: flex;
            align-items: center;
            gap: 0.375rem;
            margin-top: 0.5rem;
            font-weight: 500;
        }

        .ab-modal-subtitle {
            font-weight: 700;
            color: #111827;
            margin-bottom: 0.5rem;
            font-size: 1.125rem;
            padding-top: 2rem;
        }

        .ab-modal-info-box {
            background-color: rgba(239, 246, 255, 0.5);
            border-radius: 0.75rem;
            padding: 1rem;
            border-left: 4px solid #60a5fa;
            margin-bottom: 2rem;
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .ab-modal-info-icon {
            font-size: 1.25rem;
            color: #3b82f6;
            margin-top: 0.125rem;
            flex-shrink: 0;
        }

        .ab-modal-info-text {
            font-size: 13px;
            color: #4b5563;
            line-height: 1.625;
            font-weight: 500;
        }
        
        /* Utility */
        .ab-hidden-mobile {
            display: none;
        }
        @media (min-width: 768px) {
            .ab-hidden-mobile {
                display: block;
            }
        }
        @media (max-width: 768px) {
         .modal-content {
            max-width: 95%;
            max-height: 75%;
        }
        .ab-modal-reviewer-header, .ab-modal-info-box {
            flex-direction: column;
        }
        }
.ab-name a {
    color: black;
}
.ab-social-links a {
    color: #6b7280 !important;
}