  :root {
      --primary-brown: #6a2f18;
      --secondary-brown: #a24b1a;
      --warm-orange: #d97706;
      --light-tan: #F2C785;
      --cream-white: #FFF3D9;
      --deep-brown: #7B3F00;
	 --brown-dark:   #3E1A00;
    --brown-mid:    #7B3F00;
    --brown-warm:   #A0522D;
    --amber:        #D4852A;
    --cream:        #FFF8EF;
    --cream-dark:   #F5EBDA;
    --text-dark:    #2A1400;
    --text-black:    #000000;
    --text-body:    #4A3020;
    --text-light:   #8B6347;
    --white:        #FFFFFF;
    --shadow-warm:  0 8px 32px rgba(62,26,0,0.18);
    --transition:   0.35s cubic-bezier(.4,0,.2,1);
    }
	
	.text-brown{color:var(--brown-dark);}
	.bg-brown{background-color:var(--brown-dark);}
	.bg-secondary-brown{background-color:var(--secondary-brown);}
	.bg-orange{background-color:var(--warm-orange) !important;}
	.text-orange{color:var(--warm-orange) !important;}
	
    body {
      background-color: #ffffff;
      color: var(--text-black);
	  font-family: 'Alinur Nakkhatra', system-ui;
    }
	
	.main-container{
		background-color:#F2C785;
	}
	
.header{
background: var(--brown-dark);
border-bottom: 5px solid #ff5623;
}

.nav-logo{
	
} 

.nav-logo-text{
	font-family: 'Galada', cursive;
	text-decoration:none;
	color:white;
	letter-spacing: 2px;
	font-size: 2.2rem;
}

.header-container{
/* background: #6A2F18;
background: -webkit-linear-gradient(0deg, rgba(106, 47, 24, 1) 50%, rgba(255, 255, 255, 0) 50%);
background: -moz-linear-gradient(0deg, rgba(106, 47, 24, 1) 50%, rgba(255, 255, 255, 0) 50%);
background: linear-gradient(0deg, rgba(106, 47, 24, 1) 50%, rgba(255, 255, 255, 0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6A2F18", endColorstr="#FFFFFF00", GradientType=0);*/
} 
    .logo {
		position:relative;
    }
.logo img{  
max-height:100px;
}

.header-icons{
	top:30px;
}
.header-icons svg{
	width:24px;
	height:24px;
	fill: #fff;
}

.header-menu{
	background: var(--brown-dark);
}

