:root {
    --gs-navy: #0f2742;
    --gs-navy-soft: #16385c;
    --gs-copper: #b7894b;
    --gs-copper-soft: #d4b07d;
    --gs-charcoal: #202733;
    --gs-border: rgba(15, 39, 66, 0.12);
    --gs-surface: #ffffff;
    --gs-muted: #6f7782;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--gs-charcoal);
}

.gs-site-header .header-top {
    background: linear-gradient(90deg, #0c1d31 0%, #173759 100%);
}

.gs-site-header .header-logo a {
    display: inline-flex;
    align-items: center;
}

.gs-site-header .header-logo img {
    width: auto;
    max-width: 220px;
    max-height: 82px;
    object-fit: contain;
}

.gs-site-header.header-style4 .header-top,
.gs-site-header.header-style4 .main-wrapper {
    border-bottom: 0 !important;
}

.gs-mobile-video-menu {
    display: none;
}

.gs-site-header .header-top .list-style-1 li,
.gs-site-header .header-top .list-style-1 li a,
.gs-site-header .social-icon-one a,
.gs-site-header .menu-follow_title {
    color: rgba(255, 255, 255, 0.82);
}

.gs-top-mark {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-right: 8px;
    vertical-align: middle;
}

.gs-top-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--gs-navy);
    margin-right: 16px;
}

.gs-whatsapp-btn {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 22px;
    margin-right: 14px;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.28);
}

.gs-whatsapp-btn:hover {
    color: #fff;
    background: #1fb457;
}

.theme-btn.bg-theme,
.theme-btn.bg-dark2,
.theme-btn.bg-dark,
.theme-btn.bg-color10,
.theme-btn.bg-dark3 {
    color: #fff;
}

.theme-btn.bg-theme .effect-1,
.theme-btn.bg-dark2 .effect-1,
.theme-btn.bg-dark .effect-1,
.theme-btn.bg-color10 .effect-1,
.theme-btn.bg-dark3 .effect-1,
.theme-btn.bg-theme i,
.theme-btn.bg-dark2 i,
.theme-btn.bg-dark i {
    color: #fff;
}

.main-menu ul.gs-services-mega {
    width: min(820px, calc(100vw - 40px));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 12px;
}

.main-menu ul.gs-services-mega li {
    border-bottom: 0;
}

.main-menu ul.gs-services-mega li a {
    padding: 13px 16px;
    white-space: normal;
    line-height: 1.35;
    border-radius: 6px;
}

.main-menu ul.gs-services-mega li a::before {
    border-radius: 6px;
}

.main-menu ul.gs-services-mega li.active > a {
    background: var(--gs-navy);
    color: #fff !important;
}

.main-menu ul.gs-services-mega li.active > a::before {
    display: none;
}

.sticky-header .main-menu ul.gs-services-mega a {
    color: var(--dark-color);
}

.sticky-header .main-menu ul.gs-services-mega li:hover > a,
.sticky-header .main-menu ul.gs-services-mega li.active > a {
    color: #fff;
}

.main-menu ul li:hover > ul.gs-services-mega {
    left: 50%;
    transform: translateX(-50%) scaleY(1);
}

.sticky-header .container {
    max-width: 1280px;
}

.sticky-header .menu-area .row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    justify-content: normal !important;
}

.sticky-header .logo {
    grid-column: 1;
}

.sticky-header .nav-menu {
    grid-column: 2;
    justify-self: center;
}

.sticky-header .header-logo a img.gs-sticky-mark {
    display: block !important;
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.gs-alert-wrap {
    position: relative;
    z-index: 15;
    margin-top: 20px;
}

.gs-alert-box {
    border: 0;
    border-radius: 14px;
    padding: 16px 22px;
    box-shadow: 0 18px 40px rgba(15, 39, 66, 0.12);
}

.gs-video-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #091727;
}

.gs-video-hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gs-video-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 19, 33, 0.84) 0%, rgba(6, 19, 33, 0.42) 55%, rgba(6, 19, 33, 0.7) 100%);
}

.gs-video-logo-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding: 24px;
}

.gs-video-logo {
    width: min(520px, 62vw);
    max-height: 42vh;
    object-fit: contain;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.34));
}

.gs-hero-row {
    padding-top: 86px;
}

