.hospital-widget {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: calc(100vh - 117px);
  background: #f8eacf;
}

.hospital-widget .left-content {
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  padding: 60px 20px;
}

.hospital-widget .left-content ul li a {
  display: flex;
  gap: 15px;
  color: #333;
}

.hospital-widget .left-content ul li:first-of-type:hover a {
  text-decoration: underline;
}

.hospital-widget .right-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 99;
}

.hospital-widget .right-slider img {
  width: 100%;
  height: calc(100vh - 117px);
  object-fit: cover;
  display: block;
}

.header-luis {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.hospital-widget .left-content ul.space-y-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.hospital-widget .left-content ul.space-y-2 svg {
  height: 25px;
  width: 25px;
}

.hospital-info-content {
  max-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hospital-widget .left-content ul {
  list-style: none;
  animation: 0;
  padding: 0;
  align-items: center;
  gap: 50px;
}

.hospital-widget .left-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex: 0 0 50%;
}

.cta-luis {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 460px;
  margin-top: 30px;
}

.cta-luis a {
  background: #826541;
  border: 2px solid #826541;
  padding: 20px;
  border-radius: 50px;
  color: white;
  justify-content: center;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  height: 72px;
}

.cta-luis a svg {
  width: 22px;
  height: 22px;
}

.hospital-widget {
  font-family: "Nunito Sans", Sans-serif;
}

.hospital-title,
.hospital-info-list,
.hospital-buttons {
  font-family: "Nunito Sans", Sans-serif;
}

.hospital-info-content h2 {
  font-size: 3.75rem;
  font-weight: 600;
  color: #1d1d1e;
}

.hospital-widget .left-content ul span {
  width: 90%;
  font-weight: 600;
}

.hospital-widget .left-content ul svg {
  height: 25px;
  width: 10%;
}

.cta-luis a:last-of-type {
  background: none;
  border: 2px solid #333333;
  color: #333333;
}

.cta-luis a {
  transition: 0.3s ease-in-out;
}

.cta-luis a:last-of-type svg path {
  fill: #333333;
}

.cta-luis a:hover {
  background: white;
  color: #826541;
  border: 2px solid #826541;
}

.cta-luis a:hover svg path {
  fill: #826541;
}

.cta-luis a:last-of-type:hover {
  border-color: #826541;
  background: #826541;
  color: white;
}

.cta-luis a:last-of-type:hover svg path {
  fill: white;
}

.circular-chart {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 5;
}

.circle {
  fill: none;
  stroke: #826541; /* blue-500 */
  stroke-width: 5;
  stroke-linecap: round;
  transition: stroke-dasharray 0.3s linear;
}

.progress-circle {
  position: absolute;
  top: 25px;
  z-index: 99;
  height: 25px;
  width: 25px;
  left: 50px;
}

.header-luis.elementor-sticky--active img {
  height: 60px;
  object-fit: contain;
  width: 100%;
}

.header-luis img {
  transition: 0.3s ease-in-out;
}

/* Custom cards*/

.custom-card-widget .custom-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.custom-card-widget {
  width: 100%;
}
.custom-card-widget .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.custom-card-widget {
  width: 100%;
}

.custom-card-widget .swiper-wrapper .custom-card {
  flex: 0 0 32.1%;
}

.custom-card-widget .custom-card {
  border-radius: 20px;
  position: relative;
  overflow: clip;
  box-shadow: 0 1px 2px #0000000f, 0 2px 4px #0000000f, inset 0 0 2px #0003;
}

.custom-card-widget .custom-card .custom-card-image img {
  display: block;
}

.custom-card-widget .custom-card .card-content {
  background: white;
  padding: 20px;
  color: #1d1d1e;
  font-family: "Nunito Sans", Sans-serif;
  max-height: 100%;
  height: 329px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 2rem;
}

.custom-card-widget .custom-card .card-content h3.custom-card-title {
  font-size: 25px;
  padding: 0;
  margin: 0;
}

.card-link {
  background: #826541;
  border: 2px solid #826541;
  padding: 20px;
  border-radius: 50px;
  color: white;
  justify-content: center;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  height: 50px;
  max-width: 200px;
  /* margin-top: 50px; */
  transition: 0.3s ease-in-out;
}

.custom-card-widget .custom-card .custom-card-image img {
  transition: 0.6s ease;
}

a.custom-card-button:hover .custom-card-image img {
  transform: scale(1.05);
}

a.custom-card-button .custom-card-image {
  overflow: hidden;
}

a.custom-card-button .card-link:hover {
  background: #f5ead0;
  border-color: #f5ead0;
  color: #1d1d1e;
}

a.custom-card-button .custom-card-image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.custom-card-widget .custom-card:last-of-type img {
  object-position: 100% 5%;
}

.team-overlay {
  font-family: "Nunito Sans", Sans-serif;
}

.grw-review-inner.grw-backgnd {
  border-radius: 20px !important;
  box-shadow: 0 1px 2px #0000000f, 0 2px 4px #0000000f, inset 0 0 2px #0003 !important;
}
/*End Custom cards*/

.team-card img {
  object-position: top;
}

.contact-form-luis textarea {
  border-radius: 10px !important;
}

.contact-form-luis input {
  height: 50px;
}

.contact-form-luis input::placeholder,
.contact-form-luis textarea::placeholder {
  opacity: 1 !important;
}

.link-text-luis a {
  color: #7d6542;
  text-decoration: underline;
}

/*Single Product*/
form.cart {
  display: flex !important;
  flex-direction: column;
  max-width: 300px;
}

form.cart button {
  height: 50px;
  border-radius: 30px !important;
}

form.cart input {
  border-radius: 30px !important;
  border-color: #cccccc !important;
  padding-left: 10px !important;
  height: 50px !important;
}

form.cart input:focus {
  border-color: #7d6542 !important;
}

.single-product-luis a {
  color: #1d1d1e;
  text-decoration: underline;
}

.single-product-luis a:hover {
  color: #826541;
}

button.single_add_to_cart_button {
  background: #826541 !important;
}

button.single_add_to_cart_button:hover {
  background: #cc8c35 !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #c28c3a;
  color: white;
  border-color: #b98b3e;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  background: #ffffff;
  border-radius: 30px;
}
/*End Single Product*/

/*Cart Page*/

/* === LUXURY CART PAGE DESIGN === */

body.woocommerce-cart {
  background-color: #faf8f5;
  font-family: "Nunito Sans", Sans-serif;
}

/* Main Cart Container */
.woocommerce-cart-form {
  background: #fff;
  border-radius: 10px;
  padding: 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 1px 2px #0000000f, 0 2px 4px #0000000f, inset 0 0 2px #0003;
}

/* Product Thumbnail */
.woocommerce td.product-thumbnail img {
  border-radius: 12px;
  width: 90px;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Product Name */
.woocommerce td.product-name a {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c2c2c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.woocommerce td.product-name a:hover {
  color: #d4af37;
}

/* Remove Button */
.woocommerce a.remove {
  color: #d4af37 !important;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

.woocommerce a.remove:hover {
  color: #b38f2a !important;
  transform: rotate(90deg);
}

/* Quantity */
.woocommerce .quantity .input-text.qty {
  width: 60px;
  text-align: center;
  border: 1px solid #e6dec3;
  border-radius: 10px;
  padding: 0.5rem;
  background: #fff8e6;
  color: #333;
}

/* Price and Subtotal */
.woocommerce td.product-price,
.woocommerce td.product-subtotal {
  font-weight: 600;
  color: #444;
}

/* Update Cart Button */
/* .woocommerce button.button[name="update_cart"] {
  background: #d4af37;
  border: none;
  color: #fff;
  padding: 0.9rem 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  letter-spacing: 1px;
  transition: background 0.3s ease;
} */

.woocommerce button.button[name="update_cart"]:hover {
  background: #b38f2a;
}

/* Totals Section */
.cart_totals {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 1px 2px #0000000f, 0 2px 4px #0000000f, inset 0 0 2px #0003;
}

.cart_totals h2 {
  /* text-align: center; */
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
  position: relative;
}

.cart_totals th {
  text-align: left;
  color: #7b7b7b;
}

.cart_totals td {
  text-align: right;
  font-weight: 600;
  color: #2c2c2c;
}

.cart_totals .order-total td strong {
  color: #d4af37;
  font-size: 1.3rem;
}

/* Checkout Button */
.wc-proceed-to-checkout .checkout-button {
  display: block;
  background: linear-gradient(135deg, #d4af37, #f5d36b);
  color: #fff;
  padding: 1.1rem 0;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  margin-top: 1.5rem;
}

.wc-proceed-to-checkout .checkout-button:hover {
  background: linear-gradient(135deg, #b38f2a, #d9b842);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive */

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  display: none !important;
}

th.product-quantity {
  display: none;
}

td.product-quantity {
  display: none;
}

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
  display: none;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  margin: 80px 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background: #826541;
  border: 2px solid #826541;
  border-radius: 30px;
  font-size: 16px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:hover {
  background: #f5ead0;
  /* color: #826541; */
}

/*End Cart Page*/

/*Checkout page*/
/* === LUXURY CHECKOUT PAGE DESIGN === */
.woocommerce table.shop_table {
  border: 0;
}

body.woocommerce-checkout {
  background-color: #faf8f5;
  font-family: "Nunito Sans", Sans-serif;
}

/* === Checkout Form Container === */
.woocommerce-checkout form.checkout {
  background: #fff;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 1px 2px #0000000f, 0 2px 4px #0000000f, inset 0 0 2px #0003;
  margin-bottom: 3rem;
}

.woocommerce-checkout .col2-set {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

/* Columns */
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  flex: 1 1 48%;
}

/* === Form Fields === */
.woocommerce form .form-row label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  font-size: 0.95rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  width: 100%;
  border: 1px solid #69727d;
  border-radius: 30px;
  padding: 0.75rem 1rem;
  background: #ffffff;
  color: #333;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #826541;
  outline: none;
}

/* Optional & Required styling */
.woocommerce form .form-row .required {
  color: #826541;
}

#order_review {
  padding: 2.5rem;
}

/* Order Table */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.woocommerce-checkout-review-order-table th {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #1d1d1e;
  border-bottom: 2px solid #cccccc;
}

.woocommerce-checkout-review-order-table td {
  padding: 1rem 0;
  color: #333;
}

.woocommerce-checkout-review-order-table .product-name {
  font-weight: 600;
}

.woocommerce-checkout-review-order-table .order-total strong {
  color: #826541;
  font-size: 1.2rem;
}

/* === Payment Section === */
#payment {
  margin-top: 2rem;
}

#payment .wc_payment_methods {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
}

#payment .wc_payment_methods label {
  font-weight: 600;
  color: #2c2c2c;
}

#payment .payment_box {
  margin-top: 1rem;
  padding: 1rem;
  background: #fff8e6;
  border-left: 3px solid #d4af37;
  border-radius: 8px;
  color: #555;
}

