  /* Container styles */

/* Header styles */
.overview-header {
    padding: 1.5em 3em;
    border-bottom: 1px solid #1E1E1E;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overview-header h4 {
    margin: 0;
    color: #1E1E1E; 
}

.overview-header nav {
    display: flex;
    gap: 20px;
    width: 34%;
    justify-content: flex-start;
}

.overview-header span {
    font-weight: bold;
    color: #888;
    cursor: pointer;
    padding: 10px 0px;
    transition: all 0.3s ease;
    border-bottom: 2px solid #e9e2d8;
}

.overview-header span.active {
    color: #000;
    border-bottom: 2px solid #000;
}

/* Main content styles */
.overview-main-content {
    display: flex;
    padding: 0px 3em 2em 0px;
    gap: 2em;
}

.overview-product-image {
    flex: 1;
    height: max-content;
}

.overview-product-image img {
    width: 100%;
    height: 73%;
    object-fit: cover;
    border-radius: 0px 0px 20px 0px;
    max-height: 85vh;
}

.overview-product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

/* Typography styles */
.overview-container h5 {
    color: #888;
    margin-bottom: 10px;
}

.overview-container h1 {
    font-size: 2em;
    margin: 0.6em 0;
}

.overview-container ul {
    list-style-type: none;
    padding: 0;
    margin: 2em 0;
}

.overview-container li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.overview-container li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000000;
}

/* Color options styles */
.overview-color-options {
    display: flex;
    gap: 10px;
    margin: 30px 0;
}

.overview-color-option {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.overview-color-option:hover {
    transform: scale(1.2);
}

/* Button styles */
.overview-button {
    display: block;
    width: 100%;
    padding: 15px;
    background-color:#0B661C;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 15px;
    transition: background-color 0.3s ease;
    max-width: 30rem;
}

.overview-button:hover {
    background-color: #8a5122;
    color: #FFFFFF;
}

.overview-button.secondary {
    background-color: black;
    color: white;
}

.overview-button.secondary:hover {
    background-color: #333;
}

/* Related products styles */
.overview-related-products {
    padding: 2em 3em;
    position: relative;
}

.overview-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}

.overview-product-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.overview-product-grid::-webkit-scrollbar {
    display: none;
}

.overview-product-card {
    flex: 0 0 auto;
    width: 250px;
    transition: transform 0.3s ease;
}



.overview-product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.overview-carousel-button {
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.overview-carousel-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* FAQ styles */
.overview-faq {
    padding: 2em 3em 4em 3em;
}

.overview-faq-item {
    border-bottom: 1px solid #6f6b6b;
    padding: 20px 0 20px 0;
}

.overview-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.overview-navigator {
    display: flex;
    gap: 1em;
}

.faq-count {
    font-size: 2.5em !important;
    font-weight: 400 !important;
}

.faq-count-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
    padding: 0.5em 0;
}

.overview-faq-toggle img {
    transition: transform 0.3s ease;
}

.overview-faq-toggle.active img {
    transform: rotate(90deg);
}

.overview-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 100px;
}

.overview-faq-answer.active {
    max-height: 1000px;
    /* line-height: 1.7; */
}

/* Tab content styles */
.overview-tab-content {
    display: none;
}

.overview-tab-content.active {
    display: block;
}

/* Additional styles */
.color-options {
    display: flex;
    gap: 5px;
    margin: 10px 0;
}

.color-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}

.product-model {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0px;
}
a.overview-button.secondary {
    background-color: #ffffff;
    color: #000000;
}
.overview-product-card a.overview-button.secondary {
    background: #0B661C;
    color: #ffffff;
}
.overview-faq h2 {
    text-transform: uppercase;
}
section.faq-count-sec span {
    font-size: 23px;
    color: #1E1E1E;
    font-weight: 600;
}
a.overview-button.secondary:hover {
    background-color: #8a5122;
    color: #ffffff;
}
.overview-product-details p {
    font-size: 21px;
    font-weight: 400;
    line-height: 38.34px;
}
.overview-product-details ul li {
    font-size: 21px;
    font-weight: 400;
    line-height: 38.34px;
}
.overview-product-card p {
    margin-bottom: 0px;
}
div#details .overview-main-content {
    flex-direction: column;
}
div#details .overview-main-content {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0px;
    gap: 0;
}
div#details ul {
    margin: 0;
}
/* Responsive styles */
@media (max-width: 768px) {
    .overview-main-content {
        flex-direction: column;
        padding: 2em;
    }
    .overview-related-products {
    padding: 2em;
}
    .faq-count-sec {
        gap: 1em;
    }

    .overview-faq-item {
        padding: 10px 0;
    }
    .overview-faq{
        padding: 3em 2em;
    }
    .overview-product-image {
        margin-bottom: 20px;
    }
    .overview-button.secondary{
        background-color:#FFFFFF;
        color: #000;
        font-weight: bold;

    }
    .overview-header{
        padding: 1.5em 2em;
    }
    
    .overview-navigator {
        position: absolute;
        align-items: center;
        left: 50%;
        bottom: 0;
        transform: translateX(-50px);
        }
        .overview-product-grid {
            margin-bottom: 3em;
        }
    }