/* ====================================
   Product Details - Gold Theme
   Palette primary: #c67c0f
   ==================================== */
:root {
  --gold-primary: #c67c0f;
  --gold-light: #e09b2c;
  --gold-lighter: #f5b942;
  --gold-dark: #9d6208;
  --gold-subtle: #fef8f0;
  --gold-soft: #ffe8c8;
  --shadow-gold: 0 12px 40px rgba(198,124,15,.18);
}

/* Section wrapper */
.product-details-gold {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, var(--gold-subtle) 100%);
  overflow: hidden;
}
.product-details-gold .container { position: relative; z-index: 1; }

/* Gallery area */
.product-details__product { position: relative; }
.product-details__thumb-box { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,.08); }
.product-details__thumb__item { position: relative; }
.product-details__thumb__item img { border-radius: 0; }
.product-details__thumb__hover { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(135deg, rgba(198,124,15,.0), rgba(224,155,44,.25)); opacity: 0; transition: opacity .35s ease; z-index: 2; }
.product-details__thumb__hover a { width: 56px; height: 56px; border-radius: 50%; background: #fff; color: var(--gold-primary); display: grid; place-items: center; font-size: 20px; box-shadow: var(--shadow-gold); }
.product-details__thumb__item:hover .product-details__thumb__hover { opacity: 1; }

.product-details__carousel { margin-top: 18px; border-radius: 18px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.product-details__image img { display: block; }

/* Slick arrows (if any) */
.deskot-slick__carousel .slick-prev,
.deskot-slick__carousel .slick-next { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.85); color: var(--gold-primary); z-index: 5; box-shadow: 0 6px 18px rgba(0,0,0,.15); }
.deskot-slick__carousel .slick-prev:hover,
.deskot-slick__carousel .slick-next:hover { background: linear-gradient(135deg, var(--gold-primary), var(--gold-light)); color: #fff; }

/* Content area */
.product-details__content { background: #fff; border: 1px solid rgba(198,124,15,.16); border-radius: 24px; padding: 28px; box-shadow: 0 10px 32px rgba(198,124,15,.08); }
.product-details__name { font-weight: 800; font-size: 28px; color: #1a1a1a; margin-bottom: 14px; }
.product-details__excerpt__text { color: #565656; line-height: 1.9; font-size: 15.5px; }
.product-details__excerpt__text p { margin-bottom: 14px; }

/* Contact info include inside page */
.product-details-gold .contact-info-gold,
.product-details-gold .hero-info-pane { box-shadow: 0 10px 40px rgba(198,124,15,.08); }

/* Related products (services-one) override */
.products-related-gold { background: linear-gradient(180deg, var(--gold-subtle) 0%, #fff 100%); }
.products-related-gold .sec-title__tagline { display: inline-block; padding: 8px 16px; border-radius: 20px; background: var(--gold-soft); color: var(--gold-dark); font-weight: 700; }
.products-related-gold .service-card { border: 1px solid rgba(198,124,15,.14); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.06); transition: transform .35s, box-shadow .35s; height: 100%; }
.products-related-gold .service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-gold); }
.products-related-gold .service-card__image img { width: 100%; height: 240px; object-fit: cover; }
.products-related-gold .service-card__content { padding: 20px 20px 22px; }
.products-related-gold .service-card__title a { color: #1a1a1a; font-weight: 800; }
.products-related-gold .service-card__text { color: #666; line-height: 1.7; font-size: 14px; min-height: 48px; }
.products-related-gold .service-card__link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-primary); font-weight: 700; text-decoration: none; }
.products-related-gold .service-card__link__icon { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-primary); transition: transform .3s, background .3s, color .3s; }
.products-related-gold .service-card:hover .service-card__link__icon { transform: translateX(-6px); background: linear-gradient(135deg, var(--gold-primary), var(--gold-light)); color: #fff; }

/* Utilities */
@media (max-width: 991px) {
  .product-details__content { margin-top: 20px; }
}
        .product-details-section {
                background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
                min-height: 70vh;
            }
            
            .card-content {
                border-radius: 15px;
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
            
            .card-content:hover {
                transform: translateY(-5px);
                box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
            }
            
            .card-content img {
                border-radius: 15px 15px 0 0;
                height: 400px;
                object-fit: cover;
            }
            
            .sidebar {
                border-radius: 15px !important;
                border: 1px solid #e9ecef;
                transition: all 0.3s ease;
            }
            
            .sidebar:hover {
                box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
            }
            
            .sidebar h5 {
                position: relative;
                padding-bottom: 12px;
            }
            
            .sidebar h5::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 60px;
                height: 3px;
                background: linear-gradient(90deg, var(--bs-secondary, #6c757d), transparent);
                border-radius: 3px;
            }
            
            .sidebar ul li {
                transition: all 0.3s ease;
                padding: 8px 12px;
                border-radius: 8px;
            }
            
            .sidebar ul li:hover {
                background-color: #f8f9fa;
                transform: translateX(5px);
            }
            
            .sidebar ul li a {
                font-size: 15px;
                transition: color 0.3s ease;
            }
            
            .sidebar ul li:hover a {
                color: var(--bs-secondary, #6c757d) !important;
            }
            
            .sidebar ul li i {
                font-size: 12px;
                transition: transform 0.3s ease;
            }
            
            .sidebar ul li:hover i {
                transform: translateX(5px);
            }
            
            .contact-box {
                border-radius: 15px !important;
                border: 1px solid #e9ecef;
                background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
                transition: all 0.3s ease;
            }
            
            .contact-box:hover {
                box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
            }
            
            .contact-box h5 {
                position: relative;
                padding-bottom: 12px;
            }
            
            .contact-box h5::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 60px;
                height: 3px;
                background: linear-gradient(90deg, var(--bs-secondary, #6c757d), transparent);
                border-radius: 3px;
            }
            
            @media (max-width: 991px) {
                .card-content img {
                    height: 300px;
                }
                
                .sidebar, .contact-box {
                    margin-top: 20px;
                }
            }