
body .bg-primary-color{
    background-color: #4e404c;
}

.thrv-button a{
    transition: background-image .2s ease, border-color .2s ease, color .2s ease;
}


#tve_editor ul,body ul{
    list-style: disc;
}


.page-id-995 #theme-top-section{
    display: none;
}

#theme-content-section .section-content{
    padding: 0px !important;
}


:not(#tve) body.tve-theme-111 .content-section #main [data-css="tve-u-19bb7a36b13"]{
    font-weight: 800 !important;
}

.page-id-995 #theme-bottom-section .section-content{
    padding: 0 !important;
}

.co-triptych-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 4rem;
}
.co-triptych-header .co-subtitle {
    font-family: inherit;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #6d6d6d;
    display: block;
    margin-bottom: 2rem;
}
.co-triptych-header .co-title {
    font-family: inherit;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 3rem;
    text-align: center;
}
.co-triptych-container {
    display: flex;
    align-items: stretch;
    height: 70vh;
    min-height: 600px;
    width: 100%;
    gap: 10px;
}
.co-triptych-panel {
    flex: 1;
    position: relative;
    transition: flex .8s cubic-bezier(.25,1,.5,1);
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: flex-end;
}
.co-triptych-panel:hover,
.co-triptych-panel.co-active {
    flex: 2.5;
}
.co-panel-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.co-panel-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .8s ease,filter .8s ease;
    filter: grayscale(100%) brightness(.8);
}
.co-triptych-panel:hover .co-panel-image img,
.co-triptych-panel.co-active .co-panel-image img {
    filter: grayscale(0) brightness(1);
    transform: scale(1.05);
}
.co-panel-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.2) 50%,rgba(0,0,0,0) 100%);
    z-index: 1;
}
.co-panel-content {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    padding: 3rem;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.co-panel-number {
    display: block;
    font-family: inherit;
    font-size: .9rem;
    letter-spacing: .2em;
    margin-bottom: 1rem;
    opacity: .7;
}
.co-panel-content h3 {
    font-family: inherit;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 2.2rem;
    margin-bottom: 0;
    transition: margin-bottom .5s ease;
    white-space: nowrap;
    text-align: left;
    color: #fff !important;
    font-family: Sud !important;
}

.co-panel-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .8s ease,opacity .5s ease;
}
.co-panel-body p {
    color: rgba(255, 255, 255, .9) !important;
    margin-top: 1.5rem !important;
    margin-bottom: 2rem !important;
    max-width: 420px;
    font-size: 17px !important;
    line-height: 1.8 !important;
    font-family: Garet !important;
}
.co-triptych-panel:hover .co-panel-body,
.co-triptych-panel.co-active .co-panel-body {
    max-height: 205px;
    opacity: 1;
}
.co-triptych-panel:hover .co-panel-content h3,
.co-triptych-panel.co-active .co-panel-content h3 {
    margin-bottom: .5rem;
}
.co-panel-link {
    font-family: Garet !important;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .8rem;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 5px;
    color: #fff !important;
    display: inline-block;
}
@media (max-width:768px) {
    .co-triptych-header {
        align-items: flex-start;
        text-align: left;
    }
    .co-triptych-header .co-title {
        text-align: left;
        font-size: 1.6rem;
    }
    .co-triptych-container {
        flex-direction: column;
        height: auto;
    }
    .co-triptych-panel {
        height: 300px;
        flex: none;
        margin-bottom: 1rem;
        align-items: flex-end;
    }
    .co-triptych-panel:hover,
    .co-triptych-panel.co-active {
        flex: none;
        height: 100%;
        padding-bottom: 95px;
        padding-top: 40px;
    }
    .co-panel-content{
        position: static;
        padding: 20px;
        box-sizing: border-box !important;
    }

    .co-panel-body{
        overflow: visible;
    }

    .co-triptych-panel{
        padding-bottom: 40px;
    }

    .co-panel-content h3{
        white-space: normal;
        line-height: 1.5 !important;
    }
}

.about-images {
    position: relative;
    height: 800px;
    width: 100%;
}

