/* Country Pages Styles */
body,
.country-hero-new,
.new-sub-hero-section,
.nu-section,
.nc-section,
.ni-section,
.ns-section,
.n-city-section,
.n-cta-section {
    font-family: 'Inter', sans-serif;
}

/* Hero Section */
.country-hero-new {
    position: relative;
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    /* background: url('/aadi-home-ui/country-pages/Country-Hero.webp') top center / cover no-repeat; */
    padding: 80px 0 35px 0;
    margin-top: 100px;
    overflow: hidden;
}

.country-hero-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.country-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.country-hero-left {
    flex: 1;
    max-width: 600px;
}

.hero-badge-new {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #042A6B;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.country-hero-left h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #042A6B;
    line-height: 1.25;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.country-hero-left h1 .text-orange {
    color: #FC9118;
}

.country-hero-left .hero-badge-new {
    color: #FC9118;
}

.country-hero-left>p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 30px;
}

.hero-features-new {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 35px;
}

.feature-card-new {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.feature-icon-new {
    width: 50px;
    height: 50px;
    background: #042A6B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 22px;
}

.feature-text-new h4 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 700;
    color: #042A6B;
}

.feature-text-new p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.hero-cta-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-cta-btn {
    background: #FC9118;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 81, 0, 0.3);
}

.hero-cta-btn:hover {
    transform: translateY(-2px);
    background: #FC9118;
    color: #fff;
    text-decoration: none;
}

.hero-cta-btn .arrow-circle {
    background: #fff;
    color: #FC9118;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.hero-handwritten {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-handwritten svg {
    width: 70px;
    height: 50px;
    stroke: #1C2C59;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
    flex-shrink: 0;
}

.hero-handwritten span {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1C2C59;
    line-height: 1.2;
    transform: rotate(-4deg);
}

.country-hero-right {
    flex: 1;
    max-width: 440px;
    width: 100%;
}

@media (max-width: 992px) {
    .country-hero-new {
        background-position: center top !important;
    }

    .country-hero-container {
        flex-direction: column;
        padding: 0 15px;
        margin-top: 20px;
    }

    .country-hero-left h1 {
        font-size: 34px;
    }

    .country-hero-right {
        max-width: 100%;
        margin-top: 20px;
    }

    .hero-cta-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Sub Hero Section */
.new-sub-hero-section {
    background: linear-gradient(135deg, #fffcf9 0%, #ffffff 100%);
    padding: 30px 0;
    position: relative;
}

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

.nsh-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}

.nsh-content {
    flex: 0 0 44%;
    max-width: 44%;
    text-align: left;
}

.nsh-image-area {
    flex: 0 0 52%;
    max-width: 52%;
    position: relative;
    padding: 20px;
}

.nsh-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    border: 1px solid #ffeedd;
    color: #042A6B;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(255, 81, 0, 0.05);
    margin-bottom: 25px;
}

.nsh-badge img {
    width: 22px;
    height: 22px;
    object-fit: cover;
    border-radius: 50%;
}

.nsh-title {
    font-size: 2rem;
    font-family: 'Inter', sans-serif;
    color: #042A6B;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 20px;
    text-align: left;
}

.nsh-highlight {
    color: #FC9118;
    display: block;
}

.nsh-divider {
    width: 40px;
    height: 3px;
    background: #FC9118;
    margin-bottom: 25px;
    border-radius: 2px;
}

.nsh-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: left;
}

.nsh-cards-row {
    display: flex;
    gap: 20px;
}

.nsh-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    flex: 1;
    border: 1px solid #f8f9fa;
    text-align: left;
}

.nsh-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 18px;
}

.icon-bg-orange {
    background: #fff4ea;
    color: #FC9118;
}

.icon-bg-blue {
    background: #f0f4f8;
    color: #042A6B;
}

.nsh-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #042A6B;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.nsh-card-line {
    width: 30px;
    height: 2px;
    margin-bottom: 12px;
}

.line-orange {
    background: #FC9118;
}

