@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700&display=swap");

:root {
    --brand-ink: #0b1f2a;
    --brand-ink-soft: #16344a;
    --brand-sky: #0ea5a4;
    --brand-cyan: #22d3ee;
    --brand-sun: #f97316;
    --brand-mist: #dff6f5;
    --brand-surface: rgba(255, 255, 255, 0.82);
    --brand-surface-strong: rgba(255, 255, 255, 0.94);
    --brand-border: rgba(11, 31, 42, 0.09);
    --brand-shadow: 0 22px 60px rgba(11, 31, 42, 0.14);
    --brand-radius: 28px;
    --copy: #1f3343;
    --copy-soft: #41566b;
}

html {
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

body.website-shell {
    font-family: "Manrope", "Segoe UI Variable", "Gill Sans", sans-serif;
    color: var(--copy);
    background:
        radial-gradient(circle at top left, rgba(14, 165, 164, 0.14), transparent 26%),
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.12), transparent 22%),
        linear-gradient(180deg, #f6fbfb 0%, #eef7f7 44%, #f8fbff 100%);
    --btn-gradient: linear-gradient(135deg, #0ea5a4, #0f766e);
    --btn-gradient-hover: linear-gradient(135deg, #f97316, #fb923c);
    --btn-shadow: 0 14px 28px rgba(11, 31, 42, 0.22);
    --btn-shadow-hover: 0 18px 36px rgba(11, 31, 42, 0.32);
    --btn-outline-border: rgba(11, 31, 42, 0.22);
}

/* Production responsive audit fixes */
body.website-shell {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.website-shell *,
body.website-shell *::before,
body.website-shell *::after {
    box-sizing: border-box;
}

body.website-shell img,
body.website-shell picture,
body.website-shell video,
body.website-shell canvas,
body.website-shell svg {
    max-width: 100%;
}

body.website-shell img {
    display: block;
    height: auto;
}

body.website-shell p,
body.website-shell li {
    color: var(--copy);
    font-size: 15px;
    line-height: 1.68;
}

body.website-shell h1 {
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.12;
}

body.website-shell h2 {
    font-size: clamp(24px, 2.8vw, 38px);
    line-height: 1.18;
}

body.website-shell h3 {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.25;
}

body.website-shell .auto-container,
body.website-shell .container {
    width: min(calc(100% - 32px), 1240px);
}

body.website-shell .btn,
body.website-shell button,
body.website-shell input,
body.website-shell select,
body.website-shell textarea {
    font-family: inherit;
}

body.website-shell .btn,
body.website-shell input[type="submit"],
body.website-shell button[type="submit"] {
    border-radius: 999px;
    font-weight: 800;
    min-height: 44px;
}

body.website-shell input,
body.website-shell select,
body.website-shell textarea,
body.website-shell .form-control {
    border: 1px solid rgba(11, 31, 42, 0.16);
    border-radius: 14px;
    color: var(--brand-ink);
    font-size: 16px;
    min-height: 46px;
    padding: 11px 14px;
}

body.website-shell input:focus,
body.website-shell select:focus,
body.website-shell textarea:focus,
body.website-shell .form-control:focus {
    border-color: var(--brand-sky);
    box-shadow: 0 0 0 4px rgba(14, 165, 164, 0.14);
    outline: none;
}

body.website-shell .main-slider img,
body.website-shell .slider-wrapper img,
body.website-shell .banner-section img,
body.website-shell .breadcrumb-banner-area img,
body.website-shell img[src*="/web/slider/"] {
    aspect-ratio: 16 / 7;
    height: auto;
    min-height: clamp(260px, 42vw, 560px);
    object-fit: cover;
    object-position: center;
    width: 100%;
}

body.website-shell .staff-block img,
body.website-shell .team-block img,
body.website-shell .testimonial-block img,
body.website-shell img[src*="/web/staff/"],
body.website-shell img[src*="/web/testimonial/"] {
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}

body.website-shell .blog-block img,
body.website-shell .news-block img,
body.website-shell .event-block img,
body.website-shell .gallery-block img,
body.website-shell img[src*="/web/blog/"],
body.website-shell img[src*="/web/events/"],
body.website-shell img[src*="/web/gallery/"],
body.website-shell img[src*="/web/page/"],
body.website-shell img[src*="/web/notice/"] {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

body.website-shell .service-block,
body.website-shell .blog-block,
body.website-shell .news-block,
body.website-shell .event-block,
body.website-shell .staff-block,
body.website-shell .team-block,
body.website-shell .gallery-block,
body.website-shell .pricing-block,
body.website-shell .testimonial-block {
    height: 100%;
}

body.website-shell .service-block .inner-box,
body.website-shell .blog-block .inner-box,
body.website-shell .news-block .inner-box,
body.website-shell .event-block .inner-box,
body.website-shell .staff-block .inner-box,
body.website-shell .team-block .inner-box,
body.website-shell .gallery-block .inner-box,
body.website-shell .pricing-block .inner-box,
body.website-shell .testimonial-block .inner-box {
    border-radius: 24px;
    height: 100%;
    overflow: hidden;
}

body.website-shell .table-responsive {
    border-radius: 18px;
    overflow-x: auto;
}

body.website-shell table {
    min-width: 680px;
}

@media (max-width: 991px) {
    body.website-shell .header-top-inner,
    body.website-shell .header-upper-inner,
    body.website-shell .header-actions,
    body.website-shell .site-brand {
        align-items: flex-start;
        flex-direction: column;
    }

    body.website-shell .site-brand {
        gap: 10px;
    }

    body.website-shell .site-brand-copy {
        border-left: 0;
        padding-left: 0;
    }

    body.website-shell .header-contact-list {
        min-width: 0;
        width: 100%;
    }

    body.website-shell .services-section,
    body.website-shell .clients-section,
    body.website-shell .sidebar-page-container,
    body.website-shell .latest-area,
    body.website-shell .contact-section {
        padding: 56px 0;
    }

    body.website-shell .services-section::before,
    body.website-shell .clients-section::before,
    body.website-shell .sidebar-page-container::before,
    body.website-shell .latest-area::before,
    body.website-shell .contact-section::before {
        inset: 16px 8px;
        border-radius: 24px;
    }
}

@media (max-width: 767px) {
    body.website-shell .auto-container,
    body.website-shell .container {
        width: min(calc(100% - 24px), 1240px);
    }

    body.website-shell .site-brand-mark {
        height: 64px;
        width: min(100%, 220px);
    }

    body.website-shell .site-brand img {
        max-height: 44px;
    }

    body.website-shell .header-top .top-right ul {
        justify-content: flex-start;
        gap: 10px;
    }

    body.website-shell .main-slider img,
    body.website-shell .slider-wrapper img,
    body.website-shell .banner-section img,
    body.website-shell .breadcrumb-banner-area img,
    body.website-shell img[src*="/web/slider/"] {
        aspect-ratio: 4 / 5;
        min-height: 360px;
    }

    body.website-shell .staff-block img,
    body.website-shell .team-block img,
    body.website-shell img[src*="/web/staff/"] {
        aspect-ratio: 1 / 1;
    }
}

body.website-shell h1,
body.website-shell h2,
body.website-shell h3,
body.website-shell h4,
body.website-shell h5,
body.website-shell h6 {
    font-family: "Sora", "Manrope", "Trebuchet MS", sans-serif;
    color: var(--brand-ink);
    letter-spacing: 0;
}

body.website-shell a {
    color: var(--brand-sky);
    transition: all 0.25s ease;
}

body.website-shell a:hover,
body.website-shell a:focus {
    color: var(--brand-sun);
    text-decoration: none;
}

.page-wrapper {
    overflow-x: clip;
    overflow-y: visible;
}

.auto-container,
.container {
    max-width: 1240px;
}

.services-section,
.clients-section,
.sidebar-page-container,
.latest-area,
.contact-section {
    position: relative;
    padding: 88px 0;
}

.services-section::before,
.clients-section::before,
.sidebar-page-container::before,
.latest-area::before,
.contact-section::before {
    content: "";
    position: absolute;
    inset: 30px 18px;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.54));
    box-shadow: var(--brand-shadow);
    border: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 0;
}

.services-section > .auto-container,
.clients-section > .auto-container,
.sidebar-page-container > .auto-container,
.latest-area > .container,
.contact-section > .auto-container {
    position: relative;
    z-index: 1;
}

.header-top {
    background: linear-gradient(90deg, #081622, #123040);
    color: #dbeafe;
    font-size: 14px;
}

.header-top-inner,
.header-upper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
}

.header-top .top-left ul,
.header-top .top-right ul,
.header-lower .navigation,
.footer-inline-links,
.footer-contact-list,
.footer-social,
.hero-mini-points,
.hero-side-list,
.footer-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top li,
.footer-inline-links li,
.footer-social li {
    display: inline-flex;
}

.header-top a {
    color: #e0f2fe;
}

.header-top .info-link {
    font-weight: 600;
    color: #fff7ed;
}

.header-top .top-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
}

.header-top .top-right a {
    font-weight: 600;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(14px);
}

.main-header.is-scrolled .header-upper,
.main-header.is-scrolled .header-lower {
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.12);
}

.header-upper {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.header-upper,
.header-lower {
    transition: all 0.25s ease;
}

.site-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    flex: 1 1 auto;
    min-width: 0;
}

.site-brand-mark {
    width: clamp(160px, 18vw, 260px);
    max-width: 260px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 20px;
    background: linear-gradient(135deg, #082340, #0b5fa5);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    flex: 0 0 auto;
}

.site-brand img {
    width: 100%;
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
    object-position: center;
}

.site-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-left: 18px;
    border-left: 3px solid rgba(14, 165, 164, 0.14);
    min-width: 0;
}

.site-brand-copy strong {
    font-size: 18px;
    color: var(--brand-ink);
    line-height: 1.18;
    display: block;
    max-width: 520px;
    overflow-wrap: anywhere;
}

.site-brand-copy span {
    color: var(--copy-soft);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 12px;
    margin-left: auto;
}

.header-contact-list {
    display: grid;
    gap: 8px;
    min-width: 340px;
}

.header-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    max-width: 360px;
    padding: 8px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 10px 24px rgba(148, 163, 184, 0.12);
    color: var(--brand-ink-soft);
    text-decoration: none;
}

.header-contact-item i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-sky), var(--brand-cyan));
    color: #fff;
    flex: 0 0 auto;
}

.header-contact-item span {
    display: block;
    min-width: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.header-contact-item em {
    font-style: normal;
    font-weight: 600;
    color: var(--brand-sky);
}

.header-contact-item strong {
    display: block;
    color: var(--brand-ink);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 2px;
}

.header-contact-item {
    font-size: 13px;
    line-height: 1.35;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 16px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, var(--brand-sky), var(--brand-cyan));
    box-shadow: 0 14px 28px rgba(29, 78, 216, 0.24);
}

.header-cta i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

body.website-shell a.header-cta,
body.website-shell a.header-cta span,
body.website-shell a.header-cta i {
    color: #fff;
}

body.website-shell a.header-cta:hover,
body.website-shell a.header-cta:focus {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-sun), #fb923c);
    box-shadow: 0 18px 30px rgba(249, 115, 22, 0.24);
}

body.website-shell a.header-cta:hover i,
body.website-shell a.header-cta:focus i {
    background: rgba(255, 255, 255, 0.24);
}

.site-nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--brand-ink), var(--brand-sky));
    color: #fff;
    font-size: 18px;
}

.header-lower {
    background: transparent;
    border-bottom: 0;
}

.header-lower .auto-container {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    margin-top: 8px;
    overflow: hidden;
}

.header-quick-links {
    display: none;
}

.modern-main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.site-nav-panel {
    width: 100%;
}

.navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 10px;
}

.navigation > li {
    position: relative;
    margin: 0;
}

.navigation > li > a,
.navigation > li > .nav-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--brand-ink-soft);
    font-weight: 600;
}

.navigation > li > .nav-label {
    cursor: default;
}

.header-lower .navigation > li > a,
.header-lower .navigation > li > .nav-label,
.header-lower .navigation > li.home > a {
    color: var(--brand-ink-soft);
}

.navigation > li.home > a {
    background: linear-gradient(135deg, rgba(14, 165, 164, 0.12), rgba(34, 211, 238, 0.1));
}

.navigation > li:hover > a,
.navigation > li:hover > .nav-label,
.navigation > li.current > a {
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.12), rgba(6, 182, 212, 0.12));
    color: var(--brand-ink);
}

.navigation .submenu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 240px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.22s ease;
    z-index: 20;
}

.navigation .submenu li {
    display: block;
}

.navigation .submenu a {
    display: block;
    padding: 11px 14px;
    border-radius: 14px;
    color: var(--copy);
    font-weight: 600;
}

