/*.bg-col {*/
    /*    background-color: #fde3bc;*/
    /*    color: #111827;*/
    /*    width: 40vh;*/
    /*    border-radius: 12px;*/
    /*    padding: 18px 12px;*/
    /*    font-family: "Playfair Display", serif !important;*/
    /*}*/

    #homeBanner .carousel-item {
        transition: transform .8s ease-in-out;
    }

    /*#homeBanner img {*/
    /*    width: 100%;*/
    /*    height: 520px;*/
    /*    object-fit: cover;*/
    /*}*/
    

    .product-cards img {
        width: 100%;
        height: 240px;
        object-fit: contain;
        display: block;
    }

    .product-cards
    {
        transition: .25s ease;
        font-family: "Playfair Display", serif !important;
    }

    .product-cards:hover {
        transform: translateY(-4px);
    }

    .bg {
        background-color: #ffedd3;
    }
    .bg1{
        background: #ffffff;
    }

    .about-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-row {
        display: flex;
        align-items: center;
    }

    .about-content {
        width: 100%;
        padding-right: 24px;
    }

    .about-content h2 {
        color: #000000;
        font-weight: 700;
        padding-left: 0px;
        font-family: "Playfair Display", serif !important;
    }

    .about-content p {
        color: #000000;
        line-height: 1.9;
        margin-bottom: 16px;
        padding-left: 0px;
        text-align: justify;
        font-family: "Playfair Display", serif !important;
    }

    .about-content li {
        /*text-align: justify;*/
        font-family: "Playfair Display", serif !important;
    }

    .about-image-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .about-img {
        width: 100%;
        height: 100%;
        min-height: 430px;
        object-fit: cover;
        border-radius: 14px;
        display: block;
    }

    @media (max-width: 991.98px) {
        .about-content {
            padding-right: 0;
            margin-bottom: 20px;
        }

        .about-img {
            min-height: 320px;
        }
    }
    .craft-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
    text-align: center;
    height: 100%;
    font-family: "Playfair Display", serif !important;
}

.craft-card:hover {
    transform: translateY(-6px);
}

.craft-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fde3bc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #bf4a14;
}

.craft-card h4 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: "Playfair Display", serif !important;
}

.craft-card p {
    color: #000000;
    line-height: 1.8;
    font-size: 0.97rem;
    font-family: "Playfair Display", serif !important;
}
.hero-banner {
    background: url("../img/products/1778318192_temple2.webp") center center / cover no-repeat;
    min-height: 520px;
}

.hero-overlay {
    min-height: 520px;
    background: rgba(0, 0, 0, 0.35);
}

.hero-banner h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.hero-banner h2 {
    color: #000000;
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.hero-banner p {
    color: #fff;
    font-size: 1.1rem;
}
.location-list {
    padding-left: 20px;
    margin: 0;
}

.location-list li {
    list-style: none;
    /*display: flex;*/
    /*align-items: flex-start;*/
    gap: 10px;
    margin-bottom: 10px;
    color: #374151;
    line-height: 1.8;
}

.location-list li i {
    color: #bf4a14;
    font-size: 1rem;
    margin-top: 4px;
    padding-right: 5px;
    flex-shrink: 0;
}
/*.banner-img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    max-height: 500px;*/
/*    object-fit: contain;*/
    background: #000; /* optional letterbox effect */
/*}*/

/* Tablet */
/*@media (max-width: 992px) {*/
/*    .banner-img {*/
/*        max-height: 150px;*/
/*    }*/
/*}*/

/* Mobile */
/*@media (max-width: 576px) {*/
/*    .banner-img {*/
/*        max-height: 180px;*/
/*    }*/
/*}*/
/* =========================
   PRODUCT SCROLL ANIMATION
========================= */

.product-scroll-wrapper {
    overflow: hidden;
    width: 100%;
}

.product-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollLeft 25s linear infinite;
}

/* Smooth right to left move */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* =========================
   PRODUCT CARD HOVER EFFECTS
========================= */

.product-cards {
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 12px;
}

/* Image zoom on hover */
.product-cards img {
    transition: transform 0.4s ease;
}

.product-cards:hover img {
    transform: none;
}

