.contact-section {
                background: linear-gradient(135deg, #f8fbff, #eef4ff);
            }

            .contact-left .title {
                font-size: 38px;
                font-weight: 700;
                color: #003366;
            }

            .contact-left .desc {
                margin-top: 15px;
                color: #555;
            }

            .contact-info .info-box {
                display: flex;
                gap: 15px;
                margin-bottom: 20px;
            }

            .contact-info i {
                font-size: 20px;
                color: #003366;
            }

            .contact-form-box {
                background: #fff;
                padding: 40px;
                border-radius: 12px;
                box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
            }

            .form-title {
                margin-bottom: 25px;
                font-weight: 600;
            }

            .contact-form-box input,
            .contact-form-box select,
            .contact-form-box textarea {
                width: 100%;
                padding: 12px;
                border: 1px solid #ddd;
                border-radius: 8px;
                outline: none;
            }

            .submit-btn {
                width: 100%;
                background: #003366;
                color: #fff;
                padding: 14px;
                border: none;
                border-radius: 8px;
                font-weight: 600;
                transition: 0.3s;
            }

            .submit-btn:hover {
                background: #0055aa;
            }
            .video-banner {
                position: relative;
                overflow: hidden;
                min-height: 700px;
                display: flex;
                align-items: center;
            }

            /* VIDEO FULL SCREEN */
            .video-bg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 0;
                overflow: hidden;
            }

            .video-bg video {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            /* DARK OVERLAY */
            .video-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 20, 60, 0.7);
                z-index: 1;
            }

            /* CONTENT ABOVE VIDEO */
            .video-banner .container {
                position: relative;
                z-index: 2;
            }

            /* TEXT COLOR WHITE */
            .video-banner .content-wrap,
            .video-banner .content-wrap h1,
            .video-banner .content-wrap p,
            .video-banner .sub-text {
                color: #ffffff;
            }

            /* FORM GLASS EFFECT */
            .get-quote-widget {
                background: rgba(255, 255, 255, 0.08);
                backdrop-filter: blur(10px);
                border-radius: 12px;
                padding: 30px;
                border: 1px solid rgba(255, 255, 255, 0.2);
            }

            /* INPUT STYLE */
            .from-control {
                width: 100%;
                padding: 12px 15px;
                border: none;
                outline: none;
                background: rgba(255, 255, 255, 0.9);
                border-radius: 6px;
            }

            /* BUTTON */
            .submit {
                background: #007bff;
                color: #fff;
                border: none;
                padding: 12px 25px;
                border-radius: 6px;
                cursor: pointer;
            }

            /* MOBILE */
            @media (max-width: 991px) {
                .video-banner {
                    min-height: auto;
                    padding: 80px 0;
                }
            }
            .services-icon i {
                font-size: 40px;
                color: #007bff;
                background: rgba(0, 123, 255, 0.1);
                padding: 10px !important;
                border-radius: 50%;
                transition: 0.3s;
            }

            .rs-addon-services:hover .services-icon i {
                background: #007bff;
                color: #fff;
                transform: scale(1.1);
            }
            .lanco-latest-projects {
                background: #f5f8fd;
                position: relative;
                overflow: hidden;
            }

            .lanco-projects-head {
                max-width: 760px;
                margin: 0 auto 50px;
            }

            .lanco-subtitle {
                display: inline-block;
                font-size: 14px;
                font-weight: 700;
                color: #0d5bd7;
                text-transform: uppercase;
                letter-spacing: 1px;
                margin-bottom: 12px;
            }

            .lanco-projects-head h2 {
                font-size: 42px;
                line-height: 1.2;
                color: #0b1b35;
                margin-bottom: 14px;
                font-weight: 700;
            }

            .lanco-projects-head p {
                font-size: 16px;
                line-height: 1.8;
                color: #5f6c80;
                margin: 0;
            }

            .lanco-projects-wrap {
                display: flex;
                flex-direction: column;
                gap: 22px;
            }

            .lanco-project-row {
                display: flex;
                align-items: center;
                gap: 24px;
                background: #ffffff;
                border-radius: 18px;
                padding: 18px;
                box-shadow: 0 12px 35px rgba(13, 34, 71, 0.08);
                transition: all 0.35s ease;
                border: 1px solid rgba(13, 91, 215, 0.06);
            }

            .lanco-project-row:hover {
                transform: translateY(-6px);
                box-shadow: 0 18px 40px rgba(13, 34, 71, 0.14);
            }

            .lanco-project-image {
                width: 260px;
                min-width: 260px;
                border-radius: 14px;
                overflow: hidden;
            }

            .lanco-project-image img {
                width: 100%;
                height: auto;
                object-fit: cover;
                display: block;
            }

            .lanco-project-content {
                flex: 1;
            }

            .lanco-project-tag {
                display: inline-block;
                background: rgba(13, 91, 215, 0.1);
                color: #0d5bd7;
                font-size: 12px;
                font-weight: 700;
                padding: 7px 14px;
                border-radius: 30px;
                margin-bottom: 12px;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }

            .lanco-project-content h3 {
                font-size: 26px;
                line-height: 1.35;
                color: #0b1b35;
                margin-bottom: 12px;
                font-weight: 700;
            }

            .lanco-project-meta {
                display: flex;
                flex-wrap: wrap;
                gap: 10px 18px;
                margin-bottom: 12px;
            }

            .lanco-project-meta span {
                font-size: 14px;
                color: #596579;
                line-height: 1.6;
            }

            .lanco-project-content p {
                font-size: 15px;
                line-height: 1.8;
                color: #66758a;
                margin-bottom: 14px;
                max-width: 800px;
            }

            .lanco-project-btn {
                display: inline-flex;
                align-items: center;
                gap: 7px;
                background: #0d5bd7;
                color: #fff;
                font-size: 14px;
                font-weight: 700;
                padding: 12px 20px;
                border-radius: 10px;
                text-decoration: none;
                transition: all 0.3s ease;
            }

            .lanco-project-btn:hover {
                background: #003b99;
                color: #fff;
            }

            @media (max-width: 1199px) {
                .lanco-project-image {
                    width: 220px;
                    min-width: 220px;
                }

                .lanco-project-image img {
                    height: 165px;
                }

                .lanco-project-content h3 {
                    font-size: 23px;
                }
            }

            @media (max-width: 991px) {
                .lanco-projects-head h2 {
                    font-size: 34px;
                }

                .lanco-project-row {
                    flex-direction: column;
                    align-items: flex-start;
                }

                .lanco-project-image {
                    width: 100%;
                    min-width: 100%;
                }

                .lanco-project-image img {
                    width: 100%;
                    height: 240px;
                }

                .lanco-project-content h3 {
                    font-size: 22px;
                }
            }

            @media (max-width: 767px) {
                .lanco-latest-projects {
                    padding-top: 70px;
                    padding-bottom: 70px;
                }

                .lanco-projects-head {
                    margin-bottom: 35px;
                }

                .lanco-projects-head h2 {
                    font-size: 28px;
                }

                .lanco-projects-head p {
                    font-size: 14px;
                }

                .lanco-project-row {
                    padding: 14px;
                    gap: 16px;
                    border-radius: 14px;
                }

                .lanco-project-image img {
                    height: 200px;
                }

                .lanco-project-content h3 {
                    font-size: 20px;
                }

                .lanco-project-meta {
                    gap: 8px 12px;
                }

                .lanco-project-meta span,
                .lanco-project-content p {
                    font-size: 13px;
                }

                .lanco-project-btn {
                    padding: 10px 16px;
                    font-size: 13px;
                }
            }
            .gallery-item {
                position: relative;
                overflow: hidden;
                border-radius: 14px;
            }

            .gallery-item img {
                width: 100%;
                height: 260px;
                object-fit: cover;
                transition: 0.5s ease;
                border-radius: 14px;
            }

            /* Overlay */
            .gallery-item .overlay {
                position: absolute;
                inset: 0;
                background: rgba(0, 0, 0, 0.6);
                display: flex;
                align-items: center;
                justify-content: center;
                opacity: 0;
                transition: 0.4s ease;
                border-radius: 14px;
            }

            .gallery-item .overlay span {
                color: #fff;
                font-size: 16px;
                letter-spacing: 1px;
                border: 1px solid #fff;
                padding: 10px 18px;
                border-radius: 30px;
            }

            /* Hover Effects */
            .gallery-item:hover img {
                transform: scale(1.1);
            }

            .gallery-item:hover .overlay {
                opacity: 1;
            }

            /* Responsive Fix */
            @media (max-width: 768px) {
                .gallery-item img {
                    height: 220px;
                }
            }
            .client-video-showcase {
                    position: relative;
                    padding: 90px 0;
                    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
                    overflow: hidden;
                }

                .client-video-showcase .container {
                    max-width: 1320px;
                    margin: 0 auto;
                    padding: 0 15px;
                }

                .clientVideoSwiper {
                    position: relative;
                    padding: 10px 5px 60px;
                }

                .client-video-card {
                    background: #ffffff;
                    border-radius: 22px;
                    overflow: hidden;
                    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
                    border: 1px solid rgba(15, 23, 42, 0.06);
                    transition: all 0.35s ease;
                    height: 100%;
                }

                .client-video-card:hover {
                    transform: translateY(-8px);
                    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
                }

                .client-video-wrap {
                    position: relative;
                    width: 100%;
                    height: 360px;
                    background: #000;
                    overflow: hidden;
                    cursor: pointer;
                }

                .client-video-wrap::after {
                    content: "\f04b";
                    font-family: "Font Awesome 6 Free";
                    font-weight: 900;
                    position: absolute;
                    width: 64px;
                    height: 64px;
                    border-radius: 50%;
                    background: rgba(255, 255, 255, 0.92);
                    color: #0d6efd;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 22px;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    z-index: 2;
                    transition: all 0.35s ease;
                    pointer-events: none;
                    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
                }

                .client-video-wrap:hover::after {
                    transform: translate(-50%, -50%) scale(1.08);
                    background: #0d6efd;
                    color: #fff;
                }

                .client-video-wrap video {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                    background: #000;
                    transition: transform 0.45s ease;
                }

                .client-video-card:hover .client-video-wrap video {
                    transform: scale(1.05);
                }

                .client-video-nav {
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                    background: #ffffff;
                    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
                    color: #0d6efd;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: absolute;
                    top: 42%;
                    z-index: 10;
                    cursor: pointer;
                    transition: all 0.3s ease;
                }

                .client-video-nav:hover {
                    background: #0d6efd;
                    color: #ffffff;
                    transform: translateY(-2px);
                }

                .client-video-prev {
                    left: -10px;
                }

                .client-video-next {
                    right: -10px;
                }

                .clientVideoSwiper .swiper-pagination {
                    bottom: 0 !important;
                }

                .clientVideoSwiper .swiper-pagination-bullet {
                    width: 10px;
                    height: 10px;
                    background: #b6c3d1;
                    opacity: 1;
                }

                .clientVideoSwiper .swiper-pagination-bullet-active {
                    width: 26px;
                    border-radius: 30px;
                    background: #0d6efd;
                }

                @media (max-width: 1199px) {
                    .client-video-wrap {
                        height: auto;
                    }
                }

                @media (max-width: 991px) {
                    .client-video-showcase {
                        padding: 80px 0;
                    }

                    .client-video-wrap {
                        height: auto;
                    }

                    .client-video-prev {
                        left: 0;
                    }

                    .client-video-next {
                        right: 0;
                    }
                }

                @media (max-width: 767px) {
                    .client-video-showcase {
                        padding: 70px 0;
                    }

                    .client-video-wrap {
                        height: auto;
                    }

                    .client-video-nav {
                        display: none;
                    }

                    .clientVideoSwiper {
                        padding-bottom: 45px;
                    }

                    .client-video-wrap::after {
                        width: 58px;
                        height: 58px;
                        font-size: 20px;
                    }
                }
                .rs-process.process-style1 .services-item .content-text .title {
                    color: #000 !important;
                }
                .rs-process.process-style1 .services-item .content-text .services-txt {
                    color: #000 !important;
                }
                .services-icon i {
                    color: #fff;
                }