/* General Styles for Location Page */

.inner-location-wrap {
    font-family: "Gotham Book", Arial, sans-serif;
}



.btxt h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.btxt .dtext p {
    font-size: 20px;
    color: #fff;
    max-width: 900px;
    margin: 0 auto 1.5rem;
    line-height: 1.6;
}

/* Why Choose Section */
.why-choose-section {
    background-color: #fff;
    padding: 80px 0;
}

.why-choose-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.why-choose-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    background-color: #f8f9fa;
    padding: 60px;
    border-radius: 0;
}

.why-choose-left-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-choose-left-column h2 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Gotham Book", Arial, sans-serif;
}

.why-choose-left-column h2 strong {
    font-weight: 800;
    display: block;
}

.why-choose-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-choose-text p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    color: #333;
}

.why-choose-right-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-choose-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-choose-list li {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: none;
    box-shadow: none;
}

.why-choose-list li:hover {
    transform: none;
    box-shadow: none;
    border-color: transparent;
}

.why-choose-list li::before {
    content: '✓';
    position: static;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: #00B7DF;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
}

.why-choose-list li strong {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
    margin: 0 0 4px 0;
}

.why-choose-list li span {
    font-size: 16px;
    color: #666;
    display: block;
    line-height: 1.6;
    margin: 0;
}

/* Services Overview Section */
.services-overview-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.services-overview-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.services-overview-content h2 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 800;
    line-height: 1.2;
}

.services-overview-content h2 strong {
    color: #00B7DF;
}

.services-overview-content p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.services-overview-content a {
    color: #00B7DF;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.services-overview-content a:hover {
    border-bottom-color: #00B7DF;
}

/* Emergency Services Section */
.emergency-services-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.emergency-services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(0,183,223,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.emergency-services-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.emergency-services-content h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 1.2;
}

.emergency-services-content h2 strong {
    color: #00B7DF;
}

.emergency-services-content p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.emergency-details {
    margin: 40px 0;
}

.emergency-cta-text {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    color: #00B7DF;
}

/* Key Services Section */
.key-services-section {
    padding: 80px 0;
    background-color: #fff;
}

.key-services-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.key-services-content h2 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 800;
}

.key-services-content h2 strong {
    color: #00B7DF;
}

.service-block {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 30px;
    border-left: 4px solid #00B7DF;
    transition: all 0.3s ease;
}

.service-block:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 24px rgba(0,183,223,0.1);
}

.service-block h3 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-block h3 strong {
    color: #00B7DF;
}

.service-block p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #444;
}

.service-block ul {
    margin: 20px 0 20px 0;
    padding-left: 0;
    list-style: none;
}

.service-block ul li {
    font-size: 18px;
    margin-bottom: 12px;
    color: #444;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
}

.service-block ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #00B7DF;
    font-weight: bold;
    font-size: 20px;
}

.service-block a {
    color: #00B7DF;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.service-block a:hover {
    border-bottom-color: #00B7DF;
}

/* Trust Section */
.trust-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.trust-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.trust-content h2 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 1.2;
}

.trust-content h2 strong {
    color: #00B7DF;
}

.trust-content p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

/* Booking CTA Section */
.booking-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #00B7DF 0%, #0090b3 100%);
    color: #fff;
}

.booking-cta-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.booking-cta-content h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 800;
}

