@font-face {
  font-family: 'NotoSans';
  src: url('/assets/fonts/Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
}

*:not(i) {
    font-family: 'NotoSans' !important;
}

.fill-primary {
    fill: #fed128 !important;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 80px !important;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 60px !important;
    }
}



@media (max-width: 1200px) {
    .navbar-mobile {
        display: block !important;
        background-color: var(--bs-mode) !important;
        border-radius: 1rem 1rem 0 0 !important;
        width: 100% !important;
        position: fixed !important;
        left: 50% !important;
        bottom: 0 !important;
        transform: translate(-50%) !important;
        z-index: 1030 !important;
        padding: .5rem 2rem !important;
        box-shadow: 0 1rem 3rem #1d3a5380 !important;
    }

    .navbar-nav {
    flex-direction: row !important;
    justify-content: space-between !important
    }
}



html:not([data-bs-theme="dark"]) .header-sticky-on .nav-link:not(.active) {
    color: #555 !important; 
}


html:not([data-bs-theme="dark"]) .header-sticky:not(.header-transparent) .nav-link:not(.active) {
    color: #555 !important;
}

.bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

@media (max-width: 575.98px) {
    .flatpickr-calendar.hasTime {
        width: auto !important;
        min-width: auto !important;
        max-width: fit-content !important;
    }
}


.invalid {
    border: 2px solid red !important;
}

