body {
  font-family: "Poppins", sans-serif;
  color: #222;
  background-color: #f7fdf6;
  position: relative;
  overflow-x: hidden;
}

body.sub_page {
  overflow-x: hidden;
}

.layout_padding {
  padding: 100px 0;
}

.layout_padding2 {
  padding: 55px 0;
}

.layout_padding2-top {
  padding-top: 55px;
}

.layout_padding2-bottom {
  padding-bottom: 55px;
}

.layout_padding-top {
  padding-top: 100px;
}

.layout_padding-bottom {
  padding-bottom: 100px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.custom_heading-container h2 {
  text-transform: uppercase;
  position: relative;
}

.custom_heading-container h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background-color: #10e7f4;
}

/*header section*/
.hero_area {
  min-height: 320px;
  max-height: 540px;
  height: 60vh;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.sub_page .hero_area {
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
}

.hero_area.sub_pages {
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
}

.header_section {
  position: relative;
  z-index: 10;
  width: 100%;
}

.header_section .top_contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  font-family: 'Roboto', sans-serif;
}

.header_section .top_contact-container .tel_container a {
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .top_contact-container .tel_container a img {
  width: 20px;
  margin-right: 10px;
}

.header_section .top_contact-container .social-container img {
  margin: 0 5px;
}

.header_section .top_contact-container .social-container img.s-1 {
  width: 25px;
}

.header_section .top_contact-container .social-container img.s-2 {
  width: 25px;
}

.header_section .top_contact-container .social-container img.s-3 {
  width: 25px;
}

.header_section .container-fluid {
  background-color: #3a5d3a;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 25px;
  color: #eafbe6;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #eafbe6;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  border-radius: 0;
}

.login_btn-contanier a {
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto', sans-serif;
}

.login_btn-contanier a img {
  margin-right: 15px;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 40px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 10px 0;
}

.custom_nav-container .form-inline {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.custom_nav-container .form-inline input {
  width: 84%;
  border: none;
  outline: none;
  padding: 4px;
  padding-left: 15px;
  text-transform: uppercase;
  height: 35px;
  background-color: #ffffff;
}

.custom_nav-container .form-inline button {
  background-color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

/*end header section*/
/* slider section */
.slider_section {
  min-height: unset;
  max-height: unset;
  height: auto;
  display: block;
  align-items: unset;
  background: url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .hero_area {
    min-height: 220px;
    max-height: 340px;
    height: 38vh;
  }
}
.slider_section .img-box img {
  max-width: 100%;
  max-height: 320px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.slider_section .detail-box h1,
.slider_section .detail-box h1 span {
  color: #fff !important;
  font-weight: bold;
  text-shadow: 0 4px 18px #7c217c, 0 0 12px #fff, 0 0 32px #b94cb9;
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  font-weight: bold;
}

.slider_section .detail-box h1 span {
  font-size: 4rem;
  font-weight: bold;
}

.slider_section .detail-box p,
.slider_section .detail-box a {
  color: #fff !important;
  font-weight: bold;
  text-shadow: 0 2px 8px #222, 0 0 2px #000;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #7bb661;
  border: 1px solid #7bb661;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 45px;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s;
}

.slider_section .detail-box a:hover {
  background-color: #3a5d3a;
  color: #fff;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: absolute;
  left: 2.5%;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #2c2c2c;
  -webkit-transform: translateY(-50%) translatex(0);
          transform: translateY(-50%) translatex(0);
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #ffffff;
  width: 55px;
  height: 55px;
  -webkit-transform: translateY(-50%) translatex(-5px);
          transform: translateY(-50%) translatex(-5px);
}

.slider_section .carousel-control-prev {
  top: 47%;
  background-image: url(../images/left-arrow.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/left-arrow-blue.png);
}

.slider_section .carousel-control-next {
  top: 62%;
  background-image: url(../images/right-arrow.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/right-arrow-blue.png);
}

.slider_section .carousel-indicators {
  bottom: -75px;
}

.slider_section .carousel-indicators li {
  margin: 0;
  height: 1px;
  opacity: 1;
  width: 40px;
}

.slider_section .carousel-indicators li.active {
  height: 5px;
  margin-top: -2px;
  width: 45px;
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 24px;
}

.feature_section .feature_container .box {
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: box-shadow 0.2s;
  width: 100%;
  max-width: 400px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

.feature_section .feature_container .box:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.feature_section .feature_container .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  margin-bottom: 20px;
  background: #f7fdf6;
  border-radius: 12px;
  overflow: hidden;
  flex: 1;
  min-height: 280px;
}

.feature_section .feature_container .box .img-box iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 280px;
  max-height: 280px;
  border-radius: 8px;
  object-fit: cover;
}

.feature_section .feature_container .box .img-box img {
  max-height: 150px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: #f7fdf6;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.feature_section .feature_container .box .detail-box {
  margin-top: auto;
  flex-shrink: 0;
}

.feature_section .feature_container .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.feature_section .feature_container .box .detail-box p {
  margin-bottom: 0;
  line-height: 1.5;
  color: #666;
}

/* Estilos para el contenedor del logo */
.logo-container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.logo-image {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.discount_section {
  background-color: #034117;
  color: #ffffff;
  padding: 32px 0 18px 0;
  min-height: unset;
}

.discount_section .row {
  align-items: center;
}

.discount_section .row .col-lg-7 {
  padding: 0;
}

.discount_section .detail-box {
  padding: 18px 0 18px 0;
}

.discount_section .detail-box h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
}

.discount_section .detail-box h2 span {
  color: #10e7f4;
}

.discount_section .detail-box p {
  margin-top: 25px;
}

.discount_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #7c217c;
  border: 1px solid #7c217c;
  color: #ffffff;
  margin-top: 35px;
}

.discount_section .detail-box a:hover {
  background-color: #b94cb9;
  color: #ffffff;
}

.discount_section .img-box img {
  width: 80%;
  max-width: 320px;
  min-width: 180px;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}

@media (max-width: 991px) {
  .discount_section .img-box img {
    width: 90%;
    max-width: 220px;
  }
  .discount_section {
    padding: 18px 0 8px 0;
  }
}

.health_section {
  position: relative;
  background: linear-gradient(135deg, #f7fdf6 0%, #e8f5e8 50%, #d4e9d4 100%);
  padding: 80px 0;
  overflow: hidden;
}

.health_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(58, 93, 58, 0.05);
  z-index: 1;
}

.health_section .health_carousel-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.health_section .health_carousel-container h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #3a5d3a;
  margin-bottom: 50px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.health_section a {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #3a5d3a 0%, #7c217c 100%);
  border: none;
  color: #ffffff;
  margin-top: 30px;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(58, 93, 58, 0.3);
  transition: all 0.3s ease;
}

.health_section a:hover {
  background: linear-gradient(135deg, #7c217c 0%, #3a5d3a 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(58, 93, 58, 0.4);
}

.health_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 280px;
  max-width: 360px;
  width: 100%;
  min-height: 450px;
  height: auto;
  justify-content: flex-start;
  background: #ffffff;
  margin: 20px 10px;
  font-family: 'Poppins', sans-serif;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  padding: 0 0 20px 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
}

.health_section .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3a5d3a 0%, #7c217c 50%, #10e7f4 100%);
  z-index: 1;
}

.health_section .box:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}

