:root {
    --red: #E2231A;
    --blue: #24146B;
    --white: #fff;
    --light: #F7F8FB;
    --dark: #111;
    --yellow: #F5B429;
    --muted: #5c6370;
    --ink: #0d0824;
    --green: #65AF68
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--dark);
    line-height: 1.65;
    background: #fff;
    overflow-x: hidden
}

a {
    color: inherit
}

p {
    color: var(--muted);
    font-size: 1rem
}

h1,
h2,
h3,
h4 {
    line-height: 1.15;
    margin-top: 0;
    color: var(--blue)
}

h1 {
    font-size: clamp(2.25rem, 4.8vw, 4.85rem);
    font-weight: 900;
    letter-spacing: -2.5px
}

h2 {
    font-size: clamp(1.75rem, 3vw, 2.9rem);
    font-weight: 900;
    letter-spacing: -1px
}

h3 {
    font-size: 1.22rem;
    font-weight: 900
}

.container {
    max-width: 1320px
}

.container-wide {
    max-width: 1500px
}

.site-top {
    background: linear-gradient(90deg, var(--blue), #160b46);
    color: #fff;
    font-size: .9rem
}

.site-top .container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    flex-wrap: wrap
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 17, 17, .07)
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 86px
}

.brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
    flex: 0 0 auto;
    min-width: 210px
}

.brand img {
    height: 64px;
    width: 64px;
    object-fit: contain
}

.brand strong {
    display: block;
    color: var(--blue);
    font-size: 1.18rem;
    white-space: nowrap
}

.brand em {
    display: block;
    color: var(--red);
    font-style: normal;
    font-weight: 900;
    font-size: .82rem
}

.menu-area {
    align-items: center;
    justify-content: flex-end;
    min-width: 0
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap
}

.nav-link {
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 900;
    font-size: .83rem;
    border-radius: 28px;
    padding: .54rem .54rem;
    line-height: 1.2;
    text-align: center
}

.nav-link:hover,
.nav-link.active {
    background: rgba(226, 35, 26, .1);
    color: var(--red)
}

.header-actions {
    display: flex;
    gap: 8px;
    margin-left: 9px;
    flex: 0 0 auto
}

.navbar-toggler {
    font-size: 2rem;
    color: var(--blue);
    background: transparent;
    border: 0;
    display: none
}

.btn {
    font-weight: 900;
    border-radius: 30px;
    padding: .75rem 1.25rem;
    border: 2px solid transparent;
    transition: .25s ease;
    text-decoration: none;
    display: inline-block
}

.btn-red {
    background: var(--red);
    color: #fff;
    border-color: var(--red)
}

.btn-blue {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue)
}

.btn-white {
    background: #fff;
    color: var(--blue);
    border-color: #fff
}

.btn-outline {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .14);
    text-decoration: none
}

.small-btn {
    padding: .72rem .92rem;
    font-size: .78rem;
    border-radius: 30px
}

.sub-heading {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .76rem;
    font-weight: 900;
    color: var(--red);
    margin-bottom: 12px
}

.sub-heading:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 3px;
    border-radius: 6px;
    background: var(--red)
}

.sub-heading.light {
    color: #fff
}

.sub-heading.light:before {
    background: #fff
}

.hero-template {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(13, 8, 36, .82), rgba(36, 20, 107, .72)), url('../images/template/4LHKF8H.jpg') center/cover;
    min-height: 650px;
    padding: 92px 0;
    color: #fff
}

.hero-template:before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 480px;
    height: 480px;
    border: 44px solid var(--red);
    border-radius: 50%;
    opacity: .24
}

.hero-template:after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -150px;
    width: 380px;
    height: 380px;
    border: 34px solid var(--yellow);
    border-radius: 50%;
    opacity: .15
}

.hero-template .container {
    position: relative;
    z-index: 2
}

.hero-template h1,
.hero-template p {
    color: #fff
}

.hero-template h1 span,
.red {
    color: var(--red)
}