/* Title hover background */
.product-cards .card-title a {
    display: inline-block;
    padding: 10px 10px;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.card-title:hover  {
    background: #fde3bc; 
    color: #111827 !important;
}

/*.product-card:hover .card-title  {*/
/*    background: #fde3bc; */
/*    color: #111827 !important;*/
/*}*/


/* Optional card lift */
/*.product-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 10px 25px rgba(0,0,0,0.15);*/
/*}*/
/* =========================
   PREMIUM WEBSITE UPGRADE CSS
========================= */

:root {
    --primary: #bf4a14;
    --primary-light: #fde3bc;
    --dark: #111827;
    --text: #374151;
    --muted: #6b7280;
    --white: #ffffff;
    --soft-bg: #fff7ed;
    --border: rgba(191, 74, 20, 0.15);
}

/* Smooth page feel */
body {
    background: #fffaf4;
    color: var(--text);
}

/* Section headings premium */
section h2,
section h4 {
    position: relative;
    font-family: "Playfair Display", serif !important;
    letter-spacing: 0.3px;
}

section h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), #f3b66f);
    margin: 14px auto 0;
    border-radius: 50px;
}

/* Banner premium */
#homeBanner {
    position: relative;
    overflow: hidden;
}

#homeBanner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.25),
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.25)
    );
    pointer-events: none;
}

.banner-img {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}

/* Carousel buttons premium */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    padding: 22px;
    background-size: 45%;
}

/* Parent category heading */
section .row h2 {
    padding: 12px 30px;
    border-radius: 50px;
    background: linear-gradient(135deg, #fff, #fde3bc);
    box-shadow: 0 8px 25px rgba(191, 74, 20, 0.12);
}

/* Child category bar */
.bg {
    background: linear-gradient(135deg, #fde3bc, #fff4e6);
    border-radius: 14px;
    padding: 12px 16px;
    border: 1px solid var(--border);
}

.bg h4 {
    margin-bottom: 0;
    font-weight: 700;
}

/* Product card premium */
.product-item {
    width: 260px;
    flex: 0 0 auto;
}

.product-cards {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 20px !important;
    border: 1px solid rgba(191, 74, 20, 0.12) !important;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08) !important;
    transition: all 0.35s ease;
    overflow: hidden;
}

.product-cards:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(191, 74, 20, 0.18) !important;
}

.product-cards img {
    background: linear-gradient(135deg, #fff7ed, #ffffff);
    padding: 14px;
    height: 250px;
    object-fit: contain;
    border-radius: 20px 20px 0 0 !important;
}

.product-cards:hover img {
    transform: none;
}

.product-cards .card-body {
    padding: 18px 14px 20px;
}

.product-cards .card-title a {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark) !important;
    line-height: 1.4;
}

.product-cards .card-title:hover {
    background: transparent;
}

.product-cards .card-title a:hover {
    background: var(--primary-light);
    color: var(--primary) !important;
}

/* Product scroll pause on hover */
.product-scroll-wrapper:hover .product-track {
    animation-play-state: paused;
}

/* About section premium */
.about-section {
    position: relative;
    overflow: hidden;
}

.about-section.bg {
    background: linear-gradient(135deg, #fff4e6, #ffffff);
}

.about-content {
    background: rgba(255, 255, 255, 0.55);
    border-radius: 22px;
    padding: 28px;
}

.about-content h2 {
    font-size: 2.1rem;
    margin-bottom: 24px !important;
}

.about-content p {
    font-size: 1rem;
    color: #1f2937;
}

.about-content strong {
    color: var(--primary);
}

.about-img {
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
    transition: all 0.35s ease;
}

.about-img:hover {
    transform: scale(1.02);
}

/* Location list premium */
.location-list li {
    background: #ffffff;
    padding: 12px 16px;
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid rgba(191, 74, 20, 0.12);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
}

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

/* Craft cards premium */
.craft-card {
    border: 1px solid rgba(191, 74, 20, 0.12);
    background: linear-gradient(180deg, #ffffff, #fffaf4);
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
    position: relative;
    overflow: hidden;
}

.craft-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 130px;
    height: 130px;
    background: rgba(191, 74, 20, 0.08);
    border-radius: 50%;
}

.craft-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 50px rgba(191, 74, 20, 0.18);
}

.craft-icon {
    background: linear-gradient(135deg, #fde3bc, #fef2e1);
    color: var(--primary);
    box-shadow: 0 8px 22px rgba(191, 74, 20, 0.18);
}

/* Bottom hero premium */
.hero-banner {
    position: relative;
    background-attachment: fixed;
}

.hero-overlay {
    background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0.72),
        rgba(0, 0, 0, 0.35)
    );
}

.hero-banner h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.hero-banner h2 {
    color: #000000;
}

.hero-banner p {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid rgba(253, 227, 188, 0.45);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
}

