
/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/accident-reporting-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 0;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: first baseline
}

.hero-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 700px;
}

.appointment-btn {
    display: inline-block;
    border: 2px solid var(--theme);
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background 0.3s;
}

    .appointment-btn:hover {
        background: var(--theme);
    }

.breadcrumb {
    padding: 20px 0;
    font-size: 16px;
    margin: 0;
}

    .breadcrumb ul {
        margin: 0;
        padding: 0;
        display: flex;
        gap: 10px;
        list-style: none;
    }

        .breadcrumb ul li a {
            color: #000;
            text-decoration: none;
        }

        .breadcrumb ul li:last-child a {
            color: var(--theme);
            pointer-events: none;
        }

/* Stats Section */
.stats-section {
    background: #F8F8F8;
    background: linear-gradient(0deg, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 50px;
}

.stats-container {
    display: flex;
    gap: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat-item {
    border-radius: 5px;
    text-align: center;
    flex: 1;
    min-width: 200px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.stat-icon {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f6f6f6;
}

    .stat-icon img {
        width: 70%;
    }


.stat-text {
    padding: 30px 10px;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

.body-works-stat-text {
    font-size: 18px;
}

/* Guidelines Section */
.guidelines-section {
    padding: 50px 0;
    background-color: #ffffff;
}

.section-heading {
    margin-bottom: 30px;
    color: #000000;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
}

.guidelines-text p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.guidelines-btn {
    background-color: transparent;
    border: 2px solid var(--theme);
    color: var(--theme);
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
    text-decoration: none;
}

    .guidelines-btn:hover {
        background: var(--theme);
        color: #ffffff;
    }

/* Services Section */
.services-section {
    padding: 50px 0;
    background-color: #f8f8f8;
}

    .services-section .services-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 40px;
    }

    .services-section .service-card {
        flex: 1;
        background: transparent;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 25px;
        text-align: left;
    }

        .services-section .service-card:hover {
            transform: none;
        }

    .services-section .service-icon {
        background: #000000;
        color: white;
        width: 80px;
        height: 80px;
        margin: 0;
        text-align: center;
        font-size: 32px;
    }

    .services-section .service-content {
        flex: 1;
    }

    .services-section .service-title {
        font-size: 20px;
        color: #000000;
        font-weight: bold;
    }

    .services-section .service-description {
        color: #000000;
        font-size: 18px;
        margin-bottom: 0;
    }

    .services-section .service-link {
        color: var(--theme);
        font-weight: bold;
        display: inline-flex;
        align-items: center;
    }


/* CTA Section */
.cta-section {
    padding: 50px 0 0;
}

    .cta-section .cta-section-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
        border-radius: 10px;
        background-color: #f2f2f2;
        padding: 25px 40px;
    }

.cta-description {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.whatsapp-btn {
    background: transparent;
    color: var(--theme);
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--theme);
    transition: background 0.3s;
    min-width: 170px;
}

    .whatsapp-btn:hover {
        background: var(--theme);
        color: #ffffff;
    }

.body-works-stats-section h2 {
    color: var(--theme);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
}

.body-works-stats-section p {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: var(--dark);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.body-works-stats-section .stat-item {
    flex: 1 1 calc(25% - 30px);
}

.body-works-cta {
    background-color: #dedede;
}

.car-ransformations {
    padding: 40px 0;
}

    .car-ransformations h2 {
        color: var(--theme);
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 40px;
    }

    .car-ransformations .sliders-container {
        display: flex;
        gap: 40px;
    }

    .car-ransformations .slider-card {
        flex: 1;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        transition: transform 0.3s ease;
    }


    .car-ransformations .comparison-container {
        position: relative;
        width: 100%;
        height: 400px;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
        margin-bottom: 15px;
    }

        .car-ransformations .comparison-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
        }

    .car-ransformations .before-image {
        width: 50%;
        z-index: 2;
    }

    .car-ransformations .after-image {
        width: 100%;
        z-index: 1;
    }

    .car-ransformations .slider-handle {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 4px;
        background: white;
        transform: translateX(-50%);
        cursor: ew-resize;
        z-index: 10;
        transition: left 0.3s ease;
    }

        .car-ransformations .slider-handle::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            background: white;
            border-radius: 50%;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
        }

        .car-ransformations .slider-handle::before {
            content: '\f07e';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #333;
            font-size: 18px;
            z-index: 11;
        }

    .car-ransformations .labels {
        position: absolute;
        top: 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 30px;
        z-index: 5;
    }

    .car-ransformations .label {
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 25px;
        border-radius: 30px;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

        .car-ransformations .label.before {
            background: rgba(239, 68, 68, 0.9);
        }

        .car-ransformations .label.after {
            background: rgba(34, 197, 94, 0.9);
        }

    .car-ransformations .slider-controls {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .car-ransformations .control-btn {
        background: rgba(255, 255, 255, 0.15);
        border: 2px solid var(--theme);
        color: var(--theme);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-size: 1.2rem;
    }

        .car-ransformations .control-btn:hover {
            background: var(--theme);
            color: #fff;
            transform: scale(1.1);
        }

    .car-ransformations .appointment-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
        gap: 10px;
        color: var(--theme);
        margin-top: 40px;
    }

        .car-ransformations .appointment-btn:hover {
            color: #ffffff
        }

.spraybooths {
    padding: 25px 0 50px;
}

    .spraybooths .services-header p {
        font-size: 18px;
    }

.spraybooths-grid {
    grid-template-columns: repeat(4, 1fr);
}

.spray-paintings-stats {
    padding-top: 50px;
    background: #f8f8f8;
}

    .spray-paintings-stats .stats-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .spray-paintings-stats .stat-icon img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        width: 100%;
    }

    .spray-paintings-stats .appointment-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
        gap: 10px;
        color: var(--theme);
        margin-top: 40px;
    }

        .spray-paintings-stats .appointment-btn:hover {
            color: #ffffff;
        }