.navigation .submenu a:hover {
    background: rgba(29, 78, 216, 0.08);
}

.navigation li:hover > .submenu,
.navigation li.is-open > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(29, 78, 216, 0.08);
    color: var(--brand-sky);
}

body.website-shell .theme-btn,
body.website-shell .modern-btn,
body.website-shell .consult-btn,
body.website-shell .contact100-form-btn,
body.website-shell .btn,
body.website-shell button[type="submit"] {
    border: 0;
    border-radius: 999px;
    background: var(--btn-gradient);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: var(--btn-shadow);
    text-shadow: 0 1px 2px rgba(15, 23, 42, 0.25);
}

body.website-shell .theme-btn:hover,
body.website-shell .modern-btn:hover,
body.website-shell .consult-btn:hover,
body.website-shell .contact100-form-btn:hover,
body.website-shell .btn:hover,
body.website-shell button[type="submit"]:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--btn-shadow-hover);
    background: var(--btn-gradient-hover);
}

body.website-shell a.theme-btn,
body.website-shell a.modern-btn,
body.website-shell a.consult-btn,
body.website-shell a.contact100-form-btn,
body.website-shell a.btn {
    color: #fff;
}

body.website-shell a.theme-btn:hover,
body.website-shell a.modern-btn:hover,
body.website-shell a.consult-btn:hover,
body.website-shell a.contact100-form-btn:hover,
body.website-shell a.btn:hover {
    color: #fff;
}

.hero-carousel-section {
    position: relative;
    padding: 10px 18px 0;
}

.hero-carousel {
    overflow: hidden;
    border-radius: 36px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-carousel .carousel-item {
    min-height: clamp(460px, 66vh, 720px);
}

.hero-slide {
    position: relative;
    min-height: clamp(460px, 66vh, 720px);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(92deg, rgba(7, 26, 34, 0.96), rgba(11, 31, 42, 0.84) 38%, rgba(14, 165, 164, 0.46));
    z-index: 1;
}

.hero-slide::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(6, 182, 212, 0.18);
    filter: blur(10px);
    z-index: 1;
}

.hero-slide-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 22% 28%, rgba(34, 211, 238, 0.12), transparent 22%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08), transparent 18%),
        linear-gradient(135deg, #07162f 0%, #0b2248 52%, #103679 100%);
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    padding: 56px 0 42px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 34px;
    align-items: center;
}

.hero-copy {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.9);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #e0f2fe;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.hero-copy h1 {
    font-size: clamp(34px, 4.6vw, 64px);
    line-height: 0.96;
    color: #fff;
    margin: 18px 0 18px;
    text-shadow: 0 10px 35px rgba(15, 23, 42, 0.45);
}

.hero-copy p {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.86);
    max-width: 560px;
    text-shadow: 0 4px 18px rgba(15, 23, 42, 0.28);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.hero-actions .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.hero-mini-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-mini-points li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.hero-visual {
    display: grid;
    gap: 0;
}

.hero-media-frame {
    position: relative;
    min-height: 430px;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, rgba(7, 22, 47, 0.95), rgba(20, 55, 120, 0.62));
    box-shadow: 0 32px 58px rgba(15, 23, 42, 0.3);
}

.hero-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 20px;
}

.hero-media-overlay {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(7, 26, 34, 0.84), rgba(7, 26, 34, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 32px rgba(2, 8, 23, 0.28);
}

.hero-media-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #dbeafe;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-media-caption strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 6px;
}

.hero-media-caption span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

.hero-media-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand-sky), var(--brand-cyan));
    color: #fff !important;
    font-weight: 700;
}

.hero-fact-card {
    padding: 20px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(21, 33, 64, 0.9), rgba(35, 47, 82, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    color: #fff;
    backdrop-filter: blur(10px);
}

.hero-fact-card h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.hero-fact-card p {
    color: rgba(255, 255, 255, 0.8);
}

.hero-side-list {
    margin-top: 20px;
    display: grid;
    gap: 14px;
}

.hero-side-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.hero-side-list i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
}

.website-shell .hero-copy h1,
.website-shell .hero-copy p,
.website-shell .hero-fact-card h3,
.website-shell .hero-fact-card p,
.website-shell .hero-side-list span,
.website-shell .hero-mini-points li,
.website-shell .hero-eyebrow {
    color: #fff !important;
}

.hero-carousel .carousel-indicators {
    bottom: 28px;
}

.hero-carousel .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.4);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 64px;
    opacity: 1;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(15, 23, 42, 0.35);
    background-size: 20px;
}

.website-home .header-lower {
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.welcome-section {
    position: relative;
    padding: 92px 0 36px;
    background: transparent !important;
}

.welcome-section .title-box {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.welcome-section .about-text-container {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 247, 255, 0.94));
}

.welcome-section .message {
    color: var(--copy);
    line-height: 1.8;
    font-size: 17px;
}

.welcome-section .btns-box {
    margin-top: 20px;
}

.title-box .text,
.about-text-container p {
    line-height: 1.8;
    font-size: 17px;
}

.services-section .sec-title.centered,
.clients-section .sec-title.centered,
.welcome-section .sec-title.centered {
    text-align: left !important;
}

.call-to-action {
    padding: 18px;
}

.call-to-action .auto-container {
    border-radius: 28px;
    background: linear-gradient(135deg, var(--brand-ink), var(--brand-sky));
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
    padding: 28px 34px;
}

.call-to-action .row {
    display: flex;
    align-items: center;
}

.call-to-action .text,
.call-to-action .text a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.call-to-action form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: center;
}

.call-to-action .form-control {
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: none;
}

.sec-title {
    margin-bottom: 26px;
}

.sec-title.centered {
    text-align: left !important;
}

.sec-title h2,
.title-box h2,
.contact100-form-title,
.breadcrumb-text h1 {
    font-size: clamp(30px, 4vw, 48px);
    margin-bottom: 10px;
}

.sec-title .sub-title,
.title-box .text,
.post-info,
.text-muted,
.breadcrumb-text .breadcrumb li {
    color: var(--copy-soft);
}

.separator {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.separator .dott {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-sun), var(--brand-cyan));
}

.services-single,
.services-single .inner-box,
.services-single .lower-content,
.about-text-container,
.title-box,
.inner-column,
.sidebar-side > div,
.sidebar-side .widget,
.contact100-more,
.wrap-contact100,
.counter-box,
.card {
    border-radius: var(--brand-radius) !important;
}

.services-single .inner-box,
.about-text-container,
.title-box,
.inner-column,
.sidebar-side > div,
.sidebar-side .widget,
.wrap-contact100,
.card,
.counter-box {
    background: var(--brand-surface);
    border: 1px solid var(--brand-border);
    box-shadow: var(--brand-shadow);
}

.services-single .lower-content,
.inner-column {
    padding: 34px;
}

.about-text-container,
.title-box,
.card {
    padding: 32px;
}

.about-text-container {
    margin-bottom: 24px;
}

.about-text-container img.float-right,
.about-text-container img.float-left {
    float: none !important;
    width: 100%;
    max-width: 420px;
    border-radius: 24px;
    margin: 10px 0 20px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
}

body.website-home .services-section .about-text-container,
body.website-inner .clients-section .about-text-container {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.8fr);
    gap: 18px 28px;
    align-items: start;
}

body.website-home .services-section .about-text-container .sec-title,
body.website-inner .clients-section .about-text-container .sec-title {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

body.website-home .services-section .about-text-container img,
body.website-inner .clients-section .about-text-container img {
    grid-column: 2;
    justify-self: end;
    width: 100%;
    max-width: 340px;
    margin: 0;
}

body.website-home .services-section .about-text-container p,
body.website-home .services-section .about-text-container .btns-box,
body.website-inner .clients-section .about-text-container p,
body.website-inner .clients-section .about-text-container .btns-box {
    grid-column: 1;
}

body.website-home .services-section .about-text-container p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 9.4em;
}

@media (max-width: 991px) {
    body.website-home .services-section .about-text-container,
    body.website-inner .clients-section .about-text-container {
        grid-template-columns: 1fr;
    }

    body.website-home .services-section .about-text-container img,
    body.website-inner .clients-section .about-text-container img {
        grid-column: 1;
        justify-self: start;
        max-width: 100%;
    }
}

.services-heading {
    border: 0 !important;
    color: var(--brand-ink) !important;
    text-decoration: none !important;
    margin-bottom: 12px !important;
}

.list-style-one li,
.list-style-two li,
.footer-link-list li {
    position: relative;
    margin-bottom: 12px;
}

.list-style-one li a,
.footer-link-list a {
    display: block;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(148, 163, 184, 0.1);
    color: var(--brand-ink-soft);
    font-weight: 600;
}

.list-style-one li a:hover,
.footer-link-list a:hover {
    background: rgba(29, 78, 216, 0.08);
}

.content-side,
.team-member,
.four.counter,
.footer-column,
.sidebar-side,
.content-column {
    margin-bottom: 26px;
}

.team-member .inner-box,
.team-member .card {
    overflow: hidden;
    height: 100%;
}

.team-member .image,
.team-member .card img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 22px;
    margin-bottom: 18px;
}

.team-member img,
.team-member .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member .lower-box h4,
.team-member .card h1 {
    font-size: 24px;
    margin-bottom: 6px;
}

.team-member .designation,
.team-member .title {
    color: var(--brand-cyan);
    font-weight: 700;
}

.staff-section .team-member .staff-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.staff-section .team-member .staff-card-link:hover,
.staff-section .team-member .staff-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.staff-section .team-member .staff-card {
    position: relative;
    padding: 18px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    height: 100%;
}

.staff-section .team-member .image {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
}

.staff-section .team-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.staff-section .team-member .lower-box {
    text-align: left;
}

.staff-section .team-member .lower-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.staff-section .team-member .designation {
    font-size: 14px;
    letter-spacing: 0.02em;
}

.staff-section .team-member .staff-overlay {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(160deg, rgba(6, 95, 117, 0.92), rgba(15, 23, 42, 0.78));
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    pointer-events: none;
    backdrop-filter: blur(6px);
}

.staff-section .team-member .staff-overlay-content {
    width: 100%;
    color: #fff;
}

.staff-section .team-member .staff-overlay h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 4px;
}

.staff-section .team-member .staff-overlay .designation {
    color: rgba(255, 255, 255, 0.82);
}

.staff-section .team-member .staff-overlay p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.45;
    margin: 8px 0 12px;
}

.staff-section .team-member .staff-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
}

.staff-section .team-member .staff-card-link:hover .staff-card,
.staff-section .team-member .staff-card-link:focus .staff-card {
    transform: translateY(-8px);
    box-shadow: 0 26px 50px rgba(15, 23, 42, 0.18);
}

.staff-section .team-member .staff-card-link:hover img,
.staff-section .team-member .staff-card-link:focus img {
    transform: scale(1.05);
}

.staff-section .team-member .staff-card-link:hover .staff-overlay,
.staff-section .team-member .staff-card-link:focus .staff-overlay,
.staff-section .team-member .staff-card-link:focus-within .staff-overlay {
    opacity: 1;
    transform: translateY(0);
}

.staff-detail-page {
    padding: 70px 0 90px;
}

.staff-detail-hero {
    margin-bottom: 40px;
}

.staff-profile-card {
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: 28px;
    align-items: center;
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(255, 255, 255, 0.95));
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

.staff-profile-media {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
}

.staff-profile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}

.staff-profile-badge {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(6, 95, 117, 0.15);
    color: var(--brand-sky);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.staff-profile-name {
    font-size: 36px;
    margin: 14px 0 6px;
    color: var(--brand-ink);
}

.staff-profile-role {
    font-size: 18px;
    color: var(--brand-cyan);
    font-weight: 700;
    margin-bottom: 16px;
}

.staff-profile-quick {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.staff-quick-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 12px;
    font-size: 14px;
}

.staff-quick-item .label {
    font-weight: 700;
    color: var(--brand-ink);
}

.staff-quick-item .value {
    color: var(--copy-soft);
}

.staff-profile-actions {
    margin-top: 8px;
}

.staff-detail-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
}

.staff-about-card,
.staff-contact-card {
    padding: 26px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.staff-about-card h3,
.staff-contact-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: var(--brand-ink);
}

.staff-about-content {
    color: var(--copy-soft);
    line-height: 1.7;
    font-size: 15px;
}

.staff-about-content p {
    margin-bottom: 12px;
}

.staff-about-fallback {
    color: var(--copy-soft);
}

.staff-contact-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 12px;
}

.staff-contact-list li {
    display: grid;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(148, 163, 184, 0.08);
}

