/*why choose us*/
 .choose-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 8%;
  flex-wrap: wrap;
  background: #d4e5f1;
  gap: 40px;
}

.choose-left {
  flex: 1 1 480px;
  max-width: 600px;
}

.choose-subtitle {
  color: #333D62;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.choose-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 18px;
}

.choose-text {
  color: #444;
  line-height: 1.6;
  margin-bottom: 35px;
}

.choose-stats {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.choose-stat {
  text-align: left;
}

.choose-stat h3 {
  font-size: 30px;
  margin: 0;
  font-weight:500;
  color: #000;
}

.choose-stat p {
  margin: 5px 0 0;
  font-weight: 500;
  color: #444;
}

.choose-right {
  background: #5a8fa0;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  flex: 1 1 320px;
  max-width: 400px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.choose-right h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.choose-feature {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 15px;
}

.choose-feature i {
  margin-right: 10px;
  font-size: 18px;
}

.choose-btn {
  display: inline-block;
  margin-top: 20px;
  background: #F1F0EB;
  color: #3C4B55;
  padding: 10px 28px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.choose-btn:hover {
  background:#fff;
  color: #3B9F95;
}


@media (max-width: 900px) {
  .choose-section {
    flex-direction: column;
    text-align: center;
    padding: 50px 5%;
    gap: 35px;
  }

  .choose-left {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .choose-title {
    font-size: 27px !important;
    margin-bottom: 15px;
  }

  .choose-text {
    font-size: 14px;
    margin-bottom: 25px;
	
  }

  .choose-stats {
    justify-content: center;
    gap: 25px;
  }

  .choose-stat {
    text-align: left;
  }

  .choose-stat h3 {
    font-size: 26px;
	
  }

  .choose-right {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 30px 25px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  }

  .choose-right h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .choose-feature {
    justify-content: start;
    font-size: 14px;
  }

  .choose-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/*why choose us END*/

/*custom field css*/
.custom-control-label .price-modifier{
display:none;
}
.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: none; /* Hide the default radio button */
}

.custom-radio label {
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size:14px;
  text-align:center;
}
.custom-radio label:hover {
  border-color:#000;
}
.custom-radio input[type="radio"]:checked + label {
  border-color: #000;
  color: #000;
}

/*end custom field css */


/*shop page btn*/
.btn.btn-primary, .btn:not(.btn-secondary):not(.btn-outline):not(.btn-link){
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 22px;
    font-weight:600;
}

  .btn-secondary{
	  font-weight:600 !important;
      font-size: 12px !important;
      padding: 7px 15px !important;
      border-radius: 22px !important;
  }

/*contact btn*/
#btn-mw-module-1760446089809-contact-form-btn{
  padding:10px;
  font-size:16px;
  border:2px solid #37325e !important;
}

/*product page*/
.product-info h1{
font-size:28px !important;
}

@media (max-width: 767px) {
.product-info h1{
font-size:20px;
}
  
 .mw-layout-container h4{
  font-size:24px !important;
  }
}



/*product page end*/

/*about us page breadcrumb*/
.mw-breadcrumb{
color:#fff !important;
}

/*end */


/*checkout page */
.checkout-v2-logo{
width:5% !important;

}
/* Mobile view (up to 767px width) */
@media (max-width: 767px) {
  .checkout-v2-logo {
    width: 15% !important;  /* adjust size for smaller screens */
  }
}
/*checkout page end*/