/* === Place Order Button === */
#place_order,
.woocommerce-checkout button.button.alt {
  display: block;
  background: #826541;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 30px;
  border: 2px solid #826541;
}

#place_order:hover,
.woocommerce-checkout button.button.alt:hover {
  background: #f5ead0;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  color: #826541;
  border: 2px solid #826541;
}

/* === Privacy Policy & Terms === */
.woocommerce-terms-and-conditions-wrapper {
  margin-top: 1.5rem;
  font-size: 0.95rem;
  color: #555;
}

.woocommerce-terms-and-conditions-wrapper a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
}

.woocommerce-terms-and-conditions-wrapper a:hover {
  color: #b38f2a;
  text-decoration: underline;
}

h3#order_review_heading {
  display: none !important;
}

#order_review {
  padding-top: 0;
}

.woocommerce-error li a {
  color: white;
}

.before-after-gallery .e-gallery-image {
  border-radius: 10px;
  border: 5px solid white;
}

/*Gallery Card*/

.before-after-images .elementor-gallery-item__content {
  position: relative;
  height: auto !important;
}

.before-after-images
  .elementor-gallery-item__content
  .elementor-gallery-item__title {
  color: #1d1d1e;
  opacity: 1 !important;
  font-size: 20px;
}

.before-after-images .elementor-gallery-item__title {
  display: block !important;
}

