.elementor-2774 .elementor-element.elementor-element-73925bc{--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:5em;--padding-bottom:5em;--padding-left:0em;--padding-right:0em;}.elementor-2774 .elementor-element.elementor-element-6eb5040{--display:flex;--border-radius:30px 30px 30px 30px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-2774 .elementor-element.elementor-element-6eb5040:not(.elementor-motion-effects-element-type-background), .elementor-2774 .elementor-element.elementor-element-6eb5040 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F8FF;}.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-2774 .elementor-element.elementor-element-0f31559{text-align:center;font-family:"Jost", Sans-serif;font-weight:400;}@media(min-width:768px){.elementor-2774 .elementor-element.elementor-element-73925bc{--content-width:70%;}}/* Start custom CSS for text-editor, class: .elementor-element-0f31559 *//* === COPY THIS CSS TO ELEMENTOR'S ADDITIONAL CSS === */
        .service-areas-container {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0px;
        }
        .sa-header {
            text-align: center;
            padding: 40px 20px;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 12px;
            margin-bottom: 40px;
            border: 2px solid #247FFB;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
        .sa-logo {
            color: #247FFB;
            font-size: 3.5rem;
            margin-bottom: 20px;
        }
        .sa-heading {
            color: #247FFB;
            font-size: 2.5rem;
            margin-bottom: 20px;
            font-weight: 700;
        }
        .sa-subheading {
            color: #1a5fc0;
            font-size: 1.8rem;
            margin-bottom: 15px;
            font-weight: 600;
        }
        .sa-section-heading {
            color: #1a1a1a;
            font-size: 2rem;
            margin: 40px 0 20px;
            padding-bottom: 12px;
            border-bottom: 3px solid #247FFB;
        }
        .sa-intro {
            font-size: 1.2rem;
            background: #f0f7ff;
            padding: 30px;
            border-radius: 12px;
            margin-bottom: 40px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border-left: 5px solid #247FFB;
        }
        .sa-cities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 15px;
            margin: 30px 0;
        }
        .sa-city-btn {
            display: block;
            background: #f0f7ff;
            color: #247FFB;
            padding: 15px;
            border-radius: 8px;
            text-decoration: none;
            text-align: center;
            font-weight: 600;
            transition: all 0.3s ease;
            border: 2px solid #247FFB;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .sa-city-btn:hover {
            background: #247FFB;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }
        .sa-services {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .sa-service {
            background: #f0f7ff;
            padding: 25px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
        }
        .sa-service:hover {
            transform: translateY(-5px);
        }
        .sa-service-icon {
            font-size: 2.5rem;
            color: #247FFB;
            margin-right: 20px;
            flex-shrink: 0;
        }
        .sa-benefits {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .sa-benefit {
            background: #f0f7ff;
            padding: 20px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        .sa-benefit-icon {
            font-size: 2rem;
            color: #247FFB;
            margin-right: 20px;
            flex-shrink: 0;
        }
        .sa-cta-section {
            text-align: center;
            background: linear-gradient(135deg, #f0f7ff 0%, #d4e5ff 100%);
            color: #1a1a1a;
            padding: 60px 40px;
            border-radius: 16px;
            margin: 50px 0 30px;
            border: 2px solid #247FFB;
            box-shadow: 0 10px 30px rgba(36, 127, 251, 0.15);
        }
        .sa-cta-title {
            font-size: 2.2rem;
            margin-bottom: 20px;
            color: #1a1a1a;
        }
        .sa-btn {
            display: inline-block;
            background: #247FFB;
            color: white;
            padding: 18px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.2rem;
            margin-top: 25px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(36, 127, 251, 0.3);
        }
        .sa-btn:hover {
            background: #1a5fc0;
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(36, 127, 251, 0.4);
        }
        .sa-contact-info {
            text-align: center;
            margin: 30px 0;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 10px;
            font-size: 1.3rem;
        }
        @media (max-width: 768px) {
            .sa-heading {
                font-size: 2.2rem;
            }
            .sa-header {
                padding: 30px 15px;
            }
            .sa-service {
                flex-direction: column;
                text-align: center;
            }
            .sa-service-icon {
                margin-right: 0;
                margin-bottom: 15px;
            }
            .sa-cities-grid {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            }
        }
        /* === END OF CSS === *//* End custom CSS */