.gallery-arrow {
   display:none !important;
}


.product-badge{
   display:none !important;
}
.gallery-arrow-right{
   display:none !important;
}
.thumb-nav.prev {
   display:none !important;
}
.thumb-nav{
   display:none !important;
}
/* ===== Designer Input Fields ===== */
.module-custom-fields .form-control,
.module-custom-fields textarea.form-control,
.module-custom-fields select.form-control,
.module-custom-fields select.form-select{
  height: 42px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px 14px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  background: #fff;
}
.module-custom-fields .form-control:focus,
.module-custom-fields textarea.form-control:focus,
.module-custom-fields select.form-control:focus,
.module-custom-fields select.form-select:focus{
  border-color: #1b3a2f; 
  box-shadow: 0px 6px 14px rgba(27,58,47,0.15);
  outline: none;
}
.module-custom-fields textarea.form-control{
  height: 90px !important;
}
@media (max-width: 768px){
  .module-custom-fields .form-control,
  .module-custom-fields textarea.form-control,
  .module-custom-fields select.form-control,
  .module-custom-fields select.form-select{
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .gallery-arrow {
   display:none !important;
}
.gallery-arrow-right{
   display:none !important;
}

  .module-custom-fields textarea.form-control{
    height: 85px !important;
  }
}
  .form-control{
	color:#555 !important;
}
.form-select{
  color:#555 !important;
}

/* ===== Designer Input Fields ===== END*/
/*shop products skin-2 css */
.shop-products-skin-2 {
  padding: 5px;
  margin-bottom: 5px !important;
}

.shop-products-skin-2 .product {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.shop-products-skin-2 .img-as-background {
  height: 315px !important;
}

.shop-products-skin-2 .product:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.shop-products-skin-2 .img-as-background img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}

.shop-products-skin-2 h6 {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}

.shop-products-skin-2 .price-holder .price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
  font-size: 0.9rem;
}

.shop-products-skin-2 .price-holder .price {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

.shop-products-skin-2 .content {
  padding: 0px !important;
}

.shop-products-skin-2-btn .btn{
  width:80%;
  padding:10px 22px !important;
  margin-bottom:15px;

  font-family:'Poppins',sans-serif;
  font-size:14px;
  font-weight:600 !important;
  text-transform:capitalize;

  color:#ff9513  !important;
  background:linear-gradient(87deg, #9c70ab, #75477f)
  border:1.5px solid #E3B15B !important;
  border-radius:10px !important;

  transition:all .35s ease-in-out;
  position:relative;
  overflow:hidden;
}
.shop-products-skin-2-btn .btn:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .shop-products-skin-2 .mw-layout-product-stock {
    padding: 5px;
  }

  .shop-products-skin-2 .img-as-background {
    height: 168px !important;
  }

  .shop-products-skin-2 h6 {
    font-size: 14px !important;
  }

  .shop-products-skin-2-btn .btn {
    font-size: 14px;
    padding: 5px 10px !important;
  }

  .shop-products-skin-2 .price-holder .price {
    font-size: 14px;
  }
}
/*shop products skin-2 css */
.btn.btn-primary, .btn:not(.btn-secondary):not(.btn-outline):not(.btn-link){
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 22px;
}

  .btn-secondary{
      font-size: 14px !important;
      padding: 7px 15px !important;
      border-radius: 22px !important;
  }
.add-to-cart-btn{
  height:50px;
  background-color:white !important;
  color:black !important;
}
.add-to-cart-btn:hover{
  height:50px;
  background-color:black !important;
  color:white !important;
}
/*
.buy-now {
 height:50px; 
    background-color:black !important;
  color:white !important;
}*/
.button-row{
      display: flex;
    gap: 10px;
}





/*Book Now */
.vaidban-consult-section{
  width:100%;
  
  padding:80px 20px;
  text-align:center;
}

.vaidban-consult-box{
  max-width:900px;
  margin:auto;
  color:white;
}

.consult-tag{
  background:#A7F3D0;
  color:#064E3B;
  padding:6px 14px;
  border-radius:20px;
  font-size:14px;
  font-weight:600;
}

.vaidban-consult-box h2{
  font-size:36px;
  margin:18px 0 10px;
}

.vaidban-consult-box p{
  font-size:16px;
  line-height:1.7;
  opacity:0.9;
  margin-bottom:25px;
}

.vaidban-btn{
  display:inline-block;
  background:white;
  color:#0F3D2E;
  padding:12px 28px;
  border-radius:30px;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
  transition:all .3s ease;
  min-width:220px;     
  max-width:260px;      
  text-align:center;
}

.vaidban-btn:hover{
  transform:translateY(-3px);
}


@media(max-width:768px){
  .vaidban-consult-section{
    padding:60px 16px;
  }

  .vaidban-consult-box h2{
    font-size:26px;
  }

  .vaidban-consult-box p{
    font-size:14px;
  }

  .vaidban-btn{
    width:220px;   
  }
}


/*Book Now END */
/*why choose*/
.why-choose{
  background: var(--bg-green);
  padding: 70px 5%;
  text-align: center;
}


.why-choose h2{
  font-size: 32px;
  color: var(--dark);
  margin-bottom: 8px;
}

.why-choose p{
  color:#555;
  margin-bottom:40px;
}

.card-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:20px;
  max-width:1100px;
  margin:auto;
}