@media (max-width: 767px) {
    .header-menu {
        /* Allow the container to scroll horizontally */
        overflow-x: auto;
        
        /* Ensures smooth scrolling on iOS */
        -webkit-overflow-scrolling: touch;
 
    }

    .header-menu .nav {
        /* Prevent items from dropping to the next line */
        flex-wrap: nowrap !important;
        
        /* Ensure there is enough padding to see the cut-off effect */
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-menu .nav-item {
        /* Force items to keep their natural width */
        flex: 0 0 auto;
    }
	
	.logo img{
		    max-width: 250px;
	}
}

.hero-section{
 background: radial-gradient(#5c2b14, #000000);
}

.carousel-item img{
	max-height:400px;
	object-fit:cover;
}
    .top-nav {
      position: relative;
      padding-top: 80px;
      background-color: var(--light-tan);
    }



    .btn-custom {
      background-color: var(--warm-orange);
      border: none;
    }

    .btn-custom:hover {
      background-color: var(--deep-brown);
    }
	.menu-link{
    color: #000;
    padding: 4px 20px;
    background-image: url('../media/button-bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 10px;
    text-decoration: none;
    transition: background-image 0.2s ease-in-out;
	font-weight: 500;
	font-size: 18px;
	}
	.menu-link:hover{
		background-image:url('../media/button-hover-bg.png');
		
	}
	
.product-container{
	height: 100%;
}
/* .product-container:hover, .about-card:hover{
	border:1px solid #ec7100 !important;
} */

.product-info{
	flex-grow: 1; /* pushes the buttons down */
}
.pw-single-product {
display: flex;
    flex-direction: column;
    height: 100%; /* makes all cards equal height */
}	
	
.pw-single-product img {
  transition: transform 0.5s ease-in-out;
}
	
.pw-single-product:hover img{
	transform:scale(1.2);
}
.pw-product-buttons{margin-top: auto;
}
.pw-view-button{
	color:#333;
	text-decoration:none;padding:5px 0;
}
.pw-view-button:hover{
	color:var(--secondary-brown);
}
.pw-add-cart-btn{background-color:var(--warm-orange);
	color:#fff;
	text-decoration:none;
	padding: 8px 20px;
   /*  border-radius: 50px;
	 box-shadow: 1px 2px 5px 0px var(--primary-brown); */
	}
.pw-add-cart-btn:hover{
	background-color:var(--secondary-brown) !important;
}

.about-content{
	font-size: 1.2rem;
}
.about-content .section-title{
}

.about-content p{
	
}


/*Single Product Page Styles*/
/* Main wrapper */
.single-product-page {

}

/* Title */
.single-product-page .product-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #8b3e11;
}

/* Price */
.single-product-page .product-price {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1rem 0;

}
.single-product-page .price {
    color:#d97706 !important;
}

/* Description */
.single-product-page .product-short-description,
.single-product-page .product-description {
  font-size: 1rem;
  line-height: 1.7;
}

/* Add to Cart button */
.single-product-page .product-cart-button button.single_add_to_cart_button {
    background-color: var(--warm-orange) !important;
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    border-radius: 0;
    transition: background-color 0.3s ease;
}

.single-product-page .product-cart-button button.single_add_to_cart_button:hover {
  background-color: var(--secondary-brown);
}

.product-cart-button .quantity .qty{
    border: 1px solid #eee;
    padding: 8px 20px;
    width: 100px;
	outline:0;
}

.woocommerce-variation-add-to-cart{
	display: flex;
    gap: 20px;
}

.product-category svg{
	width:20px; height:20px;
}

/* Tabs (optional) */
.woocommerce-tabs {
  margin-top: 3rem;
}

.woocommerce-tabs h2 {
  color: #8b3e11;
}

#main-container .checkout-button{background-color:var(--warm-orange);}
#main-container .checkout-button:hover{background-color:var(--secondary-brown);}



/* কন্টেইনার স্টাইল */
.pithawala-chevron {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0;
    list-style: none;
    background: transparent;
}

/* প্রতিটি ব্রেডক্রাম্ব আইটেম */
.pithawala-chevron .crumb-item {
    position: relative;
    display: flex;
    align-items: center;
    background: #5D3A1A; /* হালকা চকলেট */
    color: #fff !important;
    padding: 10px 50px; /* Chevron এর জন্য বামে বেশি জায়গা */
    white-space: nowrap;
    height: 40px;
}

.pithawala-chevron .crumb-item a {
    color: #fff !important;
    text-decoration: none;
}

/* প্রথম আইটেমের বর্ডার রেডিয়াস */
.pithawala-chevron .crumb-item:first-child {
    padding-left: 20px;
    border-radius: 4px 0 0 4px;
}

/* শেষের আইটেম - ডার্ক চকলেট */
.pithawala-chevron .crumb-item:last-child {
    background: #3D1F16; /* ডার্ক চকলেট */
    border-radius: 0 4px 4px 0;
    padding-right: 20px;
}

/* Chevron Shape তৈরি করা (Pseudo-elements) */
.pithawala-chevron .crumb-item::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #5D3A1A; /* আগের আইটেমের কালার */
    z-index: 10;
}

/* বর্ডার ইফেক্ট যাতে আইটেমগুলো আলাদা বোঝা যায় */
.pithawala-chevron .crumb-item::before {
    content: "";
    position: absolute;
    right: -21px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff; /* সাদা গ্যাপ তৈরি করবে */
    z-index: 5;
}

/* লাস্ট আইটেমে অ্যারো বন্ধ করা */
.pithawala-chevron .crumb-item:last-child::before {
    display: none;
}
.pithawala-chevron .crumb-item:last-child::after {
   border-left: 20px solid #3D1F16;
   right: -19px;
}

/* হোভার ইফেক্ট */
.pithawala-chevron a:hover {
	text-decoration:underline;
}

.xzoom-gallery {
  border: 2px solid transparent;
  cursor: pointer;
}

.xzoom-gallery.active,
.xzoom-gallery:hover {
  border-color: #00aaff;
  box-shadow: 0 0 4px rgba(0, 170, 255, 0.6);
}

.hidden-gallery {
  display: none;
}


ins{
	text-decoration:none;
}

   .top-header{      background-image: url(../media/alpona5.png);
    background-size: contain;
    background-repeat: repeat-x;
    padding-top: 2rem;
    background-color: #ffca67;
    background-blend-mode: soft-light;}

	
	  /* Scope all styles to #contact-section only */
  #contact-section input[type="text"],
#contact-section input[type="email"],
#contact-section input[type="tel"],
#contact-section input[type="url"],
#contact-section textarea,
#contact-section select {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    box-sizing: border-box;

    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}


    #contact-section button[type="submit"],
   #contact-section input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #ff6600; /* example */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    #contact-section input[type="submit"]:hover,
    #contact-section button[type="submit"]:hover,
 {
        opacity: 0.85;
    }

