﻿.automotiv-main-banner{
    background:url(automotive/atomotive_main_background.png) no-repeat;
    background-size:cover;
}

.service-btn {
    background: #f8f9fa;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align:center;
}

    .service-btn:hover {
        background: #e9ecef;
        color: #333;
    }

    .service-btn.active {
        background: #E81D25;
        color: white;
        border-bottom-color: #c82333;
    }

.content-area {
    padding: 2.5rem 0;
    min-height: 400px;
}

.service-content {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

    .service-content.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
        animation: fadeInUp 0.6s ease;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-text h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.content-text .description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.features-title {
    font-size: 1.3rem;
    color: #dc3545;
    margin-bottom: 20px;
    font-weight: 600;
}

.features-list {
    list-style: none;
    padding-left: 13px;
}

    .features-list li {
        padding: 5px 0;
        position: relative;
        padding-left: 1.5rem;
        font-size: 1rem;
    }

        .features-list li:before {
            content: "•";
            color: #dc3545;
            font-size: 1.5rem;
            position: absolute;
            left: -12px;
            top: 0;
        }

.content-image {
    text-align: center;
    position: relative;
    padding: 2rem 0;
}

.main-illustration {
    width: 100%;
    max-width: 400px;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.2));
}

.ideal-text {
    margin-top: 1.5rem;
    font-style: italic;
    color: #666;
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
    .header-section h1 {
        font-size: 2rem;
    }

    .content-text h2 {
        font-size: 1.5rem;
    }

    .content-image {
        padding: 1rem 0;
    }

    .main-illustration {
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .header-section {
        padding: 2rem 0;
    }

        .header-section h1 {
            font-size: 1.8rem;
        }

    .service-btn {
        padding: 0.8rem;
        font-size: 0.9rem;
    }

    .content-area {
        padding: 1.5rem 0;
    }
}

ul li::marker {
    color: red;
}

.color-danger {
    color: #e81d25;
}

.automotive-solution {
    background: url(automotive/automotive_back.png) no-repeat;
    background-size: cover;
}

.whitetext {
    color: white !important;
}

.icon-row {
    display: flex;
    align-items: flex-start;
    gap: 34px;
}

.affiliate-section-max-width {
    max-width: 1200px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-content {
    display: none;
    padding: 15px 20px 25px 25px;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
}

.accordion-header {
    cursor: pointer;
    padding: 10px 15px 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(242, 242, 242) !important;
    border-radius: 8px;
}

.accordion-header-h1 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding-right: 2%;
    max-width: 585px;
}

.accordion-icon {
    width: 20px;
    height: 20px;
    background-image: url(/Content/images/Affiliate/faq_plus_img.png);
    background-size: cover;
    margin-right: 7px;
    background-position: center;
}

.accordion-header.active .accordion-icon {
    background-image: url(/Content/images/Affiliate/faq_minus_img.png);
    height: 4px;
    margin-right: 7px;
}

.accordion-content {
    display: none;
    padding: 15px 20px 25px 25px;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    background-color: rgb(242, 242, 242);
    border-radius: 8px;
}

.faq-line {
    border-top: 2px solid hsl(0, 0%, 71%);
    margin: -10px 0px 5px 0px;
}
.w-60{
    width:60%;
}
/*Images scroll CSS Start*/
.carousel-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    gap: 28px;
}

.carousel-slide {
    min-width: calc(33.333% - 14px);
    height: 300px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.navigation {
    position: static;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    /*background: rgba(0, 0, 0, 0.7);*/
    padding: 12px 24px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
}

.nav-button {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: black;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-button:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }

    .nav-button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
    }

.dots-container {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d5d0d0;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .dot.active {
        background: #e81d25;
        transform: scale(1.2);
    }

    .dot:hover {
        background: rgba(255, 255, 255, 0.7);
    }

.auto-indicator {
    display: none;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    background: #00ff00;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}
/* Mobile responsive */
@media (max-width: 768px) {
    .carousel-slide {
        min-width: calc(50% - 10px);
        height: 200px;
        font-size: 14px;
    }

    .navigation {
        bottom: 10px;
        padding: 10px 20px;
    }

    .nav-button {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .carousel-slide {
        min-width: calc(100% - 0px);
        height: 250px;
        font-size: 16px;
    }

    .carousel-wrapper {
        gap: 10px;
    }
}
