.elementor-296643 .elementor-element.elementor-element-526cf04{--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-296643 .elementor-element.elementor-element-fead799{--spacer-size:20px;}.elementor-296643 .elementor-element.elementor-element-e92557f{--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;}body.elementor-page-296643:not(.elementor-motion-effects-element-type-background), body.elementor-page-296643 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-67182a5 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #FFFFFF;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 60px 20px;
        }
        
        .header {
            text-align: center;
            margin-bottom: 80px;
        }
        
        .header h1 {
            font-size: 3.5rem;
            font-weight: 300;
            color: #3A5EA6;
            margin-bottom: 20px;
            position: relative;
        }
        
        .header h1::after {
            content: '';
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #EE7A3B, #FDDA16);
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }
        
        .header p {
            font-size: 1.2rem;
            color: #54A8DC;
            margin-top: 25px;
        }
        
        .contacts-grid {
            display: grid;
            gap: 1px;
            background: #f0f0f0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            margin-bottom: 60px;
        }
        
        .contact-row {
            display: grid;
            grid-template-columns: 1fr 2fr auto auto;
            align-items: center;
            background: white;
            padding: 25px 30px;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .contact-row:hover {
            background: #f8f9fc;
            transform: translateX(5px);
        }
        
        .contact-row::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(180deg, #3A5EA6, #54A8DC);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .contact-row:hover::before {
            opacity: 1;
        }
        
        .contact-row:nth-child(even)::before {
            background: linear-gradient(180deg, #EE7A3B, #FDDA16);
        }
        
        .contact-name {
            font-size: 1.3rem;
            font-weight: 600;
            color: #3A5EA6;
        }
        
        .contact-title {
            color: #666;
            font-size: 0.95rem;
            padding-right: 20px;
        }
        
        .contact-phone {
            text-align: center;
        }
        
        .contact-phone a {
            color: #54A8DC;
            text-decoration: none;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 20px;
            border: 2px solid #54A8DC;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .contact-phone a:hover {
            background: #54A8DC;
            color: white;
        }
        
        .contact-email {
            text-align: center;
        }
        
        .contact-email a {
            color: #EE7A3B;
            text-decoration: none;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 20px;
            border: 2px solid #EE7A3B;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .contact-email a:hover {
            background: #EE7A3B;
            color: white;
        }
        
        .special-contact {
            background: linear-gradient(135deg, #3A5EA6 0%, #54A8DC 50%, #EE7A3B 100%);
            color: white;
            text-align: center;
            padding: 50px 40px;
            border-radius: 12px;
            position: relative;
            overflow: hidden;
        }
        
        
        
        @keyframes shimmer {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .special-contact-content {
            position: relative;
            z-index: 1;
        }
        
        .special-contact h3 {
            font-size: 2rem;
            margin-bottom: 15px;
            font-weight: 300;
        }
        
        .special-contact p {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.9;
        }
        
        .special-contact a {
            color: white;
            background: rgba(255,255,255,0.2);
            border: 2px solid white;
            padding: 15px 40px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            display: inline-block;
            backdrop-filter: blur(10px);
        }
        
        .special-contact a:hover {
            background: white;
            color: #3A5EA6;
        }
        
        .header-row {
            display: grid;
            grid-template-columns: 1fr 2fr auto auto;
            padding: 20px 30px;
            background: #f8f9fc;
            font-weight: 600;
            color: #3A5EA6;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        @media (max-width: 768px) {
            .contact-row, .header-row {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 15px;
            }
            
            .contact-title {
                padding-right: 0;
            }
            
            .header h1 {
                font-size: 2.5rem;
            }
            
            .special-contact {
                padding: 40px 25px;
            }
        }/* End custom CSS */