.before-after-images .e-gallery-item {
  border-radius: 20px;
  position: relative;
  overflow: clip;
  box-shadow: 0 1px 2px #0000000f, 0 2px 4px #0000000f, inset 0 0 2px #0003 !important;
}

.before-after-images .e-gallery-image {
  border: 0 !important;
}

.before-after-gallery .e-gallery-image {
  border-radius: 0;
}

.elementor-slideshow__title {
  display: none !important;
}

/*Youtube*/
.block {
  width: 840px;
  margin: 10% auto;
  overflow: hidden;
}

.box {
  position: relative;
  height: 130px;
  line-height: 150px;
  overflow: hidden;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Shared box direction base */
.box__right,
.box__left,
.box__top,
.box__bottom {
  position: absolute;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: inherit;
  transition: transform 0.4s ease;
}

.box__right:before,
.box__left:before,
.box__top:before,
.box__bottom:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.box__right:hover,
.box__left:hover,
.box__top:hover,
.box__bottom:hover {
  transform: translateX(0);
  z-index: 1;
}

.box__right:hover:before,
.box__left:hover:before,
.box__top:hover:before,
.box__bottom:hover:before {
  width: 100%;
  height: 100%;
  transform: none;
}

/* Right side */
.box__right {
  background: rgba(0, 0, 0, 0.43);
  transform: translateX(100%);
}
.box__right:before {
  right: 100%;
  bottom: 0;
  transform-origin: 100% 100%;
}

/* Left side */
.box__left {
  background: rgba(0, 0, 0, 0.43);
  transform: translateX(-100%);
}
.box__left:before {
  left: 100%;
  transform-origin: 0 0;
}

/* Top side */
.box__top {
  background: rgba(0, 0, 0, 0.43);
  transform: translateY(-100%);
}
.box__top:before {
  top: 100%;
  right: 0;
  transform-origin: 100% 0;
}

/* Bottom side */
.box__bottom {
  background: rgba(0, 0, 0, 0.43);
  transform: translateY(100%);
}
.box__bottom:before {
  bottom: 100%;
  left: 0;
  transform-origin: 0 100%;
}

/* Film Container */
.film-container {
  width: 100%;
  float: left;
  position: relative;
}

.film-container .row {
  height: 445px;
  position: relative;
}

.film-container .row .single-film {
  width: 280px;
  height: auto;
  float: left;
  padding: 0px 15px;
  position: absolute;
  z-index: 4;
  background: #0c101b;
  transition: all ease 0.8s;
}

/* Positions for each nth child */
.film-container .row .single-film:nth-child(1) {
  top: 0%;
  left: 0%;
}
.film-container .row .single-film:nth-child(2) {
  top: 0%;
  left: 33%;
}
.film-container .row .single-film:nth-child(3) {
  top: 0%;
  left: 66%;
}
.film-container .row .single-film:nth-child(4) {
  top: 55%;
  left: 0%;
}
.film-container .row .single-film:nth-child(5) {
  top: 55%;
  left: 33%;
}
.film-container .row .single-film:nth-child(6) {
  top: 55%;
  left: 66%;
}

.film-container .row .single-film .play-video {
  transition: all ease 0.8s;
  opacity: 0;
  background: #0c101b;
}
.film-container .row .single-film .play-video video {
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
}

.film-container .row .single-film .box-pay-icon {
  display: block;
  opacity: 1;
  z-index: 9;
}

.film-container .row .single-film .video-tag-close {
  transition: all ease 0.5s;
  position: absolute;
  top: 0px;
  right: 9px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  background: #0c101b;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 36px;
}

.film-container .row .single-film .box {
  width: 100%;
  transition: all ease 0.8s;
}

.film-container .row .single-film .box .play-movie-icon {
  color: #fff;
  font-size: 45px;
  line-height: 0;
  font-weight: bold;
}

.film-container .row .single-film .film-information {
  width: 100%;
  float: left;
  margin-top: 6%;
  transition: all ease 0.8s;
}

.film-container .row .single-film .film-information p {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 13px;
  margin: 0;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Animation and active states */
.film-container .row .single-film.single-film-animate {
  left: 33% !important;
  top: 33% !important;
  transition: all ease 0.8s;
  bottom: 33%;
  right: 33%;
}

.film-container .row .single-film.single-film-animate .film-information {
  opacity: 0;
  transition: all ease 0.8s;
}

.film-container .row .single-film.single-film-animate .box-pay-icon {
  transition: all ease 0.8s;
  display: none !important;
}

.film-container .row .single-film.single-film-active {
  z-index: 6;
}

.film-container .row .single-film.video-min {
  transition: all ease 0.8s;
  display: block;
  opacity: 1;
}

.film-container .row .single-film.video-min video {
  margin: 0 auto !important;
  height: 0% !important;
  width: 0% !important;
  margin-left: 40% !important;
  margin-top: 20% !important;
  overflow: hidden !important;
}

.film-container .row .single-film.single-film-in {
  z-index: 6;
  transition: all ease 0.8s;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  width: 100% !important;
}

.film-container .row .single-film.single-film-in .box {
  height: 100% !important;
  transition: all ease 0.8s;
  width: 100% !important;
  overflow: visible;
}

.film-container .row .single-film.single-film-in .play-video {
  transition: all ease 0.8s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 1 !important;
}

.film-container .row .single-film.single-film-in .play-video video {
  transition: all ease 0.8s;
  width: 100%;
  height: 100%;
}

.film-container .row .single-film.single-film-in:hover .video-tag-close {
  transition: all ease 0.8s;
  opacity: 1;
}

.video-card {
  border-radius: 10px !important;
  position: relative;
  overflow: clip;
  box-shadow: 0 1px 2px #0000000f, 0 2px 2px #0000000f, inset 0 0 2px #0003;
}
/*End You tube video*/

.mobile-search-luis input {
  box-shadow: none !important;
}

.mobile-search-luis input {
  border-radius: 0;
  background: none !important;
}

.mobile-search-luis input[type="search"] {
  -webkit-appearance: none;
}

.elementor-widget-woocommerce-product-content a {
  text-decoration: underline !important;
}

.slider-home-luis .elementor-slide-heading {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5)) !important;
}