.line-blue {
    background: #4285f4;
}

.nsh-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.nsh-image-wrapper-skew {
    width: 100%;
    height: 520px;
    transform: skewX(-12deg);
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.nsh-main-img {
    width: 130%;
    height: 100%;
    object-fit: cover;
    transform: skewX(12deg) translateX(-10%);
    display: block;
}

.nsh-decor {
    position: absolute;
    border-radius: 35px;
    transform: skewX(-12deg);
    z-index: 1;
}

.nsh-decor-right {
    top: 25px;
    right: 0px;
    width: 100%;
    height: 90%;
    border: 2px solid #FC9118;
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 80% 100%);
}

.nsh-decor-bl {
    bottom: 5px;
    left: 10px;
    width: 100%;
    height: 50%;
    border: 2px solid #FC9118;
    clip-path: polygon(0 50%, 40% 50%, 40% 100%, 0 100%);
}

.nsh-decor-tl {
    top: 25%;
    left: 5px;
    width: 50%;
    height: 50%;
    border: 1px solid #042A6B;
    clip-path: polygon(0 0, 30% 0, 30% 100%, 0 100%);
}

.nsh-dots-grid {
    position: absolute;
    top: 10px;
    left: 40px;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(#042A6B 1.5px, transparent 1.5px);
    background-size: 15px 15px;
    opacity: 0.15;
    z-index: 0;
}

.nsh-circle-badge {
    position: absolute;
    top: 22%;
    left: -35px;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nsh-rotating-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 15s linear infinite;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.nsh-circle-inner {
    width: 55px;
    height: 55px;
    background: #042A6B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.nsh-circle-inner img {
    width: 28px;
    border-radius: 3px;
}

.nsh-quote-badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #1C2C59;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(28, 44, 89, 0.3);
    width: 240px;
    z-index: 10;
    text-align: left;
    overflow: hidden;
}

.nsh-quote-icon {
    font-size: 55px;
    color: #FC9118;
    font-family: 'Inter', sans-serif;
    line-height: 0.5;
    margin-bottom: 5px;
    font-weight: 900;
    position: relative;
    z-index: 2;
}

.nsh-quote-badge h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0 0;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.nsh-quote-bg-icon {
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 140px;
    color: rgba(255, 255, 255, 0.03);
    z-index: 1;
    transform: rotate(-15deg);
}

.nsh-features-bar {
    background: #fff;
    border-radius: 16px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f4f8;
    margin-top: -10px;
    position: relative;
    z-index: 10;
}

.nsh-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.nsh-fi-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.nsh-fi-text h5 {
    font-size: 14px;
    font-weight: 700;
    color: #042A6B;
    margin: 0 0 4px 0;
}

.nsh-fi-text p {
    font-size: 11px;
    color: #666;
    margin: 0;
    line-height: 1.3;
}

.nsh-divider-v {
    width: 1px;
    height: 35px;
    background: #e2e8f0;
    margin: 0 20px;
}

@media (max-width: 992px) {
    .nsh-grid {
        flex-direction: column;
        gap: 60px;
    }

    .nsh-content,
    .nsh-image-area {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .nsh-features-bar {
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px;
    }

    .nsh-feature-item {
        flex: 0 0 45%;
    }

    .nsh-divider-v {
        display: none;
    }
}

@media (max-width: 576px) {
    .nsh-cards-row {
        flex-direction: column;
    }

    .nsh-feature-item {
        flex: 0 0 100%;
    }

    .nsh-image-wrapper-skew {
        height: 400px;
    }

    .nsh-title {
        font-size: 34px;
    }

    .nsh-circle-badge {
        left: -10px;
        transform: scale(0.8);
    }

    .nsh-quote-badge {
        right: 0;
        transform: scale(0.9);
    }
}

/* Top Universities Section */
.nu-section {
    background-color: #fff;
    padding: 30px 0;
}

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

.nu-header {
    text-align: center;
    margin-bottom: 50px;
}

.nu-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    color: #FC9118;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.nu-badge img {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}

.nu-title {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #042A6B;
    margin: 0 0 20px 0;
}

.nu-title span {
    color: #FC9118;
}

.nu-desc {
    max-width: 700px;
    margin: 0 auto;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.nu-swiper-container {
    position: relative;
    padding-bottom: 20px;
}

.nu-swiper {
    padding-top: 30px;
    padding-bottom: 20px;
}

.nu-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #f1f5f9;
}

.nu-card-img {
    width: 100%;
    height: 175px;
    position: relative;
}

.nu-card-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nu-ribbon {
    position: absolute;
    top: 0;
    left: 20px;
    width: 70px;
    padding: 12px 5px 25px 5px;
    color: #fff;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
    z-index: 2;
}

.nu-ribbon-rank {
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}

.nu-ribbon-text {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.2;
}

.nu-card-content {
    padding: 30px 20px 20px 20px !important;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nu-card-logo {
    position: absolute;
    top: -35px;
    left: 20px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.nu-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nu-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #042A6B;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-right: 20px;
    padding-top: 10px;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nu-card-location {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
}

.nu-card-number {
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 70px;
    font-weight: 900;
    color: #f1f5f9;
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

.nu-card-location,
.nu-card-title {
    position: relative;
    z-index: 1;
}

.nu-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.nu-controls .nu-prev,
.nu-controls .nu-next {
    position: static;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #FC9118;
    background: #fff;
    color: #FC9118;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 10;
}

.nu-controls .nu-prev:hover,
.nu-controls .nu-next:hover {
    background: #FC9118;
    color: #fff;
}

.nu-controls .swiper-button-disabled {
    border-color: #cbd5e1 !important;
    color: #cbd5e1 !important;
    background: #fff !important;
    opacity: 1 !important;
    cursor: not-allowed;
}

.nu-controls .swiper-pagination {
    position: static;
    width: auto;
}

.nu-controls .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    opacity: 1;
    margin: 0 5px !important;
}

.nu-controls .swiper-pagination-bullet-active {
    background: #FC9118;
}

.nu-stats-bar {
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 20px;
}

.nu-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nu-stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.nu-stat-text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #042A6B;
    margin: 0 0 4px 0;
}

.nu-stat-text p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

@media (max-width: 768px) {
    .nu-stats-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .nu-title {
        font-size: 32px;
    }
}

/* Popular Courses Section */
.nc-section {
    background-color: #fafafa;
    padding: 30px 0;
}

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

.nc-header {
    text-align: center;
    margin-bottom: 50px;
}

.nc-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #FC9118;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 15px;
}

.nc-title {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #042A6B;
    margin: 0 0 20px 0;
    white-space: nowrap;
}

.nc-title span {
    color: #FC9118;
}

.nc-desc {
    max-width: 700px;
    margin: 0 auto;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.nc-swiper-container {
    position: relative;
    padding: 20px 0 30px 0;
}

.nc-swiper {
    padding: 10px 10px 35px 10px;
    overflow: hidden;
}

.nc-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.nc-controls .nc-prev,
.nc-controls .nc-next {
    position: static;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #FC9118;
    background: #fff;
    color: #FC9118;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 10;
}

.nc-controls .nc-prev:hover,
.nc-controls .nc-next:hover {
    background: #FC9118;
    color: #fff;
}

.nc-controls .swiper-button-disabled {
    border-color: #cbd5e1 !important;
    color: #cbd5e1 !important;
    background: #fff !important;
    opacity: 1 !important;
    cursor: not-allowed;
}

.nc-controls .swiper-pagination {
    position: static;
    width: auto;
}

.nc-controls .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    opacity: 1;
    margin: 0 5px !important;
}

.nc-controls .swiper-pagination-bullet-active {
    background: #FC9118;
}

.nc-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.nc-card-img {
    width: 100%;
    height: 170px;
    position: relative;
}

.nc-card-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nc-card-icon {
    position: absolute;
    bottom: -20px;
    left: 25px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.nc-card-content {
    padding: 35px 20px 18px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nc-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #042A6B;
    margin: 0 0 8px 0;
    line-height: 1.3;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nc-card-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 12px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nc-card-pill {
    margin-top: auto;
    align-self: flex-start;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nc-stats-bar {
    background: #fff;
    border-radius: 20px;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #f1f5f9;
}

.nc-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 200px;
}

.nc-stat-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.nc-stat-text h5 {
    font-size: 14px;
    font-weight: 700;
    color: #042A6B;
    margin: 0 0 4px 0;
}

.nc-stat-text p {
    font-size: 11px;
    color: #666;
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .nc-controls-wrapper {
        display: none;
    }
}

/* Intakes Section */
.ni-section {
    background-color: #fafafa;
    padding: 50px 0;
    position: relative;
}

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

.ni-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
}

.ni-header {
    max-width: 650px;
    position: relative;
    z-index: 2;
    text-align: left !important;
}

.ni-illustration {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 550px;
    height: auto;
    z-index: 1;
    object-fit: contain;
}

.ni-placeholder {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 550px;
    height: 300px;
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #94a3b8;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .ni-illustration {
        display: none;
    }

    .ni-header {
        max-width: 100%;
        text-align: center;
    }

    .ni-header .ni-divider {
        margin: 0 auto 20px auto !important;
    }
}

.ni-badge {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left !important;
    gap: 8px;
    background: #fff4e6;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    color: #FC9118;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.ni-title {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #042A6B;
    margin: 0 0 20px 0 !important;
    line-height: 1.2;
    text-align: left !important;
    white-space: nowrap;
}

.ni-title span {
    color: #FC9118;
}

.ni-divider {
    width: 40px;
    height: 3px;
    background: #FC9118;
    margin: 0 0 25px 0 !important;
    border-radius: 2px;
}

.ni-desc {
    color: #4b5563;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 !important;
    text-align: left !important;
}

.ni-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 3;
}

@media (max-width: 900px) {
    .ni-grid {
        grid-template-columns: 1fr;
    }
}

.ni-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
}

