@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Light.eot');
    src: url('../assets/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Montserrat-Light.woff2') format('woff2'),
        url('../assets/fonts/Montserrat-Light.woff') format('woff'),
        url('../assets/fonts/Montserrat-Light.ttf') format('truetype'),
        url('../assets/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Regular.eot');
    src: url('../assets/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../assets/fonts/Montserrat-Regular.woff') format('woff'),
        url('../assets/fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../assets/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Medium.eot');
    src: url('../assets/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../assets/fonts/Montserrat-Medium.woff') format('woff'),
        url('../assets/fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../assets/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wasted Vindey';
    src: url('../assets/fonts/WastedVindeyRegular.eot');
    src: url('../assets/fonts/WastedVindeyRegular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/WastedVindeyRegular.woff2') format('woff2'),
        url('../assets/fonts/WastedVindeyRegular.woff') format('woff'),
        url('../assets/fonts/WastedVindeyRegular.ttf') format('truetype'),
        url('../assets/fonts/WastedVindeyRegular.svg#WastedVindeyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-montserrat{font-family: 'Montserrat';}
.font-wasted{font-family: 'Wasted Vindey';}

.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;
}


/* 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 1.5rem; font-family: 'Montserrat'; 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: #32A0A0;
    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;}

}

/* allow side slides to show */
.stackedSwiper {
  overflow: visible;
  position: relative; 
}

/* optional: add some breathing room so peeks aren't clipped by parent */
.stackedSwiper .swiper-wrapper {
  align-items: center;
}

/* base slide sizing */
.stackedSwiper .swiper-slide {
  width: 820px;                /* match your !w-[820px] */
  transition: transform .35s ease, opacity .35s ease, filter .35s ease;
  transform: scale(0.88);
  opacity: 0.55;
  filter: blur(0.2px);
}

/* active slide */
.stackedSwiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  filter: none;
  z-index: 3;
}

/* left/right neighbor slides */
.stackedSwiper .swiper-slide-prev,
.stackedSwiper .swiper-slide-next {
  transform: scale(0.7);
  opacity: 1;
  filter: none;
  z-index: 2;
}

/* optional: make far slides even less visible */
.stackedSwiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.84);
}

.stackedSwiper .swiper-button-prev::after,
.stackedSwiper .swiper-button-next::after {
  display: none !important;
}

.stackedSwiper .swiper-button-prev,
.stackedSwiper .swiper-button-next{
  top: 55%;
  transform: translateY(-50%);
  z-index: 30;          /* above slide */
}

/* inside the card area */
.stackedSwiper .swiper-button-prev { left: 11%; }
.stackedSwiper .swiper-button-next { right: 11%; }

.stackedSwiper .custom-nav {
  width: 48px;   /* adjust */
  height: 48px;  /* adjust */
}

.stackedSwiper .custom-nav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stackedSwiper .swiper-pagination-bullet{
  background: transparent !important;
  opacity: 100% !important;
  border: white 1px solid !important;
  border-radius: 20px;
  margin: 0 2px !important;
}

.stackedSwiper .swiper-pagination-bullet-active{
  background: #ffffff !important;
  opacity: 100% !important;
  width: 30px;
  border-radius: 20px;
}

@media (min-width: 1800px){
  .stackedSwiper .swiper-button-prev { left: 8%; }
  .stackedSwiper .swiper-button-next { right: 8%; }
}


@media (max-width: 767px) {
  .stackedSwiper .swiper-slide {
    width: 88vw;                 /* or 90vw; tune to taste */
    transform: scale(0.92);
    opacity: 0.65;
    filter: none;
    transition: transform .35s ease, opacity .35s ease;
  }

  .stackedSwiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 3;
  }

  .stackedSwiper .swiper-slide-prev,
  .stackedSwiper .swiper-slide-next {
    transform: scale(0.82);
    opacity: 1;
    z-index: 2;
  }

  .stackedSwiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .stackedSwiper .swiper-button-prev { left: -2%; }
  .stackedSwiper .swiper-button-next { right: -2%; }

  .stackedSwiper .custom-nav {
    width: 40px;
    height: 40px;
  }

  .stackedSwiper .swiper-pagination {
    bottom: 1.5% !important;
  }
}



.caption-fade {
  transition: opacity .2s ease, transform .2s ease;
}
.caption-fade.is-out {
  opacity: 0;
  transform: translateY(6px);
}