.staff-contact-list .label {
    font-weight: 700;
    color: var(--brand-ink);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.staff-contact-list .value {
    color: var(--copy-soft);
    font-size: 14px;
}

.staff-socials {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.staff-socials a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 95, 117, 0.12);
    color: var(--brand-ink);
    transition: transform 0.2s ease, background 0.2s ease;
}

.staff-socials a:hover {
    transform: translateY(-4px);
    background: rgba(6, 95, 117, 0.2);
}

@media (max-width: 991px) {
    .staff-profile-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .staff-profile-media {
        max-width: 320px;
        margin: 0 auto;
    }

    .staff-quick-item {
        grid-template-columns: 1fr;
    }

    .staff-detail-grid {
        grid-template-columns: 1fr;
    }

    .staff-profile-actions {
        display: flex;
        justify-content: center;
    }
}

.counter-box {
    min-height: 100%;
    padding: 28px 24px;
    text-align: left;
}

.counter-box i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.14), rgba(6, 182, 212, 0.16));
    color: var(--brand-sky);
    font-size: 24px;
    margin-bottom: 18px;
}

.counter-box .counter {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: var(--brand-ink);
}

.counter-box p {
    margin: 10px 0 0;
    color: var(--copy-soft);
    font-size: 16px;
}

.breadcrumb-banner-area {
    position: relative;
    margin: 24px 18px 0;
    padding: 88px 0;
    border-radius: 34px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.breadcrumb-banner-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(29, 78, 216, 0.52));
}

.breadcrumb-text {
    position: relative;
    z-index: 1;
}

.breadcrumb-text h1,
.breadcrumb-text .breadcrumb,
.breadcrumb-text .breadcrumb a {
    color: #fff !important;
}

.breadcrumb-text .breadcrumb {
    justify-content: center;
    background: transparent;
}

.sidebar-page-container .row,
.latest-area .row {
    position: relative;
    z-index: 1;
}

.pagination-content,
.pagination-content .pagination,
.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.pagination > li > a,
.pagination > li > span {
    border: 0;
    border-radius: 14px !important;
    color: var(--brand-ink-soft);
    background: rgba(148, 163, 184, 0.12);
}

.pagination > .active > span,
.pagination > .active > a {
    background: linear-gradient(135deg, var(--brand-sky), var(--brand-cyan));
    color: #fff;
}

.main-footer {
    padding: 24px 18px 32px;
}

.main-footer .widgets-section {
    padding: 0;
}

.main-footer .auto-container {
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(180deg, #0f172a, #172554);
    color: rgba(255, 255, 255, 0.78);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.22);
}

.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer a,
.main-footer .copyright {
    color: #fff;
}

.footer-card {
    height: 100%;
    padding: 26px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo img {
    max-height: 58px;
    margin-bottom: 18px;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contact-list i,
.footer-social a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.footer-bottom {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-right ul,
.footer-inline-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.footer-inline-links a,
.footer-right a {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
}

.wrap-contact100 {
    overflow: hidden;
    background: transparent !important;
}

.contact100-form,
.contact100-more {
    padding: 34px !important;
}

.contact100-form {
    background: rgba(255, 255, 255, 0.92);
}

.contact100-more {
    background-size: cover !important;
    position: relative;
}

.contact100-more::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(29, 78, 216, 0.72));
}

.contact100-more > * {
    position: relative;
    z-index: 1;
}

.label-input100,
.text-info,
.contact100-form-title {
    color: var(--brand-ink) !important;
}

.contact100-more .text-info,
.contact100-more .info-position,
.contact100-more .info-name,
.contact100-more h3,
.contact100-more .info-number,
.contact100-more .social-icon-two a,
.contact100-more .services-heading,
.contact100-more .list-style-two .icon {
    color: #fff !important;
}

.wrap-input100,
.input100,
textarea.input100 {
    border-radius: 18px !important;
}

.wrap-input100 {
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: #fff !important;
}

.input100 {
    color: var(--copy) !important;
}

.scroll-to-top {
    right: 24px;
    bottom: 24px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-sun), #fb923c);
    box-shadow: 0 18px 30px rgba(249, 115, 22, 0.26);
    opacity: 0;
    pointer-events: none;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.website-home .header-upper-inner {
    padding: 2px 0;
}

body.website-home .header-lower .auto-container {
    margin-top: 6px;
}

body.website-home .hero-carousel-section {
    padding-top: 8px;
}

body.website-home .hero-carousel,
body.website-home .hero-slide {
    border-radius: 34px;
}

body.website-home .hero-carousel .carousel-item,
body.website-home .hero-slide {
    min-height: clamp(560px, 76vh, 700px);
}

body.website-home .hero-slide::before {
    background: linear-gradient(90deg, rgba(7, 26, 34, 0.92), rgba(7, 26, 34, 0.62) 42%, rgba(7, 26, 34, 0.36));
}

body.website-home .hero-slide::after {
    right: 6%;
    top: 10%;
    width: 320px;
    height: 320px;
    background: rgba(34, 211, 238, 0.12);
}

body.website-home .hero-slide-bg {
    background-size: cover;
    background-position: center center;
    transform: scale(1.03);
    opacity: 1;
    filter: saturate(1.02);
}

body.website-home .hero-slide-content {
    padding: 22px 0 34px;
}

body.website-home .hero-topband {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

body.website-home .hero-helpline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    color: #fff;
}

body.website-home .hero-helpline i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
}

body.website-home .hero-helpline span,
body.website-home .hero-helpline strong {
    color: #fff;
}

body.website-home .hero-helpline span {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.82;
}

body.website-home .hero-top-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.website-home .hero-top-cta,
body.website-home .hero-top-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

body.website-home .hero-top-cta {
    background: linear-gradient(135deg, var(--brand-cyan), #0ea5e9);
    color: #fff !important;
}

body.website-home .hero-top-link {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

body.website-home .hero-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.62fr);
    gap: 28px;
    align-items: end;
    min-height: 390px;
}

body.website-home .hero-copy-panel {
    max-width: 650px;
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(8, 26, 34, 0.56), rgba(8, 26, 34, 0.72));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 28px 60px rgba(2, 8, 23, 0.2);
    backdrop-filter: blur(12px);
}

body.website-home .hero-copy-panel h1 {
    margin-top: 14px;
    font-size: clamp(42px, 5.4vw, 76px);
    line-height: 0.98;
}

body.website-home .hero-copy-panel p {
    max-width: 520px;
}

body.website-home .hero-info-panel {
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(9, 22, 50, 0.82), rgba(18, 38, 79, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 48px rgba(2, 8, 23, 0.26);
    backdrop-filter: blur(14px);
}

body.website-home .hero-info-header {
    margin-bottom: 18px;
}

body.website-home .hero-info-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

body.website-home .hero-info-header strong {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1.28;
}

body.website-home .hero-info-panel .hero-side-list {
    margin-top: 0;
}

body.website-home .hero-info-panel .hero-side-list li {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.website-home .hero-bottom-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
    position: relative;
    z-index: 2;
}

body.website-home .hero-bottom-card {
    display: block;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 28px rgba(2, 8, 23, 0.12);
    color: #fff !important;
    backdrop-filter: blur(10px);
}

body.website-home .hero-bottom-card strong {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px;
}

body.website-home .hero-bottom-card span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.55;
}

@media (max-width: 1199px) {
    .hero-grid,
    body.website-home .hero-main-grid {
        grid-template-columns: 1fr;
    }

    .welcome-section .about-text-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .header-contact-list.desktop-only,
    .header-cta.desktop-only,
    .main-header .header-top {
        display: none;
    }

    .site-nav-toggle {
        display: inline-flex;
    }

    .header-lower .auto-container {
        position: relative;
        overflow: visible;
    }

    .site-nav-panel {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        padding: 16px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18);
        border: 1px solid rgba(15, 23, 42, 0.08);
        z-index: 50;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: all 0.24s ease;
        pointer-events: none;
        max-height: calc(100vh - 160px);
        overflow-y: auto;
    }

    .site-nav-panel.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .navigation {
        flex-direction: column;
        align-items: stretch;
        padding: 0;
    }

    .navigation > li > a,
    .navigation > li > .nav-label {
        justify-content: space-between;
        width: 100%;
    }

    .navigation .submenu {
        position: static;
        min-width: 100%;
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        box-shadow: none;
        border-radius: 18px;
        background: rgba(248, 250, 252, 0.9);
    }

    .navigation li.is-open > .submenu {
        display: block;
    }

    .call-to-action form {
        grid-template-columns: 1fr;
    }

    .footer-right ul,
    .footer-inline-links {
        justify-content: flex-start;
    }

    .welcome-section .about-text-container {
        grid-template-columns: 1fr;
    }

    body.website-home .hero-topband {
        flex-direction: column;
        align-items: stretch;
    }

    body.website-home .hero-top-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    body.website-home .hero-bottom-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .hero-carousel-section,
    .main-footer,
    .call-to-action,
    .breadcrumb-banner-area {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-slide,
    .hero-carousel .carousel-item {
        min-height: 560px;
    }

    .hero-slide-content {
        padding: 42px 0 34px;
    }

    .services-section,
    .clients-section,
    .sidebar-page-container,
    .latest-area,
    .contact-section {
        padding: 68px 0;
    }

    .services-section::before,
    .clients-section::before,
    .sidebar-page-container::before,
    .latest-area::before,
    .contact-section::before {
        inset: 16px 10px;
        border-radius: 28px;
    }

    .services-single .lower-content,
    .inner-column,
    .about-text-container,
    .title-box,
    .card,
    .contact100-form,
    .contact100-more,
    .main-footer .auto-container {
        padding: 24px !important;
    }

    .call-to-action .auto-container {
        padding: 24px;
    }

    .call-to-action .text,
    .call-to-action .text a {
        font-size: 20px;
    }

    .header-upper-inner {
        align-items: flex-start;
    }

    .site-brand-copy strong {
        font-size: 18px;
    }

    .site-brand {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-brand-mark {
        width: clamp(150px, 48vw, 240px);
        height: 72px;
    }

    .site-brand img {
        width: 100%;
        max-height: 50px;
    }

    .site-brand-copy {
        padding-left: 0;
        border-left: 0;
        padding-top: 6px;
    }

    .hero-media-frame {
        min-height: 280px;
    }

    .hero-media-overlay {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 14px;
    }

    .hero-media-caption strong {
        font-size: 18px;
    }

    body.website-home .hero-copy-panel,
    body.website-home .hero-info-panel {
        padding: 22px;
        border-radius: 24px;
    }

    body.website-home .hero-copy-panel h1 {
        font-size: clamp(32px, 11vw, 48px);
    }

    body.website-home .hero-info-header strong {
        font-size: 24px;
    }
}

body.website-home .hero-carousel-section {
    padding: 8px 0 0;
}

body.website-home .hero-carousel,
body.website-home .hero-slide {
    border-radius: 0;
}

body.website-home .hero-carousel .carousel-item,
body.website-home .hero-slide {
    min-height: clamp(420px, 70vh, 760px);
}

body.website-home .hero-slide {
    align-items: stretch;
}

body.website-home .hero-slide::before {
    background: linear-gradient(180deg, rgba(7, 26, 34, 0.08) 0%, rgba(7, 26, 34, 0.12) 50%, rgba(7, 26, 34, 0.5) 100%);
}

body.website-home .hero-slide::after {
    display: none;
}

body.website-home .hero-slide-content {
    display: block;
    width: 100%;
    min-height: inherit;
    padding: 0;
}

body.website-home .hero-slide-stage {
    position: relative;
    width: 100%;
    min-height: inherit;
    height: clamp(420px, 70vh, 760px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    background: #0b1f2a;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    overflow: hidden;
}

body.website-home .hero-slide-image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    filter: none;
}

body.website-home .hero-carousel .carousel-indicators {
    bottom: 18px;
}

body.website-home .hero-carousel .carousel-indicators li {
    background: rgba(255, 255, 255, 0.52);
}

body.website-home .hero-carousel .carousel-indicators .active {
    background: #ffffff;
}

body.website-home .hero-carousel .carousel-control-prev,
body.website-home .hero-carousel .carousel-control-next {
    width: 78px;
}

body.website-home .hero-carousel .carousel-control-prev-icon,
body.website-home .hero-carousel .carousel-control-next-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(2, 8, 23, 0.3);
}

body.website-home .hero-summary-section {
    padding: 22px 18px 0;
}

body.website-home .hero-summary-section .auto-container {
    padding: 0;
}

body.website-home .hero-summary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    gap: 20px;
    align-items: stretch;
}

body.website-home .hero-summary-grid.is-single {
    grid-template-columns: 1fr;
}