.pw-footer{background-color:#1C0A00;}	
	
.footer-content{
	
}
.footer-content li{
	list-style-type:disc;
}
.footer-content li a{
	text-decoration:none;
	color:#fff;
}

 /* ─── FOOTER ──────────────────────────────── */


  @media (max-width: 900px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .products-grid { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; }
  }

  .footer-brand .logo-name { color: var(--amber); font-size: 1.3rem; }
  .footer-brand .logo-tagline { color: rgba(255,248,239,0.4); }
  .footer-brand p {
    margin-top: 14px;
    font-size: 0.85rem; line-height: 1.7;
    color: rgba(255,248,239,0.55);
  }
  .social-links { display: flex; gap: 10px; margin-top: 18px; }
  .social-link {
    width: 36px; height: 36px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,248,239,0.6);
    text-decoration: none;
    transition: var(--transition);
    font-size: 0.8rem;
  }
  .social-link:hover { background: var(--amber); border-color: var(--amber); color: var(--white); }

  .footer-column h4 {
    color: var(--cream);
    font-size: 1rem;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(212,133,42,0.3);
	font-weight:700;
  }
  .footer-column ul { list-style: none;padding:0; }
  .footer-column ul li { margin-bottom: 8px; }
  .footer-column ul li a {
    color: rgba(255,248,239,0.6);
    text-decoration: none;
    font-size: 0.88rem;
    transition: var(--transition);
  }
  .footer-column ul li a:hover { color: var(--amber); padding-left: 4px; }
  .footer-column .contact-item {
    display: flex; align-items: flex-start; gap: 8px;
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: rgba(255,248,239,0.6);
  }
  .footer-col .contact-item svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; color: var(--amber); }

  .footer-bottom {
    max-width: 1200px; margin: 0 auto;
    display: flex; justify-content: space-between; align-items: center;
    padding: 20px 0;
    font-size: 0.8rem;
    color: rgba(255,248,239,0.35);
    flex-wrap: wrap; gap: 8px;
  }

 .my-gallery {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.my-gallery .main-image {
  position: relative;
}

.my-gallery .main-image img {
  max-width: 400px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.my-gallery .thumbnails {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.my-gallery .thumbnails a img {
  width: 80px;
  height: 60px;
  border: 2px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.my-gallery .thumbnails a img:hover {
  border-color: #333;
}

.my-gallery .my-lens {
  position: absolute;
  background: rgba(255,255,255,0.3);
  border: 1px solid #aaa;
  display: none;
}

.my-gallery .zoom-result {
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  display: none;
  z-index:999;
}

  /* ─── NEWSLETTER ──────────────────────────── */
  .newsletter-section {
    background: linear-gradient(135deg, var(--brown-mid) 0%, var(--brown-dark) 100%);
    padding: 64px 24px;
    text-align: center;
  }
  .newsletter-section h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--cream);
    margin-bottom: 10px;
  }
  .newsletter-section p {
    color: rgba(255,248,239,0.7);
    margin-bottom: 30px;
    font-size: 0.95rem;
  }
  .newsletter-form {
    display: flex; gap: 0;
    max-width: 480px; margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  }
  .newsletter-form input {
    flex: 1;
    padding: 13px 18px;
    border: none;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 0.95rem;
    background: var(--white);
    color: var(--text-dark);
    outline: none;
  }
  .newsletter-form button {
    padding: 13px 26px;
    background: var(--amber);
    color: var(--white);
    border: none; cursor: pointer;
    font-size:1.2;
    transition: var(--transition);
    white-space: nowrap;
  }
  .newsletter-form button:hover { background: #c07820; }
  
  .section-header { text-align: center; margin-bottom: 48px; }
  .section-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: var(--brown-dark);
  }
  .section-header p { color: var(--text-light); font-size: 1rem; max-width: 560px; margin: 0 auto; }
  
    /* decorative divider */
  .divider {
    display: flex; align-items: center; gap: 12px;
    justify-content: center;
  }
  .divider span { width: 48px; height: 1px; background: var(--amber); }
  .divider svg { color: var(--amber); width: 18px; height: 18px; }
  
  /* ─── TESTIMONIALS ────────────────────────── */
  .testimonials-section { background: var(--cream-dark); }
  .testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }
  .testi-card {
    background: var(--white);
    border-radius: 8px;
    padding: 28px;
    border-left: 4px solid var(--amber);
    box-shadow: 0 2px 12px rgba(62,26,0,0.06);
    transition: var(--transition);
  }
  .testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-warm); }
  .stars { color: var(--amber); font-size: 1.1rem; margin-bottom: 14px; }
  .testi-text {
    font-style: italic;
    color: var(--text-body);
    font-size: 0.93rem;
    line-height: 1.7;
    margin-bottom: 18px;
  }
  .testi-author { display: flex; align-items: center; gap: 12px; }
  .testi-avatar {
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--cream-dark);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--brown-warm);
    border: 2px solid var(--amber);
    font-weight: 700;
  }
  .testi-author strong { font-size: 0.9rem; color: var(--brown-dark); display: block; }
  .testi-author span { font-size: 0.78rem; color: var(--text-light); }

