/* Service Pages Specific Styles */

/* Page Header */
.page-header {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600') center/cover;
    color: var(--white);
    padding: 100px 0 60px;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-header p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 20px;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.breadcrumb a {
    color: var(--white);
}

.breadcrumb a:hover {
    color: var(--primary-color);
}

.breadcrumb i {
    font-size: 10px;
}

/* Service Content */
.service-content {
    padding: 80px 0;
    background: var(--white);
}

.content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}

.service-article h2 {
    font-size: 32px;
    margin: 30px 0 20px;
    color: var(--secondary-color);
}

.service-article h3 {
    font-size: 24px;
    margin: 25px 0 15px;
    color: var(--secondary-color);
}

.service-article h3 i {
    color: var(--primary-color);
    margin-right: 10px;
}

.service-article p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: var(--text-color);
}

.service-article ul {
    margin: 20px 0 20px 20px;
    line-height: 2;
}

.service-article ul li {
    margin-bottom: 10px;
}

.service-article ul li strong {
    color: var(--secondary-color);
}

.service-article a {
    color: var(--primary-color);
    font-weight: 500;
}

.service-article a:hover {
    text-decoration: underline;
}

.service-image {
    margin: 40px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
}

.features-list {
    margin: 40px 0;
}

.feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: var(--light-bg);
    border-radius: 10px;
    align-items: flex-start;
}

.feature-item i {
    font-size: 36px;
    color: var(--primary-color);
    flex-shrink: 0;
}

.feature-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.feature-item p {
    margin: 0;
    color: var(--light-text);
}

.vehicle-brands {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 20px 0;
}

.vehicle-brands ul {
    list-style: none;
    margin: 0;
}

.vehicle-brands ul li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.vehicle-brands ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.cta-box {
    background: var(--primary-color);
    color: var(--white);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin: 40px 0;
}

.cta-box h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--white);
}

.cta-box p {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.95;
}

.cta-box.emergency-cta {
    background: var(--dark-color);
}

/* Sidebar */
.sidebar-widget {
    background: var(--light-bg);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.contact-widget .widget-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.widget-item i {
    font-size: 24px;
    color: var(--primary-color);
}

.widget-item strong {
    display: block;
    margin-bottom: 5px;
    color: var(--secondary-color);
}

.widget-item a {
    color: var(--primary-color);
}

.widget-item a:hover {
    text-decoration: underline;
}

.service-list {
    list-style: none;
}

.service-list li {
    margin-bottom: 10px;
}

.service-list li a {
    display: block;
    padding: 12px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    color: var(--text-color);
}

.service-list li a:hover,
.service-list li a.active {
    background: var(--white);
    color: var(--primary-color);
    padding-left: 20px;
}

.service-list li a i {
    margin-right: 10px;
}

.widget-cta {
    background: var(--primary-color);
    color: var(--white);
}

.widget-cta h3 {
    color: var(--white);
}

.widget-cta p {
    margin-bottom: 20px;
    opacity: 0.95;
}

.widget-emergency {
    background: var(--dark-color);
    color: var(--white);
}

.widget-emergency h3 {
    color: var(--white);
}

.widget-emergency .widget-item strong {
    color: var(--white);
}

.widget-emergency .emergency-number {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

/* About Page Styles */
.about-content {
    padding: 60px 0;
}

.about-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.about-intro h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.lead {
    font-size: 18px;
    line-height: 1.8;
    color: var(--light-text);
}

.about-story {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    margin: 60px 0;
    align-items: center;
}

.story-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.story-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: var(--text-color);
}

.story-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.mission-values {
    margin: 80px 0;
    text-align: center;
}

.mission-values h2 {
    font-size: 36px;
    margin-bottom: 50px;
    color: var(--secondary-color);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.value-card {
    padding: 40px 30px;
    background: var(--light-bg);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.value-card i {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.value-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.value-card p {
    color: var(--light-text);
    line-height: 1.8;
}

.why-choose-section {
    margin: 80px 0;
}

.why-choose-section h2 {
    font-size: 36px;
    margin-bottom: 50px;
    color: var(--secondary-color);
    text-align: center;
}

.services-overview {
    margin: 80px 0;
}

.services-overview h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: var(--secondary-color);
    text-align: center;
}

.services-overview > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: var(--light-text);
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-category {
    background: var(--light-bg);
    padding: 30px;
    border-radius: 10px;
}

.service-category h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.service-category h3 i {
    color: var(--primary-color);
    margin-right: 10px;
}

.service-category ul {
    list-style: none;
    margin: 0;
}

.service-category ul li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: var(--text-color);
}

.service-category ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.service-area-about {
    margin: 80px 0;
    text-align: center;
}

.service-area-about h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: var(--secondary-color);
}

.service-area-about > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: var(--light-text);
}