.image-wrapper {
    position: absolute;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s ease;
}

.image-wrapper:hover img {
    transform: scale(1.05);
}

.main-image {
    top: 0;
    right: 0;
    width: 85%;
    height: 85%;
    z-index: 1;
}

.secondary-image {
    bottom: 0;
    left: 0;
    width: 45%;
    height: 40%;
    z-index: 2;
    border: 10px solid #f1f1e8;
}

@media (max-width: 900px) {
    .about-images {
        width: 100%;
        aspect-ratio: 9 / 10;   /* change to what you want */
        height: auto;
    }
}


/* .video-banner-cta .tcb-flex-col:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-banner-cta .tcb-flex-col:first-child:before {
    background-color: rgb(215 205 190 / 50%);
    z-index: 1;
}

.video-banner-cta .tcb-flex-col:nth-child(2)::before {
    background-color: rgb(160 185 195 / 60%);
    z-index: 1;
}

.video-banner-cta .tcb-flex-col:last-child::before {
    background-color: rgb(140 150 125 / 60%);
    z-index: 1;
} */

.therapy-section .tcb-flex-col{
    position: relative;
}


.transition-opacity{
    transition: opacity 0.3s ease;
}


body .gtranslate--scarlet.gtranslate--white.gtranslate--blue .gt_switcher a{
    color: #b4ecf5 !important;
}


body .gtranslate--scarlet.gtranslate--white.gtranslate--green .gt_switcher a{
    color: #8c957e !important;
}

body .gtranslate--scarlet.gtranslate--white.gtranslate--milky .gt_switcher a{
    color: rgba(255, 255, 245, 0.54) !important;
}

.gtranslate--scarlet.gtranslate--white.gtranslate--milky .gt_switcher .gt_selected a:after{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23FFFFF58A'/></svg>") !important;
}

.gtranslate--scarlet.gtranslate--white.gtranslate--blue .gt_switcher .gt_selected a:after{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23b4ecf5'/></svg>") !important;
}
.gtranslate--scarlet.gtranslate--white.gtranslate--green .gt_switcher .gt_selected a:after{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%238e9780'/></svg>") !important;
}