.ni-card.ni-orange {
    border-color: #ffede4;
}

.ni-card.ni-blue {
    border-color: #eef2ff;
}

.ni-card.ni-green {
    border-color: #e6fcf5;
}

.ni-popular-badge {
    position: absolute;
    top: -15px;
    right: 25px;
    background: #FC9118;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 10px 18px 10px;
    border-radius: 4px 4px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
    width: 70px;
    line-height: 1.2;
    box-shadow: 0 4px 10px rgba(234, 88, 12, 0.3);
}

.ni-popular-badge i {
    display: block;
    margin-top: 6px;
    font-size: 13px;
}

.ni-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 25px;
}

.ni-card.ni-orange .ni-icon-circle {
    background: #fff4e6;
    color: #FC9118;
}

.ni-card.ni-blue .ni-icon-circle {
    background: #eef2ff;
    color: #4f46e5;
}

.ni-card.ni-green .ni-icon-circle {
    background: #ebfbee;
    color: #FC9118;
}

.ni-card-title {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #042A6B;
    margin: 0 0 15px 0;
}

.ni-card-divider {
    width: 30px;
    height: 2px;
    margin-bottom: 15px;
}

.ni-card.ni-orange .ni-card-divider {
    background: #FC9118;
}

.ni-card.ni-blue .ni-card-divider {
    background: #4f46e5;
}

