
/* Locations Template Styles */
.slogan_row_footer,.map{display:none !important;}
.ast-container{
    max-width: 100%;
    padding: 0;
}
.black-sec h3,
.black-sec p {
    color: #fff;
}
.black-sec p,
.black-sec p {
    line-height: 24px;
    font-size: 15px;
}
.black-sec h3,
.white-sec h3{
   margin-bottom: 20px;
   font-size: 34px;
   font-weight: 400;
}
.white-sec h3{
   color: black;
}

/* Hero Section */
.hero-section {
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0%);
}

.hero-section .container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding: 0px 35px;
    /* max-width: 1200px;      */
    width: 100%;
    margin: 0 auto;
  
}
.hero-box {
    /* background: #000000b3; */
    /* padding: 40px 45px; */
    text-align: start;
    width: max-content;
    max-width: 100%;
     /* width: 43%;
    max-width: 50%; */
    display: inline-block;
}

.hero-buttons a {
    transition: all 0.3s ease;
}

.hero-buttons a:hover {
    color: black  !important;
    transform: scale(1.02) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Towns Grid */
.towns-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.town-item a {
    transition: color 0.3s ease;
}

.town-item a:hover {
    color: #ffc600 !important;
}

/* Map Container */
.map-container iframe {
    border: 0;
        margin-bottom: -10px !important;

    /*border-radius: 8px;*/
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-yellow {
    background: #ffc600;
    color: #000;
}

.btn-yellow:hover {
    background: #ffc600;
    transform: translateY(-2px);
}

.btn-black {
    background: #000;
    color: #fff;
}

.btn-black:hover {
    background: #333;
}

/* Content Sections */
section {
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.mybTNLocationHover:hover{background: #000 !important;
    transform: translateY(0px) !important;
    box-shadow: none !important;color:#fff !important}
/* Responsive Design */
@media (max-width: 768px) {
        .hero-section {
   padding-bottom: 250px !important;
   background-position: 65% 0px !important;
}
    .hero-section .container {
    padding: 0px 15px;
}

.top-rated-btn {

    padding: 9px 20px !important;
  
    }
    .hero-section h1 {
        font-size: 32px !important;
    }
    
    .hero-section p {
        font-size: 16px !important;
    }
    
    .hero-buttons a {
        display: block;
     
       
    }
    .appointment{
         font-size: 16px !important;
        padding: 12px 10px 12px 10px !important;
         margin: 10px 5px 10px 0px !important;
    }
    .mybTNLocationHover{
        margin: 10px 0 !important;
        padding: 10.5px 20px !important;
        font-size: 16px !important;
    }
      .mybTNLocationHover img{
       width: 20px !important;
       height: 24px !important;
    }
      .counter-wrapper-sk {
        justify-content: space-between !important;
        gap: 10px !important;
    }

    .counter-box {
         max-width: 30% !important;
        padding: 20px 10px !important;
        text-align: center !important;
        border-radius: 14px !important;
    }

    .counter-number {
        font-size: 28px !important;
    }

    .counter-box div:last-child {
        font-size: 12px !important;
        margin-top: 6px !important;
        line-height: 1.3;
    }
    .towns-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    section > div > div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }
    .emergency-text{
        font-size: 28px !important;
    }
    .image-side,
    .video-side {
        order: 2;
    }
    
    .content-side {
        order: 1;
    }
        .counter-wrapper-sk{
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .towns-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-section h1 {
        font-size: 24px !important;
        white-space: normal !important; 
    }
    .hero-box {
        width: 100% !important;
    }
    .counter-wrapper-sk{
        width: 100% !important;
    }
}

/* Image and Video Styling */
img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.2;
}

p {
    line-height: 1.8;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Print Styles */
@media print {
    .hero-buttons,
    .btn {
        display: none;
    }
}
.globalmap{display:none !important;}