.hero-template p {
    max-width: 720px;
    font-size: 1.12rem
}

.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 26px 0
}

.hero-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 30px
}

.hero-stats div {
    min-width: 125px
}

.hero-stats strong {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 1
}

.hero-stats span {
    color: #f5f2ff;
    font-size: .9rem
}

.hero-image-card {
    background: #fff;
    border-radius: 28px;
    padding: 14px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .28);
    position: relative;
    transform: rotate(1.5deg)
}

.hero-image-card img {
    border-radius: 22px;
    width: 100%;
    height: auto
}

.hero-badge {
    position: absolute;
    left: -18px;
    bottom: 25px;
    background: var(--red);
    color: #fff;
    padding: 14px 18px;
    border-radius: 16px;
    font-weight: 900;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .25)
}

.section {
    padding: 82px 0
}

.section-light {
    background: var(--light)
}

.section-blue {
    background: linear-gradient(135deg, var(--blue), #120735);
    color: #fff
}

.section-red {
    background: linear-gradient(135deg, var(--red), #ad0700);
    color: #fff
}

.section-blue h2,
.section-red h2,
.section-blue h3,
.section-red h3,
.section-blue p,
.section-red p {
    color: #fff
}

.section-title {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center
}

.section-title .line {
    width: 82px;
    height: 5px;
    background: var(--red);
    border-radius: 10px;
    margin: 16px auto
}

.line {
    width: 82px;
    height: 5px;
    background: var(--red);
    border-radius: 10px;
    margin: 16px 0
}

.mini-service {
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(17, 17, 17, .08);
    position: relative;
    overflow: hidden;
    transition: .25s ease
}

.mini-service:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 42px rgba(36, 20, 107, .16);
    text-decoration: none
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: rgba(36, 20, 107, .1);
    color: var(--blue);
    font-size: 1.6rem;
    margin-bottom: 20px
}

.mini-corner {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 28px
}

.image-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: end
}

.image-stack img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .14)
}

.image-stack img+img {
    height: 320px
}

.partner-strip {
    background: var(--blue);
    color: #fff;
    padding: 24px 0;
    position: relative;
    overflow: hidden
}

.partner-strip:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/template/pattern.png') center/auto;
    opacity: .12
}

.partner-strip .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.partner-text {
    font-weight: 900
}

.partner-items {
    display: flex;
    gap: 22px;
    flex-wrap: wrap
}

.partner-items span {
    font-weight: 900;
    color: #fff;
    opacity: .9
}

.card,
.course-card,
.icon-card,
.visa-card,
.testimonial {
    height: 100%;
    border: 0;
    box-shadow: 0 14px 32px rgba(17, 17, 17, .08);
    transition: .25s ease;
    background: #fff
}

.course-card {
    overflow: hidden;
    border-radius: 18px
}

.course-card:hover,
.icon-card:hover,
.visa-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 42px rgba(36, 20, 107, .16)
}

.course-img {
    height: 210px;
    width: 100%;
    object-fit: cover
}

.course-body {
    padding: 24px
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 15px 0
}

.feature-list li {
    padding: 5px 0 5px 26px;
    position: relative;
    color: #404653
}

.feature-list li:before {
    content: "▶";
    position: absolute;
    left: 0;
    color: var(--red);
    font-size: .8rem
}

.wide-card-img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .12)
}

.why-panel {
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--blue), var(--red));
    color: #fff;
    padding: 44px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.why-panel h2,
.why-panel p {
    color: #fff
}

.icon-card {
    padding: 26px;
    border-radius: 18px
}

.icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(226, 35, 26, .1);
    color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 16px
}

.icon.blue {
    background: rgba(36, 20, 107, .1);
    color: var(--blue)
}

.split-panel {
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 44px rgba(17, 17, 17, .08)
}

.split-panel .panel-content {
    padding: 36px
}

.banner-grid img,
.gallery img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .12)
}

.gallery img {
    height: 240px
}