/* Mobile improvement */
@media (max-width: 768px) {
    /*#homeBanner img {*/
    /*    height: 230px;*/
    /*    object-fit: cover;*/
    /*}*/

    /*.banner-img {*/
    /*    max-height: 230px;*/
    /*    border-radius: 0 0 18px 18px;*/
    /*}*/

    .product-item {
        width: 220px;
    }

    .product-cards img {
        height: 210px;
    }

    .product-track {
        gap: 14px;
        animation-duration: 18s;
    }

    .about-content {
        padding: 20px;
    }

    .about-content h2 {
        font-size: 1.65rem;
    }

    .about-content p {
        text-align: left;
        font-size: 0.96rem;
    }

    .hero-banner,
    .hero-overlay {
        min-height: 420px;
        background-attachment: scroll;
    }

    .hero-banner h1 {
        font-size: 2rem;
    }

    .hero-banner h2 {
        font-size: 1.35rem;
    }
}
/* =========================
   RESPONSIVE HOME BANNER
========================= */

.home-banner-section {
    width: 100%;
    overflow: hidden;
}

#homeBanner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#homeBanner .carousel-item {
    transition: transform 0.8s ease-in-out;
}

.banner-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Premium soft overlay */
#homeBanner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.18),
        rgba(0, 0, 0, 0.02),
        rgba(0, 0, 0, 0.18)
    );
    pointer-events: none;
    z-index: 1;
}

/* Controls above overlay */
#homeBanner .carousel-control-prev,
#homeBanner .carousel-control-next {
    z-index: 2;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 42px;
    height: 42px;
    background-size: 45%;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
}

/* Laptop */
@media (max-width: 1199.98px) {
    .banner-img {
        height: 460px;
    }
}

/* Tablet */
@media (max-width: 991.98px) {
    .banner-img {
        height: 360px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .banner-img {
        height: 230px;
        object-fit: cover;
        object-position: center;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 34px;
        height: 34px;
    }
}

/* Very small mobile */
@media (max-width: 375px) {
    .banner-img {
        height: 200px;
    }
}
.home-banner-section,
#homeBanner {
    width: 100%;
    overflow: hidden;
}

.banner-link {
    display: block;
    width: 100%;
}

.banner-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Laptop */
@media (max-width: 1199.98px) {
    .banner-img {
        height: 460px;
    }
}

/* Tablet */
@media (max-width: 991.98px) {
    .banner-img {
        height: 360px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .banner-img {
        height: auto;
        max-height: 260px;
        object-fit: contain;
        object-position: center;
        background: #000;
    }

    #homeBanner .carousel-control-prev,
    #homeBanner .carousel-control-next {
        width: 12%;
    }

    #homeBanner .carousel-control-prev-icon,
    #homeBanner .carousel-control-next-icon {
        width: 32px;
        height: 32px;
        background-size: 45%;
        background-color: rgba(0, 0, 0, 0.45);
        border-radius: 50%;
    }
}

/* Small Mobile */
@media (max-width: 375px) {
    .banner-img {
        max-height: 220px;
    }
}
/* Premium Manufacturer Section */
.premium-manufacturer-section {
    background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.section-small-title {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #f7eadc;
    color: #8a4b16;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.premium-section-title {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
    color: #1f1f1f;
}

.premium-section-intro {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
}

.premium-section-intro strong,
.premium-info-card strong,
.premium-bottom-box strong {
    color: #8a4b16;
}

.premium-info-card {
    background: #fff;
    padding: 32px 28px;
    border-radius: 24px;
    border: 1px solid rgba(138, 75, 22, 0.12);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.premium-info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    width: 70px;
    height: 4px;
    background: #8a4b16;
    border-radius: 0 0 10px 10px;
}

.premium-info-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.premium-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #8a4b16;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 22px;
}

.premium-info-card h3 {
    font-size: 21px;
    font-weight: 800;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.35;
}

.premium-info-card p {
    color: #5f5f5f;
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 12px;
}

.premium-wide-card {
    padding: 34px;
}

.premium-bottom-box {
    padding: 28px 32px;
    border-radius: 24px;
    background: #8a4b16;
    box-shadow: 0 15px 40px rgba(138, 75, 22, 0.25);
}

.premium-bottom-box p {
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
}

.premium-bottom-box strong {
    color: #ffe1bf;
}

/* Responsive */
@media (max-width: 991px) {
    .premium-section-title {
        font-size: 32px;
    }

    .premium-section-intro {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .premium-manufacturer-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .premium-section-title {
        font-size: 26px;
    }

    .premium-info-card,
    .premium-wide-card {
        padding: 26px 22px;
        border-radius: 20px;
    }

    .premium-info-card h3 {
        font-size: 19px;
    }

    .premium-info-card p {
        font-size: 15px;
    }

    .premium-bottom-box {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .premium-bottom-box p {
        font-size: 15.5px;
    }
}
