.elementor-84 .elementor-element.elementor-element-17bcf96{--display:flex;}/* Start custom CSS */body { font-family: 'Tahoma','Arial', sans-serif; line-height: 1.8; color: #333; background: #f8f9fa; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(135deg,#1e3c72 0%,#2a5298 100%); color: white; padding: 30px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
        h1 { font-size: 2.2em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .subtitle { font-size: 1.1em; opacity: 0.95; }
        .hero-image { width: 100%; max-height: 500px; object-fit: cover; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.2); margin: 30px 0; }
        .contact-bar { background: #ff6b35; color: white; padding: 20px 0; text-align: center; margin: 30px 0; border-radius: 10px; box-shadow: 0 4px 15px rgba(255,107,53,0.3); }
        .contact-numbers { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-top: 15px; }
        .phone-number { font-size: 1.4em; font-weight: bold; direction: ltr; padding: 10px 20px; background: rgba(255,255,255,0.2); border-radius: 5px; }
        .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 30px 0; }
        .service-card { background: white; padding: 25px; border-radius: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.1); transition: transform 0.3s; }
        .service-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.15); }
        .service-card::before { content: "✓"; display: inline-block; width: 30px; height: 30px; background: #28a745; color: white; border-radius: 50%; text-align: center; line-height: 30px; margin-left: 10px; font-weight: bold; }
        h2 { color: #1e3c72; font-size: 1.8em; margin: 40px 0 20px; padding-bottom: 10px; border-bottom: 3px solid #ff6b35; }
        h3 { color: #2a5298; font-size: 1.4em; margin: 30px 0 15px; }
        .content-section { background: white; padding: 30px; margin: 20px 0; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
        .content-image { width: 100%; max-width: 600px; height: auto; border-radius: 10px; margin: 20px auto; display: block; box-shadow: 0 3px 15px rgba(0,0,0,0.1); }
        .image-caption { text-align: center; font-size: 0.9em; color: #666; margin-top: 10px; font-style: italic; }
        .two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; margin: 30px 0; }
        .problems-list { background: #f8f9fa; padding: 25px; border-radius: 8px; margin: 20px 0; }
        .problem-item { padding: 15px; margin: 10px 0; background: white; border-right: 4px solid #ff6b35; border-radius: 5px; display: flex; align-items: flex-start; gap: 15px; flex-direction: row-reverse; }
        .problem-item h4 { color: #1e3c72; margin-bottom: 10px; }
        .problem-image { width: 100px; min-width: 100px; height: auto; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); flex-shrink: 0; }
        .problem-content { flex: 1; }
        .advantages { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 30px 0; }
        .advantage-box { background: linear-gradient(135deg,#667eea 0%,#764ba2 100%); color: white; padding: 25px; border-radius: 10px; text-align: center; }
        .advantage-box h4 { margin-bottom: 10px; font-size: 1.2em; }
        .steps-container { background: #e9ecef; padding: 30px; border-radius: 10px; margin: 30px 0; }
        .step { background: white; padding: 20px; margin: 15px 0; border-radius: 8px; border-right: 5px solid #28a745; }
        .step-number { display: inline-block; width: 35px; height: 35px; background: #28a745; color: white; border-radius: 50%; text-align: center; line-height: 35px; font-weight: bold; margin-left: 15px; }
        .gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 30px 0; }
        .gallery-item { position: relative; overflow: hidden; border-radius: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.1); }
        .gallery-item img { width: 100%; height: 250px; object-fit: cover; transition: transform 0.3s; }
        .gallery-item:hover img { transform: scale(1.05); }
        .cta-section { background: linear-gradient(135deg,#ff6b35 0%,#f7931e 100%); color: white; padding: 40px; text-align: center; border-radius: 10px; margin: 40px 0; }
        .cta-button { display: inline-block; background: white; color: #ff6b35; padding: 15px 40px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; margin-top: 20px; transition: transform 0.3s; }
        .cta-button:hover { transform: scale(1.05); }
        footer { background: #2c3e50; color: white; padding: 30px 0; text-align: center; margin-top: 50px; }
        .highlight { background: #fff3cd; padding: 20px; border-right: 5px solid #ffc107; border-radius: 5px; margin: 20px 0; }
        a { color: #2a5298; text-decoration: none; transition: color 0.3s; }
        a:hover { color: #1e3c72; text-decoration: underline; }
        .external-link { color: #0066cc; }
        .external-link:hover { color: #004499; }
        
        @media (max-width: 768px) {
            h1 { font-size: 1.6em; }
            h2 { font-size: 1.4em; }
            h3 { font-size: 1.2em; }
            .contact-numbers { flex-direction: column; gap: 15px; }
            .phone-number { font-size: 1.2em; }
            .two-column { grid-template-columns: 1fr; }
            .gallery { grid-template-columns: 1fr; }
            .services-grid { grid-template-columns: 1fr; }
            .problem-item { flex-direction: column !important; text-align: center; }
            .problem-image { width: 100%; max-width: 200px; margin: 0 auto 15px; }
            .advantages { grid-template-columns: 1fr; }
            .content-section { padding: 20px; }
            .container { padding: 0 15px; }
        }
        
        @media (max-width: 480px) {
            h1 { font-size: 1.4em; }
            h2 { font-size: 1.2em; }
            .phone-number { font-size: 1em; padding: 8px 15px; }
            .service-card { padding: 15px; font-size: 0.95em; }
            .cta-button { font-size: 1em; padding: 12px 30px; }
            .problem-item { padding: 12px; }
            .step { padding: 15px; }
        }/* End custom CSS */