.country-pill {
    display: inline-block;
    background: #fff;
    color: var(--blue);
    border-left: 6px solid var(--yellow);
    padding: 14px 18px;
    border-radius: 14px;
    margin: 6px;
    font-weight: 900
}

.rounded-img {
    border-radius: 22px;
    box-shadow: 0 22px 45px rgba(0, 0, 0, .14)
}

.visa-card {
    padding: 30px;
    border-radius: 18px;
    border-top: 6px solid var(--red)
}

.testimonials-section {
    background: #fff
}

.testimonial {
    border-radius: 18px;
    padding: 30px;
    color: var(--dark)
}

.testimonial p {
    color: #111;
    font-size: 1.05rem
}

.testimonial strong {
    color: var(--blue)
}

.quote {
    font-size: 3rem;
    color: var(--red);
    line-height: 1
}

.faq-list {
    margin-top: 22px
}

.faq-list details {
    background: #fff;
    border: 1px solid #e8e8ef;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 18px 20px;
    box-shadow: 0 10px 24px rgba(17, 17, 17, .05)
}

.faq-list summary {
    cursor: pointer;
    font-weight: 900;
    color: var(--blue)
}

.cta {
    border-radius: 28px;
    padding: 44px;
    background: linear-gradient(120deg, var(--red), var(--blue));
    color: #fff;
    position: relative;
    overflow: hidden
}

.cta p,
.cta h2 {
    color: #fff
}

.page-hero {
    padding: 72px 0;
    background: linear-gradient(135deg, var(--blue), #100633);
    color: #fff;
    position: relative;
    overflow: hidden
}

.page-hero:after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -160px;
    width: 360px;
    height: 360px;
    border: 38px solid var(--red);
    border-radius: 50%;
    opacity: .25
}

.page-hero h1,
.page-hero p {
    color: #fff
}

.breadcrumb-lite {
    font-weight: 800;
    color: var(--yellow)
}

.contact-section {
    background: #fff
}

.contact-box {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 14px 34px rgba(17, 17, 17, .08)
}

.contact-form .form-control {
    min-height: 52px;
    border-radius: 9px;
    border: 1px solid #dfe2e8
}

.contact-form textarea.form-control {
    min-height: 155px
}

.map-placeholder {
    height: 365px;
    border-radius: 18px;
    background: linear-gradient(rgba(36, 20, 107, .88), rgba(226, 35, 26, .78)), url('../images/template-services-reference.jpg') center/cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px;
    box-shadow: 0 14px 34px rgba(17, 17, 17, .08)
}

.map-placeholder h3,
.map-placeholder p {
    color: #fff
}

.map-full {
    width: 100%;
    height: 430px
}

.footer-cta {
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 2;
    margin-bottom: -90px
}

.cta-inner {
    background: linear-gradient(135deg, #2f4099, var(--blue));
    color: #fff;
    border-radius: 8px;
    padding: 42px 52px;
    display: grid;
    grid-template-columns: 1.45fr 1fr auto;
    align-items: center;
    gap: 28px;
    box-shadow: 0 24px 60px rgba(36, 20, 107, .2);
    background-image: linear-gradient(135deg, rgba(47, 64, 153, .96), rgba(36, 20, 107, .96)), url('../images/template/pattern.png')
}

.cta-inner h2,
.cta-inner p {
    color: #fff;
    margin: 0
}

.cta-inner span {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .08em
}

.site-footer.footer-modern {
    position: relative;
    background: #262626;
    color: #fff;
    padding-top: 160px;
    overflow: hidden
}

.footer-modern h4 {
    color: #fff;
    margin-bottom: 18px
}

.footer-modern p,
.footer-modern a,
.footer-list li,
.footer-contact li {
    color: #d8d8df;
    text-decoration: none
}

.footer-modern a:hover {
    color: #fff
}

.footer-main {
    position: relative;
    z-index: 2
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-list li {
    margin-bottom: 10px
}

.footer-brand-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px
}

.footer-logo {
    height: 84px;
    width: 84px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    padding: 4px
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 16px
}

.social-links a {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900
}

.copyright {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 22px 0;
    margin-top: 38px;
    color: #d8d5e8;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap
}

.footer-shape {
    position: absolute;
    background: rgba(36, 20, 107, .45);
    width: 135px;
    height: 135px
}

.footer-shape.one {
    right: 90px;
    bottom: 78px
}

.footer-shape.two {
    right: -35px;
    bottom: 140px;
    background: rgba(255, 255, 255, .05)
}

.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 998;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 13px 18px;
    font-weight: 900;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2)
}

