/* :root {
    --primary-color: #293857;
    --secondary-color: #f4d03f;
    --accent-color: #2c3e50;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --bg-light: #f8f9fa;
}

body {
    font-family: "poppins", sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background: #f5f7fa;
    font-variant-numeric: lining-nums;
}

html {
    scroll-padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/affiliate-program-banner-img.webp") center/cover
            no-repeat;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    position: relative;
    padding: 10px 0;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000070;
    z-index: 1;
}

.hero-section .container {
    z-index: 2;
}

.hero-image-container {
    position: relative;
    height: 100%;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2d3c69;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-title {
    font-size: 3.8rem;
    font-family: "Playfair Display";
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hero-title b {
    color: #f4d03f;
    text-shadow: 0 0 2px rgba(255, 223, 108, 0.6),
        0 0 0px rgba(255, 223, 108, 0.4);
    font-weight: 800;
}

.hero-section p:nth-of-type(2) {
    font-weight: 800;
}

.hero-section a {
    color: #fff;
    background-color: #2d3c69;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 11px 25px;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    border-radius: 21px;
    border: none;
    transition: background-color 0.2s ease, box-shadow 0.3s ease;
}

.hero-section a:hover {
    background-color: #d5c28b;
    color: #2d3c69;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
}

.hero-section .container div div div {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.container {
    max-width: 86% !important;
}

.container h2 {
    font-size: 62px;
    color: #293857;
    font-family: "Playfair Display" !important;
}

.container h2 span {
    color: #f4d03f;
}

#amcob-benefits-section {
    font-family: "poppins";
    background: #f5f7fa;
    min-height: 100vh;
    padding: 60px 20px;
    color: #1a1a1a;
}

#amcob-benefits-container {
    max-width: 900px;
    margin: 0 auto;
}

#amcob-benefits-header {
    text-align: center;
    margin-bottom: 60px;
}

#amcob-benefits-title {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #0d1b2a;
    margin-bottom: 12px;
}

#amcob-benefits-subtitle {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 400;
    letter-spacing: 0.3px;
}

#amcob-benefits-accent {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2c5aa0 0%, #1a3a6b 100%);
    margin: 24px auto 0;
    border-radius: 2px;
}

#amcob-benefits-accordion {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.amcob-benefits-item {
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.amcob-benefits-item:last-child {
    border-bottom: none;
}

.amcob-benefits-item:hover .amcob-benefits-item-header {
    background: #fafbfc;
}

.amcob-benefits-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    cursor: pointer;
    background: white;
    transition: background 0.2s ease;
    border-left: 3px solid transparent;
    min-height: 80px;
}

.amcob-benefits-item-header:hover {
    border-left-color: #293857;
}

.amcob-benefits-item-header.amcob-benefits-active {
    background: #f9fafb;
    border-left-color: #293857;
}

.amcob-benefits-header-content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.amcob-benefits-header-text {
    flex: 1;
}



.title {
    font-size: 62px;
    color: #293857;
    font-family: "Playfair Display" !important;
}

.title span {
    color: #f4d03f;
}

.amcob-benefits-item-toggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    color: #293857;
    font-weight: 600;
}

.amcob-benefits-item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fafbfc;
}

.amcob-benefits-item-content.amcob-benefits-active {
    max-height: 500px;
}

.amcob-benefits-item-body {
    padding: 0 32px 28px 88px;
    color: #4b5563;
    line-height: 1.7;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.growth-section {
    background: linear-gradient(135deg, #2d3c69, #2d3c69);
    padding: 100px 20px;
    margin: 60px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.shape-1 {
    position: absolute;
    top: -23%;
    left: -3%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    filter: blur(7px);
    background: rgb(255 255 255 / 7%);
    z-index: 1;
}

.shape-2 {
    position: absolute;
    bottom: -22%;
    right: -6%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(7px);
    background: rgb(255 255 255 / 7%);
    z-index: 1;
}

.growth-section h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.growth-section p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 400;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-amount {
    color: #2d3b68;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    font-family: "Playfair Display";
    font-variant: lining-nums;
    transition: all 0.3s ease;
}

.pricing-feature {
    color: #000 !important;
    font-size: 0.9rem !important;
    margin-bottom: 20px !important;
    font-family: "poppins";
}

.pricing-feature strong {
    color: #2d3b68 !important;
}

.pricing-featre {
    color: #2d3b68 !important;
    font-size: 1.2rem !important;
    margin-bottom: 10px !important;
    font-family: "poppins";
}

.pricing-feature i {
    color: #2d3b68;
}

.btn-pricing {
    background-color: #d5c28b;
    border-color: #d5c28b;
    color: #2d3b68;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Poppins";
}

.btn-pricing:hover {
    background-color: #2d3b68;
    border-color: #2d3b68;
    transform: translateY(-2px);
    color: #fff;
}
.pricing-col.monthly {
    max-width: 414px;
}

@media (max-width: 768px) {
    #amcob-benefits-container {
        max-width: 100%;
    }

    #amcob-benefits-title {
        font-size: 1.8rem;
    }

    .amcob-benefits-item-header {
        padding: 18px 20px;
        min-height: auto;
    }

    .amcob-benefits-header-title {
        font-size: 0.95rem;
    }

    .amcob-benefits-item-body {
        padding: 0 20px 24px 72px;
        font-size: 0.9rem;
    }

    .hero-section .container div div div {
        gap: 10px;
        flex-direction: column;
        margin-top: 20px;
    }

    .container h2,
    .title,
    .growth-section h1 {
        font-size: 42px;
    }

    .container {
        max-width: 100% !important;
    }

    .hero-title {
        font-size: 3.6rem;
    }

    .col-lg-4.col-md-6.pricing-col.monthly {
        padding: 0;
    }
    .flex.row.center.justify-content-center {
        padding: 0;
    }
}

@media (max-width: 480px) {
    #amcob-benefits-title {
        font-size: 1.5rem;
    }

    .amcob-benefits-item-header {
        padding: 16px;
    }

    .amcob-benefits-header-text {
        gap: 8px;
    }

    .amcob-benefits-header-title {
        font-size: 0.9rem;
    }

    .amcob-benefits-item-body {
        padding: 0 16px 20px 60px;
        font-size: 0.85rem;
    }

    .hero-section {
        min-height: 470px;
    }

    .hero-title {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 10px;
    }

    .subHeading {
        font-size: 16px;
    }

    .hero-sub-title {
        font-size: 14px;
        margin: 0;
        text-align: center;
    }
    .btn-pricing {
        font-size: 0.8rem;
        padding: 0.5rem 0.5rem;
    }
    .growth-section p {
        font-size: 1rem;
    }
    .pricing-amount {
        font-size: 1.5rem;
    }
    .container h2,
    .title,
    .growth-section h1 {
        font-size: 32px;
    }
} */

