body.el-site{
  --primary-orange: #cc6918;
  --dark-orange: #a85414;
  --light-orange: #e67e22;
  --secondary-orange: #e08a35;
  --middle-orange: #f38c38;
  --text-light: #f8f9fa;
  --text-muted: white;
  --bg-light: #fff8f2;
  --bg-section: #fffaf4;
  --bg-how-help: #f9fafb;
  --text-primary: #333;
  --danger-red: #dc2626;
  --text-dark: #1e293b;
  --success-green: #059669;
    --accent-gold: #ffd700;
            --dark-bg: #1a1a1a;
            --accent-gold: #ffd700;
}
body.el-site{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: var(--text-primary);
  background-color: var(--bg-light);
}
body.el-site nav .container{
  color: white;
}
body.el-site .navbar{
  background-color: var(--primary-orange) !important;
}
body.el-site .navbar-toggler{
  padding: 0.2rem 0.4rem;
  font-size: 0.9rem;
}
body.el-site .navbar-brand,body.el-site .navbar-nav .nav-link{
  color: white !important;
}
body.el-site .navbar-nav .nav-link.active,body.el-site .navbar-nav .nav-link:hover{
  color: #ffe5cc !important;
}
body.el-site .navbar-brand{
  font-weight: bold;
}
body.el-site .accordion-button:not(.collapsed){
  background-color: #cc6918;
  color: white;
}
body.el-site .accordion-button.collapsed{
  background-color: #fff0e5;
  color: #cc6918;
}
body.el-site .accordion-body{
  background-color: #fff8f2;
}
body.el-site footer{
  background: black;
  color: white;
  padding: 40px 0;
}
body.el-site footer a{
  color: #ffe5cc;
  text-decoration: none;
}
body.el-site footer a:hover{
  color: white;
  text-decoration: underline;
}
body.el-site .coverage-section{
  background: rgba(255, 255, 255, 0.95);
  color: var(--text-primary);
  margin: 0 -15px;
  padding: 3rem 2rem;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
}
body.el-site .coverage-title{
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-primary);
}
body.el-site .coverage-description{
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #666;
}
body.el-site .top-rated-badge{
  background: white;
  color: var(--primary-orange);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  border: 2px solid rgba(208, 123, 57, 0.2);
  font-weight: 600;
}
body.el-site .footer-link{
  color: var(--text-muted);
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  text-decoration: none;
}
body.el-site .footer-link:hover{
  color: var(--text-light) !important;
  transform: translateX(5px);
  text-decoration: underline !important;
}
body.el-site .coverage-link{
  color: var(--text-primary);
  text-decoration: none;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(204, 105, 24, 0.1);
  transition: all 0.3s ease;
  display: block;
  font-weight: 500;
}
body.el-site .coverage-link:hover{
  color: var(--primary-orange);
  padding-left: 0.75rem;
  border-bottom-color: var(--text-primary);
  background: rgba(195, 191, 188, 0.05);
}
body.el-site .coverage-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
body.el-site .sticky-wrapper{
  position: sticky;
  top: 0;
  z-index: 1030;
}
@media (max-width: 768px){body.el-site .nav-link{
    text-decoration: underline;
  }
body.el-site .coverage-section{
    text-align: center;
    margin: 0 -15px;
    padding: 2rem 1rem;
  }


  
}
body.el-site .call-button{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--primary-orange);
  border-radius: 50%;
  padding: 16px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