.gs-hero-panel {
    position: relative;
    max-width: 780px;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    backdrop-filter: blur(14px);
    background: rgba(9, 22, 38, 0.52);
    color: #fff;
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.24);
    transform: translateY(26px);
}

.gs-kicker,
.gs-section-head .sub-title,
.gs-founder-content .sub-title,
.gs-page-card .sub-title,
.gs-cta-band .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--gs-copper);
    margin-bottom: 14px;
}

.gs-kicker::before,
.gs-section-head .sub-title::before,
.gs-founder-content .sub-title::before,
.gs-page-card .sub-title::before,
.gs-cta-band .sub-title::before {
    content: "";
    width: 38px;
    height: 1px;
    background: currentColor;
}

.gs-hero-panel h1 {
    color: #fff;
    font-size: 68px;
    line-height: 1.04;
    margin-bottom: 22px;
}

.gs-hero-panel p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.86);
}

.gs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.border-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
}

.gs-stat-strip {
    margin-top: -84px;
    position: relative;
    z-index: 4;
}

.gs-stat-box,
.gs-mini-card,
.gs-service-card,
.gs-project-card,
.gs-blog-card,
.gs-page-card,
.gs-side-card,
.gs-contact-card {
    background: var(--gs-surface);
    border: 1px solid var(--gs-border);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(15, 39, 66, 0.08);
}

.gs-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 39, 66, 0.16);
}

.gs-stat-box {
    min-height: 178px;
    padding: 28px;
    text-align: left;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.gs-stat-box::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.gs-stat-primary {
    background: var(--gs-navy);
}

.gs-stat-light {
    background: #f5eadb;
}

.gs-stat-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 18px;
}

.gs-stat-primary .gs-stat-icon {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.gs-stat-light .gs-stat-icon {
    background: rgba(15, 39, 66, 0.08);
    color: var(--gs-navy);
}

.gs-stat-count {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.gs-stat-count span {
    font-size: 28px;
    margin-left: 2px;
}

.gs-stat-primary .gs-stat-count,
.gs-stat-primary p {
    color: #fff;
}

.gs-stat-light .gs-stat-count,
.gs-stat-light p {
    color: var(--gs-navy);
}

.gs-stat-box p,
.gs-service-card p,
.gs-project-card p,
.gs-blog-card p,
.gs-contact-card p,
.gs-mini-card p,
.gs-side-card p,
.gs-breadcrumb-copy p,
.gs-footer-contact_item p {
    color: var(--gs-muted);
}

.gs-stat-primary p,
.gs-stat-light p {
    color: inherit;
}

.gs-section-head {
    max-width: 760px;
    margin: 0 auto 45px;
}

.gs-section-head.left {
    margin: 0 0 26px;
}

.gs-home-section-head {
    max-width: none;
    width: 100%;
    margin: 0 0 34px;
    text-align: left;
}

.gs-section-head .title,
.gs-founder-content h2,
.gs-page-card h2,
.gs-cta-band h2 {
    color: var(--gs-navy);
    margin-bottom: 16px;
}

.gs-service-card {
    padding: 34px 30px;
    height: 100%;
}

.gs-service-thumb {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 24px;
}

.gs-service-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.gs-service-card .icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(183, 137, 75, 0.12);
    color: var(--gs-copper);
    font-size: 26px;
    margin-bottom: 22px;
}

.gs-service-card h4,
.gs-project-card h4,
.gs-blog-card h4,
.gs-contact-card h5 {
    color: var(--gs-navy);
}

.link-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gs-navy);
    font-weight: 700;
}

.gs-about-band,
.gs-founder-band {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.gs-image-stack {
    position: relative;
    padding-right: 90px;
}

.gs-image-stack img {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 30px;
}

.gs-image-card {
    position: absolute;
    right: 0;
    bottom: 34px;
    max-width: 260px;
    padding: 26px;
    background: var(--gs-navy);
    border-radius: 24px;
    box-shadow: 0 22px 50px rgba(15, 39, 66, 0.26);
}

.gs-image-card span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.76);
}

.gs-image-card strong {
    display: block;
    font-size: 34px;
    color: #fff;
    margin: 8px 0 6px;
}

.gs-image-card p {
    color: rgba(255, 255, 255, 0.76);
    margin-bottom: 0;
}

