 
        html {
            /* Change 100px to the actual height of your header */
            scroll-padding-top: 120px;
            scroll-behavior: smooth;
        }

        section[services] {
            /* This creates a "buffer" so the section starts below your fixed header */
            scroll-margin-top: 120px;
        }

        /* The Blue Contact Button */
        .btn-contact-blue {
            background-color: #004a99;
            /* Your brand blue */
            color: #ffffff !important;
            padding: 8px 24px;
            border-radius: 4px;
            font-weight: 600;
            font-size: 14px;
            border: none;
            transition: 0.3s;
        }

        .btn-contact-blue:hover {
            background-color: #003366;
            color: #ffffff !important;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        /* Optional: Ensure the 4 middle links look consistent */
        .navbar-nav .nav-link {
            color: #333;
            font-weight: 600;
            font-size: 14px;
        }

        /* Clean, professional button to match your request */
        .btn-contact-blue {
            background-color: #004a99;
            /* Navy blue */
            color: #ffffff !important;
            padding: 10px 30px;
            border-radius: 4px;
            font-weight: 700;
            font-size: 13px;
            border: none;
            display: inline-block;
            white-space: nowrap;
        }

        /* Proper link spacing and style */
        .navbar-nav .nav-link {
            color: #003366 !important;
            font-weight: 600;
            font-size: 14px;
            padding: 0 15px;
            /* Adds space between the words */
        }

        /* Responsive adjustment: remove extra spacing on mobile */
        @media (max-width: 991px) {
            .ms-lg-5 {
                margin-left: 0 !important;
            }
        }

        /* Remove ALL white gaps */
        .about-section {
            margin: 0;
            padding: 0;
        }

        /* Remove any default spacing */
        .container-fluid {
            padding: 0;
        }

        /* Equal height full section */
        .about-left,
        .about-right {
            min-height: 100vh;
            /* makes it stretch corner to corner */
        }

        /* Left content padding (controlled tight spacing) */
        .content-wrapper {
            /* padding: 80px 90px; */
            /* padding: 29px 52px; */
            /* padding-top: 20px;
            padding-bottom: 10px;
            padding-left: 100px;
            padding-right: 20px; */
        }

        /* Right side */
        .about-right {
            background: #2e307a;
            position: relative;
        }

        /* Logo tight */
        .logo-img {
            max-width: 100%;
            height: auto;
        }

        /* Badge position */
        .exp-badge {
            /* position: absolute;
            top: 30px;
            right: 30px;
            background: #d9d9d9;
            padding: 20px; */
            position: absolute;
            top: -94px;
            right: 27px;
            background: #d9d9d9;
            padding: 17px;
        }

        /* Matching Section Paddings */
        /* Ensure both sections have the exact same top and bottom breathing room */
        .py-6 {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }

        /* Fixes the text leading for better balance */
        .lead-alt {
            font-size: 1.1rem;
            line-height: 1.7;
            margin-top: 15px;
        }

        /* Table Refinements */
        .table thead th {
            letter-spacing: 1px;
            border: none;
        }

        .table tbody td {
            padding: 30px 10px;
            /* Matching the height/feel of feature cards */
        }

        /* Right side box height matching */
        .capabilities-box {
            display: flex;
            flex-direction: column;
            justify-content: center;
            /* Centers content vertically to match left side height */
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
        }

        /* Responsive Gutter Fix */
        @media (max-width: 991px) {
            .py-6 {
                padding-top: 60px !important;
                padding-bottom: 60px !important;
            }
        }

        /* Vertical Spacing to match previous sections */
        .py-6 {
            padding: 100px 0;
        }

        .header-line {
            width: 80px;
            height: 4px;
            background: #B8B8B8;
            margin: 15px auto 25px;
        }

        /* Modern Card Styling */
        /* Tight spacing between sections */
        .py-6 {
            padding: 80px 0;
        }

        /* Make all cards look identical and professional */
        .industry-card-standard {
            background: #ffffff;
            border: 1px solid #eef0f2;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
        }

        .industry-card-standard:hover {
            border-color: #003366;
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(0, 51, 102, 0.1);
        }

        /* Icon Container */
        .industry-icon-circle {
            width: 65px;
            height: 65px;
            background: #f0f4f8;
            color: #003366;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            border-radius: 50%;
            font-size: 1.5rem;
        }

        /* Heading Typography */
        .industry-card-standard h5 {
            color: #003366;
            font-size: 1.1rem;
            letter-spacing: -0.2px;
        }

        /* Tight spacing for the section */
        /* Section Padding consistency */
        .py-6 {
            padding: 90px 0;
        }

        /* The View Box (Replacing Download button) */
        .cert-view-box {
            display: inline-block;
            padding: 8px 20px;
            background: #003366;
            color: #fff;
            font-size: 0.8rem;
            font-weight: bold;
            border-radius: 4px;
            cursor: pointer;
            text-transform: uppercase;
            transition: 0.3s;
        }

        .cert-view-box:hover {
            background: #B8B8B8;
            color: #003366;
        }

        /* Ensure equal height panels */
        .infra-panel,
        .cert-panel {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        /* Infrastructure Icons adjustment */
        .infra-panel i {
            width: 20px;
            text-align: center;
        }

        .py-6 {
            padding: 80px 0;
        }

        /* Certificate View Button - Modern & Tight */
        .cert-view-box {
            display: inline-flex;
            align-items: center;
            padding: 6px 15px;
            background: #003366;
            color: #ffffff;
            font-size: 0.75rem;
            font-weight: 700;
            border-radius: 4px;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 1px solid #003366;
        }

        .cert-view-box:hover {
            background: transparent;
            color: #003366;
        }

        /* Ensure equal sizing and alignment */
        .infra-item {
            border-bottom: 1px solid rgba(184, 184, 184, 0.1);
        }

        .infra-panel,
        .cert-panel {
            min-height: 100%;
        }

        /* Tight spacing for the section */
        .py-6 {
            padding: 80px 0;
        }

        /* Facility Card Styling */
        .facility-card {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            height: 220px;
            /* Fixed height for symmetry */
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .facility-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .facility-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px;
            background: linear-gradient(to top, rgba(0, 51, 102, 0.9), transparent);
            display: flex;
            align-items: flex-end;
            height: 50%;
        }

        .facility-label {
            color: #ffffff;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Hover Effects */
        .facility-card:hover .facility-img {
            transform: scale(1.1);
        }

        .facility-card:hover .facility-overlay {
            background: linear-gradient(to top, rgba(184, 184, 184, 0.95), transparent);
        }

        .facility-card:hover .facility-label {
            color: #003366;
        }

        .custom-select-premium {
            transition: all 0.3s ease;
        }

        /* Hover madidaga bottom line highlight agutthe */
        .custom-select-premium:hover {
            border-bottom-color: #003366 !important;
        }

        /* Click madidaga line blue agi, swlpa shadow barutthe */
        .custom-select-premium:focus {
            outline: none;
            border-bottom-color: #003366 !important;
            background: linear-gradient(to top, rgba(0, 51, 102, 0.02), transparent);
        }
   
            /* Compact Card Styling */
            .compact-card {
                background: #ffffff;
                border: 1px solid #eef2f6;
                padding: 20px 25px;
                /* Reduced padding */
                border-radius: 12px;
                transition: all 0.3s ease;
                height: 100%;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
                position: relative;
            }

            .compact-card:hover {
                transform: translateY(-5px);
                border-color: #003366;
                box-shadow: 0 10px 20px rgba(0, 51, 102, 0.08);
            }

            /* Smaller Icon Setup */
            .icon-circle-sm {
                width: 40px;
                height: 40px;
                background: rgba(0, 51, 102, 0.05);
                color: #003366;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1.1rem;
                border-radius: 8px;
                transition: 0.3s;
            }

            .compact-card:hover .icon-circle-sm {
                background: #003366;
                color: #fff;
            }

            /* Horizontal Cards styling */
            .partnership-card-horizontal {
                display: flex;
                align-items: center;
                border-left: 4px solid #003366;
            }

            .icon-box-mini {
                font-size: 1.6rem;
                color: #003366;
                margin-right: 15px;
                min-width: 40px;
            }
     