.ni-card.ni-green .ni-card-divider {
    background: #2b8a3e;
}

.ni-card-date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

.ni-card.ni-orange .ni-card-date i {
    color: #FC9118;
}

.ni-card.ni-blue .ni-card-date i {
    color: #4f46e5;
}

.ni-card.ni-green .ni-card-date i {
    color: #2b8a3e;
}

.ni-alert {
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 25px;
    flex: 1;
}

.ni-card.ni-orange .ni-alert {
    background: #fff4e6;
}

.ni-card.ni-blue .ni-alert {
    background: #eef2ff;
}

.ni-card.ni-green .ni-alert {
    background: #ebfbee;
}

.ni-alert-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    color: #fff;
    margin-top: 2px;
}

.ni-card.ni-orange .ni-alert-icon {
    background: #FC9118;
}

.ni-card.ni-blue .ni-alert-icon {
    background: #3b82f6;
}

.ni-card.ni-green .ni-alert-icon {
    background: #2b8a3e;
}

.ni-alert-text h6 {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.ni-card.ni-orange .ni-alert-text h6 {
    color: #042A6B;
}

.ni-card.ni-blue .ni-alert-text h6 {
    color: #1e3a8a;
}

.ni-card.ni-green .ni-alert-text h6 {
    color: #14532d;
}

.ni-alert-text p {
    font-size: 11px;
    color: #555;
    margin: 0;
    line-height: 1.4;
}

.ni-btn {
    display: block;
    width: 100%;
    padding: 14px 0;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s;
}

.ni-btn:hover {
    opacity: 0.9;
    color: #fff;
}

.ni-card.ni-orange .ni-btn {
    background: #FC9118;
}

.ni-card.ni-blue .ni-btn {
    background: #2563eb;
}

.ni-card.ni-green .ni-btn {
    background: #2f9e44;
}

/* Scholarships Section */
.ns-section {
    background-color: #fafafa;
    padding: 30px 0;
}

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

.ns-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px;
    position: relative;
    overflow: hidden;
}