.gradient-panel {
  width: 100%;
  height: 100vh;           /* or any height you need */
  background:
    radial-gradient(circle at 4% 4%,    #8C957E 0%,  rgba(140,149,126,0) 40%),  /* MOSS TL */
    radial-gradient(circle at 96% 6%,   #8C957E 0%,  rgba(140,149,126,0) 40%),  /* MOSS TR */
    radial-gradient(circle at 30% 45%,  #A0BCC3 0%,  rgba(160,188,195,0) 38%),  /* SKY mid-left */
    radial-gradient(circle at 72% 26%,  #A0BCC3 0%,  rgba(160,188,195,0) 40%),  /* SKY upper-mid/right */
    radial-gradient(circle at 10% 102%,  #814334 -40%,  rgba(129,67,52,0) 32%),    /* BOLE bottom-left */
    radial-gradient(circle at 52% 92%,  #D9D0C0 0%,  rgba(217,208,192,0) 40%),  /* CORPUS bottom-center */
    linear-gradient(to bottom, #A0BCC3 0%, #D9D0C0 100%);                       /* base wash */
}

.mood-green-oasis-bg{
    background-image: linear-gradient(to right top, #8c957e, #8b9e8a, #8ca698, #8fada5, #94b4b3, #9bb9b7, #a1bebb, #a8c3bf, #b2c7bc, #bfcbbb, #cccdbc, #d9d0c0);
}

.gradient-style-1{
    background-color: rgba(122, 138, 121, 0.85);
    background-image: /* MOSS top-left accent */ radial-gradient(circle at 4% 4%, rgba(140, 149, 126, 0.5) 0%, rgba(140, 149, 126, 0) 50%), /* MOSS top-right accent */ radial-gradient(circle at 96% 6%, rgba(140, 149, 126, 0.5) 0%, rgba(140, 149, 126, 0) 50%), /* SKY mid-left - heavier, more coverage */ radial-gradient(circle at 30% 45%, rgb(91, 151, 165) 0%, rgba(160, 188, 195, 0.3) 60%, rgba(160, 188, 195, 0) 100%), /* SKY upper-mid/right - heavier, more coverage */ radial-gradient(circle at 72% 26%, rgb(122, 186, 202) 0%, rgba(160, 188, 195, 0.3) 70%, rgba(160, 188, 195, 0) 100%), /* Additional SKY center layer for more weight */ radial-gradient(circle at 50% 35%, rgba(160, 188, 195, 0.6) 0%, rgba(160, 188, 195, 0) 50%), /* BOLE bottom-left - more visible */ radial-gradient(circle at 20% 102%, rgba(129, 67, 52, 1) -40%, rgba(129, 67, 52, 0.5) 45%, rgba(129, 67, 52, 0) 80%), /* CORPUS bottom-center - more visible */ radial-gradient(circle at 52% 92%, rgba(217, 208, 192, 0.7) 0%, rgba(217, 208, 192, 0) 60%), /* Base gradient */ linear-gradient(to bottom, rgba(122, 138, 121, 0.9) 0%, rgba(107, 122, 106, 0.9) 100%);
}

.gradient-style-2{
    background-color: hsla(192,22%,69%,1);
    background-image:
      radial-gradient(at 72% 28%, hsla(192,22%,69%,1) 0px, transparent 50%),
      radial-gradient(at 24% 58%, hsla(192,22%,69%,1) 0px, transparent 50%),
      radial-gradient(at 3% 0%,  hsla(83,9%,53%,1) 0px, transparent 50%),
      radial-gradient(at 100% 7%, hsla(84,9%,53%,1) 0px, transparent 50%),
      radial-gradient(at 21% 100%, hsla(12,23%,80%,1) 0px, transparent 50%),
      radial-gradient(at 42% 93%, hsla(40,24%,79%,1) 0px, transparent 50%);
}


.gradient-style-3 {
    background-color: rgba(122, 138, 121, 0.85);
    background-image:
      /* ✅ subtle warm glow near bottom-center */
      radial-gradient(at 48% 100%, hsla(12, 23%, 80%, 0.55) 0px, transparent 55%),
      radial-gradient(at 54% 96%,  hsla(40, 24%, 79%, 0.45) 0px, transparent 55%),
  
      /* MOSS top-left accent */
      radial-gradient(circle at 4% 4%, rgba(140, 149, 126, 0.5) 0%, rgba(140, 149, 126, 0) 50%),
      /* MOSS top-right accent */
      radial-gradient(circle at 96% 6%, rgba(140, 149, 126, 0.5) 0%, rgba(140, 149, 126, 0) 50%),
      /* SKY mid-left - heavier, more coverage */
      radial-gradient(circle at 30% 45%, rgb(91, 151, 165) 0%, rgba(160, 188, 195, 0.3) 60%, rgba(160, 188, 195, 0) 100%),
      /* SKY upper-mid/right - heavier, more coverage */
      radial-gradient(circle at 72% 26%, rgb(122, 186, 202) 0%, rgba(160, 188, 195, 0.3) 70%, rgba(160, 188, 195, 0) 100%),
      /* Additional SKY center layer for more weight */
      radial-gradient(circle at 50% 35%, rgba(160, 188, 195, 0.6) 0%, rgba(160, 188, 195, 0) 50%),
      /* BOLE bottom-left - more visible */
      radial-gradient(circle at 20% 102%, rgba(129, 67, 52, 1) -40%, rgba(129, 67, 52, 0.5) 45%, rgba(129, 67, 52, 0) 80%),
      /* CORPUS bottom-center - more visible */
      radial-gradient(circle at 52% 92%, rgba(217, 208, 192, 0.7) 0%, rgba(217, 208, 192, 0) 60%),
      /* Base gradient */
      linear-gradient(to bottom, rgba(122, 138, 121, 0.9) 0%, rgba(107, 122, 106, 0.9) 100%);
  }
  

.border-bread{
    border-radius: 167px;
}

/* Wrapper: center and set max width */
.city-oasis-form #form_newsletter {
    max-width: 600px;
    margin: 0 auto;
  }
  
  /* Style the input container to position the icon */
  .city-oasis-form #frm_field_7_container {
    position: relative;
    margin-bottom: 1rem;
  }
  
  /* Email Field */
  .city-oasis-form #field_2tzb5 {
    width: 100%;
    padding: 1rem 3.5rem 1rem 1.5rem;
    font-size: 16px;
    border: 1px solid #8C957E;
    border-radius: 0;
    outline: none;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
    font-family: 'Garet';
  }
  
  /* Placeholder style (optional) */
  .city-oasis-form #field_2tzb5::placeholder {
    color: #aaa;
    font-weight: 400;
  }
  
  /* Red Icon (simulating the red dot icon from your image) */
  .city-oasis-form #frm_field_7_container::after {
    content: '•••';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e74c3c;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 14px;
    pointer-events: none;
  }
  
  /* "Sign Up" button */
  .city-oasis-form .frm_style_formidable-style.with_frm_style .frm_submit button {
    font-size: 17px;
    color: #8C957E;
    background: none;
    border: none;
    padding: 0;
    margin-top: 0.5rem;
    text-decoration: underline;
    cursor: pointer;
    letter-spacing: 1px;
    margin-left: 18px;
    font-family: 'Garet';
  }

  .city-oasis-form .frm_style_formidable-style.with_frm_style .frm_submit button:hover{
    background: none;
    background-color: unset;
    color: #b49f9e;
  }

  .city-oasis-form-v2 {
    width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
  }
  
  .city-oasis-form-v2 input[type="email"] {
    background-color: #f9f7f3; /* soft off-white */
    border: none;
    border-radius: 4px 0 0 4px;
    padding: 14px 16px;
    font-size: 16px;
    color: #4e404d;
    width: 100%;
    outline: none;
    box-shadow: none;
  }
  
  .city-oasis-form-v2 .frm_form_field label {
    display: none;
  }
  
  .city-oasis-form-v2 .frm_fields_container {
    /* display: flex; */
    flex-wrap: nowrap;
    align-items: stretch;
    border-radius: 4px;
    overflow: hidden;
    grid-gap: 0px;
    justify-content: center;
  }
  
  .city-oasis-form-v2 .frm_submit {
    margin: 0;
  }
  
  .city-oasis-form-v2 .with_frm_style .frm_submit button {
    width: 100%;
    background-color: #4e404d;
    color: white;
    padding: 15px 24px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
  }
  
  .city-oasis-form-v2 .with_frm_style .frm_submit button:hover,
  .city-oasis-form-v2 .with_frm_style .frm_submit button:focus,
  .city-oasis-form-v2 .with_frm_style .frm_submit button:active{
    background-color: #3d343a;
  }
  
  .city-oasis-form-v2 input[type="email"]::placeholder {
    color: #aaa;
  }


  .with_frm_style .frm_message p, .frm_success_style p{
    color: #fff !important;
  }


.video-banner video{
    width: 100%;
    height: 812px;
    object-fit: cover;
}


.video-banner video,.video-banner .tve_responsive_video_container{
    height: 812px !important;
}

.video-banner .tve_responsive_video_container{
    padding-bottom: 0px !important;
}

.gtranslate--scarlet .gt_switcher{
    display: flex;
    flex-direction: column-reverse;
    width: auto !important;
}

.right-unset{
    right: unset;
}


.video-hover-effect video{
    display: none;
}

.video-hover-effect .tcb-flex-col:hover video{
    display: block;
}

.city-oasis-menu .menu-item a{
    opacity: 0.5;
}


.city-oasis-menu.rm-opacity .menu-item a{
    opacity: 0.9;
}

.dark-mode svg path{
    fill: #000;
}

.gtranslate--white .gt_switcher .gt_selected a:hover{
    background: none !important;
}

.gtranslate--scarlet.gtranslate--white .gt_switcher a{
    color: #fff;
}

body .gtranslate--scarlet.gtranslate--white .gt_switcher a {
    color: #fff !important;
}

.gtranslate--scarlet.gtranslate--black .gt_switcher a{
    color: #000 !important;
}

body .gtranslate--scarlet.gtranslate--black .gt_switcher a {
    color: #000 !important;
}



body .gtranslate--scarlet.gtranslate--white .gt_switcher .gt_option a{
    color: #000 !important;
}

.gtranslate--scarlet.gtranslate--white .gt_switcher .gt_selected a:after{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23ffffff'/></svg>") !important;
}

.gtranslate--scarlet.gtranslate--black .gt_switcher .gt_selected a:after{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%2300000'/></svg>") !important;
}

.ilt-horizontal-menu ul li:not(:last-child) a {
    position: relative;    /* your styles here */
}

.ilt-horizontal-menu ul li:not(:last-child) a:before{
    content: '';
    position: absolute;
}

.ilt-horizontal-menu ul li:not(:last-child) a:before {
    content: '';
    position: absolute;
    width: calc(100% + 67px);
    height: 3px;
    background-color: #fff;
    bottom: -22px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ilt-horizontal-menu ul li:not(:last-child):hover a:before{
    opacity: 1;
}

.iflt-mobile-menu{
    display: none;
}



/* .ilt-burger-menu{
    display: none;
} */

.ilt-horizontal-menu{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px !important;
}


/* 
.dark-header,
#theme-top-section{
    position: relative;   
}

.dark-header:before,
#theme-top-section:before{
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .72) 100%);
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
} */

.translate-color-white .dropdown-btn{
    color: #ffff;
}

.translate-color-white svg{
    fill: #fff;
}

.gtranslate--scarlet .gtranslate_wrapper{
    position: relative;
}

body .gtranslate--scarlet .gt_switcher .gt_selected{
    background: none;
}

body .gtranslate--scarlet .gt_switcher .gt_selected a{
    border: 0px;
    color: #af6451;
}

.gtranslate--scarlet .gt_switcher .gt_option{
    position: absolute !important;
    top: 33px;
    width: 100px !important;
    max-width: 100%;
    border: 0px !important;
    background-color: #fff !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.gt_switcher:has(.open) .gt_option{
    height: max-content !important;
}

.gtranslate--scarlet{
    width: 94px;
}

.gtranslate--scarlet .gt_switcher a img{
    display: none !important;
}

.gtranslate--scarlet .gt_switcher a{
    line-height: 1.2;
    color: #9fbdc2 !important;
    padding: 8px 5px !important;
    width: 100% !important;
    font-family: 'Garet' !important;
    font-size: 15px !important;
}

.gtranslate--scarlet .gt_switcher .gt_selected a:after{
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%239fbdc2'/></svg>") !important;
}

.gtranslate--scarlet .gt_switcher .gt_option a:hover{
    background: #fff7f7;
}   

.gtranslate--scarlet .gt_switcher .gt_selected a.open:after{
    transform: rotate(-180deg) translateY(50%) !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.notranslate {
    unicode-bidi: plaintext;
}

.dropdown-btn {
    background-color: transparent;
    color: #af6451;
    padding: 0px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    font-size: 16px;
}

.dropdown-btn i {
    transition: transform 0.3s ease;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-top: 5px;
    overflow: hidden;
    z-index: 1000;
}

.dropdown-content a {
    color: #af6451;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}

.rotate {
    transform: rotate(270deg);
}

#tcb_landing_page :not(.inc) .thrv_text_element .dropdown-content a:not(.tcb-button-link){
    padding-left: 10px;

}

.dropdown-content a:hover{
    color: #af6451 !important;
    text-decoration: none !important;
}

#selected-language{
    width: max-content;
}

.flex{
    display: flex;
}

.align-items-start{
    align-items: start;
}

.border-white-2 .dropdown{
    border: 2px solid #fff;
    padding: 5px 10px;
}

.newsletter .frm_fields_container{
    display: flex;
    grid-gap: 0px;
}

.newsletter .frm_fields_container input,
.newsletter .frm_fields_container textarea{
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #fff;
    background-color: transparent;
}

.newsletter .frm_fields_container .frm_primary_label{
    display: none;
}

.newsletter .frm_fields_container .frm_form_field{
    margin-bottom: 0px;
}

.newsletter .frm_fields_container .frm_form_field input::placeholder {
    color: white;
    opacity: 1;
}
  
.newsletter .frm_fields_container .frm_form_field input::-webkit-input-placeholder {
    color: white;
}
  
.newsletter .frm_fields_container .frm_form_field input:-ms-input-placeholder {
    color: white;
}

.newsletter .frm_fields_container .frm_form_field textarea::placeholder {
    color: white;
    opacity: 1;
}
  
.newsletter .frm_fields_container .frm_form_field textarea::-webkit-input-placeholder {
    color: white;
}
  
.newsletter .frm_fields_container .frm_form_field textarea:-ms-input-placeholder {
    color: white;
}

.newsletter .frm_style_formidable-style.with_frm_style .frm_error_style{
    border-color: #fff;
    background-color: transparent;
    border-radius: 0px;
}

.newsletter .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,
.contact-us.newsletter .frm_style_formidable-style.with_frm_style .form-field textarea:focus{
    background-color: transparent;
}

.newsletter .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,
.contact-us.newsletter .frm_style_formidable-style.with_frm_style .form-field textarea:focus{
    border-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgb(255 255 255 / 60%);
}

.newsletter .frm_error_style p{
    padding-bottom: 0px !important;
    text-align: center;
}

.newsletter .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit, 
.newsletter .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover{
    background: #fff;
}

.newsletter .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before{
    border-bottom-color: #af6451;
    border-right-color: #af6451;
}

body .newsletter .frm_style_formidable-style.with_frm_style .frm_submit button:hover{
    color: #00000087;
}

body .newsletter .frm_style_formidable-style.with_frm_style .frm_submit button{
    margin: 0px;
    border-radius: 0px;
    width: 100%;
    background-color: #fff;
    color: black;
    border-color: #ffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: normal;
    padding: 21px 16px;
    font-size: 13px;
}

body .newsletter .with_frm_style input[type=text],
body .newsletter .with_frm_style input[type=email],
body .newsletter .with_frm_style textarea,
body .newsletter .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,
body .newsletter .frm_style_formidable-style.with_frm_style .form-field textarea:focus{
    color: #fff;
}

body .newsletter .frm_message{
    background-color: transparent;
    border-color: white;
    border-radius: 0px;
}

body .newsletter .frm_message p{
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}

body .newsletter .frm_top_container{
    width: 40.70%;
}

body .newsletter .grav-button{
    width: 18.5%;
}

.newsletter.column-form  .frm_top_container{
    width: 100%;
}

.newsletter.column-form .frm_fields_container{
    flex-direction: column;
}

body .newsletter.column-form .grav-button{
    width: 100%;
}   

.newsletter.column-form .frm_top_container.frm_first input{
    border-bottom: 0px;
}

.contact-us.newsletter .frm_fields_container{
    display: grid;
}

body .contact-us.newsletter .frm_top_container{
    width: 100%;
}

body .contact-us.newsletter .frm_style_formidable-style.with_frm_style .frm_submit button{
    width: max-content;
    padding: 21px 28px;
    margin-top: 20px;
    font-weight: normal;
}

.newsletter .with_frm_style .frm_form_fields > fieldset{
    padding: 0px
}

.contact-us .frm_full{
    margin-top: 10px;
}

/* .contact-us .with_frm_style .frm_top_container .frm_primary_label{
    display: none;
}

.contact-us .with_frm_style input[type=text],
.contact-us .with_frm_style input[type=email],
.contact-us .with_frm_style textarea{
    border-radius: 0px;
    background: transparent;
}

.contact-us .frm_form_fields .frm_fields_container{
    grid-gap: 0;
}

.contact-us .frm_top_container{
    border: 1px solid #fff;
} */

/* 
.default-navigation-menu.tve-sticky-default{
    top: 58px !important;
}

 */

.default-navigation-menu.tve-sticky-default{
    background-color: rgba(78, 64, 76, 0.9);
}

.banner-cta{
    right: 50% !important;
    transform: translateX(50%);
}

.tempo-bars{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    position: absolute;
    bottom: 16px;
    height: max-content;
    top: unset;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
}

.tempo-bar-container{
    width: 100%;
}

ul.slider-wrapper > li,
ul.slider-wrapper{
    margin-left: 0px !important;
    padding-bottom: 0px !important;
}

.tempo-bar-label{
    color: #fff;
}

.circle-navigation {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 5px;
    opacity: 0.5;
}
  
.circle-navigation.active {
    background-color: #fff;
    opacity: 1;
}


section.slide{
    float: none !important;
}

.tempo-bar-container{
    position: relative;
}


.slider-container {
    position: relative;
    width: 600px;
    margin: auto;
    overflow: hidden;
  }
  
  .slider-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slider-wrapper li {
    min-width: 100%;
    position: relative;
    display: none;
  }
  
  .slider-wrapper li.slide-current {
    display: block;
  }
  
  .tempo-bars {
    margin-top: 10px;
  }
  
  .tempo-bars > div {
    margin-bottom: 6px;
  }
  
  body section.slide .slider-container .tempo-bar {
    height: 1px;
    bottom: 0;
    background: #fff !important;
    transition: none;
  }

  .tempo-line-bar {
    width: calc(100% - 13.5px);
    height: 1px;
    position: absolute;
    top: 6.5px;
    right: 0;
  }

  .tempo-line-bar:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.5;
 }




 .search-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    max-width: 400px;
    margin-left: 0;
  }

  .search-icon {
    background: url('https://cityoasis.in/wp-content/uploads/2025/06/search-icon.png') no-repeat center center;
    background-size: 20px 20px;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .search-icon.close-icon::before {
    content: '✖';
    font-size: 20px;
    color: #333;
    display: block;
    text-align: center;
    line-height: 24px;
    background: none;
  }

  .search-icon.close-icon {
    background: none;
  }

  .search-input {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, width 0.3s ease;
    width: 0;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 10px;
    pointer-events: none;
    background-color: transparent;
  }

  input[type=text].search-input {
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff !important;
    outline: 0px;
  }

  input[type=text].search-input::placeholder{
    color: #fff !important;
  } 

  .search-input.visible {
    opacity: 1;
    transform: translateX(0);
    width: 180px;
    pointer-events: auto;
  }

  .rm-pd-list ul{
    padding: 0px;
  }

  .booking-form {
    width: 100%;
    padding: 20px;
    background: white;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
  }
  
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .close-btn {
    font-size: 14px;
    text-decoration: none;
    color: #999;
  }
  
  .form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
  }
  
  .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .form-group label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
  }
  
  input, select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .check-btn {
    width: 100%;
    padding: 12px;
    background-color: #4d3f4c; /* Updated background color */
    color: white;
    font-size: 16px;
    border: none;
    /* border-radius: 6px; */
    cursor: pointer;
  }


  .hidden{
    display: none;
  }
  
  .check-btn:hover {
    background-color: #3e343d; /* Optional: slightly darker for hover effect */
  }
  


@media only screen and (max-width: 767px) {
    .video-banner video, .video-banner .tve_responsive_video_container {
        height: 650px !important;
    }

    .video-banner-cta .tve_responsive_video_container{
        padding: 0px !important;
        height: 500px !important;
    }
}
  

@media only screen and (max-width: 1024px) {
    .newsletter .frm_fields_container{
        flex-direction: column;
    }

    .newsletter .frm_fields_container .frm_form_field{
        width: 100%;
    }

    body .newsletter .with_frm_style input[type=text]{
        border-bottom: 0px;
    }
}

@media only screen and (max-width: 1390px) {
    .iflt-desktop-menu{
        display: none;
    }

    .iflt-mobile-menu{
        display: block;
    }
}



