body.el-site{
      --primary-orange: #cc6918;
      --dark-orange: #a85414;
      --light-orange: #e67e22;
      --text-light: #f8f9fa;
      --text-muted: white;
    }
body.el-site .navbar,body.el-site footer{
      background-color: var(--primary-orange) !important;
      color: #fff !important;
    }
body.el-site .navbar-brand,body.el-site .navbar-nav .nav-link,body.el-site .navbar-nav .nav-link.active,body.el-site .navbar-nav .nav-link:hover{
      color: #fff !important;
    }
body.el-site .navbar-nav .nav-link:hover{
      color: #ffe5cc !important;
    }
body.el-site .navbar-toggler{
      padding: 0.2rem 0.4rem;
      font-size: 0.9rem;
    }
body.el-site .navbar-brand{
      font-weight: bold;
    }
body.el-site a:hover{
      text-decoration: underline;
    }
body.el-site .sticky-wrapper{
      position: sticky;
      top: 0;
      z-index: 1030;
    }
body.el-site .TC_container{
      max-width: 960px;
      margin: 0 auto;
      padding: 40px 20px;
      line-height: 1.6;
    }
body.el-site .TC_container h1,body.el-site .TC_container h2,body.el-site .TC_container h4{
      color: #2c3e50;
    }
body.el-site .TC_container p{
      font-size: 14px;
    }
body.el-site .mobile-call-bar{
      color: var(--dark-orange) !important;
      border-top: 1px solid #dee2e6;
      z-index: 1030;
      transition: all 0.2s ease-in-out;
    }
body.el-site .mobile-call-bar:hover{
      color: #f38c38;
      transform: scale(1.03);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }
body.el-site .coverage-section{
      background: rgba(255, 255, 255, 0.95);
      color: var(--primary-orange);
      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(--primary-orange);
    }
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;
    }
body.el-site .footer-link:hover{
      color: black;
      
      text-decoration: underline;
      color: var(--text-muted);
      padding-left: 0.75rem;
      border-bottom-color: var(--text-light);
      background: rgba(180, 178, 176, 0.05);
    }
body.el-site .coverage-link{
      color: var(--primary-orange);
      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(--dark-orange);
      padding-left: 0.75rem;
      border-bottom-color: var(--primary-orange);
      background: rgba(204, 105, 24, 0.05);
    }
body.el-site .coverage-grid{
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
    }
@media (max-width: 768px){body.el-site .coverage-section{
        text-align: center;
        margin: 0 -15px;
        padding: 2rem 1rem;
      }
body.el-site .coverage-grid{
        grid-template-columns: 1fr;
        gap: 1rem;
      }

    }

  