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

body {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background: #f6f8fa;
}

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

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)),
        url("../images/JoinAMCOBBannerWebsite.webp") center/cover no-repeat;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.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: 5.6rem;
    font-family: fantasy;
    letter-spacing: 1px;
    font-weight: 300;
    color: #d5c28b;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.subHeading {
    font-size: 24px;
    font-family: "poppins";
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 28px;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 24px;
}

#diffSubHeading {
    backdrop-filter: blur(6px);
    padding: 60px;
    font-weight: 400;
    font-size: 22px;
    background-color: #00000052;
    margin-bottom: -40px;
    border-left: 4px solid khaki;
}

.subHeading span svg {
    width: 24px;
    fill: #fff;
    margin-top: -8px;
    margin-right: 10px;
}

.container {
    max-width: 86%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.container h2 {
    font-size: 62px;
    color: #0b1647;
    font-family: "Playfair Display" !important;
    text-align: center;
    font-weight: 800;
}

#sec2 {
    background-color: #fff;
    padding: 5em 0;
}

#sec2 h3 {
    text-align: center;
    font-family: "poppins";
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}

#sec2 p {
    color: #2d2d2d;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    font-family: "poppins";
    text-align: center;
    /* max-width: 70%; */
    margin: auto;
}

#sec2 .gainBoxes h3 {
    margin-bottom: 10px;
}

#sec2 .gainBoxes {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
}

#sec2 .gainBoxes .gainBox {
    flex: 1;
    background-color: #a6b6d073;
    align-content: center;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: -4px 4px 0px #a6b6d0;
    transition: all 0.3s ease-in-out;
}

#sec2 .gainBoxes .gainBox:hover {
    box-shadow: -4px 4px 0px #0b1647;
}

#sec3 {
    padding: 5em 0;
}

#sec3 .contentBoxes {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
}

#sec3 .contentBoxes .contentbox {
    flex: 1;
    background-color: #a6b6d073;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: -4px 4px 0px #a6b6d0;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

#sec3 .contentBoxes .contentbox:hover {
    box-shadow: -4px 4px 0px #0b1647;
}

#sec3 .contentBoxes .contentbox svg {
    fill: #0b1647;
    background: #a6b6d0;
    width: 50px;
    height: 50px;
    padding: 13px;
    border-radius: 18px;
    margin-bottom: 15px;
}

#sec3 .contentBoxes .contentbox h3.benefitText {
    font-family: "poppins";
    font-weight: 600;
    font-size: 20px;
}

#sec3 .contentBoxes .contentbox p {
    font-size: 16px;
    margin-top: 15px;
    font-family: "Poppins";
    font-weight: 400;
}

#sec4 {
    background: #fff;
    padding: 5em 0;
}

#sec4 .container-boxes {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
}

#sec4 .container-boxes .box {
    flex: 1;
    background-color: #a6b6d073;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: -4px 4px 0px #a6b6d0;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

#sec4 .container-boxes .box:hover {
    box-shadow: -4px 4px 0px #0b1647;
}

#sec4 .container-boxes .box h3 {
    font-family: "poppins";
    font-weight: 600;
    font-size: 22px;
}

#sec4 .container-boxes .box p {
    font-size: 16px;
    margin-top: 15px;
    font-family: "Poppins";
    font-weight: 400;
}

#sec5 {
    padding: 5em 0;
}

#sec5 p {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    text-align: center;
    width: 70%;
    margin: 10px auto;
}

#sec6 {
    padding: 5em 0;
    background-color: #fff;
}

#sec6 p {
    font-size: 22px;
    font-family: "Poppins";
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: auto;
}

#sec7 {
    padding: 5em 0;
}

#sec7 .container a {
    background: #293857;
    color: white;
    border: none;
    text-align: center;
    padding: 16px 32px;
    width: 18%;
    margin: auto;
    font-size: 1rem;
    font-weight: 600;
    font-family: "poppins";
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(44, 90, 160, 0.25);
    letter-spacing: 0.5px;
    text-decoration: none;
}

#sec7 .container a:hover {
    box-shadow: 0 12px 32px rgba(44, 90, 160, 0.35);
}
*/ h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
}