.ns-left-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ns-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff4e6;
    border-radius: 50%;
    z-index: 1;
}

.ns-left-img {
    width: 85px;
    height: auto;
    position: relative;
    z-index: 2;
    object-fit: contain;
}

.ns-content {
    flex: 1;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.ns-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fff4e6;
    color: #FC9118;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.ns-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 15px 0;
    line-height: 1.3;
    white-space: normal;
}

.ns-desc {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 25px 0;
    max-width: 550px;
}

.ns-btn {
    display: inline-block;
    background: #FC9118;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 81, 0, 0.3);
}

.ns-btn:hover {
    background: #FC9118;
    transform: translateY(-2px);
    color: #fff;
}

.ns-right-wrapper {
    position: relative;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ns-blob-img {
    position: absolute;
    width: 270px;
    height: auto;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.ns-right-img {
    width: 200px;
    height: auto;
    position: relative;
    z-index: 2;
    object-fit: contain;
    margin-top: -15px;
}

.ns-star {
    position: absolute;
    background-color: #FC9118;
    clip-path: polygon(50% 0%, 55% 45%, 100% 50%, 55% 55%, 50% 100%, 45% 55%, 0% 50%, 45% 45%);
    z-index: 3;
}

.ns-star-1 {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 30px;
    transform: rotate(15deg);
}

.ns-star-2 {
    width: 16px;
    height: 16px;
    top: 55px;
    left: -10px;
    transform: rotate(-10deg);
}

@media (max-width: 991px) {
    .ns-card {
        flex-direction: column;
        text-align: left;
        padding: 40px 30px;
        gap: 30px;
    }

    .ns-content {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .ns-desc {
        text-align: left;
    }
}

/* Cities Section */
.n-city-section {
    background-color: #fafafa;
    padding: 30px 0;
}

.n-city-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.n-city-header {
    text-align: center;
    margin-bottom: 50px;
}

.n-city-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff4e6;
    color: #FC9118;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    justify-content: center;
}

.n-city-title {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #042A6B;
    margin: 0 0 20px 0;
    white-space: nowrap;
}

.n-city-title span {
    color: #FC9118;
}

.n-city-divider {
    width: 40px;
    height: 3px;
    background: #FC9118;
    margin: 0 auto 20px auto;
    border-radius: 2px;
}

.n-city-desc {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.n-city-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

@media (max-width: 1100px) {
    .n-city-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .n-city-grid {
        grid-template-columns: 1fr;
    }
}

.n-city-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.n-city-card:hover {
    transform: translateY(-5px);
}

.n-city-img-wrapper {
    width: 100%;
    height: 220px;
    position: relative;
}

.n-city-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n-city-content {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.n-city-name-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.n-city-icon-bg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff4e6;
    color: #FC9118;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.n-city-name {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #042A6B;
    margin: 0;
    line-height: 1.2;
}

.n-city-stats-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 5px;
}

.n-city-stat-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FC9118;
    font-size: 14px;
    flex-shrink: 0;
}

.n-city-stats {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* CTA Banner Section */
.n-cta-section {
    background-color: #fafafa;
    padding: 30px 0;
}

.n-cta-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.n-cta-box {
    /* Background image placeholder */
    background-image: url('../aadi-home-ui/country-pages/Country-Cta.webp');
    background-color: #fffaf5;
    /* Fallback peach background */
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 20px;
    text-align: center;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.n-cta-icon {
    width: 70px;
    height: 70px;
    background: #ffe8cc;
    color: #FC9118;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.n-cta-title {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #1e293b;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 2;
}

.n-cta-desc {
    font-size: 16px;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.n-cta-btn {
    display: inline-block;
    background: #FC9118;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 81, 0, 0.35);
    position: relative;
    z-index: 2;
}

.n-cta-btn:hover {
    background: #FC9118;
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 10px 30px rgba(255, 81, 0, 0.4);
}

@media (max-width: 768px) {
    .n-cta-box {
        padding: 50px 20px;
    }

    .n-cta-title {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .country-hero-left {
        text-align: left !important;
    }

    .country-hero-left h1 {
        text-align: left !important;
    }
}

/* Container Side Padding Standardization */
.country-hero-container,
.nsh-container,
.nu-container,
.nc-container,
.ni-container,
.ns-container,
.n-city-container,
.n-cta-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media (max-width: 768px) {

    .country-hero-container,
    .nsh-container,
    .nu-container,
    .nc-container,
    .ni-container,
    .ns-container,
    .n-city-container,
    .n-cta-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Intakes Swiper Styles */
.ni-swiper-container {
    position: relative;
    width: 100%;
}

.ni-swiper {
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 10px;
}

.ni-controls {
    display: none;
}

.ni-controls .ni-prev,
.ni-controls .ni-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #FC9118;
    background: #fff;
    color: #FC9118;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
}

.ni-controls .ni-prev:hover,
.ni-controls .ni-next:hover {
    background: #FC9118;
    color: #fff;
}

.ni-controls .swiper-button-disabled {
    border-color: #cbd5e1 !important;
    color: #cbd5e1 !important;
    background: #fff !important;
    cursor: not-allowed;
}

.ni-controls .swiper-pagination {
    position: static;
    width: auto;
}

.ni-controls .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    opacity: 1;
    margin: 0 5px !important;
}

.ni-controls .swiper-pagination-bullet-active {
    background: #FC9118;
}

@media (max-width: 900px) {
    .ni-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }
}

/* Cities Swiper Styles */
.n-city-swiper-container {
    position: relative;
    width: 100%;
}

.n-city-swiper {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
}

.n-city-controls {
    display: none;
}

.n-city-controls .n-city-prev,
.n-city-controls .n-city-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #FC9118;
    background: #fff;
    color: #FC9118;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
}

.n-city-controls .n-city-prev:hover,
.n-city-controls .n-city-next:hover {
    background: #FC9118;
    color: #fff;
}

.n-city-controls .swiper-button-disabled {
    border-color: #cbd5e1 !important;
    color: #cbd5e1 !important;
    background: #fff !important;
    cursor: not-allowed;
}

.n-city-controls .swiper-pagination {
    position: static;
    width: auto;
}

.n-city-controls .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    opacity: 1;
    margin: 0 5px !important;
}

.n-city-controls .swiper-pagination-bullet-active {
    background: #FC9118;
}

@media (max-width: 1100px) {
    .n-city-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }
}