.elementor-31745 .elementor-element.elementor-element-1f9641f{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-656f22e */.section-container {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 4rem 0;
        }
        
        .branch-card {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border: 2px solid #dee2e6;
            border-radius: 25px 25px 0px 0px;
            padding: 2rem;
            text-align: center;
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .branch-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.3);
        }
        
        .location-icon {
            width: 5rem;
            height: 5rem;
            background-color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
        }
        
        .whatsapp-btn {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
            border: none !important;
            border-radius: 0.75rem !important;
            color: white !important;
            font-weight: 600 !important;
            font-size: 1.125rem !important;
            padding: 1rem 1.5rem !important;
            width: 100% !important;
            transition: all 0.3s ease !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 0.75rem !important;
        }
        
        .whatsapp-btn:hover {
            background: linear-gradient(135deg, #059669 0%, #047857 100%);
            transform: scale(1.05);
            color: white;
        }
        
        .main-title {
            font-size: 2rem;
            font-weight: 600;
            color: #212529;
            margin-bottom: 1rem;
        }
        
        .subtitle {
            font-size: 1rem;
            color: #6c757d;
            max-width: 40rem;
            margin: 0 auto;
        }
        
        .branch-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #212529;
            margin-bottom: 0.5rem;
        }
        
        .branch-location {
            color: #6c757d;
            margin-bottom: 2rem;
        }
        
        .footer-text {
            color: #6c757d;
            font-size: 1.125rem;
            margin-top: 3rem;
        }
        
        .whatssection
        {
            margin-bottom: 20px;
        }
        
        @media (max-width: 768px) {
            .main-title {
                font-size: 1.5rem;
            }
            .section-container {
                padding: 2rem 0;
            }
        }/* End custom CSS */