:root {
    --navy: #06243d;
    --navy2: #0a304d;
    --red: #df2227;
    --red2: #b9161d;
    --ink: #12283b;
    --muted: #657789;
    --soft: #f3f7fa;
    --line: #e4ebf0;
    --white: #fff;
    --shadow: 0 15px 45px rgba(6,36,61,.10);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.65;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
}
.container {
    max-width: 1200px;
}
.topbar {
    height: 40px;
    background: var(--navy);
    color: #d8e3ec;
    font-size: 13px;
}
.topbar .container {
    height: 100%;
}
.topbar a {
    color: #fff;
    opacity: .9;
}
.quote-mini {
    background: var(--red);
    padding: 9px 16px;
    margin-right: -1px;
}
.site-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,.07);
}
.navbar {
    min-height: 74px;
}
.navbar-brand {
    width: 205px;
    display: block;
}
.navbar-brand img {
    width: 100%;
    height: auto;
    display: block;
}
.navbar-nav {
    gap: 4px;
}
.nav-link {
    font-size: 15px;
    font-weight: 700;
    color: #23384b!important;
    padding: 29px 13px!important;
    position: relative;
}
.nav-link:hover,.nav-link.active {
    color: var(--red)!important;
}
.nav-link.active:after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 14px;
    height: 2px;
    background: var(--red);
}
.service-menu {
    border: 0;
    border-radius: 0;
    box-shadow: var(--shadow);
    padding: 10px;
    min-width: 280px;
}
.service-menu .dropdown-item {
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 6px;
}
.service-menu .dropdown-item:hover {
    background: #fdf1f1;
    color: var(--red);
}
.service-menu i {
    color: var(--red);
    margin-right: 10px;
}
.header-phone {
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 160px;
}
.header-phone strong {
    display: block;
    font-size: 16px;
}
.header-phone small {
    display: block;
    color: #788896;
    font-size: 10px;
}
.phone-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff0f0;
    color: var(--red);
    display: grid;
    place-items: center;
    font-size: 17px;
}
.hero {
    position: relative;
    min-height: 590px;
    background-image: linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.91) 40%,rgba(255,255,255,.18) 72%),url('../images/hero-banner.webp');
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent 65%,rgba(0,0,0,.5));
    pointer-events: none;
}
.hero .container {
    position: relative;
    z-index: 2;
}
.hero-copy {
    max-width: 650px;
    padding: 55px 0 85px;
}
.eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 800;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.eyebrow:before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}
.eyebrow.light {
    color: #ff4147;
}
.hero h1 {
    font-size: 58px;
    line-height: 1.03;
    margin: 18px 0;
    color: var(--navy);
    font-weight: 800;
    letter-spacing: -2px;
}
.hero h1 span {
    color: var(--red);
}
.hero p {
    font-size: 16px;
    max-width: 610px;
    color: #3f5264;
    margin-bottom: 28px;
}
.btn-primary-custom {
    background: var(--red);
    border: 1px solid var(--red);
    color: #fff;
    padding: 13px 22px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
}
.btn-primary-custom:hover {
    background: var(--red2);
    color: #fff;
}
.btn-outline-custom {
    border: 1px solid #738596;
    color: var(--navy);
    padding: 13px 22px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
}
.btn-outline-custom:hover {
    border-color: var(--navy);
    background: var(--navy);
    color: #fff;
}
.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.hero-stats {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgba(4,22,36,.85);
    color: #fff;
    padding: 10px 0;
}
.stat {
    display: flex;
    align-items: center;
    gap: 10px;
}
.stat i {
    font-size: 35px;
    color: #fff;
}
.stat strong {
    display: block;
    font-size: 22px;
    line-height: 1;
}
.stat span {
    font-size: 15px;
    color: #c9d6df;
}
.section {
    padding: 78px 0;
}
.section-sm {
    padding: 55px 0;
}
.section-label {
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--red);
    font-weight: 800;
}
.section-title {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--navy);
    margin: 8px 0 15px;
}
.section-copy {
    color: var(--muted);
    font-size: 14px;
}
.about-image {
    position: relative;
}
.about-image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.about-side {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 205px;
    background: var(--navy);
    color: #fff;
    padding: 24px;
}
.about-side div {
    display: flex;
    gap: 11px;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 700;
}
.about-side i {
    font-size: 19px;
    color: #fff;
}
.about-side div:last-child {
    margin-bottom: 0;
}
.service-section {
    background: var(--soft);
}
.service-card {
    background: #fff;
    border: 1px solid #e6edf2;
    transition: .25s;
    height: 100%;
    box-shadow: 0 4px 20px rgba(6,36,61,.03);
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}
.service-card img {
    height: 175px;
    width: 100%;
    object-fit: cover;
}
.service-body {
    padding: 17px;
}
.service-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff1f1;
    color: var(--red);
    display: grid;
    place-items: center;
    margin-top: -36px;
    position: relative;
    border: 3px solid #fff;
}
.service-body h3 {
    font-size: 15px;
    margin: 13px 0 7px;
    font-weight: 800;
}
.service-body p {
    font-size: 11px;
    color: #718191;
    min-height: 55px;
}
.read-more {
    color: var(--red);
    font-size: 11px;
    font-weight: 800;
}
.why-wrap {
    background: var(--navy);
    color: #fff;
}
.why-left {
    padding: 65px 45px;
}
.why-left h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    margin: 12px 0;
}
.why-left p {
    color: #b8cad7;
    font-size: 13px;
}
.why-grid {
    background: #fff;
    color: var(--ink);
    padding: 45px 30px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
}
.why-item {
    text-align: center;
}
.why-item .icon {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    background: #f0f6fa;
    color: var(--red);
    display: grid;
    place-items: center;
    font-size: 25px;
}
.why-item h4 {
    font-size: 20px;
    margin: 11px 0 3px;
    font-weight: 800;
}
.why-item p {
    font-size: 10px;
    color: #748392;
    margin: 0;
}
.gallery img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.clients {
    border-top: 1px solid var(--line);
    padding-top: 30px;
}
.client-text {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}
.client-logos {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    color: #707b84;
    margin-top: 22px;
}
.client-logos img{
    width: 160px;
}
.client-logos span {
    font-size: 20px;
    font-weight: 800;
}
.cta-band {
    background:
    linear-gradient(90deg, rgba(4,24,39,.96), rgba(4,24,39,.83)),
    url('../images/cta.webp') center/cover no-repeat;
    color: #fff;
    padding: 50px 0;
}
.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.cta-content h2 {
    font-weight: 800;
    font-size: 30px;
    margin: 7px 0;
}
.cta-content p {
    margin: 0;
    color: #c5d2dc;
    font-size: 13px;
}
.footer {
    background: #031d31;
    color: #d5e0e7;
    padding: 58px 0 0;
}
.footer-brand {
    display: block;
    width: 205px;
    margin-bottom: 16px;
}
.footer-brand img {
    width: 100%;
}
.footer p {
    font-size: 11px;
    line-height: 1.8;
    color: #9eb1bf;
    max-width: 330px;
}
.socials {
    display: flex;
    gap: 8px;
}
.socials a {
    width: 31px;
    height: 31px;
    border: 1px solid #4b6272;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 13px;
}
.footer h5 {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    margin: 6px 0 17px;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 8px;
}
.footer-links a {
    font-size: 15px;
    color: #aab9c3;
}
.footer-links a:hover {
    color: #fff;
}
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-list li {
    display: flex;
    gap: 11px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #aab9c3;
}
.contact-list i {
    color: var(--red);
    font-size: 19px;
}
.contact-list a:hover {
    color: #fff;
}
.footer-bottom {
    border-top: 1px solid #294254;
    margin-top: 38px;
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 12px;
    color: #7f96a5;
}
.footer-bottom div {
    display: flex;
    gap: 10px;
}
.footer-bottom a:hover {
    color: #fff;
}
.made i {
    color: var(--red);
}
.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #1dbf63;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 25px;
    z-index: 1100;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.page-hero {
    background: linear-gradient(90deg,rgba(4,28,46,.92),rgba(4,28,46,.55)),url('../images/cta.webp') center/cover;
    padding: 105px 0;
    color: #fff;
}
.page-hero h1 {
	font-weight: 800;
    font-size: 48px;
    margin: 10px 0 5px;
}
.breadcrumbs {
    font-size: 11px;
    color: #c2d0da;
}
.breadcrumbs a {
    color: #fff;
}
.detail-image {
    width: 100%;
    height: 430px;
    object-fit: cover;
}
.check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.check-list li {
    display: flex;
    gap: 10px;
    margin: 11px 0;
    font-size: 15px;
    color: #536678;
}
.check-list i {
    color: var(--red);
}
.service-detail-card {
    background: #fff;
    padding: 35px;
    height: 100%;
}
.service-detail-card h3 {
	font-weight: 800;
    font-size: 18px;
}
.service-detail-card p {
    font-size: 12px;
    color: #697b8b;
}
.catalogue-box {
    border: 1px solid var(--line);
    padding: 50px;
    background: var(--soft);
    text-align: center;
}
.catalogue-box i {
    font-size: 58px;
    color: var(--red);
}
.catalogue-box h2 {
    margin: 15px 0 8px;
}
.contact-card {
    height: 100%;
    border: 1px solid var(--line);
    padding: 28px;
    background: #fff;
}
.contact-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff0f0;
    color: var(--red);
    font-size: 20px;
    margin-bottom: 15px;
}
.contact-card h3 {
    font-size: 16px;
    font-weight: 800;
}
.contact-card p,.contact-card a {
    font-size: 15px;
    color: #6b7c8b;
}
.form-control {
    border: 1px solid #d9e2e8;
    border-radius: 3px;
    padding: 13px;
    font-size: 12px;
}
.form-control:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 .2rem rgba(223,34,39,.08);
}
.map-box {
    min-height: 400px;
    background: #edf3f6;
    display: grid;
    place-items: center;
    color: #718392;
}
@media(max-width:991px) {
    .navbar {
        min-height: 65px;
    }
    .navbar-brand {
        width: 175px;
    }
    .nav-link {
        padding: 10px 0!important;
    }
    .nav-link.active:after {
        left: 0;
        right: auto;
        width: 25px;
        bottom: 2px;
    }
    .header-phone {
        margin: 8px 0 15px;
    }
    .service-menu {
        box-shadow: none;
    }
    .hero {
        min-height: 620px;
    }
    .hero h1 {
        font-size: 45px;
    }
    .hero-copy {
        padding-top: 45px;
    }
    .why-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .cta-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .topbar {
    	display: none;
        height: 30px;
    }
    .topbar .container>span {
        font-size: 9px;
    }
    .hero {
        min-height: 650px;
        background-position: 65% center;
    }
    .hero:after {
        background: linear-gradient(180deg,rgba(255,255,255,.05) 45%,rgba(0,0,0,.55));
    }
    .hero-copy {
        padding-top: 20px;
    }
    .hero h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }
    .hero p {
        font-size: 13px;
    }
    .hero-stats {
        padding: 8px 0;
    }
    .stat {
        justify-content: center;
        margin: 7px 0;
    }
    .stat strong {
        font-size: 22px;
    }
    .stat span {
        font-size: 14px;
    }
    .section {
        padding: 55px 0;
    }
    .section-title {
        font-size: 30px;
    }
    .about-image img {
        height: 300px;
    }
    .about-side {
        position: relative;
        width: 100%;
        right: auto;
    }
    .why-left {
        padding: 45px 25px;
    }
    .why-grid {
        grid-template-columns: repeat(2,1fr);
        padding: 35px 15px;
        gap: 25px 10px;
    }
    .gallery img {
        height: 150px;
    }
    .client-logos {
        justify-content: center;
    }
    .page-hero {
        padding: 75px 0;
    }
    .page-hero h1 {
        font-size: 37px;
    }
    .detail-image {
        height: 280px;
    }
    .footer-bottom {
        font-size: 9px;
    }
    .footer-bottom div {
        width: 100%;
        order: 3;
    }
    .footer-bottom .made {
        margin-left: auto;
    }
}
@media(max-width:480px) {
    .hero h1 {
        font-size: 33px;
    }
    .hero-buttons .btn {
        width: 100%;
        text-align: center;
    }
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }
    .client-logos span {
        font-size: 16px;
    }
    .footer-brand {
        width: 185px;
    }
}
/* Project gallery slider + popup */
.gallery-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}
.gallery-viewport {
    overflow: hidden;
    width: 100%;
}
.gallery-track {
    display: flex;
    transition: transform .45s ease;
    will-change: transform;
}
.gallery-slide {
    flex: 0 0 20%;
    padding: 0 8px;
}
.gallery-item,.gallery-page-item {
    display: block;
    width: 100%;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.gallery-item img {
    display: block;
    width: 100%;
    height: 225px;
    object-fit: cover;
    transition: transform .4s ease;
}
.gallery-item:hover img {
    transform: scale(1.04);
}
.gallery-arrow {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border: 1px solid #dce5eb;
    background: #fff;
    color: var(--navy);
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 5px 18px rgba(6,36,61,.08);
    z-index: 2;
}
.gallery-arrow:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}
.gallery-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 18px;
}
.gallery-dot {
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: #ccd7df;
}
.gallery-dot.active {
    background: var(--red);
    width: 22px;
    border-radius: 8px;
}
.gallery-modal .modal-content {
    background: #031d31;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}
.gallery-modal img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    background: #020f19;
}
.gallery-modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    color: var(--navy);
    display: grid;
    place-items: center;
}
.gallery-modal-caption {
    padding: 13px 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.gallery-page-item {
    background: #fff;
    border: 1px solid var(--line);
    text-align: left;
}
.gallery-page-item img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.gallery-page-item:hover img {
    transform: scale(1.04);
}
.gallery-page-item span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 14px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
}
.gallery-page-item span i {
    color: var(--red);
}
/* Requested global paragraph size */
p {
    font-size: 15px !important;
}
@media (max-width: 767px) {
    .gallery-heading {
        align-items: flex-end!important;
    }
    .gallery-slide {
        flex: 0 0 50%;
        padding: 0 5px;
    }
    .gallery-item img {
        height: 180px;
    }
    .gallery-slider {
        gap: 7px;
    }
    .gallery-arrow {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 13px;
    }
    .gallery-page-item img {
        height: 180px;
    }
    .gallery-page-item span {
        font-size: 12px;
        padding: 10px;
    }
    .gallery-dots {
        margin-top: 14px;
    }
    .gallery-modal img {
        max-height: 72vh;
    }
}
.top-tagline {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 2px 12px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 13px;
    letter-spacing: .2px;
}
.top-tagline i {
    font-size: 14px;
}
.top-tagline strong {
    font-weight: 700;
}
.top-tagline span {
    font-weight: 500;
}
img{
    width: 100%;
}
@media(max-width: 786px){
    .about-side{
        display: none;
    }
    .service-section{
        padding-top: 0;
    }
    .service-body h3{
            font-size: 20px;
    }
    .aboutus .g-5{
        display: none;
    }
}