@font-face {
    font-family: 'Albra Text TRIAL TRIAL';
    src: url('../assets/fonts/AlbraTextTRIAL-Regular.eot');
    src: url('../assets/fonts/AlbraTextTRIAL-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/AlbraTextTRIAL-Regular.woff2') format('woff2'),
        url('../assets/fonts/AlbraTextTRIAL-Regular.woff') format('woff'),
        url('../assets/fonts/AlbraTextTRIAL-Regular.ttf') format('truetype'),
        url('../assets/fonts/AlbraTextTRIAL-Regular.svg#AlbraTextTRIAL-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra Text TRIAL TRIAL';
    src: url('../assets/fonts/AlbraTextTRIAL-Medium.eot');
    src: url('../assets/fonts/AlbraTextTRIAL-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/AlbraTextTRIAL-Medium.woff2') format('woff2'),
        url('../assets/fonts/AlbraTextTRIAL-Medium.woff') format('woff'),
        url('../assets/fonts/AlbraTextTRIAL-Medium.ttf') format('truetype'),
        url('../assets/fonts/AlbraTextTRIAL-Medium.svg#AlbraTextTRIAL-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../assets/fonts/Gotham-Bold.eot');
    src: url('../assets/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Gotham-Bold.woff2') format('woff2'),
        url('../assets/fonts/Gotham-Bold.woff') format('woff'),
        url('../assets/fonts/Gotham-Bold.ttf') format('truetype'),
        url('../assets/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../assets/fonts/Gotham-Book.eot');
    src: url('../assets/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Gotham-Book.woff2') format('woff2'),
        url('../assets/fonts/Gotham-Book.woff') format('woff'),
        url('../assets/fonts/Gotham-Book.ttf') format('truetype'),
        url('../assets/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../assets/fonts/Gotham-Light.eot');
    src: url('../assets/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Gotham-Light.woff2') format('woff2'),
        url('../assets/fonts/Gotham-Light.woff') format('woff'),
        url('../assets/fonts/Gotham-Light.ttf') format('truetype'),
        url('../assets/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../assets/fonts/Gotham-Medium.eot');
    src: url('../assets/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Gotham-Medium.woff2') format('woff2'),
        url('../assets/fonts/Gotham-Medium.woff') format('woff'),
        url('../assets/fonts/Gotham-Medium.ttf') format('truetype'),
        url('../assets/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.font-albra{font-family: 'Albra Text TRIAL TRIAL';}
.font-gotham{font-family: 'Gotham';}

.input-montserrat::placeholder {
  font-family: 'Montserrat';
  color: #00282D !important;
  font-weight: 300 !important;
}

*, html {

    scroll-behavior: smooth !important;
}

html,body{overflow-x: hidden;}

[type='text']{
    background-color: transparent;
    height: 50px;
}

input[type="date"]::-webkit-datetime-edit {
  color: transparent;
}
input[type="date"]:valid::-webkit-datetime-edit {
  color: black;
}
input[type="date"]:focus::-webkit-datetime-edit {
  color: black;
}

input:focus, select:focus,
input:focus-visible, select:focus-visible{
  box-shadow: none !important;
  border-color:#1C4D6B !important;
  outline: 0;
}

.input:focus {
  outline: 1px solid var(--line-active);
}

.input[type="submit"] {
  cursor: pointer;
}

.label {
  background-color: var(--bg);
  justify-self: start;
  transition-property: transform, padding, font-size;
  transition-duration: 0.3s;
  margin: 0 1rem;
  pointer-events: none;
}

.label,
.input {
  grid-column-start: 1;
  grid-row-start: 1;
}

.gradient-1 {
  background: linear-gradient(180deg, #CCAC75 15.38%, #EED9AD 50%, #C7A872 85.1%);
  -webkit-background-clip: text; /* required for Safari/Chrome */
  background-clip: text;         /* helps in Firefox */
  color: transparent;            /* fallback */
  -webkit-text-fill-color: transparent; /* Safari */
}

.gradient-2 {
  background: linear-gradient(89.08deg, #ECD69B 0.49%, #DBA872 100.9%);
  -webkit-background-clip: text; /* required for Safari/Chrome */
  background-clip: text;         /* helps in Firefox */
  color: transparent;            /* fallback */
  -webkit-text-fill-color: transparent; /* Safari */
}
.gradient-3 {
  background: linear-gradient(89.08deg, #F7E6B8 32.83%, #987528 100.9%);
  -webkit-background-clip: text; /* required for Safari/Chrome */
  background-clip: text;         /* helps in Firefox */
  color: transparent;            /* fallback */
  -webkit-text-fill-color: transparent; /* Safari */
}
.gradient-4 {
  background: linear-gradient(90deg, #A06C88 37.5%, #575B81 100%);
  -webkit-background-clip: text; /* required for Safari/Chrome */
  background-clip: text;         /* helps in Firefox */
  color: transparent;            /* fallback */
  -webkit-text-fill-color: transparent; /* Safari */
}

/* hide the real select but keep it in the DOM for forms & JS */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}


  .fp-tab{ background:white; color:black; border-radius:9999px; padding:.7rem 2rem; font-family: 'Gotham'; transition:.2s; }
  .fp-tab.is-active{ background:#6BB396; color:white; }

/* Loader  */

@-webkit-keyframes loader {
    0% {
        width: 0;
    }
    20% {
        width: 10%;
    }
    25% {
        width: 24%;
    }
    43% {
        width: 41%;
    }
    56% {
        width: 50%;
    }
    66% {
        width: 52%;
    }
    71% {
        width: 60%;
    }
    75% {
        width: 76%;
    }
    94% {
        width: 86%;
    }
    100% {
        width: 100%;
    }
  }
  
  @keyframes loader {
    0% {
        width: 0;
    }
    20% {
        width: 10%;
    }
    25% {
        width: 24%;
    }
    43% {
        width: 41%;
    }
    56% {
        width: 50%;
    }
    66% {
        width: 52%;
    }
    71% {
        width: 60%;
    }
    75% {
        width: 76%;
    }
    94% {
        width: 86%;
    }
    100% {
        width: 100%;
    }
  }
  
  .progress-bar {
    width: 95%;
    max-width: 95%;
    left: 50%;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin-top: 30px;
  }
  .progress {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .bar {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
  }
  .progress-bar {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
    display: none;
  }
  .progress-bar span {
    display: block;
  }
  .bar {
    background: 0 0;
  }
  .progress {
    -webkit-animation: loader 8s ease infinite;
    animation: loader 8s ease infinite;
    background: #CCC9FF;
    color: #fff;
    padding: 5px;
    width: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .progress-bar {
    position: relative;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: transparent;
  }

.iti {
    width: 100% !important; /* Ensures full width */
  }
  .iti__selected-dial-code{
    display: none;
  }
  .iti__selected-flag {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important; /* Ensure it's clickable */
    padding-left: 10px !important;
  }
  
  .iti__country-list {
    z-index: 9999 !important; /* Keeps it above other elements */
    position: absolute !important; /* Allows manual positioning */
    left: 0 !important;
    top: 100% !important; /* Positions it directly under the flag button */
    width: auto !important;
    background: white !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  }
  
  .iti--allow-dropdown input {
    padding-left: 3.5rem !important; /* Leaves space for the flag */
  }
  .iti__search-input{display: none;}
  .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}


/* Whatsapp Chatbot */
  
.sticky-icons {

  position: fixed;

  bottom: 5%;

  z-index: 10000;

  display: flex;

  flex-direction: row;

  right: 1%;

  background-color: white;

  border-radius: 15px;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 2px 2px 6px rgb(182, 182, 182);

  -webkit-animation: pulse 1.5s infinite;

  -moz-animation: pulse 1.5s infinite;

  -o-animation: pulse 1.5s infinite;

  animation: pulse 1.5s infinite;

}

.sticky-icons:hover {

  -webkit-animation: none;

  -moz-animation: none;

  -o-animation: none;

  animation: none;

}

.sticky-icons :hover{cursor: pointer;}

.sticky-icon {

  width: 40px;

  height: 40px;

  object-fit: contain;

  background: #0D9F16;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  margin: 5px;

  position: relative;

  transform: rotate(26deg);

}

.sticky-icon img{width: 70%;object-fit: contain; transform: rotate(-24deg);}

.sticky-icons p{

  color: #0a6b10;

  font-size: 20px;

  margin-bottom: 0px;

  padding: 0;

  font-weight: bold;

  line-height: 1.2;

}

.sticky-icon::after{

  content: "";

  width: 0;

  height: 0;

  border-left: 6px solid transparent;

  border-right: 6px solid transparent;

  border-top: 8px solid #0d9f16;

  position: absolute;

  bottom: -3px;

  left: -18px;

  right: 0;

  margin: 0 auto;

  transform: rotateZ(31deg);

}

@-webkit-keyframes pulse {

  0% {transform: scale(0.9);}

  70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}

  100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}

}

@-moz-keyframes pulse{

  0% {transform: scale(0.9);}

  70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}

  100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}

}

@-o-keyframes pulse{

  0% {transform: scale(0.9);}

  70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}

  100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}

}

@keyframes pulse{

  0% {transform: scale(0.9);}

  70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}

  100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}

}