.booking-cta-content p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.booking-cta-content a:not(.pricing-ctas a) {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

/* Pricing CTAs */
.pricing-ctas {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.pricing-ctas a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.pricing-ctas a.first {
    background-color: #fff;
    color: #00B7DF;
    border: 2px solid #fff;
}

.pricing-ctas a.first:hover {
    background-color: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.pricing-ctas a:not(.first) {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.pricing-ctas a:not(.first):hover {
    background-color: #fff;
    color: #00B7DF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.emergency-services-section .pricing-ctas a.first {
    background-color: #00B7DF;
    color: #fff;
    border: 2px solid #00B7DF;
}

.emergency-services-section .pricing-ctas a.first:hover {
    background-color: #0090b3;
    border-color: #0090b3;
}

.emergency-services-section .pricing-ctas a:not(.first) {
    background-color: #fff;
    color: #1a1a2e;
    border: 2px solid #fff;
}

.emergency-services-section .pricing-ctas a:not(.first):hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.svgnicon {
    display: flex;
    align-items: center;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background-color: #fff;
}

.faq-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.faq-content h2 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 800;
}

.faq-list {
    display: grid;
    gap: 20px;
}

.faq-item {
    background-color: #f8f9fa;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid #00B7DF;
    transition: all 0.3s ease;
}

.faq-item:hover {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0,183,223,0.1);
    transform: translateX(5px);
}

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 12px;
}

.faq-question i {
    color: #00B7DF;
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.faq-item h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
}

.faq-answer p {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
    margin: 0;
}

.faq-answer a {
    color: #00B7DF;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.faq-answer a:hover {
    border-bottom-color: #00B7DF;
}

/* Responsive Design */
@media (max-width: 992px) {
    .why-choose-two-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .why-choose-left-column h2,
    .services-overview-content h2,
    .key-services-content h2,
    .trust-content h2,
    .booking-cta-content h2,
    .emergency-services-content h2,
    .faq-content h2 {
        font-size: 38px;
    }
    
    .service-block {
        padding: 32px;
    }
    
    .service-block h3 {
        font-size: 28px;
    }
    
    .why-choose-content,
    .services-overview-content,
    .key-services-content,
    .trust-content,
    .booking-cta-content,
    .emergency-services-content,
    .faq-content {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .bannner-wrap {
        padding: 2rem;
    }

    .btxt h1 {
        font-size: 32px;
    }

    .btxt .dtext p {
        font-size: 18px;
    }

    .why-choose-content,
    .services-overview-content,
    .key-services-content,
    .trust-content,
    .booking-cta-content,
    .emergency-services-content,
    .faq-content {
        padding: 0 20px;
    }

    .why-choose-section,
    .services-overview-section,
    .key-services-section,
    .trust-section,
    .booking-cta-section,
    .emergency-services-section,
    .faq-section {
        padding: 60px 0;
    }

    .why-choose-left-column h2,
    .services-overview-content h2,
    .key-services-content h2,
    .trust-content h2,
    .booking-cta-content h2,
    .emergency-services-content h2,
    .faq-content h2 {
        font-size: 32px;
    }
    
    .why-choose-text p,
    .services-overview-content p,
    .trust-content p,
    .booking-cta-content p,
    .emergency-services-content p {
        font-size: 17px;
    }
    
    .service-block {
        padding: 24px;
    }
    
    .service-block h3 {
        font-size: 24px;
    }
    
    .service-block p,
    .service-block ul li {
        font-size: 16px;
    }

    .why-choose-list li {
        padding: 24px 50px 24px 24px;
    }

    .why-choose-list li strong {
        font-size: 18px;
    }

    .why-choose-list li span {
        font-size: 15px;
    }

    .pricing-ctas {
        flex-direction: column;
        gap: 16px;
    }

    .pricing-ctas a {
        width: 100%;
        justify-content: center;
        padding: 16px 32px;
    }
    
    .faq-item {
        padding: 24px;
    }
    
    .faq-item h3 {
        font-size: 18px;
    }
    
    .faq-answer p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .btxt h1 {
        font-size: 26px;
    }
    
    .why-choose-left-column h2,
    .services-overview-content h2,
    .key-services-content h2,
    .trust-content h2,
    .booking-cta-content h2,
    .emergency-services-content h2,
    .faq-content h2 {
        font-size: 28px;
    }
    
    .service-block {
        padding: 20px;
    }
    
    .why-choose-list li {
        padding: 20px 45px 20px 20px;
    }
    
    .why-choose-list li::before {
        width: 28px;
        height: 28px;
        right: 16px;
        top: 20px;
    }
}