.gs-lead {
    font-size: 18px;
    line-height: 1.8;
    color: var(--gs-muted);
}

.gs-mini-card {
    padding: 24px;
    height: 100%;
}

.gs-project-card,
.gs-blog-card {
    overflow: hidden;
}

.gs-project-slider {
    overflow: hidden;
    padding: 4px 2px 18px;
}

.gs-project-slider .swiper-slide {
    height: auto;
}

.gs-project-slider .gs-project-card {
    height: 100%;
}

.gs-project-card .thumb img,
.gs-blog-card .thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gs-project-card .content,
.gs-blog-card .content {
    padding: 28px;
}

.gs-badge {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 39, 66, 0.08);
    color: var(--gs-navy);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

.gs-project-card .meta,
.gs-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: var(--gs-muted);
    font-size: 14px;
}

.gs-founder-cards {
    display: grid;
    gap: 20px;
}

.gs-founder-content {
    padding: 12px 0;
}

.gs-cta-band {
    padding: 80px 0;
    background: linear-gradient(90deg, #0d2238 0%, #163b62 100%);
}

.gs-cta-band h2,
.gs-cta-band p,
.gs-cta-band .sub-title {
    color: #fff;
}

.gs-cta-band .sub-title {
    opacity: 0.88;
}

.gs-page-card,
.gs-side-card,
.gs-contact-card {
    padding: 34px;
}

.gs-page-card ul,
.gs-side-card ul {
    padding-left: 18px;
}

.gs-richtext p,
.gs-richtext li,
.gs-page-card p,
.gs-page-card li,
.gs-side-card li {
    color: var(--gs-muted);
    line-height: 1.9;
}

.gs-feature-list li {
    margin-bottom: 12px;
}

.gs-inline-project {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gs-inline-project + .gs-inline-project {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--gs-border);
}

.gs-inline-project img {
    width: 82px;
    height: 72px;
    object-fit: cover;
    border-radius: 14px;
}

.gs-inline-project h6 {
    margin-bottom: 4px;
    color: var(--gs-navy);
}

.gs-inline-project span {
    color: var(--gs-muted);
    font-size: 14px;
}

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

.gs-filter-nav a {
    display: inline-flex;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid var(--gs-border);
    color: var(--gs-navy);
    font-weight: 600;
    background: #fff;
}

.gs-filter-nav a.active {
    background: var(--gs-navy);
    border-color: var(--gs-navy);
    color: #fff;
}

.gs-detail-cover {
    width: 100%;
    border-radius: 24px;
}

.gs-project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gs-project-gallery-grid img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 18px;
}

.date {
    display: inline-flex;
    color: var(--gs-copper);
    font-weight: 700;
    margin-bottom: 10px;
}

.gs-contact-card {
    text-align: center;
    padding: 28px 22px;
}

.gs-contact-card i {
    font-size: 26px;
    color: var(--gs-copper);
    margin-bottom: 16px;
}

.gs-contact-form input,
.gs-contact-form textarea {
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--gs-border);
    background: #fff;
    padding: 16px 18px;
    color: var(--gs-charcoal);
}

.gs-contact-form input:invalid,
.gs-contact-form textarea:invalid {
    box-shadow: none;
}

.gs-contact-form .text-danger {
    display: block;
    margin-top: 7px;
    color: #c62828 !important;
    font-weight: 600;
}

.gs-contact-submit.is-loading {
    pointer-events: none;
    opacity: 0.78;
}