body.el-site .call-button:hover{
  background-color: var(--dark-orange);
}
body.el-site .call-button svg{
  width: 24px;
  height: 24px;
}
body.el-site .small{
  width: 100%;
}
@media (min-width: 992px){body.el-site .small{
    max-width: 400px;
  }

}
body.el-site .mobile-call-bar{
  color: var(--dark-orange) !important;
  transform: scale(1);
  border-top: 1px solid #dee2e6;
  z-index: 1030;
}
body.el-site .mobile-call-bar:hover{
  color: var(--middle-orange);
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);

}
body.el-site .form-success{
  display: none;
  background-color: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
body.el-site .form-error{
  display: none;
  background-color: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
body.el-site .formSection h2{
  color: #a85613;
}
body.el-site .formSection .btn{
  background-color: #cc6918;
  color: white;
}
body.el-site .contact-form::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--bg-light), var(--primary-color));
}
body.el-site .form-section{
  margin-bottom: 2rem;
}
body.el-site .form-section-title{
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-orange);
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--secondary-orange);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.el-site .form-group{
  margin-bottom: 1.5rem;
}
body.el-site .form-label{
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.95rem;
}
body.el-site .form-control{
  border: 2px solid var(--border-light);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
}
body.el-site .form-control:focus{
  border-color: var(--primary-orange);
  box-shadow: 0 0 0 0.2rem rgba(204, 105, 24, 0.15);
  background: white;
  outline: none;
}
body.el-site .textarea{
  
  resize: vertical;
  height: 150px;
}
body.el-site .checkbox-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}
body.el-site .form-check{
  background: var(--bg-light);
  border: 2px solid var(--border-color);
  border-radius: 10px;
  padding: 0.875rem 1rem;
  transition: all 0.3s ease;
  position: relative;
}
body.el-site .form-check:hover{
  border-color: var(--accent-color);
  background: white;
  transform: translateY(-2px);
  box-shadow: var(--shadow-light);
}
body.el-site .form-check-input{
  margin-right: 0.75rem;
  transform: scale(1.1);
}
body.el-site .form-check-input:checked{
  background-color: black;
  border-color: black;
}
body.el-site .form-check-input:checked~.form-check-label{
  color: var(--primary-orange);
  font-weight: 600;
}
body.el-site .form-check-label{
  font-size: 0.95rem;
  color: var(--text-dark);
  cursor: pointer;
  transition: color 0.3s ease;
}
body.el-site .submit-section{
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid var(--secondary-orange);
  text-align: center;
}
body.el-site .submit-btn{
  background: linear-gradient(135deg, var(--secondary-orange), var(--primary-orange));
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: var(--light-orange);
  position: relative;
  overflow: hidden;
  min-width: 200px;
}
body.el-site .submit-btn::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
body.el-site .submit-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(49, 130, 206, 0.4);
}
body.el-site .submit-btn:hover::before{
  left: 100%;
}
body.el-site .submit-btn:active{
  transform: translateY(-1px);
}
body.el-site .required{
  color: var(--danger-red);
}
@media (max-width: 768px){body.el-site .content-section{
    padding: 3rem 0;
  }
body.el-site .contact-form{
    padding: 2rem 1.5rem;
  }
body.el-site .checkbox-grid{
    grid-template-columns: 1fr;
  }
body.el-site .section-title{
    font-size: 2rem;
  }

}
body.el-site .fade-in{
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}
body.el-site .fade-in:nth-child(2){
  animation-delay: 0.2s;
}
@keyframes fadeInUp{
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.el-site .form-success,body.el-site .form-error{
  display: none;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
body.el-site .form-success{
  background-color: #d4edda;
  color: #155724;
}
body.el-site .form-error{
  background-color: #f8d7da;
  color: #721c24;
}
body.el-site .section-title{
  color: var(--primary-orange);
  position: relative;
  padding-bottom: 0.75rem;
}
body.el-site .section-title::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 3px;
  background-color: var(--secondary-orange);
}
body.el-site .icoLogo{
  display: inline-flex;
  
  justify-content: center;
  align-items: center;
  background: #ffffff;
  
  
  
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  
  width: 200px;
}
body.el-site .icoLogo img{
  max-width: 100%;
  height: auto;
  display: block;
  width: 150px;
  height: 100px;
}
@media (max-width: 768px){body.el-site .coverage-grid{
    display: block;
    
  }
body.el-site .icoLogo{
    margin-top: 20px;
  }
body.el-site .coverage-column{
    margin: 0;
    
    padding: 0;
    
  }
body.el-site .coverage-column ul{
    margin: 0;
    padding: 0;
  }
body.el-site .coverage-column li{
    margin: 4px 0;
    
  }

}
body.el-site .benefit-banner{
            background: linear-gradient(135deg, var(--dark-bg) 0%, #2c2c2c 100%);
            
            padding: 12px 0;
            position: relative;
            overflow: hidden;
        }
body.el-site .benefit-banner-mobile{
            background: black;
            padding: 15px 0;
            position: relative;
            overflow: hidden;
            height: 50px;
        }
body.el-site .mobile-slider-container{
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
body.el-site .mobile-slides{
            display: flex;
            width: 400%; 
            height: 100%;
            transition: transform 0.5s ease-in-out;
        }
body.el-site .mobile-slide{
            width: 25%; 
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
body.el-site .benefit-banner::before{
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            animation: shine 3s infinite;
        }
@keyframes shine{
            0% { left: -100%; }
            50% { left: 100%; }
            100% { left: 100%; }
        }
body.el-site .benefit-container{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
            position: relative;
            z-index: 2;
        }
body.el-site .benefit-intro{
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: white;
            font-weight: 600;
            font-size: 1.1rem;
        }
body.el-site .benefit-star{
            color: var(--accent-gold);
            font-size: 1.2rem;
            animation: pulse 2s infinite;
        }
@keyframes pulse{
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }
body.el-site .benefit-items{
            display: flex;
            align-items: center;
            gap: 2rem;
            flex-wrap: wrap;
        }
body.el-site .benefit-item{
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: white;
            font-size: 0.75rem;
            font-weight: 500;
            padding: 0.25rem 0;
            transition: all 0.3s ease;
        }
body.el-site .mobile-slide .benefit-item{
            font-size: 0.9rem;
            font-weight: 600;
            justify-content: center;
        }
body.el-site .benefit-item:hover{
            transform: translateY(-2px);
            filter: brightness(1.2);
        }
body.el-site .benefit-check{
            background: #22c55e;
            color: white;
            width: 20px;
            height: 20px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.5rem;
            font-weight: bold;
            box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
            animation: checkPop 0.5s ease-out;
        }
body.el-site .mobile-slide .benefit-check{
            width: 24px;
            height: 24px;
            font-size: 0.7rem;
        }
@keyframes checkPop{
            0% { transform: scale(0.8); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }
body.el-site .benefit-separator{
            width: 2px;
            height: 20px;
            background: linear-gradient(to bottom, transparent, var(--primary-orange), transparent);
            opacity: 0.7;
        }
body.el-site .slide-indicators{
            position: absolute;
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 3;
            opacity: 0; 
            pointer-events: none; 
        }
body.el-site .indicator{
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transition: background 0.3s ease;
        }
body.el-site .indicator.active{
            background: var(--primary-orange);
        }
@media (max-width: 992px){body.el-site .benefit-banner{
                padding: 10px 0;
            }
body.el-site .benefit-container{
                gap: 1rem;
                flex-direction: column;
            }
body.el-site .benefit-items{
                gap: 1.5rem;
                justify-content: center;
            }
body.el-site .benefit-intro{
                font-size: 1rem;
            }
body.el-site .benefit-item{
                font-size: 0.9rem;
            }

        }
@media (max-width: 768px){body.el-site .benefit-items{
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
                text-align: center;
            }
body.el-site .benefit-separator{
                display: none;
            }

        }
body.el-site .mobile-slide{
            opacity: 0.7;
            transition: opacity 0.5s ease;
        }
body.el-site .mobile-slide.active{
            opacity: 1;
        }
body.el-site .benefit-banner-alt{
            background: linear-gradient(90deg, 
                var(--primary-orange) 0%, 
                #ff8c42 25%, 
                var(--primary-orange) 50%, 
                #ff8c42 75%, 
                var(--primary-orange) 100%);
            background-size: 400% 100%;
            animation: gradientSlide 8s ease-in-out infinite;
            color: white;
            padding: 15px 0;
            text-align: center;
        }
@keyframes gradientSlide{
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
body.el-site .alt-content{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
        }
body.el-site .alt-badge{
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border-radius: 25px;
            padding: 8px 16px;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-weight: 600;
            font-size: 0.9rem;
            border: 1px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
        }
body.el-site .alt-badge:hover{
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
        }
body.el-site .alt-icon{
            font-size: 1rem;
        }
body.el-site{
    --primary-orange: #cc6918;
    --secondary-orange: #e67e22;
    --light-orange: #fef3e2;
    --dark-orange: #a85414;
    --: black;
    --text-secondary: #6b7280;
    --border-light: #e5e7eb;
    --bg-light: #f8fafc;
    --success-green: #059669;
    --warning-amber: #d97706;
    --danger-red: #dc2626;
     --wales-red: #d32f2f;
    --wales-green: #388e3c;
    --wales-orange: #b08a00;
     --text-dark: #1e293b;
     --border-color: #e2e8f0;
}
body.el-site .hero-section{
    background: linear-gradient(135deg, var(--light-orange) 0%, #ffffff 100%);
}
body.el-site .hero-title{
    color: var(--primary-orange);
}
body.el-site .btn-primary-custom{
    background-color: var(--secondary-orange);
    border-color: var(--secondary-orange);
    color: white;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}
body.el-site .btn-primary-custom:hover{
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
    color: white;
    text-decoration: none;
}
body.el-site .btn-outline-custom{
    background-color: transparent;
    border: 2px solid var(--secondary-orange);
    color: var(--secondary-orange);
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}
body.el-site .btn-outline-custom:hover{
    background-color: var(--secondary-orange);
    color: white;
    text-decoration: none;
}
body.el-site .text-orange{
    color: var(--primary-orange);
}
body.el-site .section-title{
            color: var(--primary-orange);
            position: relative;
            padding-bottom: 0.75rem;
        }
body.el-site .section-title::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 4rem;
            height: 3px;
            background-color: var(--secondary-orange);
        }
body.el-site .content-section ul:not(.navbar-nav):not(.list-unstyled){
            padding-left: 0;
            list-style: none;
        }
body.el-site .content-section ul:not(.navbar-nav):not(.list-unstyled) li{
            position: relative;
            padding: 0.8rem 0 0.8rem 2.5rem;
            margin-bottom: 0.5rem;
            background: var(--bg-light);
            border-radius: 8px;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
body.el-site .content-section ul:not(.navbar-nav):not(.list-unstyled) li:hover{
            background: #e8f4fd;
            border-left-color: var(--primary-orange);
            transform: translateX(5px);
        }
body.el-site .content-section ul:not(.navbar-nav):not(.list-unstyled) li::before{
            content: '✓';
            position: absolute;
            left: 1rem;
            top: 0.8rem;
            color: var(--primary-orange);
            font-weight: bold;
            font-size: 1.1rem;
        }
body.el-site .alert-custom{
            border-left: 4px solid var(--warning-amber);
            background: #fef3c7;
            border: 1px solid #f59e0b;
            color: #92400e;
            border-radius: 6px;
            padding: 20px;
        }
body.el-site .alert-custom .alert-title{
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
body.el-site .answer-brief{
            background: linear-gradient(135deg, var(--light-orange) 0%, rgba(254, 243, 226, 0.7) 100%);
            padding: 1.25rem 1.75rem;
            border-left: 4px solid var(--secondary-orange);
            border-radius: 8px;
            margin-bottom: 1.5rem;
            font-weight: 600;
            color: var(--dark-orange);
            font-size: 1.1rem;
            position: relative;
        }
body.el-site .answer-brief::before{
            content: '"';
            position: absolute;
            left: 0.5rem;
            top: -0.5rem;
            font-size: 3rem;
            color: var(--secondary-orange);
            opacity: 0.3;
        }
body.el-site .answer-detailed{
            color: var(--text-secondary);
            margin-bottom: 1rem;
            line-height: 1.8;
            font-size: 1rem;
        }
body.el-site .answer-detailed strong{
            color: var(--primary-orange);
            font-weight: 600;
        }
body.el-site .key-points{
            background: var(--bg-light);
            padding: 1.5rem;
            border-radius: 8px;
            margin-top: 1rem;
        }
body.el-site .key-points h6{
            color: var(--primary-orange);
            font-weight: 600;
            margin-bottom: 1rem;
        }
body.el-site .timeline-number{
            background-color: var(--secondary-orange);
            color: white;
            width: 3rem;
            height: 3rem;
            border-radius: 50%;
            font-weight: 700;
            font-size: 1.1rem;
        }
body.el-site .timeline-content h6{
            font-weight: 700;
            color: var(--primary-orange);
            margin-bottom: 0.5rem;
        }
body.el-site .timeline-content p{
            color: var(--text-secondary);
            margin: 0;
        }
body.el-site .area-coverage-section{
            background: var(--light-orange);
            padding: 3rem 2rem;
            margin: 3rem 0;
            border-radius: 12px;
            border: 1px solid rgba(204, 105, 24, 0.2);
        }
body.el-site .area-coverage-title{
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--primary-orange);
            text-align: center;
        }
body.el-site .area-coverage-description{
            font-size: 1rem;
            margin-bottom: 2rem;
            color: var(--text-secondary);
            text-align: center;
        }
body.el-site .area-coverage-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1rem;
            margin-top: 2rem;
        }
body.el-site .area-coverage-item{
            background: white;
            padding: 1rem;
            border-radius: 8px;
            text-align: center;
            border: 1px solid rgba(204, 105, 24, 0.1);
            transition: all 0.3s ease;
        }
body.el-site .area-coverage-item:hover{
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(204, 105, 24, 0.2);
        }
@media (max-width: 768px){body.el-site .area-coverage-grid{
                grid-template-columns: 1fr;
            }

         }
body.el-site .highlight-card{
            background: var(--light-orange);
            border: 1px solid var(--secondary-orange);
            border-radius: 8px;
            margin: 20px;
        }
body.el-site .cta-section{
            background: linear-gradient(135deg, var(--text-dark), #0f172a);
            color: white;
            padding: 3rem;
            border-radius: 12px;
            text-align: center;
            margin: 3rem 0;
        }
body.el-site .cta-title{
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
body.el-site .cta-subtitle{
            font-size: 1.1rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }
body.el-site .cta-button{
            display: inline-block;
            background: var(--secondary-orange);
            color: #fff;
            padding: 1rem 2rem;
            text-decoration: none;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(204, 105, 24, 0.3);
        }
body.el-site .cta-button:hover{
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(226, 108, 11, 0.4);
            text-decoration: none;
        }
body.el-site .cta-button-white{
            background: white;
            color: var(--text-dark);
            padding: 1rem 2rem;
            border-radius: 8px;
            font-weight: 700;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            margin: 0.5rem;
        }
body.el-site .cta-button-white:hover{
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
            color: var(--primary-orange);
            text-decoration: none;
        }
body.el-site .pricing-box{
            background: var(--success-green);
            color: white;
            padding: 2rem;
            border-radius: 12px;
            text-align: center;
            margin: 3rem 0;
        }
body.el-site .pricing-amount{
            font-size: 2.5rem;
            font-weight: 700;
        }
body.el-site .pricing-title{
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
body.el-site .pricing-features{
            margin: 1.5rem 0;
        }
body.el-site .pricing-features li{
            margin: 0.5rem 0;
        }
body.el-site .contact-form{
            background: white;
            border-radius: 20px;
            padding: 3rem;
            border: 2px solid var(--secondary-orange);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
body.el-site .form-group{
            margin-bottom: 1.5rem;
        }
body.el-site .form-label{
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 0.5rem;
            display: block;
        }
body.el-site .form-control{
            border: 2px solid var(--border-color);
            border-radius: 10px;
            padding: 1rem;
            font-size: 1rem;
            transition: all 0.3s ease;
            width: 100%;
        }
body.el-site .form-control:focus{
            border-color: var(--primary-orange);
            box-shadow: 0 0 0 0.2rem rgba(204, 105, 24, 0.25);
            outline: none;
        }
body.el-site .form-control.textarea{
            min-height: 120px;
            resize: vertical;
        }
body.el-site .submit-btn{
            background: var(--primary-orange);
            color: white;
            border: none;
            padding: 1rem 2.5rem;
            border-radius: 10px;
            font-size: 1.1rem;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
        }
body.el-site .submit-btn:hover{
            background: var(--dark-orange);
            box-shadow: 0 4px 15px rgba(204, 105, 24, 0.3);
        }
body.el-site .highlight-card{
            background: var(--light-orange);
            border: 1px solid var(--secondary-orange);
            border-radius: 8px;
        }
body.el-site .top-rated-badge{
            background: white;
            color: var(--primary-orange);
            padding: 0.75rem 1.5rem;
            border-radius: 25px;
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 1.5rem;
            border: 2px solid rgba(208, 123, 57, 0.2);
            font-weight: 600;
        }
body.el-site .contact-form::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, var(--bg-light), var(--primary-color));
        }
body.el-site .form-section{
            margin-bottom: 2rem;
        }
body.el-site .form-section-title{
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--primary-orange);
            margin-bottom: 1.25rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid var(--secondary-orange);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
body.el-site .form-group{
            margin-bottom: 1.5rem;
        }
body.el-site .form-label{
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 0.5rem;
            display: block;
            font-size: 0.95rem;
        }
body.el-site .form-control{
            border: 2px solid var(--border-light);
            border-radius: 8px;
            padding: 0.75rem 1rem;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: white;
        }
body.el-site .form-control:focus{
            border-color: var(--primary-orange);
            box-shadow: 0 0 0 0.2rem rgba(204, 105, 24, 0.15);
            background: white;
            outline: none;
        }
body.el-site .textarea{
            min-height: 120px;
            resize: vertical;
        }
body.el-site .checkbox-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 0.75rem;
            margin-top: 1rem;
        }
body.el-site .form-check{
            background: var(--bg-light);
            border: 2px solid var(--border-color);
            border-radius: 10px;
            padding: 0.875rem 1rem;
            transition: all 0.3s ease;
            position: relative;
        }
body.el-site .form-check:hover{
            border-color: var(--accent-color);
            background: white;
            transform: translateY(-2px);
            box-shadow: var(--shadow-light);
        }
body.el-site .form-check-input{
            margin-right: 0.75rem;
            transform: scale(1.1);
        }
body.el-site .form-check-input:checked{
            background-color: black;
            border-color: black;
        }
body.el-site .form-check-input:checked~.form-check-label{
            color: var(--primary-orange);
            font-weight: 600;
        }
body.el-site .form-check-label{
            font-size: 0.95rem;
            color: var(--text-dark);
            cursor: pointer;
            transition: color 0.3s ease;
        }
body.el-site .submit-section{
            margin-top: 2.5rem;
            padding-top: 2rem;
            border-top: 2px solid var(--secondary-orange);
            text-align: center;
        }
body.el-site .submit-btn{
            background: linear-gradient(135deg, var(--secondary-orange), var(--primary-orange));
            color: white;
            border: none;
            padding: 1rem 2.5rem;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: var(--light-orange);
            position: relative;
            overflow: hidden;
            min-width: 200px;
        }
body.el-site .submit-btn::before{
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }
body.el-site .submit-btn:hover{
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(49, 130, 206, 0.4);
        }
body.el-site .submit-btn:hover::before{
            left: 100%;
        }
body.el-site .submit-btn:active{
            transform: translateY(-1px);
        }
body.el-site .required{
            color: var(--danger-red);
        }
@media (max-width: 768px){body.el-site .content-section{
                padding: 3rem 0;
            }
body.el-site .contact-form{
                padding: 2rem 1.5rem;
            }
body.el-site .checkbox-grid{
                grid-template-columns: 1fr;
            }
body.el-site .section-title{
                font-size: 2rem;
            }

        }
body.el-site .fade-in{
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }
body.el-site .fade-in:nth-child(2){
            animation-delay: 0.2s;
        }
@keyframes fadeInUp{
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
body.el-site .form-success,body.el-site .form-error{
            display: none;
            padding: 15px;
            border-radius: 5px;
            margin-top: 20px;
        }
body.el-site .form-success{
            background-color: #d4edda;
            color: #155724;
        }
body.el-site .form-error{
            background-color: #f8d7da;
            color: #721c24;
        }

    