:root {
    --brand-dark: #0b1523;
    --brand-dark-soft: #13243a;
    --brand-orange: #e58a1c;
    --brand-sand: #f4ecdf;
    --brand-border: rgba(255, 255, 255, 0.12);
}

.brand-lockup {
    align-items: center;
    color: inherit;
    display: inline-flex;
    gap: 12px;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.brand-subtitle {
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.28em;
    margin-top: 6px;
    text-transform: uppercase;
}

.site-logo {
    flex: 0 0 auto;
    max-height: 58px;
    width: auto;
}

.main-header .logo-box {
    min-width: 230px;
    padding: 24px 0;
}

.main-header .main-box {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
}

.main-header .nav-box {
    align-items: stretch;
    display: flex;
    float: none;
}

.main-header .nav-outer,
.main-header .header-upper .links-box,
.main-header .nav-toggler {
    float: none;
}

.main-menu .navigation {
    display: flex;
}

.main-menu .navigation > li {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 0;
    min-width: 168px;
    padding: 62px 18px 34px;
    width: auto;
}

.fixed-header .main-menu .navigation > li {
    padding-bottom: 26px;
    padding-top: 36px;
}

.main-menu .navigation > li > a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.01em;
}

.main-menu .navigation > li > a .st {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-top: 6px;
    text-transform: none;
}

.main-header .header-upper {
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: none;
}

.hidden-bar {
    background: linear-gradient(180deg, rgba(7, 15, 27, 0.98), rgba(7, 15, 27, 0.94));
}

