.elementor-4866 .elementor-element.elementor-element-dde08ec{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body:not(.rtl) .elementor-4866 .elementor-element.elementor-element-6fe2fbd{left:0px;}body.rtl .elementor-4866 .elementor-element.elementor-element-6fe2fbd{right:0px;}.elementor-4866 .elementor-element.elementor-element-6fe2fbd{top:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4866 .elementor-element.elementor-element-3d5b8f5{font-family:"Source Sans Pro", Sans-serif;font-weight:400;}.elementor-4866 .elementor-element.elementor-element-d58a85b{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-family:"Source Sans Pro", Sans-serif;font-weight:400;}/* Start custom CSS for text-editor, class: .elementor-element-3d5b8f5 */.wpcf7-textarea{ max-height:100px; border:1px solid rgba( 0, 0, 0, 0.25 ) !important; border-radius:3px !important;}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d58a85b */.service-section {
            display: flex;
            max-width: 1200px;
            margin: auto;
            gap: 60px;
            align-items: flex-start;
        }

        /* Left Side: Map Card */
        .map-card {
            flex: 1;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            max-width: 480px;
        }

        .map-container {
            position: relative;
            height: 380px;
            /* Placeholder background to mimic map */
            background-color: #e3f2fd;
            background-image: linear-gradient(#b3e5fc 1px, transparent 1px), linear-gradient(90deg, #b3e5fc 1px, transparent 1px);
            background-size: 20px 20px;
            overflow: hidden;
        }

        /* Mimic a live map with overlay elements */
        .map-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .map-label {
            position: absolute;
            background-color: #fff;
            padding: 10px 15px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            top: 20px;
            left: 20px;
            font-size: 14px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .map-label strong {
            display: block;
            margin-bottom: 4px;
        }

        .star-rating {
            color: #fbbc04;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .directions-icon {
            color: #1a73e8;
            font-size: 1.2em;
        }

        .footer-badges {
            padding: 15px 20px;
            background: #fdfdfd;
            border-top: 1px solid #f0f0f0;
            display: flex;
            justify-content: space-between;
            font-size: 14px;
        }

        .footer-badges .item {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        /* Right Side: Text & Service List */
        .content-area {
            flex: 1.2;
        }

        .content-area h2 {
            font-size: 32px;
            font-weight: 700;
            color: #1a237e;
            margin: 0 0 15px 0;
            line-height: 1.2;
        }

        .content-area > p {
            color: #555;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .locations-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px 30px;
            margin-bottom: 15px;
        }

        .location-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 15px;
            color: #444;
        }

        /* Replicate green checkmark */
        .check-icon {
            color: #2e7d32;
            font-size: 1.1em;
        }

        .bottom-stats {
            display: flex;
            gap: 30px;
            font-size: 15px;
            color: #444;
            margin-bottom: 15px;
            align-items: center;
        }

        .bottom-stats b {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .cta-button {
            display: inline-block;
            background-color: #ed8a29;
            color: #fff;
            padding: 14px 28px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            border: none;
            cursor: pointer;
            text-transform: uppercase;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .cta-button:hover {
            background-color: #d87d25;
        }

        /* Responsive design */
        @media (max-width: 900px) {
            .service-section {
                flex-direction: column;
                gap: 40px;
                padding: 40px;
            }
            .map-card {
                max-width: 100%;
            }
        }/* End custom CSS */