.elementor-790 .elementor-element.elementor-element-4164657{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-790 .elementor-element.elementor-element-35aad28{width:100%;max-width:100%;z-index:20000000000;}.elementor-790 .elementor-element.elementor-element-85c73ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-790 .elementor-element.elementor-element-9cca5d9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-790 .elementor-element.elementor-element-76b02ee{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-790 .elementor-element.elementor-element-76b02ee{left:0px;}body.rtl .elementor-790 .elementor-element.elementor-element-76b02ee{right:0px;}/* Start custom CSS for html, class: .elementor-element-35aad28 */body {
    padding-top: 130px;
}
@media (max-width: 1024px) {
    body { padding-top: 90px; }
}
@media (max-width: 480px) {
    body { padding-top: 75px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3800a1e *//* --- Base Variables & Reset --- */
        :root {
            --primary-color: #007BFF;
            --primary-color-rgb: 0, 123, 255;
            --secondary-color: #FFC107;
            --dark-color: #2C3E50;
            --text-color: #555;
            --light-gray-bg: #f7f9fc;
            --white-color: #ffffff;
            --border-color: #eef2f7;
        }

        body { 
            margin: 0; 
            font-family: 'Poppins', sans-serif; 
            color: var(--text-color); 
            background-color: var(--white-color); 
            -webkit-font-smoothing: antialiased; 
            -moz-osx-font-smoothing: grayscale; 
        }

        .container { 
            max-width: 1140px; 
            margin: 0 auto; 
            padding: 0 20px; 
        }

        h1, h2, h3, h4, h5, h6 { 
            color: var(--dark-color); 
            font-weight: 600; 
            margin-top: 0;
        }

        p { line-height: 1.8; margin-top: 0; }
        
        section { padding: 90px 0; }
        
        .section-title { 
            text-align: center; 
            font-size: clamp(2rem, 4vw, 2.5rem); 
            margin-bottom: 15px; 
            font-weight: 700; 
        }
        
        .section-subtitle { 
            text-align: center; 
            font-size: 1.1rem; 
            max-width: 700px; 
            margin: 0 auto 50px; 
            line-height: 1.7; 
            color: #666;
        }

        /* --- Hero Section --- */
        .service-page-hero {
            position: relative; 
            min-height: 600px; 
            height: 80vh;
            display: flex; 
            align-items: center; 
            justify-content: center;
            overflow: hidden; 
            background-color: #141e28; 
            color: var(--white-color); 
            text-align: center;
        }

        .hero-video {
            position: absolute; 
            top: 50%; 
            left: 50%; 
            min-width: 100%; 
            min-height: 100%;
            width: auto; 
            height: auto; 
            z-index: 1; 
            transform: translate(-50%, -50%); 
            object-fit: cover;
        }

        .hero-overlay {
            position: absolute; 
            top: 0; 
            left: 0; 
            width: 100%; 
            height: 100%;
            background: rgba(20, 30, 40, 0.7); 
            z-index: 2;
        }

        .hero-content { 
            position: relative; 
            z-index: 3; 
            width: 100%; 
            padding: 0 20px; 
        }

        .hero-title { 
            font-size: clamp(2.5rem, 5vw, 4rem); 
            font-weight: 700; 
            margin-bottom: 20px; 
            color: var(--white-color); 
            text-shadow: 2px 2px 8px rgba(0,0,0,0.5); 
        }

        .hero-subtitle { 
            font-size: clamp(1.1rem, 2.5vw, 1.25rem); 
            max-width: 750px; 
            margin: 0 auto 20px; 
            line-height: 1.6; 
            color: rgba(255,255,255,0.95); 
        }

        .hero-trust-line { 
            font-size: 0.95rem; 
            color: rgba(255,255,255,0.85); 
            margin-bottom: 35px; 
            letter-spacing: 0.3px; 
        }

        .hero-trust-line span { margin: 0 8px; opacity: 0.7; }

        .hero-cta-group { 
            display: flex; 
            flex-wrap: wrap; 
            gap: 15px; 
            justify-content: center; 
        }

        .cta-button-hero {
            background-color: var(--secondary-color); 
            color: var(--dark-color); 
            padding: 16px 36px; 
            border-radius: 50px;
            text-decoration: none; 
            font-weight: 600; 
            font-size: 1.05rem; 
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(0,0,0,0.2); 
            display: inline-block;
        }

        .cta-button-hero:hover { 
            background-color: var(--white-color); 
            color: var(--dark-color); 
            transform: translateY(-4px); 
            box-shadow: 0 8px 25px rgba(0,0,0,0.3); 
        }

        .cta-button-hero-outline {
            background-color: transparent; 
            color: #fff; 
            border: 2px solid rgba(255,255,255,0.7);
            padding: 14px 34px; 
            border-radius: 50px; 
            text-decoration: none; 
            font-weight: 600;
            font-size: 1.05rem; 
            transition: all 0.3s ease; 
            display: inline-block;
        }

        .cta-button-hero-outline:hover { 
            background-color: rgba(255,255,255,0.15); 
            border-color: #fff; 
            transform: translateY(-4px); 
        }

        /* --- Intro Section --- */
        .intro-section { padding: 80px 0 60px; text-align: center; }
        .intro-section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 25px; }
        .intro-section p { font-size: 1.05rem; max-width: 900px; margin: 0 auto 15px; }

        /* --- Services Grid Section (FIXED) --- */
        .services-list-section { background-color: var(--light-gray-bg); }
        
        .services-grid { 
            display: grid; 
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); 
            gap: 30px; 
        }

        .list-block {
            background: var(--white-color);
            padding: 35px 30px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border-top: 4px solid var(--primary-color);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            box-sizing: border-box;
        }

        .list-block:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }

        .list-block h3 { 
            font-size: 1.3rem; 
            margin-bottom: 20px; 
            color: var(--dark-color); 
        }

        .check-list { 
            list-style: none; 
            padding: 0; 
            margin: 0; 
        }

        .check-list li { 
            display: flex; 
            align-items: flex-start; 
            gap: 12px; 
            font-size: 0.98rem; 
            line-height: 1.6; 
            margin-bottom: 12px; 
            color: var(--text-color);
        }

        .check-list li i { 
            color: var(--primary-color); 
            margin-top: 5px; 
            flex-shrink: 0; 
            font-size: 0.9rem;
        }
   /* --- Photo Collage --- */
        .our-work-section { background-color: var(--light-gray-bg); }
        .photo-collage { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 20px; }
        .collage-item { border-radius: 16px; overflow: hidden; box-shadow: 0 8px 25px rgba(44,62,80,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .collage-item:hover { transform: translateY(-5px) scale(1.03); box-shadow: 0 15px 35px rgba(44,62,80,0.15); }
        .collage-item img, .collage-item video { display: block; width: 100%; height: 100%; object-fit: cover; }
        /* --- FAQ Section --- */
        .faq-section { background-color: var(--white-color); }
        .faq-accordion { max-width: 800px; margin: 0 auto; display: grid; gap: 15px; }
        
        .faq-item { 
            background-color: var(--white-color); 
            border-radius: 10px; 
            box-shadow: 0 4px 15px rgba(0,0,0,0.03); 
            overflow: hidden; 
            border: 1px solid var(--border-color);
            transition: all 0.3s ease;
        }

        .faq-question { 
            width: 100%; 
            background: none; 
            border: none; 
            padding: 22px 30px; 
            text-align: left; 
            font-family: 'Poppins', sans-serif; 
            font-size: 1.1rem; 
            font-weight: 500; 
            color: var(--dark-color); 
            cursor: pointer; 
            display: flex; 
            justify-content: space-between; 
            align-items: center; 
        }

        .faq-question:hover { background-color: var(--light-gray-bg); }

        .faq-question i { 
            font-size: 1rem; 
            color: var(--primary-color); 
            transition: transform 0.3s ease; 
        }

        .faq-answer { 
            max-height: 0; 
            overflow: hidden; 
            transition: max-height 0.4s ease-out, padding 0.3s ease; 
        }

        .faq-answer p { padding: 0 30px; margin: 0; font-size: 1rem; color: #555; }
        
        .faq-item.active { 
            box-shadow: 0 10px 25px rgba(0, 123, 255, 0.1); 
            border-color: rgba(0, 123, 255, 0.2);
        }
        
        .faq-item.active .faq-question { 
            font-weight: 600; 
            background-color: #fcfcfc;
        }
        
        .faq-item.active .faq-question i { transform: rotate(180deg); }
        .faq-item.active .faq-answer { padding-bottom: 25px; }

        /* --- Service Areas Section (FIXED) --- */
        .service-areas-section { background-color: var(--light-gray-bg); padding: 80px 0; }
        .areas-content { max-width: 800px; margin: 0 auto; text-align: center; }
        .areas-content h2 { margin-bottom: 15px; }
        
        .local-tags { 
            list-style: none; 
            padding: 0; 
            margin: 30px auto 0; 
            display: flex; 
            flex-wrap: wrap; 
            justify-content: center; 
            gap: 15px; 
        }

        .local-tags li { 
            background-color: var(--white-color); 
            color: var(--primary-color); 
            padding: 10px 25px; 
            border-radius: 50px; 
            font-size: 1rem; 
            font-weight: 500; 
            border: 1px solid rgba(0, 123, 255, 0.2);
            box-shadow: 0 4px 10px rgba(0,0,0,0.03); 
            transition: all 0.3s ease;
        }

        .local-tags li:hover {
            background-color: var(--primary-color);
            color: var(--white-color);
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 123, 255, 0.2);
        }

        /* --- Call To Action Section --- */
        .call-to-action-section { 
            background-color: var(--dark-color); 
            padding: 80px 0; 
            text-align: center; 
            color: var(--white-color); 
        }

        .call-to-action-section h2, .call-to-action-section h3 { 
            color: var(--white-color); 
        }

        .cta-info { 
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            color: rgba(255,255,255,0.85); 
            font-size: 1.05rem; 
            margin: 20px 0 35px; 
        }

        .cta-button-general {
            background-color: var(--white-color);
            color: var(--primary-color); 
            padding: 16px 40px; 
            border-radius: 50px;
            text-decoration: none; 
            font-weight: 600; 
            font-size: 1.1rem; 
            transition: all 0.3s ease;
            display: inline-flex; 
            align-items: center; 
            gap: 10px; 
            border: none; 
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
        }

        .cta-button-general:hover { 
            transform: translateY(-4px); 
            background-color: var(--secondary-color);
            color: var(--dark-color);
        }
        
        .cta-button-general i { transition: transform 0.3s ease; }
        .cta-button-general:hover i { transform: translateX(5px); }

        /* --- Responsive Design --- */
        @media (max-width: 768px) {
            section { padding: 60px 0; }
            .service-page-hero { height: auto; padding: 120px 0 80px; }
            .services-grid { grid-template-columns: 1fr; gap: 20px; }
            .faq-question { font-size: 1rem; padding: 20px; }
            .cta-info { flex-direction: column; gap: 10px; }
        }/* End custom CSS */