body.website-home .hero-summary-copy,
body.website-home .hero-summary-side {
    padding: 30px 32px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(14px);
}

body.website-home .hero-summary-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(14, 165, 164, 0.12), rgba(34, 211, 238, 0.14));
    color: var(--brand-sky);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.website-home .hero-summary-copy h1 {
    margin: 18px 0 12px;
    font-size: clamp(32px, 4.3vw, 56px);
    line-height: 1.02;
    color: var(--brand-ink);
}

body.website-home .hero-summary-copy p {
    max-width: 640px;
    margin: 0;
    color: var(--copy);
    font-size: 17px;
    line-height: 1.78;
}

body.website-home .hero-summary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

body.website-home .hero-summary-actions .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.72);
    color: var(--brand-ink);
    font-weight: 700;
}

body.website-home .hero-summary-side {
    display: grid;
    gap: 14px;
    align-content: start;
}

body.website-home .hero-summary-contact {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(11, 31, 42, 0.96), rgba(14, 165, 164, 0.88));
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.16);
}

body.website-home .hero-summary-contact.is-static {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.9));
}

body.website-home .hero-summary-contact i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    flex: 0 0 auto;
}

body.website-home .hero-summary-contact span {
    display: block;
    min-width: 0;
}

body.website-home .hero-summary-contact strong {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 4px;
}

body.website-home .hero-summary-contact em {
    display: block;
    color: #fff;
    font-style: normal;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

body.website-home .hero-summary-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

body.website-home .hero-summary-link-card {
    display: block;
    padding: 20px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
    color: var(--brand-ink) !important;
}

body.website-home .hero-summary-link-card strong {
    display: block;
    margin-bottom: 7px;
    color: var(--brand-ink);
    font-size: 19px;
}

body.website-home .hero-summary-link-card span {
    display: block;
    color: var(--copy-soft);
    line-height: 1.65;
}

@media (max-width: 1199px) {
    body.website-home .hero-carousel .carousel-item,
    body.website-home .hero-slide {
        min-height: clamp(360px, 58vh, 620px);
    }

    body.website-home .hero-slide-stage {
        height: clamp(360px, 58vh, 620px);
    }

    body.website-home .hero-summary-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    body.website-home .hero-carousel .carousel-item,
    body.website-home .hero-slide {
        min-height: clamp(320px, 52vh, 520px);
    }

    body.website-home .hero-slide-stage {
        height: clamp(320px, 52vh, 520px);
    }

    body.website-home .hero-summary-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.website-home .hero-carousel,
    body.website-home .hero-slide {
        border-radius: 22px;
    }

    body.website-home .hero-carousel .carousel-item,
    body.website-home .hero-slide {
        min-height: clamp(260px, 44vh, 420px);
    }

    body.website-home .hero-slide-content {
        padding: 0;
    }

    body.website-home .hero-slide-stage {
        min-height: clamp(260px, 44vh, 420px);
        height: clamp(260px, 44vh, 420px);
        border-radius: 22px;
    }

    body.website-home .hero-carousel .carousel-control-prev,
    body.website-home .hero-carousel .carousel-control-next {
        width: 58px;
    }

    body.website-home .hero-carousel .carousel-control-prev-icon,
    body.website-home .hero-carousel .carousel-control-next-icon {
        width: 46px;
        height: 46px;
        background-size: 16px;
    }

    body.website-home .hero-summary-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.website-home .hero-summary-copy,
    body.website-home .hero-summary-side {
        padding: 22px;
        border-radius: 24px;
    }

    body.website-home .hero-summary-copy h1 {
        font-size: clamp(28px, 9vw, 40px);
    }
}

body.website-shell .call-to-action {
    background: linear-gradient(90deg, #0b1f2a, #0ea5a4) !important;
    padding: 28px 18px !important;
}

body.website-shell .call-to-action .auto-container {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

body.website-shell .main-footer {
    background: #0b1f2a !important;
}

body.website-shell .footer-card p,
body.website-shell .footer-card span,
body.website-shell .footer-card li,
body.website-shell .footer-card .footer-link-list a {
    color: rgba(255, 255, 255, 0.84) !important;
}

body.website-shell .footer-card h2,
body.website-shell .footer-card h3,
body.website-shell .footer-card h4 {
    color: #ffffff !important;
}

body.website-shell .footer-card .footer-link-list a {
    background: rgba(255, 255, 255, 0.07);
}

body.website-shell .footer-card .footer-link-list a:hover {
    background: rgba(34, 211, 238, 0.18);
}

body.website-shell .welcome-section,
body.website-shell .services-section,
body.website-shell .clients-section,
body.website-shell .contact-section,
body.website-shell .sidebar-page-container,
body.website-shell .latest-area {
    background: transparent !important;
}

/* Responsive home hero media-fit update */
body.website-home .hero-carousel,
body.website-home .hero-slide,
body.website-home .hero-carousel .carousel-item {
    height: auto;
}

body.website-home .hero-carousel .carousel-item,
body.website-home .hero-slide,
body.website-home .hero-slide-content {
    min-height: 0;
}

body.website-home .hero-slide {
    display: block;
}

body.website-home .hero-slide-stage {
    width: 100%;
    min-height: clamp(360px, 62vh, 760px);
    height: clamp(360px, 62vh, 760px);
    padding: clamp(12px, 1.5vw, 20px);
    background:
        radial-gradient(circle at top right, rgba(34, 211, 238, 0.22), transparent 32%),
        linear-gradient(135deg, #071a22 0%, #0b1f2a 52%, #0ea5a4 100%);
    isolation: isolate;
}

body.website-home .hero-slide-stage::before,
body.website-home .hero-slide-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

body.website-home .hero-slide-stage::before {
    background-image: var(--hero-slide-backdrop);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(24px) saturate(118%);
    opacity: 0.72;
    transform: scale(1.08);
    z-index: 0;
}

body.website-home .hero-slide-stage::after {
    background:
        linear-gradient(135deg, rgba(7, 26, 34, 0.52), rgba(11, 31, 42, 0.16) 38%, rgba(14, 165, 164, 0.28) 100%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 28%);
    z-index: 1;
}

body.website-home .hero-slide-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 24px;
    box-shadow: 0 26px 50px rgba(2, 8, 23, 0.32);
}

body.website-home .hero-summary-copy h1,
body.website-home .hero-summary-copy p,
body.website-home .hero-summary-link-card span {
    overflow-wrap: anywhere;
}

body.website-home .testimonial-carousel {
    width: min(100%, 920px);
    margin: 0 auto;
}

body.website-home .testimonial-carousel .testimonial {
    overflow-wrap: anywhere;
}

body.website-home .placement-overview-section {
    padding: 28px 18px 0;
}

body.website-home .placement-overview-shell {
    position: relative;
    padding: 34px clamp(18px, 3vw, 34px) clamp(20px, 2.8vw, 30px);
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(34, 211, 238, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

body.website-home .placement-overview-header {
    margin-bottom: 26px;
}

body.website-home .placement-overview-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(14, 165, 164, 0.08);
    color: var(--brand-sky);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.website-home .placement-overview-header h2 {
    margin-bottom: 10px;
}

body.website-home .placement-overview-header .sub-title {
    margin-top: 12px;
    color: var(--copy-soft);
    font-size: 18px;
    line-height: 1.7;
}

body.website-home .placement-highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

body.website-home .placement-highlight-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
    align-items: end;
    min-height: 320px;
    padding: 28px 26px 0;
    border-radius: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 26%),
        linear-gradient(135deg, var(--placement-start), var(--placement-end));
    box-shadow: 0 24px 42px var(--placement-glow);
    isolation: isolate;
}

body.website-home .placement-highlight-card::before {
    content: "";
    position: absolute;
    inset: auto -60px -90px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    filter: blur(10px);
    z-index: 0;
}

body.website-home .placement-card-copy,
body.website-home .placement-card-visual {
    position: relative;
    z-index: 1;
}

body.website-home .placement-card-copy {
    display: grid;
    align-content: start;
    gap: 14px;
    padding-bottom: 26px;
    color: #fff;
}

body.website-home .placement-card-tag {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.website-home .placement-highlight-card h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 0.98;
}

body.website-home .placement-company {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

body.website-home .placement-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.website-home .placement-meta span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

body.website-home .placement-package {
    display: inline-grid;
    gap: 4px;
    width: fit-content;
    max-width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 244, 163, 0.95);
    color: #152238;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.16);
}

body.website-home .placement-package strong {
    font-size: clamp(24px, 2.6vw, 40px);
    line-height: 1;
    color: #152238;
}

body.website-home .placement-package span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: rgba(21, 34, 56, 0.86);
}

body.website-home .placement-card-visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

body.website-home .placement-student-photo {
    display: block;
    width: min(100%, 230px);
    max-height: 292px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 16px 24px rgba(15, 23, 42, 0.24));
}

body.website-home .placement-student-photo.is-placeholder {
    width: 180px;
    height: 220px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px 28px 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.22);
}

body.website-home .placement-student-photo.is-placeholder span {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

@media (max-width: 991px) {
    body.website-home .hero-slide-stage {
        min-height: clamp(300px, 52vh, 540px);
        height: clamp(300px, 52vh, 540px);
    }

    body.website-home .placement-highlights-grid {
        grid-template-columns: 1fr;
    }

    body.website-home .placement-highlight-card {
        grid-template-columns: minmax(0, 1fr) minmax(150px, 220px);
    }
}

@media (max-width: 767px) {
    body.website-home .hero-carousel,
    body.website-home .hero-slide,
    body.website-home .hero-slide-stage {
        border-radius: 20px;
    }

    body.website-home .hero-slide-stage {
        min-height: clamp(240px, 42vh, 400px);
        height: clamp(240px, 42vh, 400px);
        padding: 10px;
    }

    body.website-home .hero-summary-actions > a {
        width: 100%;
    }

    body.website-home .testimonial-carousel {
        width: 100%;
        padding: 0 6px 8px;
    }

    body.website-home .placement-overview-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.website-home .placement-overview-shell {
        padding: 24px 16px 18px;
        border-radius: 26px;
    }

    body.website-home .placement-overview-header .sub-title {
        font-size: 16px;
    }

    body.website-home .placement-highlight-card {
        grid-template-columns: 1fr;
        gap: 10px;
        min-height: 0;
        padding: 22px 18px 0;
        border-radius: 24px;
    }

    body.website-home .placement-card-copy {
        padding-bottom: 0;
    }

    body.website-home .placement-highlight-card h3 {
        font-size: clamp(26px, 8vw, 34px);
    }

    body.website-home .placement-company {
        font-size: 18px;
    }

    body.website-home .placement-package {
        width: 100%;
    }

    body.website-home .placement-card-visual {
        justify-content: flex-end;
    }

    body.website-home .placement-student-photo {
        width: min(100%, 190px);
        max-height: 240px;
    }

    body.website-home .placement-student-photo.is-placeholder {
        width: 150px;
        height: 180px;
    }
}

/* Inner page scale and shared listing polish */
body.website-inner .header-upper-inner {
    gap: 14px;
    padding: 4px 0;
}

body.website-inner .site-brand {
    gap: 14px;
    padding: 6px 0;
}

body.website-inner .site-brand-mark {
    width: clamp(150px, 16vw, 220px);
    height: 68px;
    border-radius: 18px;
}

body.website-inner .site-brand img {
    max-height: 48px;
}

body.website-inner .site-brand-copy {
    padding-left: 14px;
}

body.website-inner .site-brand-copy strong {
    max-width: 440px;
    font-size: clamp(16px, 1.45vw, 18px);
}

body.website-inner .site-brand-copy span {
    font-size: 10px;
}

body.website-inner .header-actions {
    gap: 10px;
}

body.website-inner .header-contact-list {
    min-width: 300px;
    gap: 6px;
}

body.website-inner .header-contact-item {
    max-width: 320px;
    padding: 7px 10px;
    border-radius: 14px;
    font-size: 12px;
}

body.website-inner .header-contact-item i {
    width: 28px;
    height: 28px;
}

body.website-inner .header-cta {
    padding: 10px 16px;
    border-radius: 15px;
}

body.website-inner .header-lower .auto-container {
    margin-top: 6px;
    border-radius: 16px;
}

body.website-inner .navigation {
    gap: 6px;
    padding: 6px 8px;
}

body.website-inner .navigation > li > a,
body.website-inner .navigation > li > .nav-label {
    padding: 8px 12px;
    font-size: 15px;
}

body.website-inner .sidebar-page-container {
    padding: 58px 0;
}

body.website-inner .sidebar-page-container::before {
    inset: 20px 14px;
    border-radius: 30px;
}

body.website-inner .sidebar-page-container > .auto-container {
    max-width: 1160px;
}

body.website-inner .sidebar-page-container .row {
    align-items: flex-start;
}

body.website-inner .right-sidebar {
    padding-left: 14px;
}

body.website-inner .sec-title {
    margin-bottom: 18px;
}

body.website-inner .sidebar-page-container .content-column .sec-title.centered {
    text-align: center !important;
}

body.website-inner .sidebar-page-container .content-column .sec-title h2 {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
    margin-bottom: 8px;
}

body.website-inner .sidebar-page-container .content-column .sec-title > a,
body.website-inner .sidebar-page-container .content-column .sec-title > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--copy-soft);
    font-size: 14px;
    font-weight: 600;
}