.shake {
    animation: shake 0.3s;
    animation-iteration-count: 10;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.btn-position-md-middle-sec {
    position: absolute;
    left: 99% !important;
    top: 65% !important;
    transform: translate(-50%, -50%);
}

.br-38{
    border-radius: 38px !important;
}

.fw-b{
    font-weight: bolder !important;
}

.col-lg-2 .btn-flip-icon {
    position: absolute;
    left: 110% !important;
    z-index: 999 !important;
    top: 50%;
    transform: translate(-50%, -50%);
}

.col-lg-3 .btn-flip-icon {
    position: absolute;
    left: 105% !important;
    z-index: 999 !important;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media ((max-width: 767.98px)) {
    .col-lg-3 .btn-flip-icon {
        left: 50% !important;
    }
}

.bg-light{
    background-color: #f5f5f5 !important;
}


html:not([data-bs-theme="dark"]) .header-sticky:not(.header-transparent) .nav-link:not(.active):hover {
    color:  #fed128 !important;
}

html:not([data-bs-theme="dark"]) .header-sticky-on .nav-link:not(.active):hover {
    color:  #fed128 !important;
}


.flatpickr-day, span.flatpickr-weekday, .flatpickr-months .flatpickr-month {
    font-weight: bold !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    font-weight: 900 !important;
}

.cur-year{
        font-weight: 900 !important;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
        font-weight: 900 !important;
}

.flatpickr-time input.flatpickr-hour {
        font-weight: 900 !important;
}

.flatpickr-time input, .flatpickr-time .flatpickr-am-pm {
        font-weight: 900 !important;
}

html:not([data-bs-theme="dark"]) .color-blue{
    color: #103c95 !important;
}

.font-xl{
    font-size: x-large !important;
}

@media (min-width: 992px) {
    .col-lg-c {
        flex: 0 0 0;
        width: 8.33333333%;
    }
}

.col-lg-3 .c-p {
    padding-left: 20px !important;
}

.col-lg-2 .c-p {
    padding-left: 13px !important;
}

.pr-24{
    padding-right: 24px !important;
}

.pl-24{
    padding-left: 24px !important;
}

@media ((max-width: 767.98px)) {
    .pr-24{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }

    .pl-24{
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .m-hide{
        display: none !important;
        margin-top: 0.5rem !important;
    }

    .d-hide{
        display: block !important;
    }
}

.m-hide{
    margin-top: 3rem!important;
}

.d-hide{
  display: none;
}

.cookie-notice {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  bottom: 0;
  width: 100%;
  background: #191919;
  color: #F6F6F6;
  z-index: 99999999;
}
.cookie-notice a {
  color: #F6F6F6;
}
.cookie-notice a:hover {
  text-decoration: none;
}
.cookie-notice a:visited {
  color: #F6F6F6;
}
.cookie-notice .cookie {
  font-size: 2.2rem;
  margin-right: 0.3rem;
  margin-left: 1rem;
}
.cookie-notice .accept-cookies {
  cursor: pointer;
  border: none;
  outline: none;
  background: #F6F6F6;
  color: #191919;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
  margin-left: 3rem;
  transition: 0.35s ease;
  border-radius: 12px;
}
.cookie-notice .accept-cookies:hover {
  box-shadow: 0.01rem 0.01rem 0.1rem #DDDDDD;
}

.hide{
    display:none;
}


.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
  border-radius: 24px !important;
}

.responsive-container-block.bg {
  flex-direction: column;
  align-items: center;
  height: auto;
  max-width: 1700px;
}

.text-blk.title {
  font-size: 46px;
  line-height: 64px;
  font-weight: 900;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.responsive-container-block.content {
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  background-color: var(--bs-mode);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  margin-top: 40px;
  margin-right: 20px;
  margin-bottom: 120px;
  margin-left: 20px;
}

.text-blk.name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.text-blk.desig {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.text-blk.info {
  max-width: 550px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 20px;
  line-height: 30px;
    color: white;
}

.text-blk.quotes {
  position: absolute;
  left: 20px;
  font-size: 144px;
  line-height: 32px;
  top: 17px;
  font-weight: 900;
  color: rgb(0, 0, 0);
}

.container-block.swiper-button-prevs {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.container-block.swiper-button-nexts {
  width: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.profile-img {
  width: auto;
  max-width: 130px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  min-height: 130px;
}

.swiper-slide img.review {
  width: 125px;
}

.pagination-button {
  width: 36px;
  height: 36px;
}

.swiper-pagination {
  min-height: auto;
  position: relative;
}

/* .content {
  margin-top: 40px;
  margin-right: 20px;
  margin-bottom: 120px;
  margin-left: 20px;
} */

@media (max-width: 1024px) {
  .swiper-slide {
    opacity: 0.3;
  }

  .swiper-slide.swiper-slide-next .content .quotes {
    color: rgb(0, 0, 0);
  }

  .swiper-slide.swiper-slide-next {
    opacity: 1;
  }

  .swiper-slide.swiper-slide-next .content .quotes {
    color: rgb(3, 169, 244);
  }

  
}

@media (min-width: 768px) {
   .p-30{
    --bs-gutter-x: 1.875rem;
    padding: calc(var(--bs-gutter-x) * .5) !important;
  }
}



@media (max-width: 768px) {
  .swiper-slide {
    opacity: 0.3;
  }

  .swiper-slide.swiper-slide-next {
    opacity: 0.3;
  }

  .swiper-slide.swiper-slide-next .content .quotes {
    color: rgb(0, 0, 0);
  }

  .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  .swiper-slide.swiper-slide-active .content .quotes {
    color: rgb(3, 169, 244);
  }
  .responsive-container-block.content {
    padding-right: 0px !important;  
     padding-left: 0px !important;
     margin-right: 0px !important; 
     margin-left: 0px !important;
}

  /* .btn {
    width: 98%;
  } */

  .text-blk.title {
    font-size: 32px;
  }

}

@media (max-width: 500px) {
  .swiper-slide {
    opacity: 0.3;
  }

  .swiper-slide .content .quotes {
    color: rgb(0, 0, 0);
  }

  .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  .swiper-slide.swiper-slide-active .content .quotes {
    color: rgb(3, 169, 244);
  }

  /* .btn {
    width: 99%;
  } */

  .text-blk.info {
    font-size: 17px;
    line-height: 28px;
  }

  .text-blk.name {
    font-size: 22px;
    line-height: 30px;
  }

  .text-blk.desig {
    font-size: 17px;
    line-height: 28px;
  }

  /* .responsive-container-block.content {
    margin-top: 40px;
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
  } */

  .title {
    font-size: 32px;
  }

  .text-blk.title {
    font-size: 32px;
  }
}

  

.custom-container{
  background-color: var(--bs-mode);
  border-radius: 24px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--bs-primary) !important;
    border-color: transparent;
    color: #fff;
}


.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    color: black !important;
    font-size: 16px !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-size: 16px !important;
}

.p-12{
  padding: 12px !important;
}

button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}




.f-16{
  font-size: 16px !important;
}
 .row{
        margin: 0 !important;
  }

@media only screen and (max-width: 767px) {
  .row{
        --bs-gutter-x: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .row{
        --bs-gutter-x: 0 !important;
  }
}

.blue-bg{
  background-color: #033a94;
}




.info-container {
  position: relative; 
  display: inline-block;
  cursor: pointer; 
}

.popup {
  display: flex; 
  align-items: center;
  position: absolute;
  bottom: 125%; 
  left: 50%;
  transform: translateX(-50%); 
  width: 300px; 
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

.info-container:hover .popup {
  visibility: visible;
  opacity: 1;
}

.popup img {
  width: 60px; 
  margin-right: 15px;
}

.popup-text h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
}

.popup-text p {
  margin: 0;
  font-size: 14px;
}

.popup-text ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  font-size: 14px;
}
.popup-text li {
    margin-bottom: 4px;
}

.gradient-bg{
  background: linear-gradient(to bottom right, #fceabb 0%, #f8b500 100%);
}

.ctext{
  color: rgb(0 0 0 / 90%) !important;
}

.d-show{
  width: 10%;
  height: 10%;
  margin-top: 0px !important;

}

.iti{
  width: -webkit-fill-available !important;
}

#map{
      width: -webkit-fill-available !important;
}

