.enquire-form {
  width: 100%;
  max-width: 630px;
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  min-height: 100vh;
  height: 100%;
  z-index: 9999999;
  backface-visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  background: linear-gradient(263deg, #015571 0.16%, #2B4E48 99.84%);
  -webkit-overflow-scrolling: touch;
}
.enquire-form.form-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.close-form {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 44px;
  line-height: 1;
  color: #EE7869 !important;
  text-decoration: none !important;
  z-index: 999;
}

.enquire-form .contact-form {
  background: none !important;
  height: 100%;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.enquire-form {
  width: 100vw;   /* viewport width */
  height: 100vh;  /* viewport height */
}
.close-form {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important; /* replace with actual value of $linkColor */
  text-decoration: none !important;
  z-index: 999;
}
.contact-form {
  background-color: #333; /* replace with actual value of $color2 */
  background: #5F9786;
  padding: 30px 60px;
  color: #fff; /* replace with actual value of $white */
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width:567px){
  .contact-form{
       padding: 30px 30px;
  }
  .contact-form h2 {
  font-size: 22px!important;
  }
}
.contact-form form {
  position: relative;
}
.contact-form .form-control {
  color: #fff; /* $white */
  border-color: #fff; /* $darkGray */
  height: 42px;
  background-color: transparent !important;
  border-radius: 0;
}
.contact-form .form-select {
  color: #fff; /* $white */
  border-color: #fff; /* $darkGray */
  height: 42px;
  background-color: transparent !important;
  --bs-form-select-bg-img: url("../images/down-arrow.svg");
  border-radius: 0;
}
.contact-form .form-control::placeholder {
  color: white;
}
.contact-form h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 35px;
  color: #fff;
}
.contact-form textarea.form-control {
  height: 85px;
  border-radius: 0;
}
.enquire-form .contact-form {
  background: none !important;
  height: 100%;
  padding-top: 30px !important;
  padding-bottom: 50px !important;
  overflow-y: scroll;
  height: 100vh;
}
.submit-button{
  background-color: #5F9786;
}
    .iti__separate-dial-code:after {
      content: "";
      position: absolute;
      top: 8px;
      bottom: 8px;
      left: 65px;
      width: 1px;
      background-color: #ccc;
    }
    .iti__search-input{
      display: none;
    }
    .iti{
      display: block!important;
    }
    .iti__flag-container {
      padding-left: 10px;
    }
    .iti__selected-dial-code {
      /* padding-left: 5px; */
      padding-right: 8px;
      border-right: 1px solid #dee2e6!important;
    }
    /* .iti__selected-country{
    } */
    .iti__dial-code, .iti__country-name{
        color: #fff!important;
    }
    .iti__dropdown-content{
      background: #5F9786!important;
    }
  .iti__arrow {
    margin-left: var(--iti-arrow-padding);
    width: 0;
    height: 0;
    border-left: calc(6px / 2) solid transparent;
    border-right: calc(6px / 2) solid transparent;
    border-top: 4px solid;
    border-top-color: #ccc!important;
}
.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #ccc!important;
}
.contact-inner 
textarea, select, .mobileInput, input[type="text"] {
  width: 100%;
  line-height: 45px;
  /* padding: 0 10px; */
  /* font-size: 18px; */
  font-weight: normal!important;
  border-radius: 0!important;
  border: 1px solid !important;
  margin: 0;
  margin-bottom: 20px;
}
.captchaGroup{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#phone_number{
  border: 1px;
  border-radius: 0!important;
}

.custom-select {
  background-color: #222;
  color: #fff;
}
.custom-select option {
  background-color: #333;
  color: #fff;
}
.custom-select option:checked {
  background-color: #444;
  color: #fff;
}
.custom-select option:hover {
  background-color: #555;
  color: #fff;
}.enquire-form {
  width: 100%;
  max-width: 630px;
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  min-height: 100vh;
  height: 100%;
  z-index: 9999999;
  backface-visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  background: linear-gradient(263deg, #015571 0.16%, #2B4E48 99.84%);
  -webkit-overflow-scrolling: touch;
}
.enquire-form.form-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.close-form {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 44px;
  line-height: 1;
  color: #EE7869 !important;
  text-decoration: none !important;
  z-index: 999;
}

.enquire-form .contact-form {
  background: none !important;
  height: 100%;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.enquire-form {
  width: 100vw;   /* viewport width */
  height: 100vh;  /* viewport height */
}
.close-form {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important; /* replace with actual value of $linkColor */
  text-decoration: none !important;
  z-index: 999;
}
.contact-form {
  background-color: #333; /* replace with actual value of $color2 */
  background: #5F9786;
  padding: 30px 60px;
  color: #fff; /* replace with actual value of $white */
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width:567px){
  .contact-form{
       padding: 30px 30px;
  }
  .contact-form h2 {
  font-size: 22px!important;
  }
}
.contact-form form {
  position: relative;
}
.contact-form .form-control {
  color: #fff; /* $white */
  border-color: #fff; /* $darkGray */
  height: 42px;
  background-color: transparent !important;
  border-radius: 0;
}
.contact-form .form-select {
  color: #fff; /* $white */
  border-color: #fff; /* $darkGray */
  height: 42px;
  background-color: transparent !important;
  --bs-form-select-bg-img: url("../images/down-arrow.svg");
  border-radius: 0;
}
.contact-form .form-control::placeholder {
  color: white;
}
.contact-form h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 35px;
  color: #fff;
}
.contact-form textarea.form-control {
  height: 85px;
  border-radius: 0;
}
.enquire-form .contact-form {
  background: none !important;
  height: 100%;
  padding-top: 30px !important;
  padding-bottom: 50px !important;
  overflow-y: scroll;
  height: 100vh;
}

.submit-button {
  background-color: #5f9786;
}

.iti__separate-dial-code:after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 65px;
  width: 1px;
  background-color: #ccc;
}