.areas-list ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 800px;
    margin: 0 auto 30px;
}

.areas-list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.areas-list ul li i {
    color: var(--primary-color);
}

.commitment-section {
    margin: 80px 0;
}

.commitment-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: var(--secondary-color);
    text-align: center;
}

.commitment-section > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: var(--light-text);
}

.commitment-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
}

.commitment-list li {
    padding: 15px;
    margin-bottom: 15px;
    background: var(--light-bg);
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.commitment-list li i {
    color: var(--primary-color);
    font-size: 20px;
    margin-top: 3px;
}

.cta-section-about {
    background: var(--secondary-color);
    color: var(--white);
    padding: 60px 40px;
    border-radius: 10px;
    text-align: center;
    margin: 60px 0;
}

.cta-section-about h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--white);
}

.cta-section-about p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Contact Page Styles */
.contact-section {
    padding: 60px 0;
}

.contact-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.contact-intro h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.contact-intro p {
    font-size: 18px;
    color: var(--light-text);
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.contact-method-card {
    background: var(--light-bg);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.contact-method-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.method-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
}

.contact-method-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.contact-method-card p {
    color: var(--light-text);
    margin-bottom: 15px;
}

.method-link {
    display: block;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.method-link:hover {
    text-decoration: underline;
}

.availability {
    display: block;
    font-size: 14px;
    color: var(--light-text);
    font-style: italic;
}

.contact-content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
}

.contact-form-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.contact-form-section > p {
    margin-bottom: 30px;
    color: var(--light-text);
}

.contact-form {
    background: var(--light-bg);
    padding: 40px;
    border-radius: 10px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--secondary-color);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    display: none;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

.info-card {
    background: var(--light-bg);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.info-card h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.info-card h3 i {
    color: var(--primary-color);
    margin-right: 10px;
}

.hours-list {
    margin-bottom: 20px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.hours-item:last-child {
    border-bottom: none;
}

.day {
    font-weight: 500;
    color: var(--secondary-color);
}

.time {
    color: var(--light-text);
}

.info-card .emergency-note {
    background: var(--primary-color);
    color: var(--white);
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.social-links-large {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-link {
    padding: 12px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-weight: 500;
    transition: all 0.3s ease;
}

.social-link i {
    font-size: 20px;
}

.social-link.facebook {
    background: #1877f2;
}

.social-link.twitter {
    background: #1da1f2;
}

.social-link.instagram {
    background: #e4405f;
}

.social-link.pinterest {
    background: #e60023;
}

.social-link.youtube {
    background: #ff0000;
}

.social-link.tiktok {
    background: #000000;
}

.social-link:hover {
    transform: translateX(10px);
    opacity: 0.9;
}

.map-section {
    margin-bottom: 60px;
}

.map-section h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: var(--secondary-color);
    text-align: center;
}

.map-section > p {
    text-align: center;
    margin-bottom: 30px;
    color: var(--light-text);
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: 20px;
}

.map-links {
    text-align: center;
}

.emergency-contact-banner {
    background: var(--dark-color);
    color: var(--white);
    padding: 40px;
    border-radius: 10px;
}

.emergency-contact-banner .emergency-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.emergency-contact-banner i {
    font-size: 48px;
    color: var(--primary-color);
}

.emergency-contact-banner h3 {
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--white);
}

.emergency-contact-banner p {
    margin: 0;
    opacity: 0.9;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.industry-item {
    background: var(--light-bg);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.industry-item i {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.industry-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.industry-item p {
    color: var(--light-text);
    font-size: 14px;
    line-height: 1.6;
}

.faq-section {
    margin: 40px 0;
}

.faq-section h4 {
    font-size: 18px;
    margin: 20px 0 10px;
    color: var(--secondary-color);
}

.faq-section p {
    margin-bottom: 15px;
    color: var(--text-color);
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
    .content-wrapper {
        grid-template-columns: 1fr;
    }

    .about-story {
        grid-template-columns: 1fr;
    }

    .vehicle-brands {
        grid-template-columns: 1fr;
    }

    .services-list {
        grid-template-columns: 1fr;
    }

    .contact-content-wrapper {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .page-header h1 {
        font-size: 32px;
    }

    .service-article h2 {
        font-size: 26px;
    }

    .service-article h3 {
        font-size: 20px;
    }

    .emergency-contact-banner .emergency-content {
        flex-direction: column;
        text-align: center;
    }

    .industries-grid {
        grid-template-columns: 1fr;
    }
}
