.consultation-form {
background-color:rgba(255, 182, 193, 0.1);
border-radius:10px;
box-shadow: 0 4px 12px rgba(255, 182, 193, 0.3); /* #ffb6c1 as rgba */
padding:20px;
}
.category-wrapper img {
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.category-wrapper {
  margin-bottom: 10px;
}

.category-wrapper img {
  height: 165px !important;
}

.category-wrapper h5 {
  font-size: 16px !important;
  text-align: center;
  margin: 10px 0px;
}

.category-container .col-lg-1 {
  width: 11.1111111111%;
}

@media (max-width: 768px) {
  .category-container .col-lg-1 {
    width: 33.3333333333%;
  }

  .category-wrapper img {
    height: 100px !important;
  }

  .category-container h5 {
    font-size: 14px !important;
  }

}

.collection-card {
  overflow: hidden;
  border: none;
  transition: transform 0.2s ease-in-out;
}

.collection-card:hover {
  transform: scale(1.02);
}

.collection-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.collection-label {
  background-color: #d90e89;
  padding: 0.75rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
}

@media (max-width: 576px) {
  .collection-img {
    height: 150px;
  }
}

.shop-products-skin-2 .h-400 {
  height: 309px !important;
  border-radius: 7px !important;
}

.shop-products-skin-2-btn .btn {
  width: 100%;
  background-color: #d90e89 !important;
  color: #fff !important;
  text-transform: uppercase;
 transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.shop-products-skin-2-btn .btn:hover {
background-color:#fff !important;
color:#d90e89 !important;
}

.shop-products-skin-2 .title {
  text-align: left !important;
  font-weight: 600;
}

.shop-products-skin-2 .price-holder {
  justify-content: left !important;
}

@media (max-width: 767.98px) {
  .shop-products-skin-2 .h-400 {
    height: 172px !important;
  }
}
.shop-products-skin-5 .h-400 {
height:314px !important;
border-radius:10px;
border:1px solid #ddd;
}
.shop-products-skin-5 h5 {
font-size:16px !important;
font-weight:600;
margin-bottom:0 !important;
}
.shop-products-skin-5 .review-card-rating{
margin-bottom:0 !important;
color:#d90e89;
}
.shop-products-skin-5 .price {
font-size:14px !important;
font-weight:600;
} 
.shop-products-skin-5 .btn {
display:none;
}
.info-box  {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0.5rem;
}
.info-box h5 {
font-size:16px !important;
font-weight:600;
}

@media (max-width: 767.98px) {
  .info-box-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .info-box {
    background-color: #fefbf6;
    border-radius: 10px;
    padding: 20px;
  }
}

.conditioning-wrapper .card {
  margin-bottom: 1.5rem;
  border: none;
  background-color: #fefbf6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.conditioning-wrapper .card-title {
  font-weight: bold;
}
.conditioning-wrapper .card img {
  object-fit: cover;
  height: 200px;
}
.conditioning-wrapper .heading {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
.features-section {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px;
  border-bottom: 1px solid #eee;
  max-width: 1300px;
  margin: auto;
  flex-wrap: wrap;
}
.feature-box {
	border:1px solid #d90e89;
  text-align: center;
  max-width: 250px;
  margin: 20px 10px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  margin-left: auto;
  margin-right: auto;
}

.feature-icon img {
  width: 50px;
  height: 100px;
  border-radius: 50%;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.feature-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.about-us-wrap i {
margin-right:4px;
}
.about-us-wrap i:before {
color:#00cc00 !important;
}

.shop-full-page {
  padding: 0 !important;
}

/* Parent wrapper styling */
.testimonials-wrapper {
  position: relative;
}

/* Individual testimonial item */
.testimonials-wrapper .row .col-lg-11 {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  color: #000;
}

.testimonials-wrapper .row.text-center:hover {
  transform: translateY(-5px);
}

/* Testimonial images */
.testimonials-wrapper .img-as-background img {
  border-radius: 50%;
  border: 4px solid #d90e89;
}

/* Name and job title */
.testimonials-wrapper h5 {
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  color: #d90e89;
}

.testimonials-wrapper p {
  font-size: 15px;
  color: #000;
}

/* Slick dots */
.testimonials-wrapper .slick-dots li button:before {
  font-size: 12px;
  color: #d90e89;
  opacity: 0.5;
}

.testimonials-wrapper .slick-dots li.slick-active button:before {
  color: #d90e89;
  opacity: 1;
}

.processing-wrapper .card {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-left: 5px solid #d90e89;
}

.processing-wrapper .card-title {
  color: #d90e89;
  font-weight: 600;
}
/* Base container styling */
.page-contact-us .container.safe-mode {
  padding: 30px 15px;
}

/* Address + Feedback box wrapper */
.page-contact-us .element.background-color-element {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Section titles */
.page-contact-us .font-weight-bold {
  font-weight: 600;
  margin-bottom: 6px;
  color: #d90e89;
}

/* Paragraph styling */
.page-contact-us .element p,
.page-contact-us .element a {
  font-size: 16px;
  color: #000;
}

/* Email & links */
.page-contact-us .element a {
  text-decoration: none;
  color: #d90e89;
}

.page-contact-us .element a:hover {
  text-decoration: underline;
}

/* Social icons */
.page-contact-us .module-social-links ul li a {
  font-size: 22px;
  transition: all 0.3s ease;
}

.page-contact-us .module-social-links ul li a:hover {
  color: #d90e89;
}

/* Contact form inputs */
.page-contact-us .mw_form input.form-control,
.page-contact-us .mw_form textarea.form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 10px 14px;
  transition: border-color 0.3s ease;
}

.page-contact-us .mw_form input:focus,
.page-contact-us .mw_form textarea:focus {
  border-color: #d90e89;
  outline: none;
  box-shadow: none;
}

/* Submit button */
.page-contact-us .mw_form .btn.btn-primary {
  background-color: #d90e89;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  transition: background 0.3s ease;
}

.page-contact-us .mw_form .btn.btn-primary:hover {
  background-color: #c00e7a;
}

/* Success Message */
.page-contact-us .message-sent {
  background: #e6f9f1;
  border: 1px solid #28a745;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}
/* Media Query for Mobile */
@media (max-width: 767.98px) {
  .page-contact-us .element.background-color-element {
    padding: 20px 15px !important;
  }

  .page-contact-us .mobile-menu,
  .page-contact-us .module-social-links {
    text-align: center;
  }

  .page-contact-us .module-social-links ul {
    padding-left: 0;
    justify-content: center;
  }

  .page-contact-us .col-md-6,
  .page-contact-us .col-lg-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-contact-us .mw_form input,
  .page-contact-us .mw_form textarea {
    font-size: 14px;
  }
}
.contact-card {
background-color:#fff;
border:1px solid #ddd;
padding:30px 0;
border-radius:10px;
}
.contact-card .btn {
background-color:transparent !important;
color:#000 !important;
font-size:12px !important;
font-weight:600 !important;
padding:7px 30px !important;

}
.blog-posts-1 .h-350 {
height:275px !important;
border-radius:10px;
}
.blog-posts-1 h4 {
font-size:18px !important;
font-weight:600;
}
.blog-posts-1 a {
color:#d90e89;
}
.related-title  {
font-size:36px;
text-transform: capitalize;
font-weight:600;
text-align:center;
}
.accordian-wrap ul li {
line-height:30px;
}
.accordian-wrap button {
background-color:#fff;
padding:5px 10px;
border-bottom:1px solid #ddd;
}
.accordian-wrap h5 {
font-size:20px;
}
.product-holder h1 {
font-size:22px;
font-weight:700;
}
.product-holder .shop-products-skin-2 .h-400 {
height:367px !important;
}
@media (max-width: 767.98px) {
.product-holder .shop-products-skin-2 .h-400 {
        height: 187px !important;
    }
}
 .highlight-box {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 0 15px rgba(0,0,0,0.08);
      margin-bottom: 30px;
    }
    .check-list i {
      color: #fff;
      margin-right: 8px;
    }
    .star-list i {
      color: #fff;
      margin-right: 8px;
    }
  .insta-btn {
    background-color: #d90e89;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
  }
.insta-btn i:before {
color:#fff !important;
}
  .insta-btn:hover {
    background-color: #c12e5d;
    color: #fff;
  }

  /* General styling for the parent container */
    .mw-forgot-pass-wrapper {
        background-color: #f9f9f9 !important;
        padding: 30px 0 !important;
    }


    .mw-forgot-pass-wrapper .col-12 {
        padding: 0 !important;
    }

    /* Form header styling */
    .mw-forgot-pass-wrapper .col-12 h4 {
        font-size: 24px !important;
        font-weight: 600 !important;
        color: #333 !important;
        margin-bottom: 15px !important;
    }

    .mw-forgot-pass-wrapper .col-12 p {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #555 !important;
    }

    /* Form control styling */
    .mw-forgot-pass-wrapper .form-group {
        margin-bottom: 15px;
    }

    .mw-forgot-pass-wrapper .form-group p {
        font-size: 14px !important;
        color: #555 !important;
    }

    /* Input group styling */
    .mw-forgot-pass-wrapper .input-group {
        border-radius: 10px !important;
        border: 1px solid #ddd !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    }

    .mw-forgot-pass-wrapper .input-group .form-control {
        border: 1px solid #ddd !important;
        border-radius: 10px !important;
        padding: 15px !important;
    }

    .mw-forgot-pass-wrapper .input-group-prepend .input-group-text {
        background-color: #007bff !important;
        border-radius: 10px 0 0 10px !important;
        color: white !important;
    }

    /* Tooltip styling */
    .mw-forgot-pass-wrapper .tooltip {
        font-size: 12px !important;
        color: #333 !important;
        font-weight: 400 !important;
    }

    /* Captcha styling */
    .mw-forgot-pass-wrapper .mw-captcha {
        display: flex !important;
        align-items: center !important;
    }

    .mw-forgot-pass-wrapper .mw-captcha-img {
        border-radius: 10px !important;
        width: 100px !important;
        height: 60px !important;
        margin-right: 10px !important;
    }

    .mw-forgot-pass-wrapper .mw-captcha-input {
        border-radius: 10px !important;
        padding: 10px !important;
        border: 1px solid #ddd !important;
        font-size: 14px !important;
        width: 200px !important;
    }

    /* Button styling */
    .mw-forgot-pass-wrapper .btn-outline-primary {
        background-color: #007bff;
        color: white;
        border-radius: 10px;
        padding: 12px;
        font-size: 16px;
        text-transform: uppercase;
        border: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .mw-forgot-pass-wrapper .btn-outline-primary:hover {
        background-color: #0056b3;
        border-color: #0056b3;
    }

    /* Alert messages styling */
    .mw-forgot-pass-wrapper .alert-mini {
        font-size: 14px;
        color: #fff;
        background-color: #f44336;
        border-radius: 5px;
        padding: 10px;
        margin-top: 10px;
    }

    .mw-forgot-pass-wrapper .alert-mini.alert-danger {
        background-color: #f44336;
    }

    .mw-forgot-pass-wrapper .alert-mini.alert-success {
        background-color: #4CAF50;
    }

    /* Center alignment for form elements */
    .mw-forgot-pass-wrapper .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
        .mw-forgot-pass-wrapper .col-6 {
            width: 100%;
        }

        .mw-forgot-pass-wrapper .mw-captcha-img {
            width: 80px;
            height: 50px;
        }

        .mw-forgot-pass-wrapper .mw-captcha-input {
            width: 100%;
        }

        .mw-forgot-pass-wrapper .btn-outline-primary {
            font-size: 14px;
            padding: 10px;
        }
    }