.Grooming-and-Polishing {
    background: #ffffff;
}

    .Grooming-and-Polishing h2 {
        color: var(--theme);
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .Grooming-and-Polishing p {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: var(--dark);
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 30px;
    }

.grooming-steps {
    background-color: #f8f8f8;
    padding: 40px 0;
}

    .grooming-steps .steps-wrap img {
        width: 100%;
    }

        .grooming-steps .steps-wrap img.mobile-img {
            display: none;
        }

    .grooming-steps .appointment-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
        gap: 10px;
        color: var(--theme);
        margin-top: 40px;
    }

        .grooming-steps .appointment-btn:hover {
            color: #ffffff;
        }

.servicing-maintenance h2 {
    color: var(--theme);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
}

.servicing-maintenance p {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: var(--dark);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.servicing-maintenance .stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.servicing-maintenance .stat-icon img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contact-us-banner {
    height: 350px !important;
    align-items: flex-end;
}

/* CONTACT SECTION */
.contact-us-section {
    padding: 40px 0;
    background: #f7f8f8;
    position: relative;
}

.section-title-block {
    text-align: center;
    margin-bottom: 50px;
}

    .section-title-block h2 {
        color: var(--theme);
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }

    .section-title-block p {
        color: var(--dark);
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 0;
    }

.contact-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.contact-details-card {
    height: 100%;
    border-radius: 12px;
}

    .contact-details-card h2 {
        font-weight: 700;
        font-size: 32px;
        color: var(--dark);
        margin-bottom: 15px;
    }

    .contact-details-card > p {
        color: var(--dark);
        margin-bottom: 25px;
        font-size: 1.1rem;
    }

.social-media-icons {
    margin: 25px 0;
    display: flex;
    gap: 15px;
}

    .social-media-icons a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border: 1px solid var(--theme);
        color: var(--theme);
        border-radius: 50%;
        font-size: 18px;
        transition: var(--transition);
    }

        .social-media-icons a:hover {
            background: var(--theme);
            color: white;
            transform: translateY(-3px);
        }