.iti__search-input {
  display: none;
}

.iti {
  display: block !important;
}

.iti__flag-container {
  padding-left: 10px;
}

.iti__selected-dial-code {
  /* padding-left: 5px; */
  padding-right: 8px;
}
.iti__selected-country {
  /*border-right: 1px solid !important;*/
}

.iti__dial-code,
.iti__country-name {
  color: #fff !important;
}

.iti__dropdown-content {
  background: #5f9786 !important;
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: calc(6px / 2) solid transparent;
  border-right: calc(6px / 2) solid transparent;
  border-top: 4px solid;
  border-top-color: #ccc !important;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #ccc !important;
}




.enquireBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.mobileenquireBtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  display: none; 
  justify-content: center;
  align-items: center;
}


@media (max-width: 768px) {
  .mobileenquireBtn {
    display: flex;
  }
  .footerBottom{
    padding-bottom: 60px;
  }
}


.mobileenquireBtn .cssbuttons-io-button {
  width: 100%;
  justify-content: center;
}

.cssbuttons-io-button {
  background: linear-gradient(263deg, #015571 0.16%, #2b4e48 99.84%);
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #5f9886;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 50px;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #5f9886;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #5f9886;
}


/*.cssbuttons-io-button:active .icon {*/
/*  transform: scale(0.95);*/
/*}*/

@keyframes shakeY {
  0%   { transform: translateY(0); }
  20%  { transform: translateY(-6px); }
  40%  { transform: translateY(6px); }
  60%  { transform: translateY(-6px); }
  80%  { transform: translateY(6px); }
  100% { transform: translateY(0); }
}

.cssbuttons-io-button .icon.shake {
  animation: shakeY 0.8s ease-in-out;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); 
  backdrop-filter: blur(8px); 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.enquire-form2{
  overflow: auto;
  min-height: 100vh;
}

.popupForm {
  width: 100%;
  max-width: 450px;
  background: #fffaf0;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(50px);
  padding-top: 80px;
  position: relative;
  z-index: 10;
}
/* .logoBox {
  z-index: 20;
  height: 120px;
  width: 120px;
}

.logoBorder {
  background: linear-gradient(263deg, #015571 0.16%, #2b4e48 99.84%);
  border-radius: 50%;
  padding: 5px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoBorder img {
  background: #fff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  padding: 10px;
  object-fit: contain;
} */

.popupForm .btn-close {
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 30;
  right: 20px;
  top: 15px;
  font-size: 22px;
  font-weight: 600;
}

  .popupForm .formHead h2 {
    font-size: 22px;
  }

@media screen and (max-width: 567px) {
  .popupForm .formHead h2 {
    font-size: 20px;
  }

  /* .logoBox {
    z-index: 20;
    height: 80px;
    width: 80px;
  } */
}

.popupForm > textarea,
input[type="text"] {
  width: 100%;
  line-height: 45px;
  /* padding: 0 10px; */
  /* font-size: 18px; */
  font-weight: normal !important;
  border-radius: 0 !important;
  border: 1px solid #dee2e6!important;
  margin: 0;
  /* margin-bottom: 20px; */
}

.popupForm .mobileInput input[type="tel"] {
  width: 100%;
  line-height: 32px !important;
  /* padding: 0 10px; */
  /* font-size: 18px; */
  font-weight: normal !important;
  border-radius: 0 !important;
  border: 1px solid #dee2e6!important;
  margin: 0;
  /* margin-bottom: 20px; */
}
.popupForm .form-select {
  width: 100%;
  line-height: 32px;
  /* padding: 0 10px; */
  /* font-size: 18px; */
  font-weight: normal !important;
  border-radius: 0 !important;
  border: 1px solid #dee2e6!important;
  margin: 0;
  /* margin-bottom: 20px; */
}

.custom-select {
  background-color: #fff; 
  color: #212529; 
}


.custom-select option {
  background-color: #015571;
  color: #fff; 
}

.custom-select option:checked {
  background-color: #444;
  color: #fff;
}

.custom-select option:hover {
  background-color: #555;
  color: #fff;
}
.captchaGroup{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items:baseline;
}