/* =========================================================
   GLOBAL
========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--text);
    background: var(--white);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1300px;
}


/* =========================================================
   HERO
========================================================= */

.ielts-hero {
    background: var(--primary);
    overflow: hidden;
    background-image: url(../uploads/ielts-bg.png);
    background-size: cover;
}

.hero-content {
    min-height: 520px;
    padding: 85px 0px 30px 80px;
    color: var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-small-title {
    display: inline-block;
    color: var(--secondary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.hero-content h1 {
    font-size: clamp(42px, 4vw, 64px);
    line-height: 1;
    font-weight: 900;
    margin-bottom: 14px;
}

.hero-content h1 span {
    color: var(--secondary);
}

.hero-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.hero-content>p {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(138, 42, 60, 0.9);
    margin-bottom: 28px;
}


/* BUTTONS */

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.fill-btn {
    width: max-content;
    height: 100%;
    text-align: center;
    align-items: center;
    position: relative;
}

.btn-gold:hover {
    background: var(--secondary-dark);
    border-color: var(--secondary-dark);
    color: var(--primary);
}

.btn-outline-light {
    border: 2px solid rgba(138, 42, 60, 0.9);
    color: var(--primary);
    font-weight: 600;
    border-radius: 7px;
    width: max-content;
    height: 100%;
}

.btn-outline-light:hover {
    background: var(--primary);
    color: var(--white);
}


/* ACCEPTED CARD */

.accepted-card {
    position: absolute;
    right: 35px;
    top: 45px;
    width: 250px;
    background: rgba(255, 255, 255, 0.97);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.accepted-card h5 {
    color: var(--primary);
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

.accepted-card h5 span {
    height: 2px;
    width: 30px;
    background: var(--gold);
}

.accepted-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accepted-card li {
    font-size: 12px;
    margin-bottom: 10px;
    color: #444;
}

.accepted-card li i {
    color: var(--primary);
    margin-right: 7px;
}

.ielts-logo-text {
    border-top: 1px solid #ddd;
    padding-top: 13px;
    margin-top: 15px;
    font-size: 30px;
    color: #d9272e;
    font-weight: 900;
}

.ielts-logo-text small {
    display: block;
    font-size: 6px;
    color: #555;
    letter-spacing: 0.5px;
}


/* =========================================================
   WHY SECTION
========================================================= */

.why-section {
    padding: 80px 0;
    background: var(--white);
}

.section-heading>span,
.section-title>span {
    color: var(--secondary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.section-heading h2 {
    font-size: 25px;
    line-height: 1.35;
    font-weight: 800;
    margin: 13px 0 22px;
    color: var(--primary);
}

.section-heading h2 strong {
    color: var(--secondary-dark);
}

.check-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.check-list li {
    font-size: 13px;
    margin-bottom: 11px;
    font-weight: 500;
}

.check-list i {
    color: var(--secondary);
    margin-right: 8px;
}


/* BAND */

.band-area {
    padding-left: 30px;
    border-left: 1px solid #ddd;
}

.band-area .section-heading {
    margin-bottom: 25px;
}

.band-card {
    text-align: center;
    /* padding: 18px 5px; */
}

.band-card .band-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 800;
}

.band-card small {
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-top: -25px;
    margin-bottom: 25px;
}

.band-card p {
    font-size: 11px;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
}

.band-6 {
    color: #df5260;
}

.band-65 {
    color: #e59627;
}

.band-7 {
    color: #36a56b;
}

.band-75 {
    color: #1765bd;
}

.band-8 {
    color: #7543a6;
}


/* QUOTE */

.quote-box {
    background: #f5f6f7;
    border-radius: 12px;
    margin-top: 25px;
    padding: 18px 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.quote-box i {
    color: var(--primary);
    font-size: 35px;
}

.quote-box p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   MODULES
========================================================= */

.modules-section {
    padding: 75px 0;
    background: var(--white);
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 28px;
    margin: 8px 0 12px;
    font-weight: 900;
    color: var(--primary);
}

.section-title h2 strong {
    color: var(--gold);
}

.title-line {
    width: 45px;
    height: 3px;
    background: var(--gold);
    margin: auto;
}

.module-card {
    height: 100%;
    border: 1px solid var(--border);
    padding: 27px 23px;
    border-radius: 12px;
    transition: 0.3s ease;
}

.module-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.module-icon {
    width: 50px;
    height: 50px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-bottom: 18px;
}

.module-icon.red {
    color: #df4653;
    border: 1px solid #df4653;
}

.module-icon.green {
    color: #269b62;
    border: 1px solid #269b62;
}

.module-icon.blue {
    color: #1767bd;
    border: 1px solid #1767bd;
}

.module-icon.purple {
    color: #7b48a5;
    border: 1px solid #7b48a5;
}

.module-card h4 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 12px;
}

.module-card p {
    color: #666;
    font-size: 11px;
    line-height: 1.65;
}

.module-card a {
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   DETAILS
========================================================= */

.details-section {
    padding: 65px 0;
    background: #f6f7f7;
}

.detail-box {
    height: 100%;
}

.detail-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 23px;
}

.detail-title h3 {
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
    margin: 0;
}

.detail-title span {
    width: 35px;
    height: 2px;
    background: var(--gold);
}

.detail-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.detail-box li {
    font-size: 12px;
    margin-bottom: 12px;
}

.detail-box li i {
    color: var(--primary);
    margin-right: 9px;
}


/* BATCH */

.batch-card {
    background: var(--white);
    border: 1px solid #e3e3e3;
    padding: 15px;
    margin-bottom: 9px;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 45px 1fr auto;
    align-items: center;
    gap: 10px;
}

.batch-icon {
    color: var(--gold);
    font-size: 25px;
    text-align: center;
}

.batch-card strong {
    display: block;
    color: #064c87;
    font-size: 12px;
}

.batch-card small {
    display: block;
    font-size: 9px;
    margin-top: 4px;
    color: #555;
}

.batch-card b {
    font-size: 10px;
    font-weight: 600;
}


/* MATERIAL */

.material-list i {
    color: #31a660 !important;
}


/* =========================================================
   RESULTS
========================================================= */

.results-section {
    padding: 75px 0;
    background: var(--white);
}

.student-result {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    text-align: center;
}

.student-result img {
    height: 90px;
    width: auto;
    border-radius: 7px;
    object-fit: contain;
    border: 1px solid var(--secondary);
}

.student-result strong {
    display: block;
    font-size: 14px;
}

.student-result small {
    display: block;
    font-size: 10px;
    color: #777;
    line-height: 0.9;
}

.student-result b {
    display: block;
    color: #d92834;
    font-size: 24px;
    line-height: 1.4;
}

.stars {
    color: var(--secondary);
    font-size: 8px;
    letter-spacing: -1px;
}


/* RESULT CTA */

.result-cta {
    height: 100%;
    background: var(--primary);
    border-radius: 10px;
    color: var(--white);
    padding: 20px 15px;
    text-align: center;
}

.result-cta>i {
    color: var(--gold);
    font-size: 30px;
}

.result-cta h4 {
    font-size: 12px;
    line-height: 1.5;
    margin: 8px 0 15px;
}

.result-cta a {
    display: block;
    background: var(--secondary);
    color: var(--primary);
    padding: 8px 7px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 800;
}


/* =========================================================
   FINAL CTA
========================================================= */

.final-cta {
    background: var(--primary);
    padding: 45px 0;
    color: var(--white);
    position: relative;
    width: 90%;
    left: 5%;
    margin-block: 20px;
    border-radius: var(--radius);
}

.final-cta h2 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 10px;
}

.final-cta h2 span {
    color: var(--gold);
}

.final-cta p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.cta-buttons {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: var(--white);
    font-weight: 600;
    border-radius: 7px;
    width: max-content;
    height: 100%;
}

.btn-outline:hover {
    color: var(--primary);
    background-color: var(--white);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .hero-content {
        padding: 50px 35px;
    }
    .accepted-card {
        right: 20px;
        top: 25px;
    }
}

@media (max-width: 991px) {
    .hero-content {
        min-height: auto;
        padding: 110px 30px 55px 50px;
    }
    .hero-image-wrapper {
        min-height: 450px;
    }
    .band-area {
        border-left: none;
        border-top: 1px solid #ddd;
        padding-left: 0;
        padding-top: 40px;
    }
    .cta-buttons {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .hero-content {
        padding: 120px 22px 45px 40px;
        width: 100%;    
    }
    .hero-content h1 {
        font-size: 43px;
    }
    .hero-content h3 {
        font-size: 17px;
    }
    .hero-content>p {
        font-size: 13px;
    }
    .hero-feature {
        border-right: none;
    }
    .hero-buttons .btn {
        text-align: center;
    }
    .hero-image-wrapper,
    .hero-image {
        min-height: 430px;
    }
    .accepted-card {
        width: 220px;
        padding: 18px;
        right: 15px;
        top: 15px;
    }
    .accepted-card li {
        font-size: 10px;
    }
    .why-section,
    .modules-section,
    .results-section {
        padding: 55px 0;
    }
    .details-section {
        padding: 50px 0;
    }
    .band-card .band-number {
        width: 68px;
        height: 68px;
        font-size: 23px;
    }
    .band-card small {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .hero-content {
        text-align: center;
        padding-inline: 20px;
    }
    .hero-content h1 {
        font-size: 37px;
    }

    .hero-image-wrapper,
    .hero-image {
        min-height: 390px;
    }
    .accepted-card {
        width: 205px;
        padding: 15px;
    }
    .accepted-card h5 {
        font-size: 12px;
    }
    .accepted-card li {
        font-size: 9px;
        margin-bottom: 7px;
    }
    .ielts-logo-text {
        font-size: 23px;
    }
    .quote-box {
        padding: 15px;
    }
    .quote-box p {
        font-size: 11px;
    }
    .batch-card {
        grid-template-columns: 35px 1fr;
    }
    .batch-card b {
        grid-column: 2;
    }
    .final-cta h2 {
        font-size: 21px;
    }
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
}