.contact-info-details {
    margin-top: 30px;
}

    .contact-info-details p {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .contact-info-details p:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .contact-info-details strong {
        color: var(--dark);
        display: block;
        margin-bottom: 5px;
    }

.contact-form-card {
    height: 100%;
    border-radius: 12px;
}

.form-input-group {
    margin-bottom: 20px;
    position: relative;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
    color: var(--dark);
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    transition: var(--transition);
    background: #fdfdfd;
}

    .contact-form-card input::placeholder,
    .contact-form-card select::placeholder,
    .contact-form-card textarea::placeholder {
        color: var(--dark);
    }

    .contact-form-card input:focus,
    .contact-form-card select:focus,
    .contact-form-card textarea:focus {
        outline: none;
        border-color: var(--theme);
        box-shadow: 0 0 0 3px rgba(81, 171, 255, 0.1);
    }

.contact-form-card textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form-card p a {
    color: var(--theme);
}

/* Checkbox Styles */
.contact-form-card .checkbox-group {
    margin: 25px 0;
}

.contact-form-card .checkbox-label {
    cursor: pointer;
    font-size: 0.95rem;
    color: var(--dark);
}

    .contact-form-card .checkbox-label input[type="checkbox"] {
        margin-top: 3px;
        width: 18px;
        height: 18px;
        accent-color: var(--primary);
        cursor: pointer;
    }

.contact-form-card .submitbtn {
    width: 100%;
    padding: 16px;
    border: 2px solid var(--theme);
    background-color: transparent;
    color: var(--theme);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: var(--transition);
    letter-spacing: 0.5px;
}

    .submitbtn:hover {
        background: var(--theme);
        color: #ffffff;
    }

/* BRANCHES TABS */
.locations-section {
    padding: 40px 0;
    background: #ffffff;
    position: relative;
}

/* TAB BUTTONS */
.location-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.location-tab-btn {
    padding: 10px 30px;
    border: 2px solid var(--theme);
    background: transparent;
    cursor: pointer;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    color: var(--theme);
    font-size: 1rem;
}

    .location-tab-btn:hover {
        background-color: var(--theme);
        color: #fff;
    }

    .location-tab-btn.active {
        background-color: var(--theme);
        color: #fff;
    }

/* TAB CONTENT */
.location-tab-content {
    display: none !important;
    background: white;
}

    .location-tab-content.active {
        display: block !important;
        animation: fadeInUp 0.5s ease-in;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.location-tab-content h3 {
    font-size: 1.8rem;
    color: var(--dark);
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
}

/* Map */
.branch-map-container {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

    .branch-map-container iframe {
        width: 100%;
        height: 350px;
        border: 0;
        display: block;
    }

/* Branch Info */
.branch-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.branch-info-card {
    text-align: center;
    padding: 25px 15px;
    background: var(--light);
    border-radius: 10px;
    transition: var(--transition);
}

    .branch-info-card i {
        font-size: 40px;
        color: var(--theme);
        margin-bottom: 15px;
        display: block;
    }

    .branch-info-card p {
        color: var(--secondary);
        font-weight: 500;
    }

.policy-container {
    padding: 40px 0;
}

    .policy-container h1 {
        font-size: 26px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .policy-container h2 {
        font-size: 19px;
        margin-top: 25px;
        margin-bottom: 12px;
        border-left: 4px solid var(--theme);
        padding-left: 8px;
        font-weight: 600;
    }

    .policy-container ul {
        margin: 10px 0 20px 20px;
    }

    .policy-container li {
        margin-bottom: 7px;
    }

.faq {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

    .faq-header h1 {
        font-size: 2.5rem;
        color: var(--theme);
        margin-bottom: 10px;
    }

    .faq-header p {
        font-size: 1.1rem;
        color: var(--dark);
        max-width: 600px;
        margin: 0 auto;
    }

.faq-section {
    margin-bottom: 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

    .faq-section .section-heading {
        background: linear-gradient(to right, #19bee7, #2c3e50);
        color: white;
        padding: 18px 25px;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-bottom: 0 !important;
    }

        .faq-section .section-heading:hover {
            background: linear-gradient(to right, rgb(95, 179, 236), #1a252f);
        }

        .faq-section .section-heading i {
            margin-right: 12px;
            font-size: 1.2rem;
        }

.question-container {
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.question-block {
    border-bottom: 1px solid #eaeaea;
}

    .question-block:last-child {
        border-bottom: none;
    }

.question-title {
    padding: 18px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .question-title:hover {
        background-color: #f8f9fa;
    }

    .question-title i {
        color: #3498db;
        transition: transform 0.3s ease;
    }

.answer-content {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    color: #555;
    line-height: 1.7;
}

.question-block.expanded .question-title i {
    transform: rotate(180deg);
}

.question-block.expanded .answer-content {
    max-height: 500px;
    padding: 0 25px 20px;
}

.accent-text {
    color: #e74c3c;
    font-weight: 600;
}


@media (max-width: 768px) {
    .faq-wrapper {
        padding: 10px;
    }

    .faq-header h1 {
        font-size: 2rem;
    }

    .faq-section .section-heading,
    .question-title {
        padding: 15px 20px;
    }

    .answer-content {
        padding: 0 20px;
    }

    .question-block.expanded .answer-content {
        padding: 0 20px 15px;
    }
}

@media (max-width: 480px) {
    .faq-header h1 {
        font-size: 1.8rem;
    }

    .faq-section .section-heading {
        font-size: 1.2rem;
    }

    .question-title {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {

    .policy-container h1 {
        font-size: 22px;
    }

    .policy-container h2 {
        font-size: 18px;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .contact-content-grid {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .contact-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .location-tabs {
        flex-direction: column;
        align-items: center;
    }

    .location-tab-btn {
        width: 100%;
        max-width: 300px;
    }

    .contact-us-section,
    .locations-section {
        padding: 40px 0;
    }

    .section-title-block h2 {
        font-size: 2rem;
    }

    .branch-details-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .guidelines-content {
        flex-direction: column;
    }

    .guidelines-text,
    .guidelines-image {
        flex: none;
        width: 100%;
    }

    .body-works-stats-section .stat-item {
        flex: 1 1 calc(50% - 30px);
    }

    .spraybooths-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-section {
        align-items: flex-end;
        height: 500px;
    }

    .section-title {
        font-size: 24px;
    }

    .services-container {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .car-ransformations .sliders-container {
        flex-direction: column;
        gap: 30px;
    }

    .car-ransformations .label {
        padding: 8px 18px;
        font-size: 0.9rem;
    }

    .car-ransformations .control-btn {
        width: 45px;
        height: 45px;
    }

    .car-ransformations h2,
    .body-works-stats-section h2 {
        font-size: 26px;
    }

    .spraybooths-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .spray-paintings-stats .stats-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .grooming-steps .steps-wrap img.desktop-img {
        display: none;
    }

    .grooming-steps .steps-wrap img.mobile-img {
        display: block;
    }

    .servicing-maintenance .stats-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {

    .hero-title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .appointment-btn,
    .whatsapp-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .services-section .service-icon {
        width: 60px;
        height: 60px;
    }

    .services-section .service-icon {
        font-size: 24px;
    }

    .stat-item {
        min-width: 100%;
    }

    .cta-section .cta-section-container {
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
}