@media(max-width:500px){

  .sticky-icons p{font-size: 16px;}

  .sticky-icon{width: 35px;height: 35px;}

}




  /* dots style (small circles, one filled) */
  .gallery-carousel.owl-theme .owl-dots {
    margin-top: -10px; /* pull dots upward to sit inside the purple bar area */
    padding-bottom: 10px;
  }
  .gallery-carousel.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 4px;
    background: transparent;
    border: 1px solid #EED9AD;
  }
  .gallery-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #EED9AD;
  }

  /* nav buttons circle */
  .gallery-carousel.owl-theme .owl-nav button.owl-prev,
  .gallery-carousel.owl-theme .owl-nav button.owl-next {
    width: 55px;
    height: 55px;
    border-radius: 9999px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .gallery-carousel.owl-theme .owl-nav button.owl-prev,
  .gallery-carousel.owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    transform: translateY(50%);
    z-index: 10;
  }
  .gallery-carousel.owl-theme .owl-nav button.owl-prev { left: -7%; }
  .gallery-carousel.owl-theme .owl-nav button.owl-next { right: -7%; }

  .gallery-carousel.owl-theme .owl-nav button span {
    font-size: 22px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.85);
  }
  .gallery-carousel .owl-nav button:focus { outline: none; }

  @media (max-width: 1023px) {
    .gallery-carousel.owl-theme .owl-nav {
      margin: 0;
    }
    .gallery-carousel.owl-theme .owl-nav button.owl-prev,
    .gallery-carousel.owl-theme .owl-nav button.owl-next {
      width: 35px;
      height: 35px;
      position: absolute;
      top: 80%; 
      transform: translateY(50%);
      z-index: 10;
    }
    .gallery-carousel.owl-theme .owl-nav button.owl-prev { left: 8px; }
    .gallery-carousel.owl-theme .owl-nav button.owl-next { right: 8px; }

    .gallery-carousel.owl-theme .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      margin: 4px 2px 0 2px ;
    }
  }


.headline-swap {
  display: inline-block;
  will-change: transform, opacity;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.headline-swap.anim-out {
  animation: headlineOut 0.45s ease-in forwards;
}

.headline-swap.anim-in {
  animation: headlineIn 0.45s ease-out forwards;
}

@keyframes headlineOut {
  from { opacity: 1; transform: translateY(0) translateZ(0); }
  to   { opacity: 0; transform: translateY(-18px) translateZ(0); }
}

@keyframes headlineIn {
  from { opacity: 0; transform: translateY(18px) translateZ(0); }
  to   { opacity: 1; transform: translateY(0) translateZ(0); }
}

