.container-cust {
    max-width: 1610px;
    padding: 0px 15px;
}

.align-item-center {
    align-items: center;
}

.row.product-grid .col-lg-4 {
    margin-bottom: 25px;
}

.slider-content h1{
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.slider-content p{
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}
.space {
    padding: 100px 0;
}

.newsletter-content h2 {
    color: #1e1c5a;
    text-shadow: 2px 2px 1px #d5d5d5;
}

.testimonial-section {
      text-align: center;
      padding: 60px 20px;
      position: relative;
    }

    .testimonial-title {
      
      font-size: 36px;
      color: #000;
      margin-bottom: 10px;
    }

    .testimonial-title .green {
      color: #31b94d;
    }

    .testimonial-subtitle {
      font-size: 14px;
      margin-bottom: 50px;
      color: #333;
    }

    .testimonial-box {
      position: relative;
      background: white;
      max-width: 60%;
      margin: 0 auto;
      padding: 60px 40px;
      border-radius: 30%;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      overflow: hidden;
    }

    .testimonial-slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .testimonial-slide {
      min-width: 100%;
      box-sizing: border-box;
    }

    .stars {
      color: #f4b400;
      font-size: 22px;
      margin-bottom: 20px;
    }

    .testimonial-text {
      font-size: 16px;
      color: #444;
      line-height: 1.7;
      max-width: 540px;
      margin: 0 auto 30px;
    }

    .testimonial-author {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      margin-bottom: 10px;
    }

    .testimonial-author img {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #31b94d;
    }

    .testimonial-author h4 {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
    }

    .testimonial-author span {
      font-size: 13px;
      color: #666;
    }

    .quote-icon {
      font-size: 60px;
      color: #f0f0f0;
      margin-top: 10px;
    }

    .nav-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: white;
      border: 1px solid #ccc;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 18px;
      z-index: 2;
    }

    .nav-arrow.left {
      left: 20px;
    }

    .nav-arrow.right {
      right: 20px;
    }


  .footer-inner {
    margin: auto;
    background: #1e1c5a;
    padding: 15px;
    margin: 0 15px 20px;
    border-radius: 20px;
    padding: 30px;
}

  .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
  }

  .footer-logo {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #fff;
    padding: 6px 10px;
}
.footer-bottom p {
    color: #fff;
}

section.featured.section-padding {
    padding: 0 0 80px !important;
}

.banner-left-icon {
    position: relative;
    background: #7dd4db4a !important;
    padding: 20px;
    border-radius: 10px;
}

  .footer-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
  }

  .footer-column h4 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
  }

  .contact-block {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 16px;
    color: #eee;
  }

  .icon-box {
    width: 36px;
    height: 36px;
    background: #fff;
    color: #5a2a7c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: #eee;
    text-decoration: none;
    transition: 0.3s;
  }

  .footer-links a:hover {
    color: #fff;
    text-decoration: underline;
  }

.footer-divider {
    border: none;
    height: 1px;
    background: rgb(255 255 255);
    margin: 30px 0;
    opacity: 0.7;
}
.footer-column p {
    color: #fff;
}
ul.footer-links li {
    font-size: 16px;
}

  .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    font-size: 13px;
    color: #ddd;
  }

  .footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .footer-social i {
    color: #5a2a7c;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
    font-size: 14px;
    transition: 0.3s;
  }

  .footer-social i:hover {
    background: #fff;
    color: #000;
  }

  .home-slider .container,
  .newsletter .container,
  .clinic-footer .container {
    max-width: 1620px;
  }

  @media (max-width: 1924px) {
    .home-slider .container,
    .newsletter .container,
    .clinic-footer .container {
      max-width: 1820px !important;
    }
  }

  .home-slider .slick-prev {
    left: 0 !important;
    z-index: 9999;
  }

  @media (max-width:576px) {
    .row { 
      margin-left:0;
      margin-right:0;
    }
    .video-section .custvideoyoutube {
      padding: 30px !important;
    }
  }

  html,body{overflow-x:clip;} /* safer than hidden for sticky elements */
*,*::before,*::after{box-sizing:border-box;}
img,video,iframe{max-width:100%;height:auto;display:block;}
/* kill 100vw layout bugs */
[style*="100vw"], .w-100vw{width:100%!important;}

