body.el-site{
      --primary-orange: #cc6918;
      --dark-orange: #a85414;
      --light-orange: #e67e22;
      --secondary-orange: #e08a35;
      --text-light: #f8f9fa;
      --text-muted: white;
      --bg-light: #fff8f2;
      --bg-section: #fffaf4;
      --bg-how-help: #f9fafb;
    }
body.el-site .navbar,body.el-site footer{
            background-color: #cc6918;
            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 .sticky-wrapper{
            position: sticky;
            top: 0;
            z-index: 1030;
        }
body.el-site .TC_container{
            max-width: 960px;
            margin: 0 auto;
            padding: 40px 20px;
        }
body.el-site .small{
            width: 100%;
        }
@media (min-width: 992px){body.el-site .small{
                max-width: 400px;
            }

        }
body.el-site .mobile-call-bar{
            color: #a85613 !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 footer{
            padding: 40px 0;
            width: 100%;
            border-radius: 10px;
            text-align: center;
            margin: auto;
        }
body.el-site footer ul{
            list-style: none;
            padding: 0;
        }
body.el-site footer ul li{
            margin-bottom: 0.5rem;
        }
body.el-site footer h6{
            font-size: 1rem;
        }
body.el-site footer a{
            color: #fff;
            text-decoration: none;
        }
body.el-site footer a:hover{
            text-decoration: underline;
        }
body.el-site .PP_container{
            max-width: 960px;
            margin: 0 auto;
            padding: 40px 20px;
        }
body.el-site h1,body.el-site h2,body.el-site h3{
            color: #2c3e50;
        }
body.el-site footer{
      background-color: var(--primary-orange);
      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(--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;
      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(--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;
      }

    }

    