.choose-card{
  background:white;
  border-radius:16px;
  padding:25px 20px;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
  transition:.3s;
  text-align:center;
}

.choose-card:hover{
  transform:translateY(-5px);
}


.img-box{
  width:80px;
  height:80px;
  background:#fff4e8;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 15px;
}

.img-box img{
  width:45px;
}


.choose-card h3{
  margin:10px 0 6px;
  font-size:18px;
}

.choose-card p{
  font-size:14px;
  color:#666;
  line-height:1.6;
}


@media(max-width:768px){
  .card-grid{
    grid-template-columns: 1fr;
    max-width:420px;
  }

  .why-choose h2{
    font-size:26px;
  }
}
/*why choose end*/
/*Product Features*/
.features-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 900px;
    margin: auto;
    padding: 20px;
}

.feature-box{
    background: #2E7D32;  
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
}

.feature-box img{
    width: 30px;
}


@media(max-width: 768px){
    .features-container{
        grid-template-columns: 1fr;
    }
}
/*Product Features END*/
/*Product description Book now design*/
.tarfiya-banner{
  width:100%;
  background: #FFF3E6;
  padding:60px 20px;
  text-align:center;
  border-radius:20px;
  margin:20px auto;
  max-width:1100px;
  color:white;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.tarfiya-banner h2{
  font-size:28px;
  margin-bottom:12px;
}

.tarfiya-banner p{
  max-width:800px;
  margin:0 auto 20px;
  font-size:16px;
  line-height:1.6;
  color:var(--light-green);
  text-transform :lowercase;
}


.tarfiya-btn{
  display:inline-block;
  padding:12px 28px;
  background:#1F5F3A;
  color:white;
  text-decoration:none;
  border-radius:30px;
  font-weight:600;
  box-shadow:0 5px 12px rgba(0,0,0,0.2);
  transition:0.3s;
}

.tarfiya-btn:hover{
  background:#084d1b;
  transform:translateY(-2px);
}


@media(max-width:768px){
  .tarfiya-banner{
    padding:40px 15px;
  }

  .tarfiya-banner h2{
    font-size:22px;
  }

  .tarfiya-banner p{
    font-size:14px;
  }

  .tarfiya-btn{
    padding:10px 22px;
  }
}
/*Product description Book now design END*/
/*priacy policy*/
.tarfiya-privacy-wrapper{
    max-width:1500px;
    margin:30px auto;
    background:white;
    padding:25px;
    border-radius:10px;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
}


.tarfiya-privacy-title{
    text-align:center;
    color:#064e3b;
    font-size:26px;
}


.tarfiya-privacy-subtitle{
    color:#0f766e;
    font-size:20px;
}


.tarfiya-privacy-text{
    color:#333;
    line-height:1.6;
    font-size:15px;
}


.tarfiya-privacy-list li{
    color:#333;
    font-size:15px;
    line-height:1.6;
}


.tarfiya-contact-box{
    background:#ecfeff;
    padding:15px;
    border-left:5px solid #0f766e;
    border-radius:6px;
    margin-top:20px;
}

@media(max-width:768px){
    .tarfiya-privacy-wrapper{
        width:90%;
        padding:20px;
    }
    .tarfiya-privacy-title{
        font-size:22px;
    }
}
/*priacy policy END*/
/*BOOK NOW CONTENT*/