* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
}
a {
    text-decoration: none;
}
.main-header {
    background: #17295a;
}
.navbar {
    padding: 30px 0;
}
.navbar-brand img {
    height: 55px;
}
.nav-link {
    color: #fff;
    font-weight: 600;
    margin: 0 8px;
    font-size: 12px;
    transition: 0.3s;
}
.nav-link:hover {
    color: #4f8df9;
}
.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #2e7eea;
    color: #fff;
    padding: 6px 20px;
    border-radius: 40px;

    transition: 0.3s;
    font-size: 14px;
}
.contact-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    background: #1d69d0;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 23, 56, 0.58);
}
.hero-content {
    position: relative;
    z-index: 5;
    padding-top: 290px;
    color: #fff;
}
.hero h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.05;
}
.hero h1 span {
    display: block;
    color: #77a8ff;
    font-style: italic;
    font-weight: 700;
}
.hero p {
    margin-top: 22px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.7;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.features {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.feature-box {
    background: #162a61;
    color: #fff;
    min-height: 210px;
    padding: 45px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.35s;
}
.feature-box:hover {
    background: #21408e;
}
.feature-box i {
    color: #7db2ff;
    font-size: 42px;
    margin-bottom: 28px;
    display: block;
}
.feature-box h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}
.feature-box p {
    margin: 0;
    color: #8cb0f5;
    font-size: 19px;
}
.navbar-toggler {
    border: 0;
    color: #fff;
    font-size: 34px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
@media (max-width: 992px) {
    .hero {
        min-height: auto;
    }
    .hero-content {
        padding: 160px 20px 80px;
    }
    .hero h1 {
        font-size: 48px;
    }
    .hero p {
        font-size: 20px;
    }
    .features {
        position: relative;
    }
    .feature-box {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        border-right: 0;
    }
}
@media (max-width: 576px) {
    .hero h1 {
        font-size: 38px;
    }
    .hero p {
        font-size: 17px;
    }
    .contact-btn {
        margin-top: 15px;
    }
}
/*=========================
MBA SECTION
=========================*/
.mba-section {
    padding: 110px 0;
    background: #f7f7f7;
}
.mba-image {
    overflow: hidden;
    border-radius: 24px;
}
.mba-image img {
    width: 100%;
    display: block;
    border-radius: 24px;
    transition: 0.4s;
}
.mba-image:hover img {
    transform: scale(1.04);
}
.mba-content {
    padding-left: 35px;
}
.mba-content h2 {
    color: #162a61;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 40px;
}
.mba-content h2 span {
    display: block;
    color: #77a7f2;
    font-style: italic;
    font-weight: 700;
}
.mba-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 45px;
}
.mba-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #26345c;
    line-height: 1.8;
}
.mba-content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -3px;
    color: #162a61;
    font-size: 28px;
    font-weight: bold;
}
.mba-content strong {
    color: #162a61;
    font-weight: 700;
}
.mba-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #264c9c;
    color: #fff;
    padding: 18px 36px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
}
.mba-btn:hover {
    color: #fff;
    background: #183a81;
    transform: translateY(-3px);
}
@media (max-width: 1200px) {
    .mba-content h2 {
        font-size: 48px;
    }
}
@media (max-width: 991px) {
    .mba-section {
        padding: 80px 0;
    }
    .mba-content {
        padding-left: 0;
        margin-top: 35px;
    }
    .mba-content h2 {
        font-size: 42px;
    }
}
@media (max-width: 768px) {
    .mba-content h2 {
        font-size: 34px;
    }
    .mba-content ul li {
        font-size: 18px;
        margin-bottom: 22px;
    }
}
@media (max-width: 576px) {
    .mba-section {
        padding: 60px 0;
    }
    .mba-image {
        border-radius: 18px;
    }
    .mba-image img {
        border-radius: 18px;
    }
    .mba-content h2 {
        font-size: 30px;
    }
    .mba-btn {
        width: 100%;
        justify-content: center;
    }
}
/*===============================
MBA PROGRAM
================================*/
.program-section {
    background: #182754;
    padding: 110px 0 0;
    overflow: hidden;
}
.program-heading {
    color: #fff;
    margin-bottom: 70px;
}
.program-heading h2 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 40px;
}
.program-heading h2 span {
    color: #77a8f5;
    font-style: italic;
}
.program-heading p {
    font-size: 16px;
    color: #f1f1f1;
    margin-bottom: 18px;
    line-height: 1.8;
}
.program-heading p span {
    color: #78a6f2;
    font-weight: 700;
}
.program-heading strong {
    font-weight: 700;
}
.program-heading .intake {
    color: #7aa6f4;
    font-weight: 700;
}
.program-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.program-card {
    position: relative;
    height: 620px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}