/* long text/URLs */
.content,.description{overflow-wrap:anywhere;word-break:break-word;}



  .home-slider .slick-next {
    right: 0 !important;
  }

  .mobile-header-wrapper-style {
    width: 80%;
  }

  footer {
    display: flex !important;
    justify-content: center !important;
  }

  /* Default hidden */


  @media (max-width: 768px) {
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }

    .video-section .custvideoyoutube {
      padding: 30px !important;
    }

    .about-title {
      text-decoration: 2px underline;
      text-underline-offset: 9px !important; 
    }

    

    .totall-product.d-flex.justify-content-between.align-items-center.mb-4 {
      flex-wrap: wrap;
    }

    .team-card .content {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 15px;
      background: #fff;
      padding: 15px !important;
      max-width: 80%;
      position: relative;
      z-index: 2;
      transform: translateY(-70px);
      margin-left: auto;
      margin-right: auto;
      transition: 0.2s;
    }

    .team-card:hover .content {
      transform: translateY(-55px) !important;
      transition: 0.2s;
    }

    .row.about-me-section h1 {
      font-size: 30px !important;
    }

    .pl-25.about-section {
      padding-left: 0 !important;
    }
    
    .footer-bottom {
      flex-direction: column;
      text-align: center;
    }
    .row.product-grid .col-lg-4 {
      width: 50%;
    }
  }

  

  @media (max-width: 500px) {
    .footer-grid {
      grid-template-columns: 1fr;
    }
    .product-cart-wrap .product-card-bottom {
      display: flex;
      margin-top: 0 !important;
      flex-wrap: wrap !important;
      text-align: center;
      justify-content: center !important;
    }
  }

@media (max-width: 768px) {
  .space {
    padding: 50px 0 !important;
  }

  td.image.product-thumbnail {
    display: flex;
    justify-content: center;
  }
  .space-bottom {
    padding-bottom: 50px;
  }

  .single-hero-slider.single-animation-wrap {
    padding: 30px !important;
    height: 220px !important;
  }

  .container-cust {
    max-width: 100%;
    padding: 0x !important;
  }

  .home-slider .container, .newsletter .container, .clinic-footer .container {
    max-width: 100%;
  }

  .space-top {
    padding-top: 50px;
  }

  .row.cust .col-lg-3,
  .row.cust .col-lg-4 {
    width: 50%;
  }
  .product-cart-wrap {
    border-radius: 10px !important;
    padding: 6px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
  }
  .product-cart-wrap .product-card-bottom {
    display: flex;
    margin-top: 0 !important;
    flex-wrap: wrap !important;
    text-align: center;
    justify-content: center !important;
  }
  .product-cart-wrap .product-card-bottom .add-cart .add {
    position: relative;
    display: inline-block;
    padding: 4px 10px !important;
    border-radius: 4px;
    background-color: #7b1315;
    font-size: 14px !important;
    font-weight: 600;
    color: #fff;
  }

  .product-cart-wrap .product-content-wrap h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
  }
  .product-cart-wrap .product-content-wrap .product-price span {
    font-size: 19px !important;
    font-weight: bold;
    color: #000;
  }
}

.services-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    font-size: 18px;
    color: #333;
}
.services-list li::before {
    content: "✨";
    position: absolute;
    left: 0;
    top: 0;
}

.about-section p {
  font-size: 17px;
}

.about-title {
    text-decoration: 2px underline;
    text-underline-offset: 14px;
}

.video-section .custvideoyoutube {
    background: linear-gradient(165deg, #5cb3ed, #b1f2f5);
    display: flex;
    justify-content: center;
    border-radius: 20px;
    padding: 70px;
}

.login-reg-btn button.cust {
    background-color: #fff;
    border-radius: 8px;
    border: 3px solid #77181a;
    padding: 4px 27px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}

a.cust {
    background-color: #fff;
    border-radius: 8px;
    border: 3px solid #77181a;
    padding: 4px 27px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}

.divider {
    background: #00000070;
    margin: 19px;
    height: 1px;
}

.login-reg-btn button.active {
  background-color: #77181a;
  color: #fff;
}

a.mini-cart-icon { position: relative; display: inline-block; }
a.mini-cart-icon .pro-count { position: absolute; top:-6px; right:-8px; /* etc */ }



.login-reg-btn {
    justify-content: center;
    width: 100%;
    gap: 15px;
}
.about-me-section p {
  font-size: 17px;
  text-align: justify;
}

.space-top {
  padding-top: 100px;
}

.space-bottom {
  padding-bottom: 100px;
}

hr {
    margin: 1rem 0;
    color: #000000 !important;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .55 !important;
}

.cust-btn-g {
  background-color: #deddff !important;
    color: #000 !important;
    width: 100%;
    margin-top: 10px !important;
    font-size: 15px;
    font-weight: 500 !important;
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

td.product-des.product-name h6 {
    font-size: 19px;
}