/* Create space on the left and right of the slider for the arrows */
.pithawala-testimonials.splide {
    padding: 0 50px; 
}

/* Push the left arrow outside */
.pithawala-testimonials .splide__arrow--prev {
    left: 0; 
}

/* Push the right arrow outside */
.pithawala-testimonials .splide__arrow--next {
    right: 0; 
}

/* Optional: Make the arrows look a bit nicer for your brand */
.pithawala-testimonials .splide__arrow {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    width: 40px;
    height: 40px;
    opacity: 0; /* Splide arrows are slightly transparent by default */
	transition:opacity 0.3s;
}
.pithawala-testimonials:hover .splide__arrow {
	opacity: 1;
}
/* Hover effect for arrows */
.pithawala-testimonials .splide__arrow:hover {
    background: var(--brown-dark); /* Change to your brand color */
    border-color: var(--brown-dark);
	
}

.pithawala-testimonials .splide__arrow:hover svg {
    fill: #ffffff;
}

 /* ── PAGE HERO BANNER ───────────────────────── */
  .page-hero {
    background: linear-gradient(135deg, var(--brown-dark) 0%, var(--brown-mid) 60%, #C06020 100%);
    position: relative; overflow: hidden;
    padding: 80px 24px 72px;
    text-align: center;
	border-bottom: 5px solid #ff5623;
  }
  .page-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(212,133,42,0.18) 0%, transparent 60%),
                      radial-gradient(circle at 80% 30%, rgba(245,192,96,0.12) 0%, transparent 50%);
  }
  /* decorative geometric rings */
  .hero-ring {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(212,133,42,0.18);
    pointer-events: none;
  }
  .hero-ring-1 { width: 500px; height: 500px; top: -180px; right: -100px; }
  .hero-ring-2 { width: 320px; height: 320px; bottom: -140px; left: -60px; }
  .hero-ring-3 { width: 200px; height: 200px; top: 20px; left: 12%; border-color: rgba(245,192,96,0.12); }

  .page-hero-content { position: relative; z-index: 2; }

  .page-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    color: var(--cream); line-height: 1.15; margin-bottom: 14px;
  }
  .page-hero h1 span { color: var(--amber); font-style: italic; }
  .page-hero p {
    color: rgba(255,248,239,0.72); font-size: 1.05rem;
    max-width: 520px; margin: 0 auto; line-height: 1.7;
  }
  .hero-divider {
    display: flex; align-items: center; justify-content: center;
    gap: 14px; margin: 22px auto 0;
  }
  .hero-divider span { width: 56px; height: 1px; background: rgba(212,133,42,0.5); }
  .hero-divider svg { color: var(--amber); width: 16px; height: 16px; }

  /* ── QUICK CONTACT STRIP ────────────────────── */
  .quick-strip {
    background: var(--amber);
    padding: 0 24px;
  }
  .quick-strip-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; justify-content: center; flex-wrap: wrap; gap: 0;
  }
  .quick-item {
    display: flex; align-items: center; gap: 10px;
    padding: 16px 36px;
    color: var(--white);
    text-decoration: none;
    font-size: 0.88rem; font-weight: 600;
    transition: var(--transition);
    border-right: 1px solid rgba(255,255,255,0.25);
  }
  .quick-item:last-child { border-right: none; }
  .quick-item:hover { background: rgba(0,0,0,0.12); }
  .quick-item svg { width: 18px; height: 18px; flex-shrink: 0; }


  /* ── INFO COLUMN ─────────────────────────────── */
  .info-col {}
  .info-header {
    margin-bottom: 32px;
  }
  .info-header .eyebrow {
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--amber); margin-bottom: 8px; display: block;
  }
  .info-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    color: var(--brown-dark); line-height: 1.25; margin-bottom: 12px;
  }
  .info-header p { color: var(--text-light); font-size: 0.93rem; line-height: 1.75; }

  .info-cards { display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
  .info-card {
    display: flex; align-items: flex-start; gap: 16px;
    background: var(--white);
    border: 1px solid rgba(160,82,45,0.14);
    border-radius: 8px; padding: 18px 20px;
    transition: var(--transition);
    text-decoration: none;
  }
  .info-card:hover {
    border-color: var(--amber);
    box-shadow: 0 6px 22px rgba(212,133,42,0.14);
    transform: translateX(4px);
  }
  .info-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    border-radius: 10px;
    background: var(--cream-dark);
    display: flex; align-items: center; justify-content: center;
    color: var(--amber);
    transition: var(--transition);
  }
  .info-card:hover .info-icon { background: var(--amber); color: var(--white); }
  .info-icon svg { width: 20px; height: 20px; }
  .info-card-body {}
  .info-card-body strong {
    display: block; font-size: 0.82rem; font-weight: 600;
    color: var(--text-light); letter-spacing: 0.06em; text-transform: uppercase;
    margin-bottom: 4px;
  }
  .info-card-body span {
    display: block; font-size: 0.95rem; color: var(--brown-dark); font-weight: 500;
  }
  .info-card-body small { font-size: 0.78rem; color: var(--text-light); }
  
    /* ── FORM COLUMN ─────────────────────────────── */
  .form-col {}
  .form-card {
    background: var(--white);
    border: 1px solid rgba(160,82,45,0.14);
    border-radius: 12px;
    padding: 40px 36px;
    box-shadow: var(--shadow-warm);
    position: relative; overflow: hidden;
  }
  .form-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brown-dark), var(--amber), var(--brown-dark));
  }
  .form-card-header { margin-bottom: 28px; }
  .form-card-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem; color: var(--brown-dark); margin-bottom: 6px;
  }
  .form-card-header p { font-size: 0.88rem; color: var(--text-light); }
  
  
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .form-group { margin-bottom: 18px; }
  .form-group label {
    display: block; font-size: 0.82rem; font-weight: 600;
    color: var(--brown-mid); letter-spacing: 0.04em;
    margin-bottom: 6px; text-transform: uppercase;
  }
  .form-group label .req { color: var(--amber); margin-left: 2px; }

  .form-control {
    width: 100%; padding: 12px 14px;
    border: 1.5px solid rgba(160,82,45,0.22);
    border-radius: 6px; background: var(--cream);
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 0.93rem; color: var(--text-dark);
    outline: none; transition: var(--transition);
    appearance: none;
  }
  .form-control:focus { border-color: var(--amber); background: var(--white); box-shadow: 0 0 0 3px rgba(212,133,42,0.12); }
  .form-control::placeholder { color: rgba(139,99,71,0.45); }

  select.form-control { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238B6347' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }

  textarea.form-control { resize: vertical; min-height: 120px; }

  /* Pitha interest checkboxes */
  .checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .check-label {
    display: flex; align-items: center; gap: 8px;
    padding: 9px 12px;
    border: 1.5px solid rgba(160,82,45,0.18);
    border-radius: 6px; cursor: pointer;
    font-size: 0.84rem; color: var(--text-body);
    transition: var(--transition);
    user-select: none;
  }
  .check-label:hover { border-color: var(--amber); background: var(--cream); }
  .check-label input { display: none; }
  .check-label input:checked ~ .check-box { background: var(--amber); border-color: var(--amber); }
  .check-label input:checked ~ .check-box::after { opacity: 1; }
  .check-label:has(input:checked) { border-color: var(--amber); background: #fff8ef; color: var(--brown-dark); font-weight: 500; }
  .check-box {
    width: 18px; height: 18px; flex-shrink: 0;
    border: 1.5px solid rgba(160,82,45,0.35);
    border-radius: 4px; background: var(--white);
    position: relative; transition: var(--transition);
  }
  .check-box::after {
    content: '✓'; position: absolute;
    inset: 0; display: flex; align-items: center; justify-content: center;
    font-size: 0.7rem; color: var(--white); opacity: 0; transition: var(--transition);
  }


  /* Submit */
  .btn-submit {
    width: 100%; padding: 14px;
    background: var(--brown-dark);
    color: var(--amber);
    border: none; border-radius: 6px;
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem; font-weight: 600;
    cursor: pointer; transition: var(--transition);
    display: flex; align-items: center; justify-content: center; gap: 10px;
    margin-top: 10px;
    box-shadow: 0 4px 16px rgba(62,26,0,0.2);
  }
  .btn-submit:hover { background: var(--brown-mid); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(62,26,0,0.28); }
  .btn-submit:active { transform: translateY(0); }
  .btn-submit svg { width: 18px; height: 18px; }
  .form-note { font-size: 0.76rem; color: var(--text-light); text-align: center; margin-top: 12px; }
  
    /* Success state */
  .success-overlay {
    display: none;
    position: absolute; inset: 0;
    background: var(--white);
    border-radius: 12px;
    flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center; padding: 48px;
    z-index: 10;
  }
  .success-overlay.show { display: flex; animation: fadeIn 0.4s ease; }
  @keyframes fadeIn { from{opacity:0; transform:scale(.97)} to{opacity:1; transform:scale(1)} }
  .success-icon {
    width: 72px; height: 72px; border-radius: 50%;
    background: linear-gradient(135deg, var(--amber), var(--brown-warm));
    display: flex; align-items: center; justify-content: center;
    color: var(--white); font-size: 2rem; margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(212,133,42,0.35);
  }
  .success-overlay h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem; color: var(--brown-dark); margin-bottom: 10px;
  }
  .success-overlay p { color: var(--text-light); font-size: 0.93rem; line-height: 1.7; margin-bottom: 24px; }
  .btn-back {
    padding: 11px 28px; background: var(--brown-dark);
    color: var(--amber); border: none; border-radius: 6px;
    font-family: 'Hind Siliguri', sans-serif; font-weight: 600;
    font-size: 0.92rem; cursor: pointer; transition: var(--transition);
  }
  .btn-back:hover { background: var(--brown-mid); }
  
  
   /* ── MAP SECTION ─────────────────────────────── */
  .map-section { padding: 0 0 80px; }
  .map-wrap {
    max-width: 1200px; margin: 0 auto; padding: 0 24px;
  }
  .map-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 20px; flex-wrap: wrap; gap: 12px;
  }
  .map-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem; color: var(--brown-dark);
  }
  .map-header a {
    font-size: 0.88rem; color: var(--amber); text-decoration: none;
    font-weight: 600; display: flex; align-items: center; gap: 6px;
    transition: var(--transition);
  }
  .map-header a:hover { color: var(--brown-warm); gap: 10px; }

  .map-container {
    border-radius: 12px; overflow: hidden;
    border: 1px solid rgba(160,82,45,0.2);
    box-shadow: var(--shadow-warm);
    position: relative; height: 380px;
    background: var(--cream-dark);
  }
  /* Placeholder map visual (replace with actual Google Maps embed) */
  .map-placeholder {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 12px; color: var(--text-light);
    background: linear-gradient(135deg, #f5ead8 0%, #ecddc5 100%);
    position: relative; overflow: hidden;
  }
  .map-placeholder::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(160,82,45,0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(160,82,45,0.08) 1px, transparent 1px);
    background-size: 40px 40px;
  }
  .map-pin-anim {
    position: relative; z-index: 2;
    width: 56px; height: 56px;
    background: var(--amber); border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 20px rgba(212,133,42,0.5);
    animation: pinBounce 2s ease infinite;
  }
  .map-pin-anim svg { width: 24px; height: 24px; color: var(--white); transform: rotate(45deg); }
  @keyframes pinBounce { 0%,100%{transform:rotate(-45deg) translateY(0)} 50%{transform:rotate(-45deg) translateY(-8px)} }
  .map-placeholder p { position: relative; z-index: 2; font-size: 0.9rem; text-align: center; }
  .map-placeholder strong { color: var(--brown-dark); display: block; font-size: 1rem; }
  .map-embed-note { position: relative; z-index: 2; }
  .map-embed-note a {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 22px;
    background: var(--brown-dark); color: var(--amber);
    border-radius: 6px; text-decoration: none;
    font-size: 0.85rem; font-weight: 600;
    transition: var(--transition);
  }
  .map-embed-note a:hover { background: var(--brown-mid); }
  
 
  
  /* Hide standard native woocommerce dropdown visually */
.variations select.variation-hidden-select {
    display: none !important;
}

/* Tab Layout Grid Container */
.custom-variation-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

/* Individual Unselected Tabs */
.variation-tab-item {
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: var(--brown-mid);
    padding: 0px 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.variation-tab-item:hover {
    background: #eaeaea;
    border-color: #bbb;
}

/* Selected Active Tab Design */
.variation-tab-item.active {
    background: var(--brown-dark); /* Change to match your store theme brand color */
    color: #fff;
    border-color: var(--brown-dark);
}

/* Hide the second duplicate variation price that appears above the add to cart button */
.single-product div.product .single_variation_wrap .woocommerce-variation-price {
    display: none !important;
}

.woocommerce-breadcrumb {
    font-size: 18px !important;
}
.woocommerce-breadcrumb a{
	text-decoration:none;
}