    /* Color Palette from Image */
:root {
    --brand-blue: #5b7b91;
    --navy-dark: #0f172a;
    --light-slate: #f8fafc;
    --text-navy: #1e293b;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif!important;
    padding: 0px!important;
    margin: 0px!important;
    overflow-x: hidden;
    color: var(--text-navy);
    
}
.post, .page{padding: 0px!important;margin: 0px!important;}

.fw-800 { font-weight: 800; }
.fw-600 { font-weight: 600; }

/* 1. Top Scrolling Bar */
.scrolling-marquee {
    background: #f1f5f9;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    border-bottom: 1px solid #e2e8f0;
}
.marquee-track {
    display: inline-block;
    animation: marquee 30s linear infinite;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* 2. Banner/Hero */
.hero-banner {
    background: radial-gradient(circle at right bottom, #fff 0%, #f9fafb 100%);
}
.hero-heading {
    font-size: clamp(32px, 5vw, 26px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--navy-dark);
}
.text-primary-blue { color: var(--brand-blue); }
.hero-img-main {
    width: 100%;
    max-width: 500px;
    box-shadow: 40px 0 0 rgba(0, 97, 255, 0.05);
    border-top-left-radius: 16%!important;
    border-bottom-right-radius: 16%!important;
}

/* 3. Stats Row Overlapping Card look */
.stats-row {
    position: relative;
    z-index: 5;
    margin-top: -60px;
}
.bg-navy-card {
    background: #111827;
    color: white;
    padding: 10px;
    border-radius: 20px;
    transition: 0.3s;
    text-align: center;
    margin-top: 15px;
}
.bg-navy-card h3 { font-size: 24px; font-weight: 800; margin: 0; }
.bg-navy-card p { opacity: 0.7; font-size: 13px; line-height: 1.4; margin-top: 10px; }

/* 4. Service Icons */
.serv-box {
    background: white;
    padding: 25px 15px;
    border-radius: 20px;
    height: 100%;
}
.serv-box i { font-size: 30px; margin-bottom: 10px; display: block; }
.serv-box p { font-size: 11px; font-weight: 800; text-transform: uppercase; margin: 0; }
.section-title { font-weight: 800; color: var(--navy-dark); }
.badge-custom { background:#eef4f8; color:#5b7bac; padding: 6px 15px; border-radius: 50px; font-size: 13px; font-weight: 700; }

/* 5. 01-04 Grid styling */
.large-num {
    font-size: 38px;
    font-weight: 800;
    color: #e2e8f0;
}
.card-ref {
    background: white;
    padding: 15px;
    border-radius: 24px;
}
.card-ref img {
    width: 100%;
    border-radius: 18px;
    height: 150px;
    object-fit: cover;
}

/* 6. Footer CTA Area */
.footer-cta {
    background: linear-gradient(145deg, #50768f 0%, #829fb5 100%);
    border-radius: 50px 50px 0 0;
}
.btn-primary { background-color: var(--brand-blue); border: none; color: #fff!important;}

/* 7. Final Multi-Column Footer */
.footer-main { background: #091a25; color: white; }
.footer-main h6 { color: #fff; font-weight: 800; margin-bottom: 25px; font-size: 15px; }
.footer-main ul li { color: #fff; font-size: 14px; margin-bottom: 12px; }

/* Dark form styling */
.form-control {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 14px;
}
a:visited{color: unset;}
.google-reviews-section { background:#f3f3f3; }

.google-review-card {
  background:#fff;
  border-radius:22px;
  padding:25px;
  box-shadow:0 8px 25px rgba(0,0,0,0.05);
  transition:0.3s;
}
.google-review-card:hover {
  transform:translateY(-6px);
}

.review-avatar {
  width:55px;height:55px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:bold;
}

.avatar-blue{background:#005cab;}
.avatar-green{background:#6aa84f;}
.avatar-purple{background:#5f36b3;}
.avatar-brown{background:#9b7a6b;}

.review-name{font-weight:700;}
.review-time{font-size:14px;color:#777;}

.google-icon{width:25px;}

.review-rating{color:#f4b400;font-size:20px;}

.review-content{
  font-size:15px;
  line-height:1.6;
  max-height:140px;
  overflow-y:auto;
}
.about-section {
    position: relative;
}

.about-tag {
    display: inline-block;
    background: rgba(61, 105, 140, 0.10);
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.about-image-wrap {
    padding-right: 20px;
}

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

.about-floating-card {
    position: absolute;
    bottom: 25px;
    right: -5px;
    background: #fff;
    border-radius: 18px;
    padding: 18px 22px;
    max-width: 260px;
    border: 1px solid #eef2f7;
}

.about-text {
    color: #5b6472;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-feature-box {
    background: #f8fafc;
    border: 1px solid #e9eef5;
    border-radius: 18px;
    padding: 18px 16px;
    height: 100%;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: 0.3s ease;
}

.about-feature-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    background: #ffffff;
}

.about-feature-box i {
    font-size: 22px;
    color: var(--brand-blue);
    margin-top: 2px;
}

.about-feature-box h6 {
    margin-bottom: 6px;
    font-weight: 800;
    color: var(--navy-dark);
}

.about-feature-box p {
    margin-bottom: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

.about-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 50px;
    background: #eef4f8;
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .about-main-img {
        min-height: auto;
        height: 350px;
        object-fit: cover;
    }

    .about-floating-card {
        position: static;
        margin-top: 18px;
        max-width: 100%;
    }

    .about-image-wrap {
        padding-right: 0;
    }
}
/* Mobile Fixes */
@media (max-width: 768px) {
    .stats-row { margin-top: 20px; }
    .hero-banner { text-align: center; }
}
#audit{background-color: #5b7b91!important;}



.hero-video-banner {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    display: flex;
    align-items: center;
    background: #0a2530;
}

.hero-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
}

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

.hero-video-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgb(23 23 23 / 37%) 0%, rgb(28 39 44 / 47%) 40%, rgb(28 32 33 / 45%) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.30) 100%)
}

.hero-content-wrap {
    position: relative;
    z-index: 2;
}

.hero-video-banner .hero-heading {
    color: #fff !important;
}

.hero-video-banner .hero-img-main {
    border-top-left-radius: 16% !important;
    border-bottom-right-radius: 16% !important;
    /*box-shadow: 40px 0 0 rgba(255,255,255,0.06);*/
}

.hero-video-banner .bg-navy-card {
    background:transparent;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@media (max-width: 991px) {
    .hero-video-banner {
        min-height: auto;
        padding: 80px 0 40px;
    }

    .hero-video-overlay {
        background: linear-gradient(180deg, rgba(10, 37, 48, 0.82) 0%, rgba(10, 37, 48, 0.72) 100%);
    }
}


 .industry-card {
            height: 380px;
            background-size: cover;
            background-position: center;
            border-radius: 1.5rem;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: flex-end;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            border: 1px solid rgba(0,0,0,0.05);
        }

        .industry-overlay {
            width: 100%;
            padding: 2rem 1.5rem;
            background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 70%, transparent 100%);
            color: white;
            transition: all 0.4s ease;
        }

        .industry-overlay h5 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
        }

        .industry-text {
            font-size: 0.85rem;
            line-height: 1.5;
            color: rgba(255,255,255,0.8);
            margin-bottom: 0;
        }

        .industry-card i {
            transition: transform 0.4s ease;
            display: block;
            color: #eee; 
        }

        .industry-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
        }

        .industry-card:hover .industry-overlay {
            background: linear-gradient(to top, rgba(74, 124, 157, 0.95) 0%, rgba(0,0,0,0.7) 100%);
        }

        .industry-card:hover i {
            transform: scale(1.1);
            color: #ffffff;
        }

/*For menu*/
/* Sidebar Default State (Hidden on Mobile) */
@media (max-width: 991.98px) {
    .offcanvas-sidebar {
        position: fixed;
        top: 0;
        right: -300px; /* Hidden out of screen */
        width: 300px;
        height: 100vh;
        background: #fff;
        z-index: 1050;
        transition: right 0.4s ease-in-out;
        display: flex;
        flex-direction: column;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }

    .offcanvas-sidebar.active {
        right: 0; /* Slide in */
    }

    .navbar-nav {
        padding: 20px;
    }

    .nav-cta-mobile {
        padding: 0 35px;
    }

    /* Background Overlay */
    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        display: none;
        z-index: 1040;
    }

    .sidebar-overlay.active {
        display: block;
    }
}
.btn_custom:hover{background-color: var(--brand-blue);transform: translateX(10px);}
.btn_custom{transition: all 0.5s;}

/* Desktop Styles (Show normally) */
@media (min-width: 992px) {
    .offcanvas-sidebar {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        width: auto;
    }
    .sidebar-overlay, #sidebarClose {
        display: none;
    }
}

.icon-circle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid rgba(0,0,0,0.05); /* subtle border */
        color: var(--brand-blue); /* icon uses brand color */
        box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* light shadow for depth */
    }
    .border-light-subtle {
        border-color: rgba(255,255,255,0.1) !important;
    }

      .tracking-widest { letter-spacing: 3px; }
    .hover-bg-light { transition: background 0.3s ease; }
    .hover-bg-light:hover { background-color: #f8f9fa; }
    .border-light-subtle { border-color: rgba(0,0,0,0.05) !important; }
     .tracking-wider {
        letter-spacing: 1.5px;
    }
    .article-card {
        transition: transform 0.3s ease;
    }
    .article-card:hover {
        transform: translateX(10px);
    }
    .transition {
        transition: all 0.3s ease;
    }
    .btn:hover {
        filter: brightness(90%);
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

      /* Existing professional styles preserved */
        #faq .accordion-button {
            background-color: #ffffff;
            color: #2d3748;
            box-shadow: none;
            transition: all 0.3s ease;
        }
        #faq .accordion-button:not(.collapsed) {
            color: #4a7c9d; 
            background-color: rgba(74, 124, 157, 0.05);
        }
        #faq .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234a7c9d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }
        #faq .accordion-item{
            transition: all 0.5s ease;
        }
        #faq .accordion-item:hover {
            transform: translateX(5px);
        }
        #faq .text-primary { color: #4a7c9d !important; }
        #faq .btn-primary { background-color: #4a7c9d; border-color: #4a7c9d; }


@media (max-width: 786px){

.hero-video-banner .hero-img-main{display: none;}
.hero-heading{font-size:1.3rem;padding-top: 10px;}
.hero-banner .text-start p{font-size: 0.9rem;}
.hero-video-banner .bg-navy-card{background-color: #5b7b91;}
#services{padding-top: 0px!important;}
.services_main .row_resiver{ flex-direction: column-reverse;}
.padding_top_sm{padding-top: 0px!important;padding-bottom: 0px!important;}    
#industries .border-start{padding-left: 5px;margin-top: 15px;} 
.footer-main{text-align: center;}
.footer-partners{justify-content: center!important;}
.footer-partners h4{padding-bottom: 7px;}
}