body.website-inner .inner-page-hero {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

body.website-inner .inner-page-hero .kicker {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--brand-sky);
}

body.website-inner .inner-page-hero h1 {
    margin: 0;
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.1;
}

body.website-inner .inner-page-hero .inner-lead {
    margin: 0;
    color: var(--copy-soft);
    font-size: 16px;
    max-width: 640px;
}

body.website-inner .inner-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 28px;
    align-items: start;
}

body.website-inner .inner-content-grid.is-single {
    grid-template-columns: 1fr;
}

body.website-inner .inner-content-text {
    color: var(--copy);
    font-size: 16px;
    line-height: 1.8;
}

body.website-inner .inner-content-text p {
    margin-bottom: 16px;
}

body.website-inner .inner-content-media img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: var(--brand-shadow);
    object-fit: cover;
}

body.website-inner .home-section-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

body.website-inner .home-section-head.centered {
    text-align: center;
    align-items: center;
}

body.website-inner .home-section-head .kicker {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--brand-sky);
}

body.website-inner .home-section-head h2 {
    margin: 0;
    font-size: clamp(26px, 2.8vw, 36px);
}

body.website-inner .home-highlights-section {
    padding: 48px 0 40px;
}

body.website-inner .home-highlights-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.website-inner .home-highlight-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 22px;
    background: var(--brand-surface-strong);
    border: 1px solid var(--brand-border);
    box-shadow: var(--brand-shadow);
}

body.website-inner .home-highlight-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-sky), var(--brand-sun));
    color: #fff;
    font-size: 22px;
    box-shadow: 0 16px 32px rgba(14, 165, 164, 0.2);
}

body.website-inner .home-highlight-copy strong {
    display: block;
    font-size: 22px;
    color: var(--brand-ink);
    letter-spacing: -0.01em;
}

body.website-inner .home-highlight-copy span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--copy-soft);
    margin-top: 4px;
}

body.website-inner .inner-column,
body.website-inner .sidebar-side .sidebar-widget,
body.website-inner .sidebar-side > div,
body.website-inner .sidebar-side .widget {
    padding: 26px;
    border-radius: 24px !important;
}

body.website-inner .sidebar-side .sidebar-widget {
    background: var(--brand-surface);
    border: 1px solid var(--brand-border);
    box-shadow: var(--brand-shadow);
    margin-bottom: 22px;
}

body.website-inner .sidebar-side .sidebar-title,
body.website-inner .sidebar-side .sec-title {
    margin-bottom: 16px;
}

body.website-inner .sidebar-page-container .sidebar-side .sec-title.centered {
    text-align: left !important;
}

body.website-inner .sidebar-page-container .sidebar-side .sec-title h2,
body.website-inner .sidebar-page-container .sidebar-title h2 {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: none;
    letter-spacing: 0;
}

body.website-inner .sidebar-page-container .text .search-shell {
    margin-top: 6px;
}

body.website-inner .list-style-one {
    margin-top: 18px;
}

body.website-inner .list-style-one li {
    padding-left: 24px;
    margin-bottom: 14px;
}

body.website-inner .list-style-one li:before {
    top: 2px;
    font-size: 15px;
}

body.website-inner .list-style-one li a {
    padding: 14px 18px;
    border-radius: 18px;
    font-size: 18px;
    line-height: 1.45;
}

body.website-inner .list-style-one li .post-info {
    margin-top: 8px;
    padding-left: 18px;
    font-size: 13px;
}

body.website-inner .categories-blog .inner-box {
    padding: 2px 0 0;
    background: transparent;
}

body.website-inner .categories-blog .inner-box ul li {
    margin-bottom: 10px;
    padding-left: 0;
    border-right: 0;
}

body.website-inner .categories-blog .inner-box ul li a {
    padding: 12px 16px 12px 42px;
    border-radius: 16px;
    background: rgba(148, 163, 184, 0.1);
    font-size: 15px;
    font-weight: 600;
}

body.website-inner .categories-blog .inner-box ul li a:before {
    left: 16px;
    top: 12px;
}

body.website-inner .categories-blog .inner-box ul li.active a,
body.website-inner .categories-blog .inner-box ul li a:hover {
    background: rgba(29, 78, 216, 0.08);
}

body.website-inner .categories-blog .inner-box > a.pull-right {
    display: inline-flex;
    margin-top: 8px;
    font-weight: 700;
}

body.website-inner .inner-column .text img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

@media (max-width: 1199px) {
    body.website-inner .header-contact-list {
        min-width: 0;
    }

    body.website-inner .site-brand-copy strong {
        max-width: 360px;
    }
}

@media (max-width: 991px) {
    body.website-inner .sidebar-page-container {
        padding: 48px 0;
    }

    body.website-inner .right-sidebar {
        padding-left: 0;
    }

    body.website-inner .sidebar-side .sidebar-widget {
        margin-bottom: 18px;
    }

    body.website-inner .inner-content-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.website-inner .header-upper-inner {
        gap: 10px;
    }

    body.website-inner .site-brand-mark {
        width: clamp(140px, 42vw, 200px);
        height: 64px;
    }

    body.website-inner .header-lower .auto-container {
        border-radius: 14px;
    }

    body.website-inner .sidebar-page-container {
        padding: 40px 0;
    }

    body.website-inner .sidebar-page-container::before {
        inset: 10px 8px;
        border-radius: 22px;
    }

    body.website-inner .inner-column,
    body.website-inner .sidebar-side .sidebar-widget,
    body.website-inner .sidebar-side > div,
    body.website-inner .sidebar-side .widget {
        padding: 20px !important;
        border-radius: 20px !important;
    }

    body.website-inner .sidebar-page-container .content-column .sec-title h2 {
        font-size: clamp(26px, 9vw, 34px);
    }

    body.website-inner .sidebar-page-container .sidebar-side .sec-title h2,
    body.website-inner .sidebar-page-container .sidebar-title h2 {
        font-size: 22px;
    }

    body.website-inner .list-style-one li a {
        font-size: 16px;
        padding: 13px 15px;
    }
}

body.website-home {
    --brand-sky: #8f174f;
    --brand-sun: #f3b34b;
    --brand-ink: #1f2937;
    --brand-ink-soft: #2f2d3a;
    --brand-mist: #f8e9ef;
}

body.website-inner {
    --brand-sky: #8f174f;
    --brand-sun: #f3b34b;
    --brand-ink: #1f2937;
    --brand-ink-soft: #2f2d3a;
    --brand-mist: #f8e9ef;
}

body.website-home .home-section-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}

body.website-home .home-section-head.centered {
    text-align: center;
    align-items: center;
}

body.website-home .home-section-head .kicker {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--brand-sun);
}

body.website-home .home-section-head h2 {
    margin: 0;
    font-size: clamp(28px, 3.4vw, 40px);
}

body.website-home .home-highlights-section {
    padding: 32px 0 16px;
}

body.website-home .home-highlights-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.website-home .home-highlight-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 22px;
    background: var(--brand-surface-strong);
    border: 1px solid var(--brand-border);
    box-shadow: var(--brand-shadow);
}

body.website-home .home-highlight-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-sky), var(--brand-sun));
    color: #fff;
    font-size: 22px;
    box-shadow: 0 16px 32px rgba(143, 23, 79, 0.25);
}

body.website-home .home-highlight-copy strong {
    display: block;
    font-size: 22px;
    color: var(--brand-ink);
    letter-spacing: -0.01em;
}

body.website-home .home-highlight-copy span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--copy-soft);
    margin-top: 4px;
}

body.website-home .home-intro-section {
    padding: 80px 0;
}

body.website-home .home-intro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: center;
}

body.website-home .home-intro-grid.is-single {
    grid-template-columns: 1fr;
}

body.website-home .home-intro-text {
    color: var(--copy-soft);
    font-size: 16px;
    line-height: 1.7;
}

body.website-home .home-intro-actions {
    margin-top: 22px;
}

body.website-home .home-intro-media img {
    width: 100%;
    height: auto;
    border-radius: 28px;
    box-shadow: var(--brand-shadow);
    object-fit: cover;
}

body.website-home .programs-section {
    padding: 80px 0;
}

body.website-home .programs-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

body.website-home .program-card {
    border-radius: 26px;
    background: var(--brand-surface-strong);
    border: 1px solid var(--brand-border);
    box-shadow: var(--brand-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body.website-home .program-media {
    position: relative;
    height: 180px;
    background: linear-gradient(135deg, rgba(143, 23, 79, 0.9), rgba(243, 179, 75, 0.9));
    overflow: hidden;
}

body.website-home .program-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.website-home .program-media-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

body.website-home .program-tag {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(8, 26, 34, 0.85);
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.website-home .program-body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto;
}

body.website-home .program-body h3 {
    margin: 0;
    font-size: 20px;
}

body.website-home .program-body p {
    color: var(--copy-soft);
    margin: 0;
    flex: 1 1 auto;
}

body.website-home .program-link {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--brand-sky);
}

body.website-home .programs-footer {
    margin-top: 28px;
    text-align: center;
}

body.website-home .home-news-section {
    padding: 80px 0;
}

body.website-home .home-news-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

body.website-home .home-news-card {
    padding: 22px;
    border-radius: 24px;
    background: var(--brand-surface-strong);
    border: 1px solid var(--brand-border);
    box-shadow: var(--brand-shadow);
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 280px;
}

body.website-home .home-news-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

body.website-home .home-news-head h3 {
    margin: 0;
    font-size: 20px;
}

body.website-home .home-news-head a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
}

body.website-home .home-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.website-home .home-news-list a {
    font-weight: 600;
    color: var(--brand-ink);
}

body.website-home .home-news-date {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: var(--copy-soft);
}

body.website-home .home-about-section {
    padding: 80px 0 100px;
}

body.website-home .home-about-shell {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 28px;
    padding: 36px 40px;
    border-radius: 30px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.7));
    border: 1px solid var(--brand-border);
    box-shadow: var(--brand-shadow);
}

body.website-home .home-about-shell.is-single {
    grid-template-columns: 1fr;
}

body.website-home .home-about-text {
    color: var(--copy-soft);
    line-height: 1.7;
}

body.website-home .home-about-actions {
    margin-top: 20px;
}

body.website-home .home-about-aside {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.website-home .home-about-info {
    padding: 16px;
    border-radius: 18px;
    background: rgba(143, 23, 79, 0.08);
    border: 1px solid rgba(143, 23, 79, 0.12);
}

body.website-home .home-about-info span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--copy-soft);
    margin-bottom: 6px;
}

body.website-home .home-about-info strong {
    color: var(--brand-ink);
    font-weight: 700;
}

body.website-shell .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 999px;
    border: 1px solid var(--btn-outline-border);
    background: transparent;
    color: var(--brand-ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.website-shell a.btn-outline {
    color: var(--brand-ink);
}

body.website-shell .btn-outline:hover {
    background: var(--btn-gradient-hover);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: var(--btn-shadow-hover);
}

body.website-shell a.btn-outline:hover,
body.website-shell a.btn-outline:focus {
    color: #fff;
}

body.website-inner .course-hero {
    padding: 80px 0 40px;
}

body.website-inner .course-hero-inner {
    padding: 36px 40px;
    border-radius: 32px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.8));
    border: 1px solid var(--brand-border);
    box-shadow: var(--brand-shadow);
    max-width: 860px;
}

body.website-inner .course-hero .kicker,
body.website-inner .course-cta .kicker {
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--brand-sky);
}

body.website-inner .course-cta .kicker {
    color: #fbbf24;
}

body.website-inner .course-hero-inner h1 {
    margin: 0 0 10px;
    font-size: clamp(30px, 3.4vw, 46px);
}

body.website-inner .course-hero-inner p {
    color: var(--copy-soft);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 20px;
}

body.website-inner .course-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.website-inner .course-section {
    padding: 70px 0;
}

body.website-inner .course-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 32px;
    align-items: center;
    padding: 32px;
    border-radius: 32px;
    background: var(--brand-surface-strong);
    border: 1px solid var(--brand-border);
    box-shadow: var(--brand-shadow);
}

