/**
Theme Name: Way Better Studios
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: way-better-studios
Template: astra
*/

.premium-clinic-gallery .gallery-item {
  height: 400px;
}

.premium-clinic-gallery .gallery-item .gallery-icon {
  height: 100%;
  border-radius: 8px;
}

.premium-clinic-gallery .gallery-item .gallery-icon img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease;
}

.premium-clinic-gallery figure.gallery-item {
  overflow: hidden;
}

.premium-clinic-gallery .gallery-icon {
  position: relative;
  overflow: hidden;
}

.premium-clinic-gallery .gallery-icon img {
  transition: transform 0.5s ease;
  display: block;
}

.premium-clinic-gallery .gallery-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(60, 60, 59, 0) 0%,
    rgba(60, 60, 59, 0.6) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.premium-clinic-gallery figure.gallery-item:hover img {
  transform: scale(1.1);
}

.premium-clinic-gallery figure.gallery-item:hover .gallery-icon::after {
  opacity: 1;
}

.treatment-img {
  position: relative;
  overflow: hidden;
}

.treatment-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.treatment-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(60, 60, 59, 0.7) 0%,
    rgba(60, 60, 59, 0) 100%
  );
  pointer-events: none;
}

.treatment-name .elementor-heading-title,
.treatment-btn .elementor-button,
.treatment-btn .elementor-button svg {
  transition:
    color 0.4s ease,
    border-color 0.4s ease;
}

.treatment-main:hover .treatment-name .elementor-heading-title {
  color: #c9a96e;
}

.treatment-main:hover .treatment-btn .elementor-button {
  color: #c9a96e;
  border-color: #c9a96e;
}

.treatment-main:hover .treatment-btn .elementor-button svg {
  stroke: #c9a96e;
}

.treatment-main:hover .treatment-img img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .premium-clinic-gallery .gallery-item {
    height: 250px;
  }
}

/* Enquiry form  */

.contact_mail
  .elementor-icon-box-wrapper
  .elementor-icon-box-content
  p.elementor-icon-box-description
  a {
  color: #3c3c3b;
}

.contact_mail
  .elementor-icon-box-wrapper
  .elementor-icon-box-content
  p.elementor-icon-box-description
  a:hover {
  color: #c9a96e !important;
}

/* Row layout */
.form_row {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}

/* Columns */
.form_col {
  flex: 1;
}

/* button submit */
.cf7-custom-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border-radius: 30px;
  font-size: 16px;
  background: #3c3c3b;
  color: #fff;
  border: none;
  cursor: pointer;
}

.cf7-custom-submit svg {
  width: 16px;
  height: 16px;
}

.cf7-custom-submit:hover {
  background: #c9a96e !important;
  color: #fff !important;
}

/* Options (limited browser support) */
.form_select select option {
  padding: 12px;
  font-size: 14px;
}

/* Hovered option (works in Firefox mostly) */
.form_select select option:hover {
  background: #f0f0f0;
}

.contact_email
  .elementor-icon-box-wrapper
  .elementor-icon-box-content
  p.elementor-icon-box-description
  a {
  color: #3c3c3b;
}

.location_email
  .elementor-icon-box-wrapper
  .elementor-icon-box-content
  p.elementor-icon-box-description
  a {
  color: #fff;
}

.location_email
  .elementor-icon-box-wrapper
  .elementor-icon-box-content
  p.elementor-icon-box-description
  a:hover,
.contact_email
  .elementor-icon-box-wrapper
  .elementor-icon-box-content
  p.elementor-icon-box-description
  a:hover {
  color: #c9a96e !important;
}

.storoke-fill path {
  fill: transparent;
  stroke: #b89860;
}

.storoke-fill circle {
  fill: none;
  color: #c9a96e;
}

.storoke-fill-arrow polygon,
.location-storoke polygon {
  stroke: #bfbab0;
  fill: none;
}

.storoke-fill-arrow
  .elementor-icon-list-items
  li:nth-child(2)
  .elementor-icon-list-icon
  svg
  path {
  fill: transparent;
  stroke: #bfbab0;
}