.fixed-header .header-upper {
    background: rgba(7, 15, 27, 0.96);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.hidden-bar .brand-title,
.hidden-bar .brand-subtitle {
    color: #fff;
}

.hidden-bar .side-menu {
    border-top-color: rgba(255, 255, 255, 0.14);
}

.hidden-bar .side-menu ul li {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.hidden-bar .side-menu ul li a,
.hidden-bar .side-menu ul li ul li a {
    color: #fff;
}

.hidden-bar .side-menu ul li .btn-expander,
.hidden-bar .hidden-bar-closer {
    color: rgba(255, 255, 255, 0.8);
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a,
.hidden-bar .side-menu ul li .btn-expander:hover {
    color: var(--brand-orange);
}

.main-header .header-upper .links-box {
    padding-top: 22px;
}

.main-header .header-upper .contact-btn {
    font-size: 19px;
}

.main-header .header-upper .contact-btn .btn-box {
    color: #fff;
}

.main-header .header-upper .contact-btn:after {
    background: rgba(255, 255, 255, 0.14);
}

.main-header .nav-toggler {
    padding-top: 36px;
}

.home-slider-page .main-header .header-upper .contact-btn .btn-box,
.home-slider-page .main-header .header-upper .contact-btn:hover .btn-box,
.home-slider-page .fixed-header .header-upper .contact-btn .btn-box {
    background: #ffff00;
    color: #010101;
}

.home-slider-page .main-header .header-upper .contact-btn:after,
.home-slider-page .main-header .header-upper .contact-btn:hover:after,
.home-slider-page .fixed-header .header-upper .contact-btn:after {
    background: #ffff00;
}

.home-slider-page .banner-full,
.home-slider-page .banner-full .slide-item,
.home-slider-page .banner-full .owl-stage-outer,
.home-slider-page .banner-full .owl-stage,
.home-slider-page .banner-full .owl-item {
    min-height: 100vh;
}

.home-slider-page .banner-full .slide-item .content-box {
    padding-bottom: 120px;
}

.home-slider-page .banner-full .slide-item h1 {
    max-width: 780px;
}

.home-slider-page .banner-full .slide-item .cat span {
    letter-spacing: 0.18em;
}

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider .slide-item {
    min-height: 760px;
    display: none;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.hero-slider .slide-item.is-active {
    display: block;
}

.hero-slider .content-box {
    padding: 180px 0 140px;
}

.hero-slider .inner {
    max-width: 760px;
}

.hero-slider h1 {
    color: #fff;
    font-size: 76px;
    line-height: 1;
    margin-bottom: 24px;
}

.hero-kicker {
    color: var(--brand-orange);
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.hero-copy {
    color: rgba(255, 255, 255, 0.86);
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 34px;
    max-width: 620px;
}

.hero-template-copy {
    max-width: 560px;
}

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

.hero-dots {
    bottom: 42px;
    display: flex;
    gap: 12px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}

.hero-dot {
    background: rgba(255, 255, 255, 0.42);
    border: 0;
    border-radius: 999px;
    height: 10px;
    transition: 0.3s ease;
    width: 42px;
}

.hero-dot.is-active {
    background: var(--brand-orange);
}

.large-text p,
.page-rich-text p {
    margin-bottom: 18px;
}

.page-rich-text ul,
.detail-facts ul,
.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail-facts {
    background: var(--brand-dark);
    border-radius: 20px;
    color: #fff;
    margin-top: 26px;
    padding: 28px;
}

.detail-facts h4 {
    color: #fff;
    margin-bottom: 16px;
}

.detail-facts li {
    border-top: 1px solid var(--brand-border);
    padding: 12px 0;
}

.detail-facts li:first-child {
    border-top: 0;
    padding-top: 0;
}

.home-status-band .inner-box,
.project-cats.style-two .inner-box {
    background: linear-gradient(180deg, #f8f3eb, #fff);
    border: 1px solid rgba(11, 21, 35, 0.08);
    border-radius: 22px;
    min-height: 100%;
    padding: 34px 28px;
}

.systems-brief-head {
    align-items: end;
    display: flex;
    gap: 36px;
    justify-content: space-between;
    margin-bottom: 34px;
}

.systems-brief-copy {
    max-width: 620px;
}

.systems-brief-kicker {
    color: var(--brand-orange);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.systems-brief-head h2 {
    color: var(--brand-dark);
    font-size: 42px;
    line-height: 1.05;
    margin: 0;
}

.systems-brief-text {
    color: rgba(11, 21, 35, 0.72);
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
    max-width: 420px;
}

.systems-brief-card {
    overflow: hidden;
    position: relative;
}

.systems-brief-card::before {
    background: linear-gradient(135deg, rgba(229, 138, 28, 0.14), rgba(229, 138, 28, 0));
    content: "";
    inset: 0;
    position: absolute;
}

.systems-brief-card > * {
    position: relative;
}

.systems-brief-number {
    color: rgba(11, 21, 35, 0.12);
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
}

.systems-brief-card .icon-box {
    align-items: center;
    background: var(--brand-dark);
    border-radius: 18px;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    height: 64px;
    justify-content: center;
    margin-bottom: 20px;
    width: 64px;
}

.systems-brief-card h4 {
    color: var(--brand-dark);
    font-size: 24px;
    margin-bottom: 12px;
}

.systems-brief-card .text {
    color: rgba(11, 21, 35, 0.72);
    font-size: 16px;
    line-height: 1.8;
}

.systems-listing .inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.systems-listing .image-box .image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.systems-listing .image-box .image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.system-detail-hero {
    background: #09111d;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 0;
    position: relative;
}

.system-detail-hero-media,
.system-detail-hero-overlay {
    inset: 0;
    position: absolute;
}

.system-detail-hero-video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.system-detail-hero-overlay {
    background: linear-gradient(90deg, rgba(7, 15, 27, 0.8), rgba(7, 15, 27, 0.34));
}

.system-detail-hero .auto-container {
    margin-top: auto;
    position: relative;
    width: 100%;
    z-index: 2;
}

.system-gallery-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.system-gallery-card .image-box {
    flex: 1 1 auto;
}

.system-gallery-card .image-box .image {
    height: 260px;
    overflow: hidden;
}

.system-gallery-card .image-box .image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.system-gallery-card .lower-box {
    padding-top: 18px;
}

.system-gallery-card .lower-box h3 {
    color: var(--brand-dark);
    font-size: 20px;
    margin: 0;
}

.system-detail-hero-content {
    padding-bottom: 80px;
    padding-top: 220px;
}

.status-link,
.project-meta {
    color: var(--brand-orange);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-top: 12px;
    text-transform: uppercase;
}

.s-block .lower-box p {
    color: rgba(11, 21, 35, 0.72);
    margin-top: 10px;
}

.home-about-overview .row.clearfix {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

.home-about-overview .text-col,
.home-about-overview .image-col {
    display: flex;
}

.home-about-overview .text-col .inner,
.home-about-overview .image-col .inner {
    width: 100%;
}

.home-about-overview .image-col .inner,
.home-about-overview .image-col .image-box,
.home-about-overview .image-col .image {
    height: 100%;
}

.home-about-overview .image-col .image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-services-grid .row.clearfix {
    display: flex;
    flex-wrap: wrap;
}

.home-services-grid .s-block {
    display: flex;
}

.home-services-grid .inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.home-services-grid .image-box .image {
    height: 320px;
    overflow: hidden;
}

.home-services-grid .image-box .image a {
    display: block;
    height: 100%;
}

.home-services-grid .image-box .image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-services-grid .lower-box {
    display: flex;
    flex: 1 1 auto;
    min-height: 110px;
}

.home-services-grid .lower-box h3 {
    margin: 0;
    width: 100%;
}

.project-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
}

.filter-pill {
    background: #fff;
    border: 1px solid rgba(11, 21, 35, 0.14);
    border-radius: 999px;
    color: var(--brand-dark);
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 14px 22px;
    text-transform: uppercase;
}

.filter-pill.is-active,
.filter-pill:hover {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
    color: #fff;
}

.alert {
    border-radius: 14px;
    margin-bottom: 18px;
    padding: 14px 18px;
}

.map-embed iframe {
    border: 0;
    border-radius: 18px;
    min-height: 320px;
    width: 100%;
}

.contact-process li {
    border-bottom: 1px solid rgba(11, 21, 35, 0.08);
    display: flex;
    font-size: 18px;
    gap: 16px;
    padding: 14px 0;
}

.contact-process span {
    color: var(--brand-orange);
    font-weight: 700;
    min-width: 40px;
}

.footer-logo {
    margin-bottom: 16px;
    max-height: 86px;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 28px;
    padding-top: 28px;
}

.whatsapp-bubble {
    align-items: center;
    background: #25d366;
    border-radius: 999px;
    bottom: 24px;
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.28);
    color: #fff;
    display: inline-flex;
    font-size: 32px;
    height: 62px;
    justify-content: center;
    position: fixed;
    right: 24px;
    width: 62px;
    z-index: 999;
}

.dynamic-slide .inner {
    max-width: 860px;
}

.dynamic-slide .content-box {
    padding: 180px 0 170px;
}

.dynamic-slide .small-text {
    min-width: 180px;
}

.project-cats .cat-block .cat-title {
    padding-right: 110px;
}

.project-cats .cat-block .cat-title h3 {
    line-height: 1.3;
}

.project-cats .cat-block .cat-title h3 a {
    display: block;
    max-width: none;
    overflow-wrap: anywhere;
}

.project-cats .lower-row .cat-item .inner-box {
    height: 100%;
}

.project-cats .lower-row .cat-item h4 {
    line-height: 1.35;
}

.ai-section .cap-box .info {
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ai-section .cap-box .s-title h3 {
    font-size: 24px;
    line-height: 1.25em;
}

.sponsors-section .sponsor-block .image {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 110px;
}

.sponsors-section .sponsor-block img {
    max-height: 44px;
    width: auto;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cta-actions .theme-btn {
    width: 100%;
}

.pagination-box nav {
    display: flex;
    justify-content: center;
}

.pagination {
    gap: 8px;
}

.pagination .page-link {
    border-radius: 999px;
    color: var(--brand-dark);
}

.pagination .active .page-link {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
}

@media only screen and (max-width: 1499px) {
    .main-menu .navigation > li {
        min-width: 154px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .main-header .header-upper .links-box {
        display: none;
    }

    .main-menu .navigation > li > a .st {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .main-header:before {
        display: none;
    }

    .main-header .header-upper {
        border-bottom-color: transparent;
    }

    .brand-copy {
        display: none;
    }

    .main-header .logo-box {
        min-width: auto;
    }

    .main-header .main-box {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .main-header .main-box .logo-box {
        float: none;
    }

    .main-header .nav-box {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        float: none;
        justify-content: flex-end;
    }

    .main-header .nav-toggler {
        margin: 0 0 0 auto;
        padding-top: 0;
    }

    .main-header .nav-toggler button {
        display: block;
        margin-left: auto;
    }

    .main-menu .navigation {
        display: block;
    }

    .banner-full-carousel .owl-nav {
        align-items: center;
        bottom: auto;
        display: flex;
        height: 100%;
        justify-content: space-between;
        left: 0;
        margin-top: 0;
        opacity: 1;
        padding: 0 16px;
        pointer-events: none;
        right: 0;
        text-align: initial;
        top: 0;
        width: 100%;
    }

    .banner-full-carousel .owl-nav .owl-next,
    .banner-full-carousel .owl-nav .owl-prev {
        left: auto;
        margin: 0;
        pointer-events: auto;
        position: static;
        right: auto;
    }

    .hero-slider .content-box {
        padding: 150px 0 120px;
    }

    .hero-slider h1 {
        font-size: 52px;
    }

    .dynamic-slide .content-box {
        padding: 160px 0 140px;
    }

    .systems-brief-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-about-overview .row.clearfix {
        display: block;
    }

    .home-about-overview .text-col,
    .home-about-overview .image-col {
        display: block;
    }

    .home-about-overview .image-col .inner,
    .home-about-overview .image-col .image-box,
    .home-about-overview .image-col .image {
        height: auto;
    }

    .system-detail-hero-content {
        padding-top: 190px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .site-logo {
        max-height: 54px;
    }

    .banner-full-carousel .owl-nav {
        padding: 0 12px;
    }

    .banner-full-carousel .owl-nav .owl-next,
    .banner-full-carousel .owl-nav .owl-prev {
        height: 60px;
        line-height: 60px;
        width: 60px;
    }

    .hero-slider .slide-item {
        min-height: 640px;
    }

    .hero-slider h1 {
        font-size: 38px;
    }

    .hero-copy {
        font-size: 16px;
    }

    .dynamic-slide .content-box {
        padding: 140px 0 120px;
    }

    .systems-brief-head h2 {
        font-size: 32px;
    }

    .home-services-grid .image-box .image {
        height: 220px;
    }

    .home-services-grid .lower-box {
        min-height: 0;
    }

    .system-gallery-card .image-box .image {
        height: 220px;
    }

    .system-detail-hero-content {
        padding-bottom: 56px;
        padding-top: 160px;
    }

    .cta-actions {
        margin-top: 20px;
    }

    .whatsapp-bubble {
        bottom: 18px;
        height: 56px;
        right: 18px;
        width: 56px;
    }
}

.home-slider-page .about-tabs .tab-buttons {
    display: flex;
    flex-wrap: wrap;
}

.home-slider-page .about-tabs .tab-buttons .tab-btn {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 120px;
    padding: 24px 18px 12px;
    text-align: center;
    white-space: normal;
    width: 33.333%;
}

.home-slider-page .about-tabs .tab-buttons .tab-btn span {
    display: block;
    line-height: 1.35;
}

.project-cats .lower-row .cat-item h4 a {
    color: inherit;
}

.project-cats .lower-row .cat-item h4 a:hover {
    color: #f6a21c;
}

@media (max-width: 991px) {
    .home-slider-page .about-tabs .tab-buttons .tab-btn {
        min-height: 0;
        width: 100%;
    }
}
