@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

/********** Template CSS **********/
:root {
    --primary: #20e3b2;
    --secondary: #1b2a52;
    --light: #eef5ff;
    --dark: #07111f;
    --accent: #20e3b2;
    --panel: rgba(11, 20, 36, 0.82);
    --line: rgba(255, 255, 255, 0.1);
    --muted: #94a8c6;
}

body {
    font-family: 'Manrope', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(32, 227, 178, 0.12), transparent 28%),
        radial-gradient(circle at top right, rgba(89, 134, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #07111f 0%, #0b1730 36%, #f4f7fb 36%, #f4f7fb 100%);
    color: #12233f;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-light .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link,
.btn {
    font-family: 'Outfit', sans-serif;
}

a {
    text-decoration: none;
}

.text-accent {
    color: var(--accent);
}

.text-light-emphasis {
    color: #9eb1cc;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-accent {
    background: linear-gradient(135deg, #20e3b2, #31b7ff);
    border: 0;
    color: #05111f;
    font-weight: 700;
}

.btn-accent:hover {
    color: #05111f;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 24px;
    border-radius: 50%;
    z-index: 99;
    border: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 26px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.84);
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before,
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        bottom: -8px;
        left: 50%;
        background: linear-gradient(135deg, #20e3b2, #31b7ff);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.topbar-dark {
    background: rgba(5, 11, 24, 0.95);
}

.topbar-chip {
    color: #06101d;
    background: linear-gradient(135deg, #20e3b2, #b7ffed);
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.topbar-link {
    color: #c4d2ea;
    font-size: 0.9rem;
}

.nav-shell {
    background: rgba(8, 17, 32, 0.84);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar-brand {
    display: inline-flex;
    gap: 0.9rem;
    align-items: center;
}

.brand-mark {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.2rem;
    color: #05111f;
    background: linear-gradient(135deg, #20e3b2, #31b7ff);
    box-shadow: 0 16px 30px rgba(32, 227, 178, 0.18);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    color: #fff;
}

.brand-copy small {
    font-size: 0.73rem;
    color: #92a6c4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-cta {
    padding: 0.8rem 1.25rem !important;
    border-radius: 999px;
    margin-left: 1.75rem !important;
    color: #06101d !important;
    background: linear-gradient(135deg, #20e3b2, #31b7ff);
}

.nav-cta::before {
    display: none;
}

.hero-panel {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 3rem;
    background:
        radial-gradient(circle at 20% 20%, rgba(49, 183, 255, 0.22), transparent 26%),
        radial-gradient(circle at 85% 15%, rgba(32, 227, 178, 0.2), transparent 24%),
        linear-gradient(180deg, rgba(7, 17, 31, 0.92), rgba(10, 22, 41, 0.9));
}

.hero-panel::before,
.hero-panel::after {
    position: absolute;
    content: "";
    border-radius: 999px;
    filter: blur(12px);
}

.hero-panel::before {
    width: 240px;
    height: 240px;
    right: -60px;
    top: 40px;
    background: rgba(49, 183, 255, 0.18);
}

.hero-panel::after {
    width: 180px;
    height: 180px;
    left: -60px;
    bottom: 60px;
    background: rgba(32, 227, 178, 0.16);
}

.section-tag,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    color: #d3ebff;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-title {
    max-width: 11ch;
    margin: 1.25rem 0;
    color: #fff;
    font-size: clamp(2.7rem, 6vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.hero-copy {
    max-width: 680px;
    color: #a8bad6;
    font-size: 1.08rem;
    line-height: 1.8;
}

.hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 720px;
}

.mini-stat,
.hero-card,
.metric-card,
.content-panel,
.info-box,
.program-card,
.advantage-panel,
.advantage-card,
.placement-step,
.cta-panel {
    border: 1px solid var(--line);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

.mini-stat {
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
}

.mini-stat strong {
    display: block;
    color: #fff;
    font-size: 1.55rem;
}

.mini-stat span {
    color: #9eb1cc;
    font-size: 0.92rem;
}

.hero-card {
    position: relative;
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(20, 34, 60, 0.96), rgba(8, 16, 29, 0.98));
    color: #fff;
}

.signal-dot {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #20e3b2;
    box-shadow: 0 0 0 8px rgba(32, 227, 178, 0.12);
}

.hero-list {
    display: grid;
    gap: 0.85rem;
    color: #d5e6fa;
}

.hero-list i,
.feature-list i {
    color: var(--accent);
    margin-right: 0.65rem;
}

.threat-strip {
    margin-top: -1px;
    padding-bottom: 1rem;
    background: linear-gradient(180deg, #0b1730 0%, #f4f7fb 100%);
}

.threat-strip-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 18px;
    background: #091221;
    color: #d0e4ff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.threat-label {
    flex: 0 0 auto;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.metric-card {
    height: 100%;
    padding: 1.6rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
}

.metric-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.25rem;
    background: linear-gradient(135deg, #10264d, #20e3b2);
}

.metric-card strong,
.section-title {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

.metric-card strong {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
}

.metric-card span,
.section-copy,
.footer-copy {
    color: #5d7190;
    line-height: 1.8;
}

.section-space {
    padding: 2rem 0 5rem;
}

.content-panel,
.advantage-panel,
.cta-panel {
    padding: 2.25rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
}

.content-panel p,
.advantage-panel p,
.cta-panel p {
    color: #5d7190;
    line-height: 1.9;
}

.feature-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.info-stack {
    display: grid;
    gap: 1rem;
}

.info-box {
    padding: 1.6rem;
    border-radius: 22px;
    background: linear-gradient(135deg, #0a1730, #13254b);
    color: #fff;
}

.info-box small {
    display: block;
    margin-bottom: 0.45rem;
    color: #86a1c5;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.section-dark {
    background:
        radial-gradient(circle at top left, rgba(32, 227, 178, 0.12), transparent 22%),
        linear-gradient(180deg, #081325, #0c1830);
}

.section-dark .section-title,
.section-dark .section-copy,
.section-dark .program-card h3,
.section-dark .program-card p,
.section-dark .placement-step h4,
.section-dark .placement-step p {
    color: #fff;
}

.section-dark .section-copy,
.section-dark .program-card p,
.section-dark .placement-step p {
    color: #9ab1cf;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 3rem;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 1rem 0;
}

.program-card,
.advantage-card,
.placement-step {
    height: 100%;
    padding: 1.8rem;
    border-radius: 24px;
}

.program-card {
    background: rgba(255, 255, 255, 0.06);
}

.program-icon,
.advantage-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 1rem;
    border-radius: 18px;
    color: #081325;
    font-size: 1.45rem;
    background: linear-gradient(135deg, #20e3b2, #31b7ff);
}

.program-card a {
    color: var(--accent);
    font-weight: 700;
}

.advantage-card {
    background: rgba(255, 255, 255, 0.95);
}

.advantage-card h4,
.placement-step h4 {
    font-family: 'Outfit', sans-serif;
    margin-bottom: 0.7rem;
}

.advantage-card p {
    color: #5d7190;
    margin-bottom: 0;
    line-height: 1.8;
}

.placement-step {
    background: rgba(255, 255, 255, 0.05);
}

.placement-step span {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--accent);
    font-size: 2rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
}

.footer-shell {
    background: #06101d;
}

.footer-shell h5 {
    margin-bottom: 1rem;
    font-family: 'Outfit', sans-serif;
}

.footer-links {
    display: grid;
    gap: 0.7rem;
}

.footer-links a {
    color: #c0d1e8;
}

marquee {
    color: #d6e8ff;
}

@media (max-width: 991.98px) {
    body {
        background:
            linear-gradient(180deg, #07111f 0%, #0b1730 23%, #f4f7fb 23%, #f4f7fb 100%);
    }

    .nav-cta {
        margin-left: 0 !important;
        margin-top: 0.8rem;
        display: inline-block;
        text-align: center;
    }

    .hero-panel {
        padding-top: 2rem;
    }

    .hero-title {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .hero-mini-grid {
        grid-template-columns: 1fr;
    }

    .threat-strip-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .content-panel,
    .advantage-panel,
    .cta-panel,
    .hero-card {
        padding: 1.5rem;
    }
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}

/* Professional Theme Override */
:root {
    --primary: #102742;
    --secondary: #8f6b45;
    --light: #f7f3ec;
    --dark: #0a1625;
    --accent: #c89b5f;
    --line: rgba(16, 39, 66, 0.1);
    --muted: #697c94;
    --surface: #ffffff;
    --surface-soft: #fbf8f2;
}

body {
    font-family: 'Instrument Sans', sans-serif;
    color: #1d3048;
    letter-spacing: -0.01em;
    background:
        radial-gradient(circle at top left, rgba(200, 155, 95, 0.14), transparent 22%),
        radial-gradient(circle at top right, rgba(16, 39, 66, 0.08), transparent 24%),
        linear-gradient(180deg, #f8f5ef 0%, #f5f1ea 55%, #f1ece4 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-light .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link,
.btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.btn {
    border-radius: 16px;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(16, 39, 66, 0.12);
}

.btn-primary,
.btn-dark {
    background: linear-gradient(135deg, #102742, #20456e);
    border-color: transparent;
    color: #fff;
}

.btn-accent {
    background: linear-gradient(135deg, #c89b5f, #e0bc89);
    color: #122033;
    box-shadow: 0 16px 30px rgba(200, 155, 95, 0.22);
}

.btn-accent:hover {
    color: #122033;
}

.text-primary,
.text-accent {
    color: #a67c4c !important;
}

.text-light-emphasis {
    color: #c0cbd9;
}

.topbar-dark {
    background: rgba(10, 22, 37, 0.97);
}

.topbar-chip {
    background: linear-gradient(135deg, #85613d, #c89b5f);
    color: #fffaf3;
    box-shadow: 0 10px 24px rgba(133, 97, 61, 0.24);
}

.topbar-link {
    color: #dde5ef;
}

.nav-shell {
    background: rgba(255, 252, 247, 0.96);
    border-bottom: 1px solid rgba(16, 39, 66, 0.08);
    box-shadow: 0 18px 36px rgba(10, 22, 37, 0.08);
}

.brand-mark {
    color: #fffaf2;
    background: linear-gradient(135deg, #8b6740, #c89b5f);
    box-shadow: 0 14px 28px rgba(139, 103, 64, 0.2);
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.brand-logo {
    width: 214px;
    height: 68px;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
    border: 0;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    border-radius: 0;
    filter: contrast(1.12) saturate(1.08) brightness(1.01);
}

.brand-logo + .brand-copy {
    display: none;
}

.footer-shell .brand-logo {
    width: 248px;
    height: 78px;
}

.footer-shell .navbar-brand {
    gap: 0;
}

.hero-carousel {
    padding-bottom: 3.5rem;
}

.hero-carousel .carousel-item {
    min-height: 680px;
}

.hero-indicators {
    justify-content: flex-start;
    margin: 0;
    bottom: 0;
    left: 0;
    right: auto;
    gap: 0.65rem;
}

.hero-indicators [data-bs-target] {
    width: 34px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    opacity: 1;
}

.hero-indicators .active {
    background: linear-gradient(135deg, #c89b5f, #e4c392);
}

.hero-control {
    width: 52px;
    height: 52px;
    top: auto;
    bottom: 0;
    opacity: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-control.carousel-control-prev {
    left: auto;
    right: 72px;
}

.hero-control.carousel-control-next {
    right: 0;
}

.hero-control .carousel-control-prev-icon,
.hero-control .carousel-control-next-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.brand-copy small {
    color: #7b8fa7;
}

.nav-cta {
    color: #0f1b2c !important;
    background: linear-gradient(135deg, #c89b5f, #e4c392);
    box-shadow: 0 12px 28px rgba(200, 155, 95, 0.18);
}

.navbar-dark .navbar-nav .nav-link::before,
.navbar-light .navbar-nav .nav-link::before {
    background: linear-gradient(135deg, #c89b5f, #e7c99d);
}

.nav-shell .brand-copy {
    color: #102742;
}

.nav-shell .navbar-dark .navbar-nav .nav-link,
.nav-shell .navbar-light .navbar-nav .nav-link {
    color: rgba(16, 39, 66, 0.82);
}

.nav-shell .navbar-dark .navbar-nav .nav-link:hover,
.nav-shell .navbar-dark .navbar-nav .nav-link.active,
.nav-shell .navbar-light .navbar-nav .nav-link:hover,
.nav-shell .navbar-light .navbar-nav .nav-link.active {
    color: #102742;
}

.nav-shell .dropdown-menu {
    background: rgba(255, 252, 247, 0.98);
    border: 1px solid rgba(16, 39, 66, 0.08);
    box-shadow: 0 20px 34px rgba(10, 22, 37, 0.08);
}

.nav-shell .dropdown-item {
    color: #244264;
}

.nav-shell .dropdown-item:hover,
.nav-shell .dropdown-item:focus,
.nav-shell .dropdown-item.active {
    color: #102742;
    background: rgba(200, 155, 95, 0.14);
}

.nav-shell .navbar-toggler {
    border-color: rgba(16, 39, 66, 0.18);
}

.nav-shell .navbar-dark .navbar-toggler-icon {
    filter: invert(17%) sepia(19%) saturate(1169%) hue-rotate(171deg) brightness(93%) contrast(92%);
}

.hero-panel {
    background:
        radial-gradient(circle at 18% 18%, rgba(200, 155, 95, 0.18), transparent 20%),
        radial-gradient(circle at 84% 14%, rgba(89, 112, 141, 0.2), transparent 24%),
        linear-gradient(180deg, rgba(10, 22, 37, 0.98), rgba(18, 38, 60, 0.94));
}

.hero-panel::before {
    background: rgba(200, 155, 95, 0.14);
}

.hero-panel::after {
    background: rgba(95, 122, 156, 0.14);
}

.section-tag,
.eyebrow {
    color: #f7ead6;
    background: rgba(200, 155, 95, 0.1);
    border-color: rgba(200, 155, 95, 0.18);
}

.hero-copy,
.section-copy,
.footer-copy {
    color: #6b7e95;
}

.hero-panel .hero-copy {
    color: #c3cedb;
}

.hero-card,
.content-panel,
.advantage-panel,
.cta-panel,
.metric-card,
.info-box,
.program-card,
.advantage-card,
.placement-step,
.service-item,
.team-item .row,
.bg-light.rounded,
.bg-white.rounded,
.bg-light.rounded.overflow-hidden {
    box-shadow: 0 20px 48px rgba(10, 22, 37, 0.08);
}

.hero-card {
    background: linear-gradient(180deg, rgba(19, 38, 60, 0.98), rgba(10, 22, 37, 0.98));
}

.hero-visual {
    position: relative;
    padding-bottom: 2.5rem;
}

.hero-visual-frame {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(233, 240, 248, 0.92));
    border: 1px solid rgba(200, 155, 95, 0.2);
    box-shadow: 0 26px 54px rgba(10, 22, 37, 0.2);
    padding: 1rem;
}

.hero-visual-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
}

.hero-card-float {
    position: relative;
    width: calc(100% - 2rem);
    margin: -4.75rem 0 0 auto;
    z-index: 2;
}

.signal-dot {
    background: #c89b5f;
    box-shadow: 0 0 0 8px rgba(200, 155, 95, 0.12);
}

.threat-strip {
    background: linear-gradient(180deg, #11233d 0%, #f7f3ec 100%);
}

.threat-strip-inner {
    background: #11233d;
    border-color: rgba(200, 155, 95, 0.12);
}

.threat-label {
    color: #efc992;
}

.metric-card,
.content-panel,
.advantage-panel,
.cta-panel,
.advantage-card,
.bg-light,
.bg-white {
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(16, 39, 66, 0.08);
}

.metric-card i,
.program-icon,
.advantage-card i,
.service-item .service-icon {
    background: linear-gradient(135deg, #102742, #c89b5f);
    color: #fff8f1;
}

.info-box {
    background: linear-gradient(135deg, #122843, #244264) !important;
    color: #fff;
}

.info-box small {
    color: #d7dfeb;
}

.section-dark {
    background:
        radial-gradient(circle at top left, rgba(200, 155, 95, 0.1), transparent 22%),
        linear-gradient(180deg, #0d1c30, #16304f);
}

.program-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.program-card a,
.placement-step span {
    color: #f1cf9f;
}

.footer-shell {
    background: linear-gradient(180deg, #0a1625, #12253d);
}

.footer-links a {
    color: #dce5f0;
}

.container-fluid.bg-primary,
.bg-primary {
    background: linear-gradient(135deg, #102742, #1b3d63) !important;
}

.form-control,
.form-select,
textarea {
    border-radius: 16px !important;
    border: 1px solid rgba(16, 39, 66, 0.1) !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    border-color: rgba(200, 155, 95, 0.7) !important;
    box-shadow: 0 0 0 0.2rem rgba(200, 155, 95, 0.12) !important;
}

.service-item {
    height: 100%;
    min-height: 340px;
    padding: 2rem 1.75rem 3rem;
    border-radius: 24px !important;
}

.service-item .service-icon {
    width: 86px;
    height: 86px;
    border-radius: 24px;
    transform: none;
}

.service-item .service-icon i {
    transform: none;
}

.service-item a.btn {
    opacity: 1;
    bottom: -24px;
}

.price-carousel::after {
    background: linear-gradient(180deg, rgba(200, 155, 95, 0.24), rgba(16, 39, 66, 0.18));
    border-radius: 20px;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next,
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    color: #fff;
    background: linear-gradient(135deg, #102742, #c89b5f);
}

.testimonial-carousel .owl-dot {
    background: #efe4d4;
    border-color: #c89b5f;
}

.testimonial-carousel .owl-dot.active {
    background: #c89b5f;
}

.border-bottom.border-5 {
    border-color: rgba(200, 155, 95, 0.48) !important;
}

@media (max-width: 991.98px) {
    body {
        background: linear-gradient(180deg, #f8f5ef 0%, #f4f0e8 100%);
    }

    .brand-logo {
        width: 176px;
        height: 58px;
    }

    .footer-shell .brand-logo {
        width: 204px;
        height: 64px;
    }

    .hero-carousel .carousel-item {
        min-height: auto;
    }

    .hero-visual {
        padding-bottom: 0;
    }

    .hero-card-float {
        width: 100%;
        margin: 1.25rem 0 0;
    }

    .hero-control {
        display: none;
    }

    .hero-indicators {
        position: static;
        margin-top: 1rem;
        justify-content: center;
    }
}