h1 span,
h2 span {
    color: #f4d03f;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
    line-height: 1.6;
    color: #2d3748;
    background: #f7fafc;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)),
        url("../images/JoinAMCOBBannerWebsite.webp") center/cover no-repeat;
    color: white;
    padding: 100px 20px 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
} */

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 3.5em;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.hero h2 {
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 30px;
    opacity: 0.95;
}

.hero-description {
    font-size: 1.25em;
    line-height: 1.8;
    margin-bottom: 20px;
    opacity: 0.9;
}

.hero-solution {
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.section {
    padding: 80px 20px;
}

.section-title {
    font-size: 62px;
    color: #293857;
    font-family: "Playfair Display" !important;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 1.3em;
    text-align: center;
    color: #64748b;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.gain-intro {
    background: white;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    border-left: 6px solid #293857;
}

.gain-intro h3 {
    font-size: 2em;
    color: #293857;
    margin-bottom: 30px;
    font-weight: 700;
}

.gain-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.gain-item {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 35px;
    border-radius: 15px;
    border: 2px solid #29385727;
    transition: all 0.3s ease;
}

.gain-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
    border-color: #293857;
}

.gain-item h4 {
    font-size: 1.5em;
    color: #293857;
    margin-bottom: 15px;
    font-weight: 700;
}

.gain-item p {
    font-size: 1.1em;
    color: #475569;
    line-height: 1.7;
}

.gain-tagline {
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    color: #293857;
    font-style: italic;
    margin-top: 20px;
}

.what-makes-different {
    background: white;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.difference-card {
    margin-bottom: 50px;
    padding-left: 30px;
    border-left: 4px solid #293857;
}

.difference-card:last-child {
    margin-bottom: 0;
}

.difference-card h3 {
    font-size: 1.8em;
    color: #293857;
    margin-bottom: 15px;
    font-weight: 700;
}

.difference-card p {
    font-size: 1.15em;
    color: #293857;
    line-height: 1.8;
}

.membership-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 20px;
}

.membership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.membership-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 5px solid #293857;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.membership-card a.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #293857 0%, #293857 100%);
    color: white;
    padding: 12px 60px;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.membership-card:hover {
    transform: translateY(-10px);
    background: linear-gradient(135deg, #293857 0%, #293857 0.3);
}

.membership-card h3 {
    font-size: 1.8em;
    color: #293857;
    margin-bottom: 20px;
    font-weight: 700;
}

.membership-card p {
    font-size: 1.1em;
    color: #64748b;
    line-height: 1.7;
    flex: 1;
}

.special-section {
    background: linear-gradient(135deg, #293857 0%, #293857 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
    border-radius: 20px;
    margin: 80px 20px;
}

.special-section h2 {
    font-size: 62px;
    color: #ffffff;
    font-family: "Playfair Display" !important;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.special-section p {
    font-size: 1.3em;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 30px;
}

.special-section .highlight {
    font-size: 1.5em;
    font-weight: 700;
    font-style: italic;
    margin-top: 30px;
}

.final-cta {
    background: white;
    padding: 80px 40px;
    text-align: center;
}
.final-cta .container {
    display: flex;
    align-items: center;
}
.final-cta h2 {
    font-size: 62px;
    color: #293857;
    font-family: "Playfair Display" !important;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.final-cta p {
    font-size: 1.3em;
    color: #475569;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #293857 0%, #293857 100%);
    color: white;
    padding: 20px 60px;
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
    border: none;
    cursor: pointer;
    max-width: max-content;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px #2938573a;
    background: linear-gradient(135deg, #293857 0%, #293857 100%);
}

@media (max-width: 968px) {
    .hero h1 {
        font-size: 2.5em;
    }

    .gain-grid,
    .membership-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 50px 20px;
    }

    .gain-intro,
    .what-makes-different {
        padding: 35px 25px;
    }
}

@media (max-width: 640px) {
    .hero h1 {
        font-size: 2em;
    }

    .hero h2 {
        font-size: 1.3em;
    }

    .section-title {
        font-size: 2em;
    }
}
@media (max-width: 480px) {
    .final-cta h2 {
        font-size: 36px;
    }
    .cta-button {
        padding: 10px 30px;
        font-size: 16px;
    }
    .special-section h2 {
        font-size: 36px;
    }
    .special-section .highlight {
        font-size: 18px;
    }
    .container h2 {
        font-size: 36px;
    }
    .hero-description {
        font-size: 18px;
    }
}