.program-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.program-overlay {
    position: absolute;
    inset: 0;
    background: rgba(32, 67, 163, 0.62);
    transition: 0.4s;
}
.program-content {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 45px;
    z-index: 5;
}
.program-tag {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 40px;
    padding: 10px 18px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 600;
}
.program-content h3 {
    font-size: 24px;
    line-height: 1.12;
    font-weight: 700;
    margin: 0;
}
/*====================================
PROGRAM CARD HOVER
====================================*/
.program-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    z-index: 2;
    transition: 0.4s;
}
.program-card:hover img {
    transform: scale(1.08);
}
.program-card:hover .program-overlay {
    background: rgba(24, 56, 145, 0.4);
}
.program-card:hover::before {
    height: 65%;
}
.program-card:hover .program-content {
    bottom: 60px;
}
.program-content {
    transition: 0.35s;
}
.program-card:hover .program-tag {
    background: #fff;
    color: #183781;
    border-color: #fff;
}
.program-tag {
    transition: 0.35s;
}

/*==============================
HOVER CONTENT
==============================*/

.program-content {
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 42px;
    z-index: 5;
    transition: 0.45s;
}

.program-hover {
    opacity: 0;

    max-height: 0;

    overflow: hidden;

    transform: translateY(35px);

    transition: 0.45s ease;
}

.program-hover p {
    color: #fff;

    font-size: 13px;

    line-height: 1.8;

    margin: 25px 0;
}

.program-btn {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    border: 2px solid #fff;

    border-radius: 40px;

    padding: 10px 18px;

    color: #fff;

    text-transform: uppercase;

    font-size: 12px;

    font-weight: 700;

    transition: 0.35s;
}

.program-btn:hover {
    background: #fff;

    color: #18305e;
}

.program-btn i {
    font-size: 18px;
}

/*==============================
CARD HOVER
==============================*/

.program-wrapper:hover .program-card {
    filter: brightness(0.55);
}

.program-wrapper:hover .program-card:hover {
    filter: brightness(1);
}

.program-card:hover .program-hover {
    opacity: 1;

    max-height: 250px;

    transform: translateY(0);
}

.program-card:hover .program-content {
    bottom: 55px;
}

.program-card {
    transition: 0.45s;
}

.program-card img {
    transition: transform 0.7s;
}

.program-card:hover img {
    transform: scale(1.08);
}

.program-card:hover .program-overlay {
    background: rgba(22, 54, 120, 0.6);
}