:root {
    --emerald-50: #a6b6d0;
    --emerald-100: #a6b6d0;
    --emerald-600: #2d3b68;
    --emerald-700: #2d3b68;
    --teal-700: #2d3b68;
    --slate-50: #f8fafc;
    --slate-100: #f1f5f9;
    --slate-200: #e2e8f0;
    --slate-300: #cbd5e1;
    --slate-400: #94a3b8;
    --slate-500: #64748b;
    --slate-600: #475569;
    --slate-700: #334155;
    --slate-800: #1e293b;
    --slate-900: #0f172a;
    --slate-950: #020617;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: "poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(
        to bottom right,
        var(--slate-50),
        var(--white),
        #eff6ff
    );
    color: var(--slate-700);
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Hero Section */
.hero {
    padding-top: 8rem;
    padding-bottom: 5rem;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 70%), rgba(0, 0, 0, 70%)),
        url("../images/affiliate-program-banner-img.webp") center/cover
            no-repeat;
}

/*
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--emerald-50);
    color: var(--emerald-700);
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.hero-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--emerald-600);
    border-radius: 50%;
    animation: pulse 2s infinite;
} */

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 80px;
}

.hero h1 span {
    background: linear-gradient(to right, #c3b586, #d3c38f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 2.7rem;
    line-height: 0;
}

.hero p {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 2.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.btn-primary {
    padding: 0.7rem 2rem;
    background: linear-gradient(to right, #2d3b68, #2d3b68);
    border: none;
    color: var(--white);
    border-radius: 10.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    transform: translateY(0);
    text-decoration: none;
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.205);
}

.btn-secondary {
    padding: 1rem 2rem;
    background-color: var(--white);
    color: var(--slate-700);
    border: 2px solid var(--slate-200);
    border-radius: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-secondary:hover {
    border-color: var(--emerald-600);
}

/* Section Styles */
section {
    padding: 5rem 1rem;
}

.section-title {
    text-align: center;
    font-size: 64px;
    font-weight: 900;
    font-family: "Playfair Display", serif;
    color: #293857;
    margin-bottom: 40px;
    position: relative;
}

.section-subtitle {
    font-size: 1.25rem;
    color: var(--slate-600);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Why Join Section */
.why-join {
    background-color: var(--white);
}

/* Benefits Grid */
.benefits {
    background: linear-gradient(to bottom right, var(--slate-50), #eff6ff);
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.benefit-card {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid var(--slate-100);
    transition: all 0.3s;
    transform: translateY(0);
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(to bottom right, var(--emerald-100), #a6b6d0);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--emerald-600);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--slate-900);
    margin-bottom: 0.75rem;
}

.benefit-description {
    color: var(--slate-600);
    line-height: 1.7;
}

/* Expert Feature Section */
.expert-feature {
    background: linear-gradient(
        to bottom right,
        var(--emerald-600),
        var(--teal-700)
    );
    color: var(--white);
}

.expert-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.expert-grid-h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 900;
    font-family: "Playfair Display", serif;
    color: #ffffff;
    margin-bottom: 60px;
}

.expert-content h2 {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.expert-content p {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.expert-content .btn-primary {
    border: 2px solid #fff;
}

.feature-list {
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.feature-icon {
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.feature-text h4 {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.feature-text p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}

.expert-card {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.expert-card h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.who-for-section-para {
    text-align: center;
}

.expert-area {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
}

ol,
ul {
    padding-left: 1rem !important;
}

.expert-area::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--white);
    border-radius: 50%;
}

.feature-text-h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.expert-note {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.875rem;
    color: #fff;
}

/* Featured Experts */
.featured-experts {
    background-color: var(--white);
}

.experts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.expert-profile {
    background: linear-gradient(to bottom right, var(--slate-50), #eff6ff);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid var(--slate-100);
    transition: all 0.3s;
    transform: translateY(0);
}

.expert-profile:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.expert-image {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.5rem;
    border: 4px solid var(--white);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.expert-name {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--slate-900);
    margin-bottom: 0.25rem;
}

.expert-title {
    color: var(--emerald-600);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.expert-expertise {
    font-size: 0.875rem;
    color: var(--slate-500);
    font-weight: 500;
    margin-bottom: 1rem;
}

.expert-bio {
    color: var(--slate-600);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.btn-full {
    width: 100%;
    padding: 0.75rem;
    background: linear-gradient(to right, var(--emerald-600), var(--teal-700));
    color: var(--white);
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-full:hover {
    box-shadow: 0 10px 15px -3px #2d3b6862;
}

.btn-dark {
    padding: 0.7rem 2rem;
    background: linear-gradient(to right, #2d3b68, #2d3b68);
    border: none;
    color: var(--white);
    border-radius: 10.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    transform: translateY(0);
}

.btn-dark:hover {
    background-color: var(--slate-800);
}

/* Who This Is For */
.who-for {
    background: linear-gradient(to bottom right, var(--slate-50), #eff6ff);
}

.who-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.who-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background-color: var(--white);
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.who-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(
        to bottom right,
        var(--emerald-600),
        var(--teal-700)
    );
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    flex-shrink: 0;
}

.who-text {
    font-size: 1.125rem;
    color: var(--slate-700);
    font-weight: 500;
    margin: 0 !important;
}

/* Pricing CTA */
.pricing {
    background: #2d3b68;
    color: var(--white);
    text-align: center;
}

.pricing h2 {
    color: var(--white);
}

.pricing p {
    color: var(--slate-300);
}

.pricing-card {
    background-color: #fff;
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 600px;
    margin: 40px auto 2rem auto;
}

.price {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
}

.price span:first-child {
    color: #2d3b68;
    font-size: 32px;
}

.price span:last-child {
    color: #ffbf00;
    font-size: 42px;
}

.price-subtitle {
    color: var(--emerald-400);
    font-weight: 600;
    margin-bottom: 2rem;
}

.pricing-features {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 2rem;
    justify-items: center;
}

.pricing-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #000;
}

.pricing-feature i {
    color: var(--emerald-400);
}

.btn-xl {
    padding: 1.25rem 3rem;
    background: #ffbf00;
    color: #333;
    border: none;
    border-radius: 0.75rem;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    transform: translateY(0);
    text-decoration: none;
    display: inline-block;
}

.btn-xl:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px #2d3b6862;
}
#becomeExpertModal .modal-dialog {
    max-width: 992px;
}

/* Media Queries */
@media (min-width: 768px) {
    .hero h1 {
        font-size: 4.5rem;
    }

    .hero-cta {
        flex-direction: row;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .expert-grid {
        grid-template-columns: 1fr 1fr;
    }

    .experts-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .who-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero h1 {
        font-size: 5.5rem;
    }
}
@media (max-width: 480px) {
    .hero h1,
    .hero h1 span {
        font-size: 30px !important;
        line-height: 1.3em !important;
    }
    .section-title {
        font-size: 36px;
    }
    .price {
        font-size: 24px;
    }
    .pricing-card {
        padding: 20px 20px 40px 20px;
    }
    .btn-xl {
        font-size: 14px;
        padding: 8px 15px;
    }
    .btn-primary {
        padding: 10px 20px;
        font-size: 16px;
        max-width: max-content;
        margin: auto;
    }
    .hero p {
        font-size: 16px;
    }
    .section-subtitle {
        font-size: 16px;
    }
    .price span:first-child {
        font-size: 20px;
    }
    .price span:last-child {
        font-size: 22px;
    }
}