.location-storoke
  .elementor-icon-list-items
  li:nth-child(2)
  .elementor-icon-list-icon
  svg
  circle,
.storoke-fill-arrow
  .elementor-icon-list-items
  li:nth-child(3)
  .elementor-icon-list-icon
  svg
  circle {
  fill: none;
  stroke: #bfbab0;
}

.location-storoke
  .elementor-icon-list-items
  li:nth-child(2)
  .elementor-icon-list-icon
  svg
  polyline,
.storoke-fill-arrow
  .elementor-icon-list-items
  li:nth-child(3)
  .elementor-icon-list-icon
  svg
  polyline {
  stroke: #bfbab0;
}

.storoke-fill-arrow
  .elementor-icon-list-items
  li:nth-child(2)
  .elementor-icon-list-text {
  color: #3c3c3b;
}

.storoke-fill-arrow
  .elementor-icon-list-items
  li:nth-child(2)
  .elementor-icon-list-text:hover {
  color: #c9a96e;
}

/* Mobile responsive */
@media (max-width: 480px) {
  .form_row {
    display: block;
    gap: 15px;
  }
}

/* select, 
select::picker(select) {
  appearance: base-select;
}

option:hover {
  background-color: #ecebe780 !important;
  color: #000;
} */

/* Enable the customizable select state */
select,
select::picker(select) {
  appearance: base-select;
}

/* Remove dropdown border */
select::picker(select) {
  border: none;
  padding: 0;
  /* Remove display: flex to ensure it reopens correctly */
}

/* Set padding and spacing for options */
option {
  padding: 4px 10px !important;
  /* Your requested padding */
  margin-bottom: 4px;
  /* Creates the 4px gap between options */
  cursor: pointer;
  display: block;
  /* Ensures margin is applied correctly */
}

/* Remove margin from the last option so there's no extra space at the bottom */
option:last-child {
  margin-bottom: 0;
}

/* Hover state */
option:hover {
  background-color: #ecebe780 !important;
  color: #000;
}

/* Remove default checkmark */
.form_select select option::checkmark {
  content: unset;
}

.coming-soon-badge {
  padding: 4px 10px !important;
  border-radius: 18px !important;
}

/* .mega-menu-parent:hover .mega-menu-heading .elementor-image-box-title,
.mega-menu-parent:hover .mega-menu-child .elementor-icon-list-text,
.mega-menu-parent:hover .mega-menu-child svg {
	color: #c9a96e !important;
	fill: #c9a96e !important;
} */

.mega-menu-parent .mega-menu-img-div {
  background-size: 100% !important;
  background-position: center;
  background-repeat: no-repeat;

  transition: background-size 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-size;
}

.mega-menu-parent:hover .mega-menu-img-div {
  background-size: 110% !important;
}

.procedure-active {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    max-height 0.6s ease,
    opacity 0.4s ease,
    transform 0.4s ease;
}

.procedure-active.is-active {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
}

/* .procedure-click .elementor-icon svg {
  transition: transform 0.4s ease;
  transform: rotate(0deg);
}

.elementor-element-30789b1 .procedure-active.is-active 
~ .procedure-click .elementor-icon svg,
.elementor-element-30789b1 .procedure-click:has(+ .procedure-active.is-active) 
.elementor-icon svg {
  transform: rotate(180deg);
} */

/* Default */
.procedure-click .elementor-icon svg {
  transition: transform 0.4s ease;
  transform: rotate(0deg);
}

/* Rotate when active */
.procedure-click.is-open .elementor-icon svg {
  transform: rotate(180deg);
}

.faq-all details {
  border: 1px solid #bfbab04d;
  border-radius: 12px;
  background-color: #fff;
}

/* Normal */
.bg-hover-zoom {
  background-size: 100% !important;
  background-position: center;
  background-repeat: no-repeat;

  transition: background-size 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-size;
}

/* Hover */
.bg-hover-zoom:hover {
  background-size: 110% !important;
}

@media (min-width: 1025px) {
  .procedure-tabbing .e-n-tabs {
    align-items: center;
  }

  .procedure-tabbing .e-n-tabs-heading {
    width: 70%;
  }
}

