/* ===== SERVICE DETAIL PAGE ===== */
        /* --- BANNER --- */
        .container
        {
            margin-top: 50px;
        }
        .sd-banner {
            position: relative;
            height: 320px;
            overflow: hidden;
        }

        .sd-banner-bg {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .sd-banner-overlay {
            position: absolute;
            inset: 0;
            /* background: rgba(0, 0, 0, 0.45); */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 20px;
        }

        .sd-banner-overlay h1 {
            /* color: #fff;
            font-size: 38px;
            font-weight: 700;
            margin-bottom: 8px; */
            text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
            font-size: 3.2em;
            max-width: 700px;
            margin: auto;
            text-transform: uppercase;
            color: white;
            line-height: 60px;
            letter-spacing: 1.2px;
        }

        .sd-banner-overlay .sd-bread {
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
            margin: 0;
        }

        /* --- MAIN LAYOUT --- */
        .sd-main {
            padding: 50px 0;
            background: #fff;
        }

        .sd-main-row {
            align-items: flex-start;
        }

        /* --- SIDEBAR --- */
        .sd-sidebar {
            width: 100%;
        }

        .sd-sidebar-list {
            list-style: none;
            padding: 0;
            margin: 0;
            border: 1px solid #e6e6e6;
            border-radius: 4px;
            overflow: hidden;
        }

        .sd-sidebar-item a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 18px;
            background: #fff;
            color: #111;
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0.3px;
            border-bottom: 1px solid #ececec;
            transition: background 0.2s, color 0.2s;
        }

        .sd-sidebar-item:last-child a {
            border-bottom: none;
        }

        .sd-sidebar-item a i {
            color: #1a3a7a;
            font-size: 14px;
        }

        .sd-sidebar-item.active a,
        .sd-sidebar-item a:hover {
            background: #34A8DD;
            color: #fff;
        }

        .sd-sidebar-item.active a i,
        .sd-sidebar-item a:hover i {
            color: #fff;
        }

        .rd-sidebar
        {
            width: 350px;
        }

        /* --- SECTION TITLES --- */
        .sd-title {
            font-size: 28px;
            font-weight: 800;
            color: #111;
            margin-bottom: 18px;
            line-height: 1.3;
        }

        .sd-title span {
            color: #34A8DD
        }

        .sd-para {
            color: #000000;
            font-size: 14px;
            line-height: 1.9;
            margin-bottom: 18px;
        }

        /* --- TRUST SECTION --- */
        .sd-trust {
            background: #eaf4ff;
            padding: 50px 0;
            margin: 40px 0;
        }

        .sd-trust-row {
            display: flex;
            gap: 40px;
            align-items: center;
        }

        .sd-trust-img {
            flex-shrink: 0;
            width: 280px;
            height: 280px;
            border-radius: 50%;
            overflow: hidden;
            border: 6px solid #34A8DD;
            box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
        }

        .sd-trust-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .sd-trust-text {
            flex: 1;
        }

        /* --- PROCESS STEPS --- */
        .sd-process {
            padding: 20px 0 40px;
        }

        .sd-process-title {
            text-align: center;
            font-size: 28px;
            font-weight: 800;
            color: #111;
            margin-bottom: 30px;
        }

        .sd-process-title span {
            color: #1a3a7a;
        }

        .sd-step {
            margin-bottom: 22px;
        }

        .sd-step-head {
            font-size: 15px;
            font-weight: 700;
            color: #34A8DD;
            margin-bottom: 6px;
        }

        .sd-step-head .sd-step-label {
            color: 34A8DD
        }

        /* --- RECENT PROJECTS --- */
        .sd-projects {
            padding: 40px 0;
        }

        .sd-projects-title {
            text-align: center;
            font-size: 28px;
            font-weight: 800;
            color: #111;
            margin-bottom: 30px;
        }

        .sd-projects-title span {
            color: #1a3a7a;
        }

        .sd-projects-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }

        .sd-project {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
        }

        .sd-project img {
            width: 100%;
            height: 430px;
            object-fit: cover;
            display: block;
        }

        .sd-project-label {
            position: absolute;
            top: 14px;
            left: 14px;
            background: #34A8DD;
            /* padding: 4px 10px; */
            color: #fff;
            padding: 5px 14px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: 600;
        }

        /* --- FAQ --- */
        .sd-faq-section {
            padding: 50px 0;
            background: #eaf4ff;
        }

        .sd-faq-row {
            display: flex;
            gap: 40px;
            align-items: flex-start;
        }

        .sd-faq-col {
            flex: 1;
            min-width: 0;
        }

        .sd-faq-quote {
            width: 300px;
            flex-shrink: 0;
            background: #fff;
            padding: 30px 24px;
            border-radius: 6px;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
            text-align: center;
            font-style: italic;
            color: #000000;
            font-size: 15px;
            line-height: 1.6;
            margin-top: 60px;
        }

        .sd-faq-title {
            font-size: 28px;
            font-weight: 800;
            color: #111;
            margin-bottom: 24px;
        }

        .sd-faq-title span {
            color: #34A8DD
        }

        .sd-faq-item {
            margin-bottom: 10px;
            border-radius: 4px;
            overflow: hidden;
            background: #fff;
            border: 1px solid #d9e5f2;
        }

        .sd-faq-question {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 14px 20px;
            background: #fff;
            color: #111;
            border: none;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            text-align: left;
        }

        .sd-faq-question .sd-faq-toggle {
            width: 22px;
            height: 22px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #1a3a7a;
            color: #1a3a7a;
            border-radius: 50%;
            font-size: 11px;
            flex-shrink: 0;
            margin-left: 10px;
            transition: transform 0.2s;
        }

        .sd-faq-question.active .sd-faq-toggle {
            background: #34A8DD;
            color: #fff;
        }

        .sd-faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0 20px;
        }

        .sd-faq-answer.open {
            max-height: 500px;
            padding: 14px 20px;
            border-top: 1px solid #eef1f5;
        }

        .sd-faq-answer p {
            color: #555;
            font-size: 13px;
            line-height: 1.75;
            margin: 0;
        }

        @media (max-width: 991px) {

            .sd-trust-row,
            .sd-faq-row {
                flex-direction: column;
            }

            .sd-faq-quote {
                width: 100%;
            }

            .sd-faq-quote {
                margin-top: 0;
            }

            .sd-projects-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 575px) {
            .sd-banner {
                height: 240px;
            }

            .sd-banner-overlay h1 {
                font-size: 24px;
                line-height: 30px;
            }

            .sd-title,
            .sd-process-title,
            .sd-projects-title,
            .sd-faq-title {
                font-size: 22px;
            }

            .sd-trust-img {
                width: 220px;
                height: 220px;
                margin: 0 auto;
            }
        }

        .rd-main-col h1 strong {
            font-size: 1.875rem;
            font-weight: 800;
            display: inline-block;
        }

        @media (max-width: 576px) {
            .rd-main-col h1 strong {
                font-size: 24px;
            }
        }

        .rd-main-col p {
            color: #000;
        }

        .rd-services-box {
            margin-bottom: 30px;
            overflow: hidden;
            border-radius: 8px;
            background: #eafcff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }

        .rd-services-box h3 {
            display: flex;
            align-items: center;
            margin: 0;
            padding: 15px 20px;
            background: #005e82;
            color: #fff;
            font-size: 18px;
            font-weight: 800;
            text-transform: capitalize;
        }

        .rd-services-box h3::before {
            content: "";
            width: 10px;
            height: 10px;
            margin-right: 12px;
            border-radius: 50%;
            background: currentColor;
        }

        .rd-services-list {
            margin: 0;
            padding: 15px 0;
            list-style: none;
        }

        .rd-services-list li {
            margin-bottom: 10px;
        }

        .rd-services-list li:last-child {
            margin-bottom: 0;
        }

        .rd-services-list li a {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            border: 1px solid #000;
            border-radius: 8px;
            background: #fff;
            color: #000;
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
        }

        .rd-services-list li.active a,
        .rd-services-list li a:hover {
            border-color: #000;
            background: #000;
            color: #fff;
        }

        .rd-services-list li a .rd-service-icon {
            width: 20px;
            height: 20px;
            min-width: 20px;
            margin-right: 15px;
            border-radius: 50%;
            background: currentColor;
            opacity: 0.18;
        }

        .rd-services-list li.active a .rd-service-icon,
        .rd-services-list li a:hover .rd-service-icon {
            background: #fff;
            opacity: 1;
        }

        .rd-process {
            padding: 24px 0 48px;
        }

        .rd-process .container {
            max-width: 1220px;
        }

        .rd-process-title {
            margin: 0 0 30px;
            text-align: center;
        }

        .rd-process-title > .text-center > *:first-child {
            margin-top: 0;
        }

        .rd-process-title h2,
        .rd-process-title h3,
        .rd-process-title strong {
            color: #111827;
            font-size: 32px;
            font-weight: 800;
            line-height: 1.2;
        }

        .rd-process-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
            align-items: stretch;
        }

        .rd-process-card {
            min-height: 224px;
            padding: 22px 18px 20px;
            border-radius: 8px;
            background: #fafafa;
            border: 1px solid #edf1f4;
            box-shadow: none;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .rd-process-card--active {
            background: #d9ebfb;
            border-color: #bfd9ee;
            box-shadow: 0 10px 22px rgba(133, 170, 204, 0.18);
        }

        .rd-process-card:hover {
            background: #d9ebfb;
            border-color: #bfd9ee;
            box-shadow: 0 10px 22px rgba(133, 170, 204, 0.18);
        }

        .rd-process-num {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            margin-bottom: 18px;
            border: 1.5px solid #111827;
            border-radius: 50%;
            color: #111827;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            background: transparent;
        }

        .rd-process-card--active .rd-process-num {
            background: #fff;
            border-color: #0f172a;
            box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
        }

        .rd-process-card:hover .rd-process-num {
            background: #fff;
            border-color: #0f172a;
            box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
        }

        .rd-process-card h4 {
            margin: 0 0 12px;
            color: #111827;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.35;
        }

        .rd-process-card--active h4 {
            color: #0f172a;
        }

        .rd-process-card:hover h4 {
            color: #0f172a;
        }

        .rd-process-card p {
            margin: 0;
            color: #111827;
            font-size: 14px;
            line-height: 1.75;
        }

        @media (max-width: 1199px) {
            .rd-process-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 767px) {
            .rd-process {
                padding: 18px 0 36px;
            }

            .rd-process-title h2,
            .rd-process-title h3,
            .rd-process-title strong {
                font-size: 26px;
            }

            .rd-process-grid {
                grid-template-columns: 1fr;
                gap: 14px;
            }

            .rd-process-card {
                min-height: 0;
                padding: 18px 16px;
            }

            .rd-process-num {
                width: 40px;
                height: 40px;
                margin-bottom: 14px;
                font-size: 18px;
            }
        }