.social-icon-contact span.elementor-icon-list-icon i,
.social-icon-contact span.elementor-icon-list-icon svg {
  background: #f5ead0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.social-icon-contact span.elementor-icon-list-icon svg {
  padding: 15px !important;
}

/* === Responsive === */
@media (max-width: 768px) {
  .woocommerce-checkout .col2-set {
    flex-direction: column;
  }

  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2 {
    flex: 1 1 100%;
  }

  .woocommerce-checkout form.checkout {
    padding: 1.5rem;
  }

  #order_review {
    padding: 0 !important;
  }
}

.woocommerce-additional-fields {
  display: none;
}

.wc-proceed-to-checkout a:hover {
  color: #826541 !important;
}

.woocommerce-info::before {
  color: white;
}

a.button.wc-backward {
  background: #826541 !important;
  border: 2px solid #826541 !important;
  border-radius: 50px;
  color: white !important;
}
/*End checkout page*/

/*Doctor*/
.overlay-doctor {
  position: relative;
  overflow: hidden !important;
}

.overlay-doctor:after {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgb(125 101 66) 100%);
  color: #fff;
  padding: 20px;
  text-align: center;
  content: "";
  position: absolute;
  height: 50%;
  z-index: 1;
}
/*End Doctor*/

.headlight-title {
  position: relative;
}