.floating-whatsapp:hover {
    color: #fff;
    text-decoration: none
}

@media(min-width:1200px) {
    .nav-link {
        font-size: .86rem;
        padding: .58rem .7rem
    }

    .brand {
        min-width: 236px
    }

    .small-btn {
        font-size: .83rem;
        padding: .72rem .98rem
    }
}

@media(min-width:992px) {
    .menu-area.collapse {
        display: flex !important
    }

    .menu-area {
        display: flex !important
    }

    .header-actions {
        display: flex;
        align-items: center
    }
}

@media(max-width:1199px) and (min-width:992px) {
    .brand {
        min-width: 190px;
        gap: 8px
    }

    .brand img {
        height: 56px;
        width: 56px
    }

    .brand strong {
        font-size: 1rem
    }

    .brand em {
        font-size: .72rem
    }

    .nav-link {
        font-size: .75rem;
        padding: .5rem .42rem
    }

    .small-btn {
        font-size: .72rem;
        padding: .62rem .72rem
    }

    .header-actions {
        gap: 5px;
        margin-left: 5px
    }
}

@media(max-width:991px) {
    .navbar-toggler {
        display: block
    }

    .nav-wrap {
        min-height: 78px
    }

    .menu-area {
        position: absolute;
        left: 0;
        right: 0;
        top: 78px;
        background: #fff;
        padding: 14px 15px;
        box-shadow: 0 18px 34px rgba(0, 0, 0, .12)
    }

    .menu-area.collapse {
        display: none
    }

    .menu-area.show {
        display: block
    }

    .navbar-nav {
        display: block;
        white-space: normal
    }

    .nav-link {
        text-align: left;
        display: block;
        font-size: .95rem
    }

    .header-actions {
        margin: 12px 0 0;
        display: flex;
        flex-wrap: wrap
    }

    .hero-template {
        padding: 60px 0;
        min-height: auto
    }

    .hero-badge {
        position: static;
        margin-top: 12px;
        display: inline-block
    }

    .site-top .container {
        justify-content: center;
        text-align: center
    }

    .brand strong {
        font-size: 1rem
    }

    .brand img {
        height: 58px;
        width: 58px
    }

    .image-stack img,
    .image-stack img+img {
        height: 260px
    }

    .cta-inner {
        grid-template-columns: 1fr;
        padding: 34px
    }

    .site-footer.footer-modern {
        padding-top: 135px
    }

    .partner-strip .container {
        justify-content: center;
        text-align: center
    }

    .hero-stats {
        gap: 18px
    }

    .map-full {
        height: 360px
    }
}

@media(max-width:575px) {
    .section {
        padding: 52px 0
    }

    .split-panel .panel-content {
        padding: 24px
    }

    .banner-grid img,
    .gallery img {
        height: 210px
    }

    .btn {
        margin-bottom: 8px
    }

    .image-stack {
        grid-template-columns: 1fr
    }

    .image-stack img,
    .image-stack img+img {
        height: auto
    }

    .wide-card-img {
        height: 260px
    }

    .why-panel {
        padding: 28px
    }

    .copyright {
        display: block;
        text-align: center
    }

    .footer-cta {
        margin-bottom: -70px
    }

    .cta-inner {
        padding: 28px
    }

    .site-footer.footer-modern {
        padding-top: 120px
    }
}