body.website-inner .course-grid.is-reversed .course-copy {
    order: 2;
}

body.website-inner .course-grid.is-reversed .course-media {
    order: 1;
}

body.website-inner .course-tag {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: var(--brand-ink);
    margin-bottom: 10px;
}

body.website-inner .course-copy h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 2.6vw, 36px);
}

body.website-inner .course-overview {
    color: var(--copy-soft);
    line-height: 1.8;
    font-size: 16px;
}

body.website-inner .course-overview p {
    margin-bottom: 14px;
}

body.website-inner .course-overview ul {
    margin: 0 0 16px;
    padding-left: 18px;
}

body.website-inner .course-actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.website-inner .course-media {
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0.02));
    box-shadow: var(--brand-shadow);
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.website-inner .course-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.website-inner .course-media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--brand-sky), var(--brand-sun));
}

body.website-inner .course-panels {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 28px;
}

body.website-inner .course-accordion {
    border-radius: 22px;
    border: 1px solid var(--brand-border);
    background: var(--brand-surface);
    padding: 18px 18px 8px;
    box-shadow: var(--brand-shadow);
}

body.website-inner .course-accordion summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    color: var(--brand-ink);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.website-inner .course-accordion summary::-webkit-details-marker {
    display: none;
}

body.website-inner .course-accordion summary::after {
    content: "+";
    font-size: 18px;
    color: var(--brand-sky);
    transition: transform 0.25s ease;
}

body.website-inner .course-accordion[open] summary::after {
    transform: rotate(45deg);
}

body.website-inner .course-accordion-hint {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--copy-soft);
}

body.website-inner .course-accordion ul {
    margin: 12px 0 0;
    padding-left: 18px;
    color: var(--copy-soft);
}

body.website-inner .course-link-bar {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.website-inner .course-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    border: 1px dashed rgba(15, 23, 42, 0.18);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--brand-ink);
}

body.website-inner .course-cta {
    padding: 70px 0 90px;
}

body.website-inner .course-cta-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 36px 40px;
    border-radius: 30px;
    background: linear-gradient(120deg, #0f172a, #1e293b);
    color: #fff;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.3);
}

body.website-inner .course-cta-inner h2 {
    color: #fff;
    margin: 0 0 8px;
}

body.website-inner .course-cta-inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    max-width: 520px;
}

body.website-inner .course-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.website-shell .program-card,
body.website-shell .home-news-card,
body.website-shell .home-highlight-card,
body.website-shell .placement-highlight-card,
body.website-shell .hero-summary-link-card,
body.website-shell .iit-home-card,
body.website-shell .iit-latest-card,
body.website-shell .quick-link-chip,
body.website-inner .course-grid,
body.website-inner .course-accordion,
body.website-inner .course-pill {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.website-shell .program-card:hover,
body.website-shell .home-news-card:hover,
body.website-shell .home-highlight-card:hover,
body.website-shell .placement-highlight-card:hover,
body.website-shell .hero-summary-link-card:hover,
body.website-shell .iit-home-card:hover,
body.website-shell .iit-latest-card:hover,
body.website-shell .quick-link-chip:hover,
body.website-inner .course-grid:hover,
body.website-inner .course-accordion:hover,
body.website-inner .course-pill:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(15, 23, 42, 0.18);
    border-color: rgba(15, 23, 42, 0.2);
}

body.website-home .iit-home-section {
    padding: 82px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(223, 246, 245, 0.45));
}

body.website-home .iit-home-heading {
    max-width: 760px;
    margin: 0 auto 32px;
    text-align: center;
}

body.website-home .iit-home-heading span,
body.website-home .iit-latest-head span {
    display: inline-flex;
    color: var(--brand-sky);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.website-home .iit-home-heading h2 {
    margin: 8px 0 12px;
    color: var(--brand-ink);
}

body.website-home .iit-home-heading p {
    margin: 0;
    color: var(--copy-soft);
}

body.website-home .iit-home-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.website-home .iit-home-card {
    position: relative;
    display: flex;
    min-height: 190px;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    overflow: hidden;
    color: var(--brand-ink);
    background: var(--brand-surface-strong);
    border: 1px solid var(--brand-border);
    border-radius: 22px;
    box-shadow: var(--brand-shadow);
}

body.website-home .iit-home-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--card-accent, var(--brand-sky));
}

body.website-home .iit-home-card.tone-teal { --card-accent: #0ea5a4; }
body.website-home .iit-home-card.tone-blue { --card-accent: #2563eb; }
body.website-home .iit-home-card.tone-orange { --card-accent: #f97316; }
body.website-home .iit-home-card.tone-green { --card-accent: #16a34a; }
body.website-home .iit-home-card.tone-purple { --card-accent: #7c3aed; }
body.website-home .iit-home-card.tone-rose { --card-accent: #e11d48; }

body.website-home .iit-home-card:hover {
    color: var(--brand-ink);
}

body.website-home .iit-home-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    font-size: 22px;
    background: var(--card-accent, var(--brand-sky));
    box-shadow: 0 14px 28px rgba(11, 31, 42, 0.18);
}

body.website-home .iit-home-card strong {
    color: var(--brand-ink);
    font-size: 20px;
    line-height: 1.25;
}

body.website-home .iit-home-card em {
    color: var(--copy-soft);
    font-size: 15px;
    font-style: normal;
    line-height: 1.65;
}

body.website-home .iit-latest-panel {
    margin-top: 28px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--brand-border);
    border-radius: 24px;
    box-shadow: var(--brand-shadow);
}

body.website-home .iit-latest-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

body.website-home .iit-latest-head h3 {
    margin: 6px 0 0;
    color: var(--brand-ink);
    font-size: clamp(22px, 2.2vw, 30px);
}

body.website-home .iit-latest-head a,
body.website-home .iit-latest-card a {
    color: var(--brand-sky);
    font-weight: 800;
}

body.website-home .iit-latest-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.website-home .iit-latest-card {
    padding: 18px;
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: 18px;
}

body.website-home .iit-latest-card span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #0f766e;
    background: rgba(14, 165, 164, 0.1);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

body.website-home .iit-latest-card h4 {
    margin: 0 0 8px;
    color: var(--brand-ink);
    font-size: 17px;
    line-height: 1.35;
}

body.website-home .iit-latest-card p {
    margin: 0 0 12px;
    color: var(--copy-soft);
    font-size: 14px;
    line-height: 1.6;
}

body.website-home .iit-empty-home {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 18px 22px;
    color: var(--copy-soft);
    background: rgba(255, 255, 255, 0.84);
    border: 1px dashed rgba(14, 165, 164, 0.34);
    border-radius: 18px;
}

body.website-home .iit-empty-home strong {
    color: var(--brand-ink);
}

body.website-shell .theme-btn,
body.website-shell .btn-outline {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

/* Tulas public shell refresh */
body.website-shell {
    background: #f4f8fb;
}

.tulas-shell {
    width: min(calc(100% - 32px), 1240px);
    margin: 0 auto;
}

.tulas-site-header {
    position: relative;
    top: auto;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.tulas-top-strip {
    color: #d9efff;
    background: #082340;
    font-size: 13px;
}

.tulas-top-strip .tulas-shell,
.tulas-notice-marquee .tulas-shell,
.tulas-main-nav .tulas-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.tulas-top-strip .tulas-shell {
    min-height: 34px;
}

.tulas-top-left,
.tulas-top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    min-width: 0;
}

.tulas-top-strip a,
.tulas-top-strip span {
    color: #e8f7ff !important;
    font-weight: 700;
}

.tulas-top-strip i {
    color: #f7a51d;
    margin-right: 6px;
}

.tulas-notice-marquee {
    background: linear-gradient(90deg, #f7941e, #f9b233);
    color: #0b1f2a;
}

.tulas-notice-marquee .tulas-shell {
    min-height: 38px;
}

.tulas-notice-marquee strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    color: #082340;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tulas-marquee-window {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    min-width: 0;
}

.tulas-marquee-track {
    display: inline-flex;
    gap: 34px;
    white-space: nowrap;
    animation: tulasMarquee 30s linear infinite;
}

.tulas-marquee-track a {
    color: #082340;
    font-size: 14px;
    font-weight: 900;
}

.tulas-marquee-track a:hover,
.tulas-marquee-track a:focus {
    color: #082340 !important;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
}

.tulas-marquee-track a::before {
    content: "•";
    margin-right: 12px;
    color: #fff;
}

@keyframes tulasMarquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.tulas-main-nav {
    position: sticky;
    top: 0;
    z-index: 1060;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(8, 35, 64, 0.08);
}

.tulas-main-nav .tulas-shell {
    min-height: 72px;
    overflow: visible;
}

.tulas-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: clamp(180px, 16vw, 225px);
    min-height: 58px;
    padding: 7px 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, #082340, #0b5fa5);
    box-shadow: 0 14px 28px rgba(8, 35, 64, 0.16);
    overflow: hidden;
}

.tulas-brand img {
    width: 100%;
    max-height: 46px;
    object-fit: contain;
}

.tulas-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    flex: 1 1 0;
    min-width: 0;
    overflow: visible;
}

.tulas-nav-links > a,
.tulas-nav-group > button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 8px 9px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #15324b !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.tulas-nav-links > a:hover,
.tulas-nav-group:hover > button,
.tulas-nav-group.is-open > button {
    color: #fff !important;
    background: #0b5fa5;
}

.tulas-nav-links > a:focus,
.tulas-nav-group > button:focus {
    color: #fff !important;
    background: #0b5fa5;
    outline: 2px solid rgba(247, 148, 30, 0.45);
    outline-offset: 2px;
}

.tulas-nav-group {
    position: relative;
}

.tulas-nav-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 250px;
    padding: 12px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(8, 35, 64, 0.1);
    box-shadow: 0 22px 48px rgba(8, 35, 64, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.22s ease;
}

.tulas-nav-group:hover .tulas-nav-dropdown,
.tulas-nav-group.is-open .tulas-nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tulas-nav-dropdown a {
    display: block;
    padding: 11px 12px;
    border-radius: 10px;
    color: #15324b;
    font-weight: 800;
}

.tulas-nav-dropdown a:hover {
    color: #0b5fa5 !important;
    background: #eef7ff;
}

.tulas-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.tulas-outline-action,
.tulas-apply-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.tulas-outline-action {
    color: #9f1239 !important;
    background: #eef7ff;
    border: 1px solid rgba(11, 95, 165, 0.08);
}

.tulas-apply-action {
    color: #fff !important;
    background: linear-gradient(135deg, #f7941e, #f04b23);
    box-shadow: 0 14px 28px rgba(240, 75, 35, 0.26);
}

.tulas-outline-action:hover,
.tulas-outline-action:focus {
    color: #9f1239 !important;
    background: #fff7ed;
}

.tulas-apply-action:hover,
.tulas-apply-action:focus {
    color: #fff !important;
    background: linear-gradient(135deg, #f04b23, #f7941e);
    box-shadow: 0 16px 32px rgba(240, 75, 35, 0.3);
}

body.website-shell a.tulas-apply-action,
body.website-shell a.tulas-apply-action:hover,
body.website-shell a.tulas-apply-action:focus {
    color: #fff !important;
}

body.website-shell a.tulas-outline-action,
body.website-shell a.tulas-outline-action:hover,
body.website-shell a.tulas-outline-action:focus {
    color: #9f1239 !important;
}

.tulas-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: #0b5fa5;
}

.tulas-footer-cta {
    padding: 44px 0;
    color: #fff;
    background: linear-gradient(120deg, #0b5fa5, #082340);
}

.tulas-footer-cta .tulas-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.tulas-footer-cta span {
    display: inline-flex;
    color: #f9b233;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tulas-footer-cta h2 {
    margin: 7px 0 8px;
    color: #fff;
    font-size: clamp(26px, 3vw, 42px);
}

.tulas-footer-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.tulas-footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tulas-footer-cta-actions a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    color: #082340;
    background: #fff;
    font-weight: 900;
}

.tulas-footer-cta-actions a:first-child {
    color: #fff;
    background: #f7941e;
}

.tulas-site-footer {
    color: #c9d8e8;
    background: #061a2f;
    padding: 62px 0 24px;
}

.tulas-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.8fr 0.8fr 1fr;
    gap: 34px;
}

.tulas-footer-brand img {
    max-width: 230px;
    max-height: 76px;
    object-fit: contain;
    margin-bottom: 18px;
}

.tulas-site-footer h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 18px;
}

.tulas-site-footer p {
    color: #b7c8dc;
    font-size: 15px;
    line-height: 1.75;
}

.tulas-footer-links,
.tulas-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.tulas-footer-links a,
.tulas-footer-contact a,
.tulas-footer-contact span {
    color: #c9d8e8;
    font-size: 15px;
    font-weight: 700;
}

.tulas-footer-links a:hover,
.tulas-footer-contact a:hover {
    color: #f9b233;
}

.tulas-footer-contact li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    align-items: start;
}

.tulas-footer-contact i {
    color: #f9b233;
    margin-top: 4px;
}

.tulas-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.tulas-socials a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.tulas-socials a:hover {
    color: #061a2f;
    background: #f9b233;
}

.tulas-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #91a9bf;
    font-size: 14px;
}

