.mw-embed-iframe, .mwembed{
  min-height:0px !important;
}
/*Why Choose us*/
.bayoff-choose-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 50px 8%;
    flex-wrap: wrap;
    background-color: #f5f3ef;
    font-family: 'Poppins', sans-serif;
    color: #111111;
}
.bayoff-left {
    flex: 1;
    min-width: 300px;
    position: relative;
}
.bayoff-img {
    width: 100%;
    height: 400px; 
    object-fit: cover;
    border-radius: 12px;
}
.bayoff-years-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #d6c6b3;
    color: #1b2a41;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 6px;
}
.bayoff-rating-box {
    position: absolute;
    bottom: 20px; 
    right: 20px;
    background: #1b2a41;
    color: #f5f3ef;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-align: center;
}
.bayoff-rating-box h2 {
    font-size: 24px;
    margin-bottom: 5px;
}
.bayoff-rating-box .stars {
    color: #d6c6b3;
    font-size: 16px;
}
.bayoff-rating-box p {
    font-size: 12px;
    margin: 5px 0;
}
.bayoff-rating-box .excellent {
    background: #7e8a97;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    margin: 5px 0;
    font-size: 12px;
}
.bayoff-rating-box .tripadvisor {
    background: #1b2a41;
    color: #f5f3ef;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    display: inline-block;
}
.bayoff-right {
    flex: 1;
    min-width: 300px;
}
.bayoff-right h5 {
    color: #7e8a97;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.bayoff-right h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #1b2a41;
}
.bayoff-right p {
    font-size: 16px;
    color: #111111;
    margin-bottom: 20px;
    line-height: 1.6;
}
.feature-list {
    list-style: none;
    margin-bottom: 25px;
}
.feature-list li {
    font-size: 16px;
    margin: 15px 0;
    display: flex;
    align-items: center;
}
.feature-list li::before {
    content: "✔";
    color: #1b2a41;
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
}
.view-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #1b2a41;
    color: #f5f3ef;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s;
}
.view-btn:hover {
    background: #7e8a97;
}
@media(max-width: 768px) {
    .bayoff-choose-container {
        flex-direction: column;
        padding: 30px 5%;
  }
    .bayoff-right h2 {
        font-size: 26px;
    }

    .bayoff-rating-box {
        bottom: 15px;
        right: 15px;
        padding: 12px 15px;
    }

    .bayoff-rating-box h2 {
        font-size: 22px;
    }

    .bayoff-years-badge {
        font-size: 14px;
        padding: 6px 10px;
    }

    .bayoff-img {
        height: 300px; 
    }
}
/*Why Choose us END*/
/*Size radio*/
.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}
.custom-radio input[type="radio"] {
  display: none; 
}
.custom-radio label {
  display: inline-block;
  padding: 6px 6px;
  font-size:14px !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.custom-radio label:hover {
  border-color:#000;
}
.custom-radio input[type="radio"]:checked + label {
  border-color: #000;
  color: #000;
}
/*Size radio END*/
#product-inner-price{
  font-weight:600 !important;
  color:#1B2A41;
}
.checkout-modal-products-wrapper .decrement{
  background-color:#1B2A41;
  border:1px solid #1B2A41;
}
.checkout-modal-products-wrapper .increment {
   background-color:#D6C6B3;
  border:1px solid #D6C6B3;
  color:#1B2A41;
}
.bayoff-offer-container p{
  color:#fff !important;
}
/*Review section*/
.jeans-reviews-section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    background-color:#fff !important;
  }

  .jeans-reviews-section h4 {
    color: #828A97;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .jeans-reviews-section h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1B2A41;
    margin-bottom: 50px;
  }

  
  .jeans-reviews-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

 
  .jeans-review-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    min-width: 250px; 
  }

  .jeans-review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  }

  .jeans-quote {
    font-size: 32px;
    color: #FF4C3B;
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 0.15;
  }

  .jeans-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .jeans-review-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    border: 3px solid #1E2D42;
  }

  .jeans-review-header h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
  }

  .jeans-review-header p {
    font-size: 13px;
    color: #777;
  }

  .jeans-review-text {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 18px;
  }

  .jeans-review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .jeans-stars {
    color: #FFD700;
    font-size: 16px;
  }

  .jeans-review-date {
    font-size: 12px;
    color: #fff;
    background: #1B2A41;
    padding: 4px 10px;
    border-radius: 6px;
  }
  @media (max-width: 992px) {
    .jeans-reviews-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 768px) {
    .jeans-reviews-container {
      display: flex;
      overflow-x: auto;
      gap: 15px;
      padding-bottom: 10px;
      -webkit-overflow-scrolling: touch;
    }

    .jeans-review-card {
      flex: 0 0 auto;
      width: 250px; 
    }

    .jeans-review-text {
      font-size: 13px;
      line-height: 1.6;
      max-height: 60px; 
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }

  .jeans-reviews-container::-webkit-scrollbar {
    height: 6px;
  }

  .jeans-reviews-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
/*Review section END*/
/*product section design*/
.dev-service-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #faf8ef;
  padding: 14px 12px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.dev-service-box {
  flex: 1;
}
.dev-service-box i {
  font-size: 24px;
  color: #222;
  margin-bottom: 6px;
}
.dev-service-box h4 {
  font-size: 12px;
  color: #111;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .dev-service-section {
    gap: 8px;
    padding: 10px;
  }
  .dev-service-box i {
    font-size: 20px;
  }
  .dev-service-box h4 {
    font-size: 11px;
  }
}


/*FAQ*/
.noedit p{
  font-family: 'Poppins', sans-serif;
  font-size:14px ;
}
.mw-accordion-faq-skin-button {
  height: 50px !important;
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  border: 1px solid #EAEAE5 !important;
  border-radius: 12px;
  box-shadow: 0 8px 7px rgba(0,0,0,0.1);
  color: #333;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.mw-accordion-faq-skin-button:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
}
.mw-accordion-faq-skin-button h5{
  font-size:15px !important;
  font-weight:600 !important;
  font-family: 'Poppins', sans-serif;
}
/*FAQ END*/
/*SOLD */
.sold-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #e53935;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  padding: 6px 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
  cursor: default;
}

.sold-badge:hover {
  transform: scale(1.05);
}

.fire-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.sold-text {
  white-space: nowrap;
}

/* ✅ Mobile Responsive */
@media (max-width: 600px) {
  .sold-badge {
    font-size: 14px;
    padding: 5px 10px;
    gap: 4px;
  }

  .fire-img {
    width: 18px;
    height: 18px;
  }
}

/*SOLD END */