/*====================================
DIVIDER
====================================*/
.program-card:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
/*====================================
CONNECTED BOTTOM DESIGN
====================================*/
.program-wrapper {
    position: relative;
}
.program-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(
        to top,
        rgba(24, 39, 84, 0.95),
        rgba(24, 39, 84, 0)
    );
    pointer-events: none;
}
/*====================================
SECTION SPACING
====================================*/
.program-section {
    padding-bottom: 0;
}
/*====================================
TABLET
====================================*/
@media (max-width: 1200px) {
    .program-heading h2 {
        font-size: 48px;
    }
    .program-content h3 {
        font-size: 38px;
    }
    .program-card {
        height: 560px;
    }
}
/*====================================
991
====================================*/
@media (max-width: 991px) {
    .program-section {
        padding: 80px 0;
    }
    .program-wrapper {
        grid-template-columns: 1fr;
    }
    .program-card {
        height: 500px;
    }
    .program-card {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .program-heading {
        margin-bottom: 45px;
    }
    .program-heading h2 {
        font-size: 42px;
    }
    .program-heading p {
        font-size: 18px;
    }
    .program-content h3 {
        font-size: 34px;
    }
}
/*====================================
768
====================================*/
@media (max-width: 768px) {
    .program-section {
        padding: 60px 0;
    }
    .program-heading h2 {
        font-size: 34px;
    }
    .program-heading p {
        font-size: 16px;
    }
    .program-card {
        height: 420px;
    }
    .program-content {
        left: 25px;
        right: 25px;
        bottom: 30px;
    }
    .program-content h3 {
        font-size: 30px;
    }
    .program-tag {
        padding: 8px 16px;
        font-size: 11px;
    }
}
/*====================================
576
====================================*/
@media (max-width: 576px) {
    .program-card {
        height: 360px;
    }
    .program-heading h2 {
        font-size: 30px;
    }
    .program-content h3 {
        font-size: 26px;
    }
    .program-content {
        left: 20px;
        right: 20px;
        bottom: 25px;
    }
}
/*====================================
ANIMATION
====================================*/
.program-card {
    transition: 0.4s;
}
.program-card:hover {
    z-index: 10;
}
/*====================================
OPTIONAL SHADOW
====================================*/
.program-card {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.program-card:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}
/*=========================================
CAMPUS SECTION
=========================================*/
.campus-section {
    background: #edf4fb;
    padding: 110px 0;
}
.campus-heading {
    margin-bottom: 70px;
}
.campus-heading h2 {
    font-size: 42px;
    font-weight: 800;
    color: #12275b;
    line-height: 1.1;
}
.campus-heading span {
    color: #74a8f5;
    font-style: italic;
}
.campus-card-wrapper {
    overflow: hidden;
    /*border-bottom: 2px solid #183160;*/
}

.campus-card {
    position: relative;
    /*min-height: 470px;*/
    overflow: hidden;
    border-right: 1px solid ;
    background: #fff;
    border-top:1px solid;
    border-bottom:1px solid;
}
.campus-card:last-child {
    /*border-right: none;*/
}
.campus-card-wrapper > .col-lg-4:last-child .campus-card {
    border-right: none;
}
.campus-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.campus-overlay {
    position: absolute;
    inset: 0;
    /*background: rgba(255, 255, 255, 0.92);*/
    background: #f3f3f3;
    backdrop-filter: blur(2px);
}
.campus-content {
    position: relative;
    z-index: 5;
    padding: 42px;
    height:400px;
    
}
.campus-content h3 {
    color: #74a8f5;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 25px;
}
.campus-content p {
    color: #1d2b52;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 20px;
}
.campus-content strong {
    font-weight: 700;
    color: #000;
}
.campus-logos {
    padding-top: 55px;
}
.campus-logos img {
    max-width: 160px;
    width: 100%;
    opacity: 0.9;
    transition: 0.3s;
}
/*.campus-logos img:hover {*/
/*    opacity: 1;*/
/*    transform: translateY(-5px);*/
/*}*/
/*=========================================
CARD HOVER EFFECT
=========================================*/
/*.campus-card {*/
/*    transition: all 0.35s ease;*/
/*}*/
/*.campus-card:hover {*/
/*    transform: translateY(-8px);*/
/*    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);*/
/*    z-index: 5;*/
/*}*/
/*.campus-card:hover img {*/
/*    transform: scale(1.08);*/
/*}*/
/*.campus-card:hover .campus-overlay {*/
/*    background: rgba(255, 255, 255, 0.84);*/
/*}*/
/*.campus-card:hover h3 {*/
/*    color: #2b6dd8;*/
/*}*/
/*=========================================
BOTTOM BORDER
=========================================*/
.campus-card-wrapper {
    position: relative;
}
/*.campus-card-wrapper::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background: #162b63;*/
/*}*/
/*=========================================
LOGOS
=========================================*/
.campus-logos .col-lg,
.campus-logos .col-md-4,
.campus-logos .col-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.campus-logos img {
    max-height: 65px;
    object-fit: contain;
    /*filter: grayscale(100%);*/
    /*transition: 0.35s;*/
}
/*.campus-logos img:hover {*/
/*    filter: none;*/
/*    transform: scale(1.05);*/
/*}*/
/*=========================================
TEXT EFFECT
=========================================*/
.campus-heading h2 {
    letter-spacing: -1px;
}
.campus-content h3 {
    transition: 0.3s;
}
.campus-content p {
    transition: 0.3s;
}
/*=========================================
TABLET
=========================================*/
@media (max-width: 1200px) {
    .campus-heading h2 {
        font-size: 48px;
    }
    .campus-content {
        padding: 35px;
    }
    .campus-content h3 {
        font-size: 32px;
    }
    .campus-content p {
        font-size: 17px;
    }
}
/*=========================================
991
=========================================*/
@media (max-width: 991px) {
    .campus-section {
        padding: 80px 0;
    }
    .campus-heading {
        margin-bottom: 45px;
    }
    .campus-heading h2 {
        font-size: 42px;
    }
    .campus-card {
        min-height: 380px;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
    .campus-content {
        padding: 30px;
    }
    .campus-content h3 {
        font-size: 30px;
    }
    .campus-content p {
        font-size: 16px;
        line-height: 1.8;
    }
    .campus-logos {
        padding-top: 45px;
    }
}
/*=========================================
768
=========================================*/
@media (max-width: 768px) {
    .campus-section {
        padding: 60px 0;
    }
    .campus-heading h2 {
        font-size: 34px;
    }
    .campus-content {
        padding: 25px;
    }
    .campus-content h3 {
        font-size: 28px;
    }
    .campus-content p {
        font-size: 15px;
    }
    .campus-card {
        min-height: 340px;
    }
    .campus-logos img {
        max-width: 130px;
    }
}
/*=========================================
576
=========================================*/
@media (max-width: 576px) {
    .campus-heading h2 {
        font-size: 30px;
    }
    .campus-card {
        min-height: auto;
    }
    .campus-content {
        padding: 22px;
    }
    .campus-content h3 {
        font-size: 24px;
    }
    .campus-content p {
        font-size: 15px;
        line-height: 1.7;
    }
    .campus-logos {
        padding-top: 35px;
    }
    .campus-logos img {
        max-width: 110px;
    }
}
/*=========================================
SMOOTH ANIMATION
=========================================*/
.campus-card,
.campus-card img,
.campus-overlay,
.campus-content h3,
.campus-logos img {
    transition: all 0.35s ease;
}
/*=========================================
OPTIONAL GLASS EFFECT
=========================================*/
.campus-overlay {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
/*=====================================
BORDEAUX SECTION
=====================================*/
.bordeaux-section {
    background: #162a61;
    padding: 110px 0;
    overflow: hidden;
}
.bordeaux-title {
    margin-bottom: 45px;
}
.bordeaux-title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
}
.bordeaux-title span {
    display: block;
    color: #74a8f5;
    font-style: italic;
    font-weight: 700;
}
.bordeaux-slider {
    max-width: 980px;
    margin: auto;
}
.bordeaux-slider img {
    height: 520px;
    object-fit: cover;
    border-radius: 2px;
}
/*=====================================
CONTROLS
=====================================*/
.carousel-control-prev {
    left: -90px;
}
.carousel-control-next {
    right: -90px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: 20px;
    background-color: rgba(255, 255, 255, 0.15);
}
/*=====================================
INDICATORS
=====================================*/
.carousel-indicators {
    bottom: -60px;
}
.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    margin: 0 6px !important;
    background: #7f90c0;
}
.carousel-indicators .active {
    background: #fff;
}
/*=====================================
BOTTOM CONTENT
=====================================*/
.city-box {
    color: #fff;
    padding: 20px;
}
.city-box h3 {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 700;
}
.city-box ul {
    margin: 0;
    padding-left: 18px;
}
.city-box li {
    margin-bottom: 15px;
    line-height: 1.9;
    color: #d9e1f5;
    font-size: 18px;
}
/*=====================================================
BORDEAUX SLIDER HOVER
=====================================================*/
.bordeaux-slider {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}
.bordeaux-slider .carousel-item {
    overflow: hidden;
}
.bordeaux-slider img {
    transition: transform 0.7s ease;
}
.bordeaux-slider:hover img {
    transform: scale(1.04);
}
/*=====================================================
ARROWS
=====================================================*/
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    opacity: 1;
    transition: 0.35s;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    transform: scale(1.12);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 25px;
}
/*=====================================================
INDICATORS
=====================================================*/
.carousel-indicators {
    gap: 10px;
    align-items: center;
}
.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    opacity: 0.35;
    transition: 0.35s;
}
.carousel-indicators button.active {
    opacity: 1;
    transform: scale(1.3);
    background: #ffffff;
}
/*=====================================================
CITY BOX
=====================================================*/
.city-box {
    transition: 0.35s;
}
.city-box:hover {
    transform: translateY(-6px);
}
.city-box h3 {
    color: #ffffff;
    transition: 0.35s;
}
.city-box:hover h3 {
    color: #79a8f8;
}
.city-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.city-box li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}
.city-box li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #79a8f8;
}
/*=====================================================
SPACING
=====================================================*/
.bordeaux-section .row.mt-5 {
    margin-top: 90px !important;
}
/*=====================================================
TABLET
=====================================================*/
@media (max-width: 1200px) {
    .bordeaux-title h2 {
        font-size: 46px;
    }
    .bordeaux-slider {
        max-width: 900px;
    }
    .bordeaux-slider img {
        height: 470px;
    }
    .city-box h3 {
        font-size: 28px;
    }
    .city-box li {
        font-size: 17px;
    }
}
/*=====================================================
991
=====================================================*/
@media (max-width: 991px) {
    .bordeaux-section {
        padding: 80px 0;
    }
    .bordeaux-title h2 {
        font-size: 38px;
    }
    .bordeaux-slider {
        max-width: 100%;
    }
    .bordeaux-slider img {
        height: 420px;
    }
    .carousel-control-prev {
        left: 5px;
    }
    .carousel-control-next {
        right: 5px;
    }
    .city-box {
        padding: 0;
    }
}
/*=====================================================
768
=====================================================*/
@media (max-width: 768px) {
    .bordeaux-section {
        padding: 60px 0;
    }
    .bordeaux-title {
        margin-bottom: 30px;
    }
    .bordeaux-title h2 {
        font-size: 30px;
    }
    .bordeaux-slider img {
        height: 300px;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 40px;
        height: 40px;
        padding: 18px;
    }
    .carousel-indicators {
        bottom: -50px;
    }
    .city-box {
        text-align: left;
    }
    .city-box h3 {
        font-size: 24px;
    }
    .city-box li {
        font-size: 15px;
        line-height: 1.7;
    }
}
/*=====================================================
576
=====================================================*/
@media (max-width: 576px) {
    .bordeaux-slider img {
        height: 240px;
    }
    .bordeaux-title h2 {
        font-size: 26px;
    }
    .city-box h3 {
        font-size: 22px;
    }
    .city-box li {
        font-size: 14px;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 34px;
        height: 34px;
    }
}
/*=====================================================
SMOOTH ANIMATION
=====================================================*/
.bordeaux-title h2,
.city-box,
.city-box h3,
.city-box li,
.carousel-control-prev,
.carousel-control-next,
.carousel-indicators button {
    transition: all 0.35s ease;
}
/*====================================
GLOBAL STATS
====================================*/
.iau-stats-section {
    position: relative;
    padding: 110px 0;
    background: url("https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=1800&q=80")
        center center;
    background-size: cover;
    overflow: hidden;
}
.iau-stats-overlay {
    position: absolute;
    inset: 0;
    background: rgba(24, 41, 85, 0.88);
}
.iau-heading {
    position: relative;
    z-index: 2;
    padding-right: 40px;
}
.iau-heading h2 {
    color: #fff;
    font-size: 33px;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}