.gs-map-frame,
.gs-map-frame iframe {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.gs-map-frame {
    min-height: 560px;
}

.gs-map-card {
    height: 100%;
    min-height: 100%;
}

.gs-breadcrumb-copy {
    max-width: 380px;
}

.gs-footer-contact {
    display: grid;
    gap: 18px;
}

.gs-footer-contact_item span {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 6px;
}

.gs-footer-contact_item a,
.gs-footer-contact_item p {
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
}

.footer-section .footer-logo img {
    max-width: 220px;
    height: auto;
    object-fit: contain;
}

.footer-section .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-section .footer-social .social-link {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    font-size: 17px;
}

@media (max-width: 991px) {
    .gs-site-header .header-top {
        display: none;
    }

    .gs-home-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
    }

    .gs-home-header .sticky-wrapper {
        display: none;
    }

    .gs-site-header .main-wrapper {
        background: #fff;
    }

    .gs-home-header .main-wrapper {
        background: transparent;
        box-shadow: none;
    }

    .gs-site-header .menu-area {
        height: 74px;
        margin-top: 0;
    }

    .gs-home-header .menu-area {
        background: transparent;
    }

    .gs-site-header .menu-area .row {
        min-height: 74px;
        margin-right: 0;
        margin-left: 0;
    }

    .gs-site-header .header-logo {
        padding: 8px 0;
    }

    .gs-site-header .header-logo img {
        max-width: 132px;
        max-height: 54px;
    }

    .gs-site-header .navbar-right {
        min-height: 74px;
        align-items: center;
    }

    .gs-mobile-video-menu {
        display: inline-flex;
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 25;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        padding: 0;
        line-height: 1;
    }

    .gs-mobile-video-menu.sidebar-btn {
        border-color: rgba(255, 255, 255, 0.88);
        background: rgba(8, 21, 35, 0.28);
        backdrop-filter: blur(6px);
    }

    .gs-mobile-video-menu.sidebar-btn .line {
        display: block;
        width: 18px;
        height: 2px;
        margin: 0;
        background: #fff;
    }

    .gs-mobile-video-menu.sidebar-btn .line:not(:last-child) {
        margin-bottom: 0;
    }

    .mobile-menu-wrapper .mobile-logo {
        background: transparent;
        padding: 16px 18px 12px;
    }

    .mobile-menu-wrapper .mobile-logo img {
        width: 150px;
        max-width: 78%;
        height: auto;
        object-fit: contain;
    }

    .mobile-menu-wrapper .mobile-menu-area {
        overflow: hidden;
    }

    .mobile-menu {
        padding-bottom: 12px;
        margin-bottom: 14px;
    }

    .mobile-menu ul {
        padding: 0;
    }

    .mobile-menu ul li a {
        padding: 7px 18px;
        font-size: 15px;
        line-height: 1.25;
    }

    .mobile-menu ul li ul li {
        padding-left: 12px;
    }

    .mobile-menu ul li ul li a {
        padding: 6px 18px;
        font-size: 14px;
        line-height: 1.2;
    }

    .mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
        width: 42px;
        height: 34px;
        line-height: 34px;
    }

    .mobile-menu-wrapper .sidebar-wrap {
        margin-bottom: 10px;
        padding: 0 18px;
    }

    .mobile-menu-wrapper .sidebar-wrap h6 {
        font-size: 12px;
        line-height: 18px;
    }

    .gs-top-phone {
        display: none;
    }

    .gs-whatsapp-btn {
        display: none;
    }

    .sticky-header .menu-area .row {
        display: flex;
        justify-content: space-between !important;
    }

    .sticky-header .nav-menu {
        justify-self: auto;
    }

    .main-menu ul.gs-services-mega {
        width: auto;
        display: block;
        padding: 0;
    }

    .gs-video-hero {
        min-height: 100svh;
    }

    .gs-video-hero .container,
    .gs-hero-row {
        min-height: 100svh !important;
    }

    .gs-hero-row {
        padding-top: 0;
    }

    .gs-hero-panel {
        padding: 28px;
        transform: none;
        margin-top: 18px;
    }

    .gs-hero-panel h1 {
        font-size: 44px;
    }

    .gs-image-stack {
        padding-right: 0;
    }

    .gs-image-stack img {
        min-height: 380px;
    }

    .gs-image-card {
        position: relative;
        margin-top: -40px;
        right: auto;
        bottom: auto;
        max-width: 100%;
    }

    .gs-stat-strip {
        margin-top: -30px;
    }

    .gs-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gs-video-hero {
        min-height: 100svh;
    }

    .gs-hero-panel h1 {
        font-size: 34px;
    }

    .gs-hero-row {
        min-height: 100svh !important;
        padding-top: 0;
    }

    .gs-home-section-head {
        align-items: flex-start !important;
    }

    .gs-project-gallery-grid {
        grid-template-columns: 1fr;
    }

    .gs-page-card,
    .gs-side-card,
    .gs-contact-card,
    .gs-service-card {
        padding: 24px;
    }
}
