/*
Template Name: Shri Guru Temple
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************shop****************/
.center_shop {
    background-image: url(../img/61.jpg);
    background-position: center center;
    background-size: cover;
}


.center_shopdt {
    background-image: url(../img/62.jpg);
    background-position: center center;
    background-size: cover;
}

.shop_1dt2 .nav-tabs .nav-link.active {
    background: none;
    color: var(--shop-primary);
    border: none;
    border-bottom: 3px solid var(--shop-primary);
}

.shop_1dt2 .nav-tabs .nav-link {
    background: none;
    color: #767e88;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: bold;
}

.shop_1dt2 .nav-tabs .nav-link:hover {
    color: var(--shop-primary);
}

#shop_pg {
    padding-bottom: 150px !important;
}

#shop_dt {
    padding-bottom: 150px !important;
}

/* SIDEBAR & SERVICE SECTION STYLES */
.service-sidebar,
.service-section {
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Standardize all service images */
.service-section figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px !important;
}

.service-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
}

.stick-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 99;
}

.service-sidebar .list-group-item {
    border: none;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 12px 20px;
    font-weight: 500;
    color: #555;
    transition: all 0.3s ease;
    background-color: transparent;
}

.service-sidebar .list-group-item:hover {
    background-color: #fff5f2;
    /* Light orange tint */
    color: var(--shop-primary);
    padding-left: 25px;
}

.service-sidebar .list-group-item.active {
    background-color: var(--shop-primary);
    color: #fff;
    box-shadow: 0 4px 10px rgba(128, 0, 0, 0.3);
}

.premium-title {
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #333;
}

.premium-divider {
    height: 4px;
    width: 60px;
    background: var(--shop-primary);
    margin: 0 auto;
    border-radius: 2px;
}

.service-sidebar h4.premium-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* TELUGU TEXT STYLES */
.telugu-text {
    font-family: 'Noto Sans Telugu', 'Mandali', sans-serif !important;
    line-height: 1.9;
    letter-spacing: 0.3px;
}

.telugu-text h2,
.telugu-text .premium-title {
    font-family: 'Noto Sans Telugu', 'Mandali', sans-serif !important;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
}

.telugu-text h3 {
    font-family: 'Noto Sans Telugu', 'Mandali', sans-serif !important;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.6;
}

.telugu-text p {
    font-family: 'Noto Sans Telugu', 'Mandali', sans-serif !important;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}

.telugu-text .button {
    font-family: 'Noto Sans Telugu', 'Mandali', sans-serif !important;
    font-weight: 600;
}

/*********************shop_end****************/


@media (max-width: 991px) {

    #shop_pg,
    #shop_dt {
        padding-bottom: 40px !important;
    }

    .shop_1ltl {
        text-align: inherit !important;
        margin-bottom: 20px;
    }

    .shop_pg1r,
    .shop_1dt1ir {
        margin-top: 20px;
    }

    /* Telugu text proportional scaling */
    .telugu-text h2,
    .telugu-text .premium-title {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }

    .telugu-text h3 {
        font-size: 18px !important;
    }

    .telugu-text p {
        font-size: 14px !important;
        line-height: 1.8 !important;
    }

    /* Unified Sidebar behavior */
    .stick-sidebar {
        position: static !important;
    }

    .service-sidebar {
        margin-bottom: 25px;
    }

    /* Service sections layout preservation */
    .service-section {
        padding: 20px !important;
    }

    /* Fix for service images on mobile */
    .service-section figure img {
        max-width: 280px !important;
        margin: 0 auto 20px auto !important;
        display: block;
    }

    .service-section .image-container img {
        max-width: 180px;
        margin-bottom: 15px;
    }

    .center_shop,
    .center_shopdt {
        min-height: auto !important;
        padding: 60px 0;
    }

    .shop_1dt2 .nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 13px;
    }
}

/* Services Accordion Styles */
.service-dropdown-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    background: transparent;
}

.accordion-button {
    background-color: #f9f9f9;
    border-radius: 8px !important;
    color: #333;
    font-weight: 600;
    box-shadow: none !important;
    padding: 20px 25px;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: var(--shop-primary);
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 8px 8px;
    color: #666;
    line-height: 1.8;
}

.accordion-button:focus {
    border-color: var(--shop-primary);
    box-shadow: 0 0 0 0.25rem rgba(128, 0, 0, 0.25);
}