.iau-heading span {
    display: block;
    margin-top: 10px;
    color: #74a8f5;
    font-style: italic;
    font-weight: 700;
}
.iau-stat-box {
    position: relative;
    z-index: 2;
    padding: 30px 0 35px 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.iau-stat-box h3 {
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 0;
}
.iau-stat-box h4 {
    color: #74a8f5;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}
.iau-stat-box p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}
.iau-heading {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    min-height: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .iau-heading {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .iau-heading h2 {
        font-size: 40px;
    }
    .iau-stat-box {
        padding-left: 25px;
    }
}
@media (max-width: 767px) {
    .iau-stats-section {
        padding: 70px 0;
    }
    .iau-heading h2 {
        font-size: 32px;
    }
    .iau-stat-box {
        padding: 25px 0;
    }
    .iau-stat-box h3 {
        font-size: 42px;
    }
    .iau-stat-box h4 {
        font-size: 22px;
    }
    .iau-stat-box p {
        font-size: 16px;
    }
}
/*===================================
BLOG SECTION
===================================*/
.blog-section {
    background: #ffffff;
    padding: 110px 0 0;
}
.blog-heading {
    margin-bottom: 55px;
}
.blog-heading h2 {
    font-size: 16px;
    font-weight: 800;
    color: #162a61;
}
.blog-heading span {
    color: #74a8f5;
    font-style: italic;
}
.blog-card {
    position: relative;
    display: block;
    overflow: hidden;
    height: 540px;
    text-decoration: none;
    color: #fff;
}
.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.blog-overlay {
    position: absolute;
    inset: 0;
    background: rgba(27, 57, 137, 0.58);
    transition: 0.35s;
}
.blog-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}
.blog-content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 35px;
    z-index: 5;
}
.blog-content h3 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}
.blog-content span {
    font-size: 18px;
    color: #f2f2f2;
}
.blog-card:hover img {
    transform: scale(1.08);
}
.blog-card:hover .blog-overlay {
    background: rgba(20, 50, 135, 0.38);
}
.blog-card:hover .blog-content {
    bottom: 45px;
}
.blog-content {
    transition: 0.35s;
}
/*=====================
Responsive
======================*/
@media (max-width: 991px) {
    .blog-heading h2 {
        font-size: 42px;
    }
    .blog-card {
        height: 420px;
    }
}
@media (max-width: 768px) {
    .blog-section {
        padding: 70px 0 0;
    }
    .blog-heading {
        text-align: center;
    }
    .blog-heading h2 {
        font-size: 34px;
    }
    .blog-card {
        height: 350px;
    }
    .blog-content {
        left: 25px;
        right: 25px;
        bottom: 25px;
    }
    .blog-content h3 {
        font-size: 24px;
    }
    .blog-content span {
        font-size: 15px;
    }
}
/*==================================
FAQ
==================================*/
.faq-section {
    padding: 110px 0;
    background: #fff;
}
.faq-title {
    margin-bottom: 55px;
}
.faq-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #132b63;
}
.faq-wrapper {
    border-top: 1px solid #d8d8d8;
}
.faq-item {
    border-bottom: 1px solid #d8d8d8;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #132b63;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    transition: 0.3s;
}
.faq-question span {
    flex: 1;
}
.faq-question i {
    font-size: 20px;
    transition: 0.35s;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.faq-answer p {
    padding: 0 0 28px;
    color: #666;
    font-size: 16px;
    line-height: 1.9;
}
.faq-item.active .faq-answer {
    max-height: 250px;
}
.faq-item.active .faq-question i {
    transform: rotate(90deg);
}
.faq-question:hover {
    color: #5e9cf5;
}
/*=========================
Responsive
=========================*/
@media (max-width: 991px) {
    .faq-title h2 {
        font-size: 48px;
    }
    .faq-question {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .faq-section {
        padding: 70px 0;
    }
    .faq-title {
        text-align: center;
    }
    .faq-title h2 {
        font-size: 38px;
    }
    .faq-question {
        font-size: 18px;
        padding: 20px 0;
    }
    .faq-answer p {
        font-size: 15px;
    }
}
/*==================================
CONTACT CTA
==================================*/
.contact-cta-section {
    padding: 120px 0;
    background: #ffffff;
}
.contact-cta-title {
    color: #132b63;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 35px;
}
.contact-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 38px;
    background: #284a93;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.35s ease;
    letter-spacing: 0.5px;
}
.contact-cta-btn span {
    font-size: 18px;
    transition: 0.35s;
}
.contact-cta-btn:hover {
    background: #1d3b7c;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(40, 74, 147, 0.35);
}
.contact-cta-btn:hover span {
    transform: translate(4px, -4px);
}
/*=====================
Responsive
======================*/
@media (max-width: 991px) {
    .contact-cta-section {
        padding: 90px 0;
    }
    .contact-cta-title {
        font-size: 42px;
    }
}
@media (max-width: 768px) {
    .contact-cta-section {
        padding: 70px 0;
    }
    .contact-cta-title {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .contact-cta-btn {
        padding: 14px 30px;
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .contact-cta-title {
        font-size: 26px;
    }
    .contact-cta-btn {
        width: 100%;
        max-width: 280px;
    }
}
/*=========================================
CONTACT FORM SECTION
=========================================*/
.contact-form-section {
    background: #182955;
    padding: 110px 0;
}
.contact-left {
    color: #fff;
    padding-right: 15px;
}
.contact-badge {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #74a8f5;
    border-radius: 40px;
    color: #74a8f5;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.contact-left h2 {
    font-size: 37px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 28px;
}
.contact-left h2 span {
    display: block;
    color: #74a8f5;
    font-style: italic;
}
.contact-left p {
    color: #d9e3f8;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
}
.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
}
.contact-info i {
    color: #ff4b6e;
    font-size: 22px;
    margin-top: 3px;
}
/*=========================================
FORM
=========================================*/
.contact-form-section label {
    display: block;
    color: #74a8f5;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-input,
.phone-input,
.contact-select {
    height: 58px;
    background: #41537d;
    border: 1px solid #74a8f5;
    color: #fff;
    border-radius: 6px;
    padding: 15px 18px;
}
.contact-input:focus,
.phone-input:focus,
.contact-select:focus {
    background: #41537d;
    color: #fff;
    border-color: #9bc4ff;
    box-shadow: none;
}
.phone-wrapper {
    display: flex;
    align-items: center;
    background: #41537d;
    border: 1px solid #74a8f5;
    border-radius: 6px;
    overflow: hidden;
}
.country-code {
    padding: 0 16px;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}
.phone-input {
    border: none;
    background: transparent;
    flex: 1;
}
.phone-input:focus {
    border: none;
}
.contact-select option {
    color: #222;
}
.form-check-label {
    color: #d9e3f8;
    font-size: 15px;
}
.contact-submit {
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 50px;
    background: #74a8f5;
    color: #132b63;
    font-size: 14px;
    font-weight: 700;
    transition: 0.35s;
}
/*=========================================
BUTTON HOVER
=========================================*/
.contact-submit:hover {
    background: #5d98eb;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(116, 168, 245, 0.35);
}
.contact-submit:active {
    transform: translateY(0);
}
/*=========================================
INPUT ANIMATION
=========================================*/
.contact-input,
.phone-input,
.contact-select,
.phone-wrapper {
    transition: all 0.35s ease;
}
.contact-input:hover,
.phone-wrapper:hover,
.contact-select:hover {
    border-color: #9bc4ff;
}
.contact-input::placeholder,
.phone-input::placeholder {
    color: #bfcce6;
}
/*=========================================
CUSTOM SELECT
=========================================*/
.contact-select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;
    padding-right: 50px;
}
/*=========================================
CHECKBOX
=========================================*/
.form-check {
    margin-bottom: 12px;
}
.form-check-input {
    width: 18px;
    height: 18px;
    border: 2px solid #74a8f5;
    background: transparent;
    cursor: pointer;
}
.form-check-input:checked {
    background-color: #74a8f5;
    border-color: #74a8f5;
}
.form-check-input:focus {
    box-shadow: none;
}
.form-check-label {
    margin-left: 8px;
    line-height: 1.7;
}
/*=========================================
CONTACT INFO
=========================================*/
.contact-info li {
    transition: 0.3s;
}
.contact-info li:hover {
    transform: translateX(6px);
}
.contact-info li:hover i {
    color: #74a8f5;
}
.contact-info i {
    transition: 0.3s;
}
/*=========================================
TABLET
=========================================*/
@media (max-width: 1200px) {
    .contact-left h2 {
        font-size: 54px;
    }
    .contact-left p {
        font-size: 18px;
    }
    .contact-info li {
        font-size: 20px;
    }
}
/*=========================================
991px
=========================================*/
@media (max-width: 991px) {
    .contact-form-section {
        padding: 80px 0;
    }
    .contact-left {
        padding-right: 0;
        margin-bottom: 50px;
    }
    .contact-left h2 {
        font-size: 46px;
    }
    .contact-left p {
        font-size: 17px;
    }
    .contact-info li {
        font-size: 18px;
    }
    .contact-submit {
        height: 58px;
    }
}
/*=========================================
768px
=========================================*/
@media (max-width: 768px) {
    .contact-form-section {
        padding: 70px 0;
    }
    .contact-badge {
        font-size: 12px;
    }
    .contact-left {
        text-align: center;
    }
    .contact-left h2 {
        font-size: 36px;
    }
    .contact-left p {
        font-size: 16px;
    }
    .contact-info {
        margin-top: 30px;
    }
    .contact-info li {
        justify-content: center;
        text-align: center;
    }
    .contact-form-section label {
        font-size: 12px;
    }
    .contact-input,
    .phone-input,
    .contact-select {
        height: 54px;
        font-size: 15px;
    }
    .contact-submit {
        font-size: 16px;
    }
}
/*=========================================
576px
=========================================*/
@media (max-width: 576px) {
    .contact-form-section {
        padding: 60px 0;
    }
    .contact-left h2 {
        font-size: 30px;
    }
    .contact-left p {
        font-size: 15px;
    }
    .contact-info li {
        font-size: 16px;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .country-code {
        padding: 0 12px;
        font-size: 14px;
    }
    .contact-input,
    .phone-input,
    .contact-select {
        height: 50px;
        font-size: 14px;
    }
    .contact-submit {
        height: 54px;
        font-size: 15px;
    }
    .form-check-label {
        font-size: 14px;
    }
}
/*=========================================
SMOOTH EFFECT
=========================================*/
.contact-left,
.contact-info li,
.contact-submit,
.contact-input,
.contact-select,
.phone-wrapper,
.form-check {
    transition: all 0.35s ease;
}
/*====================================
FOOTER
====================================*/
.iau-footer {
    margin-top: 20px;
    background: #182955;
    color: #fff;
    padding: 90px 0 0;
}
.footer-logo img {
    max-width: 240px;
    margin-bottom: 28px;
}
.footer-logo h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.footer-address p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 25px;
}
.footer-address a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}
.footer-social {
    display: flex;
    gap: 18px;
    margin-bottom: 35px;
}
.footer-social a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    transition: 0.35s;
}
.footer-social a:hover {
    background: #74a8f5;
    color: #182955;
    transform: translateY(-5px);
}
.footer-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-right li {
    margin-bottom: 12px;
}
.footer-right a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}
.footer-right a:hover {
    color: #74a8f5;
    padding-left: 5px;
}
.footer-bottom {
    margin-top: 70px;
    background: #ffffff;
    color: #182955;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
}
/*=========================
Responsive
=========================*/
@media (max-width: 991px) {
    .footer-logo {
        text-align: center;
    }
    .footer-address {
        text-align: center;
    }
    .footer-right {
        text-align: center;
    }
    .footer-social {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .iau-footer {
        padding: 60px 0 0;
    }
    .footer-logo img {
        max-width: 180px;
    }
    .footer-logo h5 {
        font-size: 20px;
    }
    .footer-address p {
        font-size: 18px;
    }
    .footer-address a {
        font-size: 14px;
    }
    .footer-social a {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    .footer-right a {
        font-size: 17px;
    }
    .footer-bottom {
        font-size: 13px;
    }
}