@media (max-width: 1360px) {
    .tulas-nav-links {
        position: absolute;
        top: 100%;
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 22px 52px rgba(8, 35, 64, 0.18);
        z-index: 40;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }

    .tulas-nav-links.is-open {
        display: flex;
    }

    .tulas-nav-links > a,
    .tulas-nav-group > button {
        width: 100%;
        justify-content: space-between;
        border-radius: 12px;
        min-height: 44px;
        padding: 11px 12px;
        font-size: 14px;
    }

    .tulas-nav-dropdown {
        position: static;
        display: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        margin-top: 8px;
        background: #f5f9fc;
    }

    .tulas-nav-group.is-open .tulas-nav-dropdown {
        display: block;
    }

    .tulas-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .tulas-main-nav .tulas-shell {
        position: relative;
    }

    .tulas-nav-actions {
        margin-left: auto;
    }
}

@media (min-width: 1361px) {
    .tulas-nav-links > a:nth-last-child(n+10),
    .tulas-nav-links > .tulas-nav-group:nth-last-child(n+10) > button {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (max-width: 900px) {
    .tulas-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tulas-footer-cta .tulas-shell,
    .tulas-top-strip .tulas-shell {
        align-items: flex-start;
        flex-direction: column;
        padding: 8px 0;
        gap: 6px;
    }

    .tulas-top-left,
    .tulas-top-right {
        gap: 8px 12px;
    }
}

@media (max-width: 640px) {
    .tulas-shell {
        width: min(calc(100% - 22px), 1240px);
    }

    .tulas-main-nav .tulas-shell {
        min-height: 66px;
        gap: 10px;
    }

    .tulas-brand {
        width: min(58vw, 190px);
        min-height: 54px;
        padding: 6px 9px;
    }

    .tulas-brand img {
        max-height: 42px;
    }

    .tulas-menu-toggle {
        width: 42px;
        height: 42px;
    }

    .tulas-nav-actions {
        display: none;
    }

    .tulas-notice-marquee .tulas-shell {
        align-items: flex-start;
        flex-direction: column;
        padding: 7px 0;
        gap: 6px;
    }

    .tulas-marquee-track {
        animation-duration: 22s;
    }

    .tulas-footer-grid {
        grid-template-columns: 1fr;
    }
}

/* Reference-style Tulas header layer */
.tulas-site-header {
    position: relative;
    top: auto;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

.tulas-top-strip {
    color: #1f2937;
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    font-size: 14px;
}

.tulas-top-strip .tulas-shell,
.tulas-brand-strip .tulas-shell,
.tulas-main-nav .tulas-shell,
.tulas-notice-marquee .tulas-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.tulas-top-strip .tulas-shell {
    min-height: 54px;
}

.tulas-top-left {
    font-weight: 700;
}

.tulas-top-strip a,
.tulas-top-strip span,
.tulas-top-strip button {
    color: #283445 !important;
    font-weight: 800;
    letter-spacing: 0;
}

.tulas-top-strip i {
    color: #d74312;
    margin-right: 6px;
}

.tulas-top-strip strong {
    color: #111827;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.tulas-top-strip strong span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    margin-left: 1px;
    border-radius: 50%;
    color: #111827 !important;
    background: #f47b20;
}

.tulas-utility-group {
    position: relative;
}

.tulas-utility-group > button {
    border: 0;
    background: transparent;
    padding: 8px 10px;
    border-radius: 999px;
}

.tulas-utility-group > button:hover,
.tulas-utility-group > button:focus,
.tulas-top-strip a:hover,
.tulas-top-strip a:focus {
    color: #d74312 !important;
    background: #fff3eb;
}

.tulas-utility-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    width: 230px;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 30;
}

.tulas-utility-group:hover .tulas-utility-dropdown,
.tulas-utility-group:focus-within .tulas-utility-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.tulas-utility-dropdown a {
    display: block;
    padding: 12px 14px;
    border-radius: 7px;
    color: #283445 !important;
}

.tulas-utility-dropdown a:hover,
.tulas-utility-dropdown a:focus {
    color: #d74312 !important;
    background: #fff3eb;
}

.tulas-brand-strip {
    color: #fff;
    background: linear-gradient(90deg, #d73208 0%, #d94714 48%, #f0781f 100%);
}

.tulas-brand-strip .tulas-shell {
    min-height: 116px;
}

.tulas-brand {
    width: clamp(220px, 24vw, 320px);
    min-height: 72px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tulas-brand img {
    max-height: 82px;
}

.tulas-brand-copy {
    display: grid;
    gap: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    margin-right: auto;
}

.tulas-brand-copy span {
    color: #fff;
}

.tulas-brand-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.tulas-phone-action,
.tulas-admission-action {
    display: grid;
    align-items: center;
    column-gap: 12px;
    min-height: 68px;
    border-radius: 999px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.tulas-phone-action {
    grid-template-columns: 38px 1fr;
    padding: 12px 24px;
    color: #fff !important;
    background: #283445;
}

.tulas-phone-action i {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.tulas-phone-action span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.tulas-phone-action strong {
    color: #fff;
    font-size: 18px;
}

.tulas-admission-action {
    grid-template-columns: 44px 1fr;
    padding: 11px 24px 11px 14px;
    color: #283445 !important;
    background: #fff;
}

.tulas-admission-action i {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: #e95721;
}

.tulas-admission-action span {
    color: #283445;
    font-size: 18px;
}

.tulas-admission-action small {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.tulas-phone-action:hover,
.tulas-phone-action:focus {
    color: #fff !important;
    background: #172033;
    transform: translateY(-1px);
}

.tulas-admission-action:hover,
.tulas-admission-action:focus {
    color: #283445 !important;
    background: #fff7ed;
    transform: translateY(-1px);
}

.tulas-main-nav {
    position: sticky;
    top: 0;
    z-index: 1060;
    background: #262626;
    border-bottom: 0;
}

.tulas-site-header.is-nav-fixed .tulas-main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1065;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}

.tulas-site-header.is-nav-fixed + main,
.tulas-site-header.is-nav-fixed + .page-wrapper {
    padding-top: 66px;
}

.tulas-main-nav .tulas-shell {
    justify-content: center;
    min-height: 66px;
    overflow: visible;
}

.tulas-nav-links {
    justify-content: center;
    gap: 12px;
    flex: 0 1 auto;
}

.tulas-nav-links > a,
.tulas-nav-group > button {
    min-height: 66px;
    padding: 12px 10px;
    border-radius: 0;
    color: #fff !important;
    font-size: 15px;
}

.tulas-nav-links > a:hover,
.tulas-nav-group:hover > button,
.tulas-nav-group.is-open > button,
.tulas-nav-links > a:focus,
.tulas-nav-group > button:focus {
    color: #fff !important;
    background: #d94312;
    outline: none;
}

.tulas-nav-dropdown {
    border-radius: 8px;
}

.tulas-nav-dropdown a {
    border-radius: 7px;
}

.tulas-nav-dropdown a:hover,
.tulas-nav-dropdown a:focus {
    color: #d94312 !important;
    background: #fff3eb;
}

.tulas-menu-toggle {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    color: #d94312;
    background: #fff;
}

.tulas-notice-marquee {
    background: #fff7ed;
    color: #10253d;
    border-bottom: 1px solid rgba(217, 67, 18, 0.12);
}

.tulas-notice-marquee .tulas-shell {
    min-height: 34px;
}

.tulas-notice-marquee strong {
    color: #10253d;
    letter-spacing: 0.04em;
}

.tulas-marquee-track a {
    color: #9f1239;
}

.tulas-marquee-track a:hover,
.tulas-marquee-track a:focus {
    color: #10253d !important;
    background: rgba(217, 67, 18, 0.08);
}

.tulas-marquee-track a::before {
    content: "\2022" !important;
    color: #f0781f;
}

@media (max-width: 1360px) {
    .tulas-brand-strip .tulas-shell {
        position: relative;
        min-height: 92px;
    }

    .tulas-brand {
        width: min(34vw, 270px);
    }

    .tulas-brand img {
        max-height: 70px;
    }

    .tulas-brand-copy {
        font-size: 15px;
    }

    .tulas-brand-actions {
        gap: 10px;
    }

    .tulas-phone-action,
    .tulas-admission-action {
        min-height: 56px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .tulas-phone-action strong,
    .tulas-admission-action span {
        font-size: 15px;
    }

    .tulas-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .tulas-nav-links {
        position: absolute;
        top: 100%;
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 14px;
        border-radius: 8px;
        background: #262626;
        box-shadow: 0 22px 52px rgba(8, 35, 64, 0.22);
        z-index: 50;
        max-height: calc(100vh - 180px);
        overflow-y: auto;
    }

    .tulas-nav-links.is-open {
        display: flex;
    }

    .tulas-nav-links > a,
    .tulas-nav-group > button {
        width: 100%;
        justify-content: space-between;
        min-height: 46px;
        padding: 12px 14px;
        border-radius: 7px;
        font-size: 14px;
    }

    .tulas-nav-dropdown {
        position: static;
        display: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        margin-top: 8px;
        background: #fff;
    }

    .tulas-nav-group.is-open .tulas-nav-dropdown {
        display: block;
    }

    .tulas-main-nav .tulas-shell {
        position: relative;
        justify-content: flex-start;
        min-height: 0;
    }
}

@media (max-width: 900px) {
    .tulas-main-nav {
        position: relative;
        top: auto;
        z-index: auto;
    }

    .tulas-brand-strip {
        position: sticky;
        top: 0;
        z-index: 1060;
    }

    .tulas-site-header.is-nav-fixed .tulas-main-nav {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        box-shadow: none;
    }

    .tulas-site-header.is-nav-fixed .tulas-brand-strip {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1065;
        box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
    }

    .tulas-site-header.is-nav-fixed + main,
    .tulas-site-header.is-nav-fixed + .page-wrapper {
        padding-top: 74px;
    }

    .tulas-top-strip .tulas-shell {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
        padding: 8px 0;
        gap: 6px;
    }

    .tulas-top-right {
        gap: 8px 12px;
    }

    .tulas-brand-strip .tulas-shell {
        justify-content: flex-start;
        min-height: 82px;
    }

    .tulas-brand-copy,
    .tulas-brand-actions {
        display: none;
    }

    .tulas-brand {
        width: min(56vw, 240px);
    }

    .tulas-brand-strip .tulas-menu-toggle {
        position: static;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        margin-left: 12px;
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
        transform: none;
    }
}

@media (max-width: 640px) {
    .tulas-brand-strip .tulas-shell {
        min-height: 74px;
        gap: 10px;
    }

    .tulas-brand {
        width: min(56vw, 200px);
        min-height: 54px;
        padding: 0;
    }

    .tulas-brand img {
        max-height: 54px;
    }

    .tulas-menu-toggle {
        width: 42px;
        height: 42px;
        margin-left: 10px;
    }

    .tulas-nav-links {
        left: 11px;
        right: 11px;
        max-height: calc(100vh - 140px);
    }
}

/* Site-wide readability guardrails */
body.website-shell .tulas-apply-action,
body.website-shell .tulas-apply-action *,
body.website-shell .tulas-btn,
body.website-shell .tulas-btn *,
body.website-shell .theme-btn,
body.website-shell .theme-btn *,
body.website-shell button[type="submit"],
body.website-shell button[type="submit"] * {
    color: #fff !important;
}

body.website-shell .tulas-outline-action,
body.website-shell .tulas-outline-action *,
body.website-shell .iit-link,
body.website-shell .tulas-link,
body.website-shell .text-link {
    color: #9f1239 !important;
}

body.website-shell .tulas-outline-action:hover,
body.website-shell .tulas-outline-action:focus,
body.website-shell .iit-link:hover,
body.website-shell .iit-link:focus,
body.website-shell .tulas-link:hover,
body.website-shell .tulas-link:focus,
body.website-shell .text-link:hover,
body.website-shell .text-link:focus {
    color: #f7941e !important;
}

body.website-shell .iit-hero,
body.website-shell .tulas-page-hero,
body.website-shell .course-hero,
body.website-shell .breadcrumb-banner-area {
    color: #fff !important;
}

body.website-shell .iit-hero h1,
body.website-shell .iit-hero p,
body.website-shell .tulas-page-hero h1,
body.website-shell .tulas-page-hero p,
body.website-shell .breadcrumb-text h1,
body.website-shell .breadcrumb-text .breadcrumb,
body.website-shell .breadcrumb-text .breadcrumb a {
    color: #fff !important;
}

body.website-shell .iit-card,
body.website-shell .tulas-card,
body.website-shell .notice-card,
body.website-shell .home-card,
body.website-shell .story-card,
body.website-shell .life-card,
body.website-shell .award-card {
    border-radius: 8px !important;
}

/* Inner website pages: keep every subpage visually aligned with the refreshed Tula's style. */
body.website-inner {
    background: #f4f8fb;
}

body.website-inner .page-wrapper {
    overflow-x: hidden;
}

body.website-inner .iit-shell,
body.website-inner .sidebar-page-container,
body.website-inner .contact-section,
body.website-inner .gallery-section,
body.website-inner .news-section,
body.website-inner .blog-section,
body.website-inner .events-section,
body.website-inner .services-section,
body.website-inner .team-section,
body.website-inner .faq-section,
body.website-inner .pricing-section {
    background: #f4f8fb;
}

body.website-inner .iit-wrap,
body.website-inner .auto-container,
body.website-inner .container {
    max-width: 1220px;
}

body.website-inner .iit-hero,
body.website-inner .tulas-page-hero,
body.website-inner .breadcrumb-banner-area,
body.website-inner .page-title {
    min-height: 300px;
    display: grid;
    align-items: center;
    padding: 54px 0;
    background: linear-gradient(135deg, #082340, #0b5fa5) !important;
}

body.website-inner .iit-hero h1,
body.website-inner .tulas-page-hero h1,
body.website-inner .breadcrumb-text h1,
body.website-inner .page-title h1 {
    max-width: 900px;
    color: #fff !important;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

body.website-inner .iit-hero p,
body.website-inner .tulas-page-hero p,
body.website-inner .breadcrumb-text p,
body.website-inner .page-title p {
    max-width: 760px;
    color: rgba(255,255,255,.9) !important;
    font-size: 16px;
}

body.website-inner .iit-card,
body.website-inner .inner-box,
body.website-inner .contact-form,
body.website-inner .sidebar-widget,
body.website-inner .blog-detail,
body.website-inner .event-detail,
body.website-inner .notice-detail {
    border: 1px solid rgba(8,35,64,.12);
    border-radius: 8px !important;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8,35,64,.08);
}

body.website-inner .iit-card h3,
body.website-inner .inner-box h3,
body.website-inner .inner-box h4 {
    color: #082340;
    font-weight: 900;
    letter-spacing: 0;
}

body.website-inner .iit-grid {
    gap: 18px;
}

body.website-inner .theme-btn,
body.website-inner .btn-style-one,
body.website-inner .btn-style-two,
body.website-inner .read-more,
body.website-inner .iit-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9f1239 !important;
    font-weight: 900;
}

body.website-inner .theme-btn,
body.website-inner .btn-style-one,
body.website-inner .btn-style-two {
    padding: 10px 18px;
    border-radius: 999px;
    color: #fff !important;
    background: #f7941e !important;
    border: 0 !important;
}

body.website-inner .theme-btn:hover,
body.website-inner .btn-style-one:hover,
body.website-inner .btn-style-two:hover {
    color: #fff !important;
    background: #082340 !important;
}

body.website-inner img[src*="/web/iit-records/"],
body.website-inner img[src*="/web/client/"] {
    object-fit: contain;
    background: #fff;
}

body.website-inner .pagination {
    gap: 6px;
}

body.website-inner .pagination li a,
body.website-inner .pagination li span {
    border-radius: 8px !important;
    color: #082340;
    border-color: rgba(8,35,64,.16);
}

body.website-inner .pagination .active span,
body.website-inner .pagination li a:hover {
    color: #fff !important;
    background: #f7941e;
    border-color: #f7941e;
}

@media (max-width: 991px) {
    body.website-inner .course-grid {
        grid-template-columns: 1fr;
    }

    body.website-inner .course-grid.is-reversed .course-copy,
    body.website-inner .course-grid.is-reversed .course-media {
        order: initial;
    }

    body.website-inner .course-hero-inner {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    body.website-inner .course-hero {
        padding: 56px 0 32px;
    }

    body.website-inner .course-section {
        padding: 52px 0;
    }

    body.website-inner .course-cta-inner {
        padding: 28px;
    }
}

@media (max-width: 991px) {
    body.website-home .home-intro-grid,
    body.website-home .home-about-shell,
    body.website-home .iit-home-grid,
    body.website-home .iit-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.website-home .home-intro-grid,
    body.website-home .home-about-shell {
        grid-template-columns: 1fr;
    }

    body.website-home .home-about-shell {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    body.website-home .home-highlights-section,
    body.website-home .home-intro-section,
    body.website-home .programs-section,
    body.website-home .iit-home-section,
    body.website-home .home-news-section,
    body.website-home .home-about-section {
        padding: 56px 0;
    }

    body.website-home .home-highlight-card {
        padding: 16px;
    }

    body.website-home .iit-home-grid,
    body.website-home .iit-latest-grid {
        grid-template-columns: 1fr;
    }

    body.website-home .iit-latest-head {
        align-items: flex-start;
        flex-direction: column;
    }

body.website-home .iit-latest-panel {
        padding: 20px;
    }
}

/* Final compact scale fix for the Tula's header and homepage slider */
body.website-shell .tulas-site-header {
    position: relative;
    z-index: 3000;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
}

body.website-shell .tulas-top-strip {
    position: relative;
    z-index: 3100;
    overflow: visible;
}

body.website-shell .tulas-top-strip .tulas-shell {
    position: relative;
    overflow: visible;
    min-height: 34px;
    padding: 4px 0;
}

body.website-shell .tulas-top-left,
body.website-shell .tulas-top-right {
    display: flex;
    align-items: center;
    gap: 22px;
}

body.website-shell .tulas-top-left {
    color: #344055;
    font-size: 14px;
    font-weight: 800;
}

body.website-shell .tulas-top-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f97316;
}

body.website-shell .tulas-top-right {
    margin-left: auto;
}

body.website-shell .tulas-top-right > a,
body.website-shell .tulas-utility-group > button {
    color: #344055 !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.website-shell .tulas-naac-mark {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-left: 10px;
    color: #111827;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}

body.website-shell .tulas-naac-mark span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    margin-left: -2px;
    border-radius: 50%;
    color: #111827 !important;
    background: #f47b20;
}

body.website-shell .tulas-brand-strip .tulas-shell {
    min-height: 88px;
    padding: 10px 0;
}

body.website-shell .tulas-brand-strip,
body.website-shell .tulas-main-nav {
    position: relative;
    z-index: 1;
}

body.website-shell .tulas-utility-group {
    position: relative;
    z-index: 3200;
}

body.website-shell .tulas-utility-dropdown {
    top: calc(100% + 6px);
    left: auto;
    right: 0;
    z-index: 4000;
    transform: translateY(8px);
}

body.website-shell .tulas-utility-group:hover .tulas-utility-dropdown,
body.website-shell .tulas-utility-group:focus-within .tulas-utility-dropdown {
    transform: translateY(0);
}

body.website-shell .tulas-brand {
    width: clamp(230px, 23vw, 330px);
    min-height: 0;
}

body.website-shell .tulas-brand img {
    width: 100%;
    max-height: 68px;
    object-fit: contain;
}

body.website-shell .tulas-brand-copy {
    display: grid;
    gap: 3px;
    margin-right: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
}

body.website-shell .tulas-brand-copy strong,
body.website-shell .tulas-brand-copy span {
    color: #fff !important;
}

body.website-shell .tulas-brand-actions {
    gap: 12px;
}

body.website-shell .tulas-phone-action,
body.website-shell .tulas-admission-action {
    min-height: 48px;
    border-radius: 999px;
}

body.website-shell .tulas-phone-action {
    grid-template-columns: 32px 1fr;
    padding: 8px 18px;
}

body.website-shell .tulas-phone-action i {
    width: 32px;
    height: 32px;
}

body.website-shell .tulas-phone-action strong,
body.website-shell .tulas-admission-action span {
    font-size: 15px;
}

body.website-shell .tulas-admission-action {
    grid-template-columns: 36px 1fr;
    padding: 8px 18px 8px 10px;
}

body.website-shell .tulas-admission-action i {
    width: 36px;
    height: 36px;
}

body.website-shell .tulas-main-nav .tulas-shell {
    min-height: 54px;
}

body.website-shell .tulas-nav-links {
    gap: 0;
    width: 100%;
    justify-content: center;
}

body.website-shell .tulas-nav-links > a,
body.website-shell .tulas-nav-group > button {
    min-height: 54px;
    padding: 8px 15px;
    font-size: 14px;
    white-space: nowrap;
}

body.website-shell .tulas-nav-group {
    position: relative;
}

body.website-shell .tulas-nav-dropdown {
    min-width: 238px;
    padding: 12px;
    box-shadow: 0 18px 38px rgba(2, 8, 23, 0.22);
}

body.website-shell .tulas-nav-dropdown a {
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.3;
}

body.website-shell .tulas-site-header.is-nav-fixed + main,
body.website-shell .tulas-site-header.is-nav-fixed + .page-wrapper {
    padding-top: 54px;
}

body.website-home .home-hero img[src*="/web/slider/"] {
    aspect-ratio: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 900px) {
    body.website-shell .tulas-brand-strip .tulas-shell {
        min-height: 60px;
        padding: 7px 0;
    }

    body.website-shell .tulas-brand {
        width: min(52vw, 210px);
    }

    body.website-shell .tulas-brand img {
        max-height: 46px;
    }

    body.website-shell .tulas-menu-toggle {
        width: 38px;
        height: 38px;
    }

    body.website-shell .tulas-site-header.is-nav-fixed + main,
    body.website-shell .tulas-site-header.is-nav-fixed + .page-wrapper {
        padding-top: 60px;
    }
}

@media (max-width: 640px) {
    body.website-shell .tulas-top-strip {
        display: none;
    }

    body.website-shell .tulas-brand-strip .tulas-shell {
        min-height: 54px;
    }

    body.website-shell .tulas-brand {
        width: min(58vw, 180px);
    }

    body.website-shell .tulas-brand img {
        max-height: 40px;
    }
}

/* Final footer polish: official dark footer with readable dynamic CMS content */
body.website-shell .tulas-site-footer {
    padding: 58px 0 22px;
    background: #061b31;
    color: #d9e6f4;
}

body.website-shell .tulas-footer-grid {
    grid-template-columns: minmax(280px, 1.25fr) minmax(160px, .7fr) minmax(160px, .7fr) minmax(260px, 1fr);
    gap: clamp(24px, 3vw, 46px);
    align-items: start;
}

body.website-shell .tulas-footer-brand img {
    width: min(100%, 300px);
    max-height: 92px;
    margin-bottom: 18px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .02);
}

body.website-shell .tulas-footer-brand h3,
body.website-shell .tulas-site-footer h3 {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

body.website-shell .tulas-footer-brand h3 {
    margin: 0 0 10px;
}

body.website-shell .tulas-site-footer p {
    max-width: 390px;
    margin: 0;
    color: #c5d6e8 !important;
    font-size: 15px;
    line-height: 1.75;
}

body.website-shell .tulas-footer-links {
    gap: 9px;
}

body.website-shell .tulas-footer-links a {
    display: inline-flex;
    align-items: center;
    color: #d9e6f4 !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

body.website-shell .tulas-footer-links a::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
    background: #f7941e;
}

body.website-shell .tulas-footer-links a:hover,
body.website-shell .tulas-footer-contact a:hover {
    color: #f7941e !important;
}

body.website-shell .tulas-footer-contact {
    gap: 14px;
}

body.website-shell .tulas-footer-contact li {
    grid-template-columns: 30px 1fr;
    gap: 12px;
}

body.website-shell .tulas-footer-contact i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    border-radius: 50%;
    color: #f7941e;
    background: rgba(247, 148, 30, .12);
}

body.website-shell .tulas-footer-contact a,
body.website-shell .tulas-footer-contact span {
    color: #d9e6f4 !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.65;
}

body.website-shell .tulas-socials a {
    color: #fff !important;
    background: rgba(255, 255, 255, .1);
}

body.website-shell .tulas-footer-bottom {
    margin-top: 36px;
    color: #a8bdd2;
}

@media (max-width: 991px) {
    body.website-shell .tulas-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.website-shell .tulas-footer-grid {
        grid-template-columns: 1fr;
    }
}