.headlight-title .elementor-heading-title {
  position: relative;
  padding-left: 15px;
  height: 20px;
  display: flex;
  align-items: center;
}

.headlight-title .elementor-heading-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: #7d6542;
}

/*Shape checkout*/

body.woocommerce-checkout,
body.woocommerce-cart {
  position: relative;
}

body.woocommerce-checkout:before,
body.woocommerce-cart:before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(/wp-content/uploads/2025/10/luisicon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}

body.woocommerce-checkout:after {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  width: 50%;
  height: 50%;
  background-image: url(/wp-content/uploads/2025/10/luisicon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
  bottom: 270px;
}

.e-gallery-justified .e-gallery-image {
  border-radius: 10px;
}

.elementor-sticky--active li.wpml-ls-item a.elementor-item img {
  height: 18px;
  width: 18px;
}

@media (max-width: 768px) {
  .hospital-widget {
    flex-direction: column-reverse !important;
    flex-wrap: wrap;
    height: 100%;
  }

  .our-team-carousel {
    padding: 0 20px !important;
  }

  td.product-quantity {
    display: none !important;
  }

  .hospital-widget .right-slider {
    position: relative !important;
    width: 100%;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .hospital-widget .left-content {
    max-width: 100%;
    width: 100%;
    padding: 50px 20px;
  }

  .hospital-info-content h2 {
    font-size: 40px;
    padding: 0;
    margin: 0;
  }

  .hospital-info-content {
    gap: 20px;
  }

  .hospital-widget .left-content ul.space-y-2 {
    flex-direction: column;
    gap: 20px;
  }

  .cta-luis {
    max-width: 100%;
  }

  .cta-luis a {
    height: 60px;
  }

  .hospital-widget .right-slider img {
    height: 400px;
    object-fit: cover;
    width: 100%;
  }

  .our-team-wrapper {
    flex-direction: row !important;
  }

  .custom-card-widget .swiper-wrapper .custom-card {
    flex: 0 0 100%;
  }

  .our-team-wrapper .swiper-button-next,
  .our-team-wrapper .swiper-button-prev {
    position: absolute !important;
    top: auto;
    bottom: -80px;
    width: 50px;
    height: 50px;
    background: #7d6542;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-team-wrapper .swiper-button-next:after,
  .our-team-wrapper .swiper-button-prev:after {
    color: #ffffff;
    font-size: 25px;
  }

  .our-team-wrapper .swiper-button-prev {
    left: auto;
    right: 80px;
  }

  .our-team-wrapper .swiper-button-next {
    left: auto;
    right: 20px;
  }

  .woocommerce-cart-form,
  .cart_totals {
    padding: 1.5rem;
  }

  .woocommerce table.shop_table td {
    /* display: block; */
    width: 100%;
  }

  .cart_totals h2 {
    font-size: 1.5rem;
  }

  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce {
    margin: 50px 0;
  }
}

@media (max-width: 500px) {
  .header-mobile .elementor-icon,
  .header-mobile .elementor-menu-toggle {
    background: #f5ead0 !important;
    padding: 10px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-mobile span.elementor-menu-toggle__icon--open {
    line-height: 0;
  }

  .progress-circle {
    top: 20px;
    left: 20px;
    height: 20px;
    width: 20px;
  }

  .our-team-fixed {
    padding: 0 20px;
  }

  .our-team-carousel {
    padding-left: 20px;
  }

  .our-team-carousel {
    padding-right: 20px;
  }

  .header-luis.elementor-sticky--active img {
    height: auto;
  }

  .our-team-page .team-card img {
    height: 460px;
    object-position: center;
  }
}