/* Parent container */
.cust-right-arrow {
  position: relative;
}

/* Each icon box */
.cust-right-arrow .elementor-widget-icon-box {
  position: relative;
}

/* Arrow after each step */
.cust-right-arrow .elementor-widget-icon-box::after {
  content: "";
  position: absolute;
  top: 35px; /* aligns with number circle */
  right: -40px; /* space between columns */
  width: 24px;
  height: 24px;
  background-image: url("https://waybetter.makeitlive.info/wp-content/uploads/2026/01/icon-arrow-right-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Remove arrow after last item */
.cust-right-arrow .elementor-widget-icon-box:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .cust-right-arrow .elementor-widget-icon-box::after {
    display: none;
  }
}

/* .prp-info-box:hover {
 	background-color:#ecebe7 !important; 
} */
.prp-info-box:hover .elementor-element h2 {
  color: #c9a96e !important;
}

/* Disable general swipe so it doesn't conflict with BA slider */
.img-ba-carousel .swiper-active-active {
  touch-action: pan-y;
}

/* Ensure the Before-After container and its children are interactive */
.img-ba-carousel .cocoen,
.img-ba-carousel .cocoen-drag,
.img-ba-carousel .img-bf-first,
.img-ba-carousel .img-bf-second,
.img-ba-carousel .img-bf-third {
  pointer-events: auto !important;
  touch-action: none; /* Prevents swiper from taking over on mobile */
}

/* Specifically allow the drag handle to be the top layer */
.img-ba-carousel .cocoen-drag {
  z-index: 10 !important;
}

/* Keep arrows working */
.img-ba-carousel .swiper-button-prev,
.img-ba-carousel .swiper-button-next {
  pointer-events: auto !important;
}

/* permanent make-up */

/* .treat-img-box:hover .elementor-widget-image img {
  transform: scale(1.1);
  transition-duration: .3s;
  animation-duration: .3s;
} */

.treat-img-box .elementor-widget-image img {
  transition: transform 0.5s ease;
}

.treat-img-box:hover .elementor-widget-image img {
  transform: scale(1.1);
}

.team-main-box:hover .team-box{
	transform:scale(1.1);
	overflow: hidden;
}

.team-box-text {
	display:none;
	transition: 0.1s ease;
	margin-top: -103px;
    padding: 20px;
overflow: hidden;
} 

.team-main-box:hover .team-box-text{
display: block !important;
}

.guide-box:hover .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon span{
	transform: scale(1.1);
}




/* ===== Figure ===== */
.elementor-image-gallery figure {
    position: relative;
    margin: 0;
}


/* ===== Image wrapper ===== */
.elementor-image-gallery .gallery-icon {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

/* ===== Image ===== */
.elementor-image-gallery img {
    width: 100%;
    height: 274px;
    object-fit: cover;
    transition: transform 0.9s ease;
}

/* Image zoom */
.elementor-image-gallery figure:hover img {
    transform: scale(1.08);
}

/* ===== Gradient overlay ===== */
.elementor-image-gallery .gallery-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.25),
        transparent
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.elementor-image-gallery figure:hover .gallery-icon::after {
    opacity: 1;
}

.elementor-image-gallery .gallery-caption{
	border: none !important;
}


/* ===== Caption (Responsive – wrap safe) ===== */
/* .elementor-image-gallery .gallery-caption {
    position: absolute;
    bottom: 40px;
    left: 18px;
    right: 60px;            

    max-width: 220px 
    white-space: normal;     
    word-break: break-word;

    margin: 0;
    padding: 0;

    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;

    background: none !important;
    border: none !important;
    text-decoration: none !important;

    opacity: 0;
    transform: translateY(10px);
    transition: all 0.35s ease;

    z-index: 2;
    pointer-events: none;
} */



/* REMOVE default Elementor line */
/* .elementor-image-gallery .gallery-caption::before,
.elementor-image-gallery .gallery-caption::after {
    display: none !important;
    content: none !important;
} */

/* Show caption only on hover */
/* .elementor-image-gallery figure:hover .gallery-caption {
    opacity: 1;
    transform: translateY(0);
} */