.health_section .box .img-box {
  width: 100%;
  padding: 30px 20px 20px 20px;
  background: linear-gradient(135deg, #f8fdf8 0%, #f0f9f0 100%);
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  position: relative;
}

.health_section .box .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(58, 93, 58, 0.02) 0%, rgba(124, 33, 124, 0.02) 100%);
  border-radius: 20px 20px 0 0;
}

.health_section .box .img-box img {
  max-height: 160px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  background: #ffffff;
  padding: 8px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.health_section .box:hover .img-box img {
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

.health_section .box .btn_container {
  width: 100%;
  padding: 0 20px;
  margin-top: 15px;
}

.health_section .box .btn_container a {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(135deg, #3a5d3a 0%, #7c217c 100%);
  border: none;
  color: #ffffff;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(58, 93, 58, 0.2);
}

.health_section .box .btn_container a:hover {
  background: linear-gradient(135deg, #7c217c 0%, #3a5d3a 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(58, 93, 58, 0.3);
}

.health_section .box .detail-box {
  width: 100%;
  display: block;
  padding: 20px 20px 0 20px;
  margin-top: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.health_section .box .detail-box .star_container {
  color: #f5c608;
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.1rem;
}

.health_section .box .detail-box .text {
  display: block;
  width: 100%;
  text-align: center;
}

.health_section .box .detail-box .text h6 {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  word-break: break-word;
  color: #3a5d3a;
  letter-spacing: 0.5px;
}

.health_section .box .detail-box .text p {
  font-size: 0.95rem;
  margin: 0 0 15px 0;
  color: #666;
  word-break: break-word;
  line-height: 1.5;
  font-weight: 400;
}

.health_section .box .detail-box .text h6.price {
  font-weight: 700;
  color: #3a5d3a;
  font-size: 1.3rem;
  margin: 0;
  display: inline-block;
  background: linear-gradient(135deg, #f8fdf8 0%, #f0f9f0 100%);
  padding: 8px 16px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(58, 93, 58, 0.1);
}

.health_section .box .detail-box .text h6.price span {
  color: #7c217c;
  font-weight: 800;
}

/* Controles del carrusel mejorados */
.health_section .owl-carousel .owl-nav.disabled {
  display: block;
}

.health_section .owl-carousel .owl-nav.disabled > div {
  position: absolute;
  top: -80px;
  background: linear-gradient(135deg, #3a5d3a 0%, #7c217c 100%);
  width: 50px;
  height: 50px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(58, 93, 58, 0.3);
  transition: all 0.3s ease;
}

.health_section .owl-carousel .owl-nav.disabled > div:hover {
  background: linear-gradient(135deg, #7c217c 0%, #3a5d3a 100%);
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(58, 93, 58, 0.4);
}

.health_section .owl-carousel .owl-nav.disabled .owl-prev {
  background-image: url(../images/prev.png);
  right: 95px;
}

.health_section .owl-carousel .owl-nav.disabled .owl-next {
  background-image: url(../images/next.png);
  right: 35px;
}

/* Indicadores del carrusel */
.health_section .owl-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.health_section .owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #d4e9d4;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.health_section .owl-carousel .owl-dot.active {
  background: linear-gradient(135deg, #3a5d3a 0%, #7c217c 100%);
  transform: scale(1.2);
}

.about_section {
  background-color: #f9f9f9;
  text-align: center;
}

.about_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .container .img-box {
  margin: 45px 0;
  margin-left: 40px;
}

.about_section .container .img-box img {
  width: 100%;
}

.about_section .container .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #7c217c;
  border: 1px solid #7c217c;
  color: #ffffff;
  margin-top: 35px;
}

.about_section .container .detail-box a:hover {
  background-color: #b94cb9;
  color: #ffffff;
}

.client_section .client_container {
  width: 550px;
  margin: 0 auto;
  text-align: center;
}

.client_section .client_container .client_detail {
  border: 1px solid #000000;
  padding: 25px 20px;
}

.client_section .client_container .client_detail p {
  margin: 0;
}

.client_section .client_container .client_box {
  margin-top: 35px;
}

.client_section .client_container .client_box .name {
  margin-top: 25px;
}

.client_section .client_container .client_box .name h5 {
  text-transform: uppercase;
}

.client_section .client_container .client_box .name h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2deaf5;
}

.client_section .client_container .client_box .name h6 img {
  margin-top: 5px;
}

.client_section .carousel-indicators {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -25px;
}

.client_section .carousel-indicators li {
  margin: 3px;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #10e7f4;
  border-radius: 100%;
  position: relative;
}

.client_section .carousel-indicators li::before {
  content: "";
  width: 35%;
  height: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 100%;
}

.client_section .carousel-indicators li.active {
  background-color: #161616;
  width: 15px;
  height: 15px;
}

.client_section .carousel-indicators li.active::before {
  display: none;
}

.contact_section {
  overflow: hidden;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.contact_section.layout_padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact_section .custom_heading-container {
  margin-bottom: 40px;
}

.contact_section .custom_heading-container h2 {
  margin-bottom: 15px;
  line-height: 1.2;
}

.contact_section .custom_heading-container p {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact_section .form_contaier {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.contact_section .form_contaier form .form-group {
  margin-bottom: 20px;
}

.contact_section .form_contaier form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.contact_section .form_contaier form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.contact_section .form_contaier form .form-control:focus {
  border-color: #3a5d3a;
  box-shadow: 0 0 0 0.2rem rgba(58, 93, 58, 0.15);
  outline: none;
}

.contact_section .form_contaier form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.contact_section .form_contaier form button {
  background-color: #3a5d3a;
  border-color: #3a5d3a;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 10px;
}

.contact_section .form_contaier form button:hover {
  background-color: #2d4a2d;
  border-color: #2d4a2d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(58, 93, 58, 0.3);
}

.contact_section .detail-box {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 50px 30px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.contact_section .detail-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(58, 93, 58, 0.8);
  z-index: 1;
}

.contact_section .detail-box h3,
.contact_section .detail-box p,
.contact_section .detail-box ul {
  position: relative;
  z-index: 2;
}

.contact_section .detail-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.contact_section .detail-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.contact_section .detail-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_section .detail-box ul li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.4;
}

.contact_section .detail-box ul li b {
  color: #10e7f4;
  font-weight: 600;
}

.contact-info {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  margin-top: 40px;
}

.contact-info p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #495057;
}

.contact-info p strong {
  color: #3a5d3a;
  font-weight: 600;
}

.contact-info p:last-child {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #28a745;
}

/* Responsive improvements for contact section */
@media (max-width: 991px) {
  .contact_section .form_contaier {
    padding: 25px;
    margin-bottom: 30px;
  }
  
  .contact_section .detail-box {
    padding: 40px 25px;
  }
  
  .contact_section .detail-box h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .contact_section .form_contaier {
    padding: 20px;
  }
  
  .contact_section .detail-box {
    padding: 35px 20px;
  }
  
  .contact_section .detail-box h3 {
    font-size: 24px;
  }
  
  .contact_section .detail-box p {
    font-size: 15px;
  }
  
  .contact-info {
    padding: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .contact_section .form_contaier {
    padding: 15px;
  }
  
  .contact_section .detail-box {
    padding: 30px 15px;
  }
  
  .contact_section .detail-box h3 {
    font-size: 22px;
  }
  
  .contact_section .detail-box p {
    font-size: 14px;
  }
  
  .contact_section .detail-box ul li {
    font-size: 14px;
  }
  
  .contact-info {
    padding: 15px;
  }
  
  .contact-info p {
    font-size: 14px;
  }
  
  .contact-info p:last-child {
    font-size: 15px;
  }
}

/*# sourceMappingURL=style.css.map */

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25d366;
  color: #fff !important;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  padding: 8px 22px;
  font-size: 1.05rem;
  box-shadow: 0 2px 8px rgba(37,211,102,0.12);
  margin-top: 2px;
  margin-bottom: 4px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  animation: whatsappPulse 1.5s infinite alternate;
}

.btn-whatsapp:hover {
  background: #128c7e;
  color: #fff;
  transform: scale(1.08) rotate(-2deg);
}

@keyframes whatsappPulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.3); transform: scale(1); }
  70% { box-shadow: 0 0 0 10px rgba(37,211,102,0.08); transform: scale(1.06); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0.3); transform: scale(1); }
}

.whatsapp-float-container {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whatsapp-label {
  background: #7c217c;
  color: #fff;
  font-weight: bold;
  font-size: 1.01rem;
  padding: 3px 14px 3px 14px;
  border-radius: 14px 14px 4px 4px;
  margin-bottom: 4px;
  box-shadow: 0 2px 8px rgba(124,33,124,0.10);
  letter-spacing: 0.5px;
  animation: whatsappLabelFade 2.2s infinite alternate;
  white-space: nowrap;
}
.whatsapp-float {
  animation: whatsappPulse 1.5s infinite alternate;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(37,211,102,0.18);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
}
.whatsapp-float img, .whatsapp-float .fa-whatsapp {
  width: 32px;
  height: 32px;
  margin: 0;
  display: block;
}
@media (max-width: 600px) {
  .whatsapp-float-container { right: 7px; bottom: 10px; }
  .whatsapp-label { font-size: 0.93rem; padding: 2px 8px; }
  .whatsapp-float { width: 40px; height: 40px; }
  .whatsapp-float img, .whatsapp-float .fa-whatsapp { width: 26px; height: 26px; }
}

@keyframes whatsappLabelFade {
  0% { color: #fff; letter-spacing: 1px; }
  60% { color: #eaffd6; letter-spacing: 2px; }
  100% { color: #fff; letter-spacing: 1px; }
}

@media (max-width: 600px) {
  .slider_section .detail-box h1 {
    font-size: 2.1rem;
    line-height: 2.3rem;
    word-break: break-word;
    margin-bottom: 10px;
  }
  .slider_section .detail-box h1 span {
    font-size: 1.3rem;
    line-height: 1.5rem;
    display: block;
    margin-top: 6px;
  }
  .slider_section .detail-box p {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .slider_section .detail-box {
    padding: 0 8px;
  }
  .slider_section .img-box img {
    max-width: 90vw;
    max-height: 120px;
    margin: 0 auto 12px auto;
    display: block;
  }
  .slider_section .carousel-inner .row {
    flex-direction: column;
    align-items: center;
  }
}

.btn,
.btn-success,
.slider_section .detail-box a,
.discount_section .detail-box a,
.health_section a,
.health_section .box .btn_container a,
.about_section .container .detail-box a,
.client_section .client_container .client_box .name h6 span,
.info_section .info_news form button {
  background-color: #7c217c !important;
  border: 1px solid #7c217c !important;
  color: #fff !important;
  font-weight: bold;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.btn:hover,
.btn-success:hover,
.slider_section .detail-box a:hover,
.discount_section .detail-box a:hover,
.health_section a:hover,
.health_section .box .btn_container a:hover,
.about_section .container .detail-box a:hover,
.info_section .info_news form button:hover {
  background-color: #b94cb9 !important;
  color: #fff !important;
  border: 1px solid #b94cb9 !important;
}

.info_section {
  background-color: #121111;
  color: #ffffff;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_contact .box {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_contact .box .img-box {
  margin-right: 15px;
}

.info_section .info_contact .box .img-box img {
  width: 25px;
}

.info_section .info_menu .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.info_section .info_news form input {
  width: 100%;
  padding: 3px 10px;
}

.info_section .info_news form button {
  display: inline-block;
  padding: 7px 60px;
  background-color: #7c217c;
  border: 1px solid #7c217c;
  color: #ffffff;
}

.info_section .info_news form button:hover {
  background-color: #b94cb9;
  color: #ffffff;
}

/* footer section*/
.footer_section {
  background-color: #121111;
  font-weight: 500;
}

.footer_section p {
  color: #fbfcfd;
  margin: 0;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #9b9b9b;
  width: 65%;
  margin: 0 auto;
}

.footer_section a {
  color: #fbfcfd;
}

/* end footer section*/

/* Video Cards Section - Optimized for YouTube Shorts */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  padding: 20px 0;
  max-width: 1400px;
  margin: 0 auto;
}

.video-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 300px;
  margin: 0 auto;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 177.78%; /* 16:9 aspect ratio for vertical videos (9:16) */
  overflow: hidden;
  background: #000;
}

.video-thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}

.video-info {
  padding: 15px;
  text-align: center;
}

.video-info h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .video-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    max-width: 1000px;
  }
}

@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    padding: 15px 10px;
  }
  
  .video-card {
    max-width: 100%;
  }
  
  .video-info h5 {
    font-size: 15px;
  }
  
  .video-info p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .video-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 5px;
  }
  
  .video-thumbnail {
    padding-bottom: 177.78%; /* Mantener proporción 9:16 */
  }
}

/*# sourceMappingURL=style.css.map */