@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
section {
  margin: 0;
}

.grecaptcha-badge {
    opacity: 0 !important;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
/* Hero Sextion */
#hero {
  background-image: url("../images/hero.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0 0 60px;
}
.ubrand {
  width: 110px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.heroBox {
  background-color: #fff;
  margin-top: 100px;
  padding: 110px 110px 78px;
  position: relative;
  border-radius: 65px;
}
.wellness {
  width: 175px;
  position: absolute;
  top: -50px;
}
.title {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 60px;
  color: #1e1e1e;
  letter-spacing: -5px;

  span {
    color: #2e7d32;
    font-weight: 600;
  }
}
.subtitle {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #2e7d32;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 105%;

  span {
    font-weight: 700;

    img {
      width: 40px;
      margin-top: -5px;
    }
  }
}
.subpara {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #787878;
}
.formBoxTop {
  background-color: #062a08;

  /* box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.1); */
  /* border-radius: 60px; */
  position: relative;

  .formNote {
    color: #1e1e1e;
    width: 66%;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 108%;
    letter-spacing: -5%;
    padding: 30px 30px 20px;
    background-color: #fff;
    border-bottom-right-radius: 30px;
    position: relative;
    margin-bottom: 0;
  }

  .formNote::before {
    content: "";
    width: 60px;
    height: 60px;
    background-color: #fff;
    right: -60px;
    top: 0;
    position: absolute;
  }
  .formNote::after {
    content: "";
    width: 60px;
    height: 60px;
    background-color: #062a08;
    right: -60px;
    top: 0;
    position: absolute;
    border-top-left-radius: 30px;
  }
}
.formBoxBottom {
  background-color: #062a08;
  border-radius: 40px 0px 40px 40px;
  padding: 20px 30px 20px;
  position: relative;
}
.formTitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 35px;
  letter-spacing: 0%;
  color: #fff;
}
.enquiryForm {
  position: relative;
  input,
  select {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(196, 196, 196, 0.24);
    background-color: rgba(6, 42, 8);
    padding: 10px 0;
    color: #fff;
  }
  input {
    /* margin-bottom: 30px; */
  }
  input::placeholder {
    color: #7d8778;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
  }
}
input:focus,
select:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}

.selectOptions {
  color: #7d8778;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}
.submitBtn {
  background: #9f8039;
  background: linear-gradient(
    90deg,
    rgba(159, 128, 57, 1) 0%,
    rgba(183, 145, 71, 1) 47%,
    rgba(248, 229, 144, 1) 89%
  );
  padding: 12px 30px;
  margin-top: 25px;
  border: none;
  border-radius: 75px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -5%;
  text-transform: uppercase;
  color: #fff;
}
.bird {
  position: absolute;
  width: 150px;
  top: -83px;
  right: -69px;
}

.buttonsGroup {
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 30px;
  gap: 15px;
  z-index: 10;
  a img {
    width: 24px;
    height: 24px;
  }
}
.corner {
  position: absolute;
  width: 148px;
  right: -110px;
  bottom: -85px;
}
/* End Hero Sextion */

/* 2nd Section */
#timerSection {
  padding: 60px 0px;

  .para {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 103%;
    letter-spacing: 0%;
    text-align: center;
    color: #062a08;
    padding: 0 13%;

    span {
      font-weight: 600;
    }
  }
}
.man {
  width: 100%;
  position: relative;
}
.play {
  width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.counter {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  gap: 32px;

  .titleDigit {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.number {
  /* font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 64px;
    width: 130px;
    height: 150px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    border: 3px solid #EDEDED;
    overflow: hidden;
    z-index: 1; */
  position: relative;
  z-index: 0;
  width: 130px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 64px;

  &::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #2e7d32;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#2e7d32, #2e7d32),
      linear-gradient(#ededed, #ededed), linear-gradient(#2e7d32, #2e7d32),
      linear-gradient(#2e7d32, #2e7d32);
    animation: rotate 4s linear infinite;
  }

  &::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: white;
    border-radius: 5px;
  }
}

/* Border tracing */
/* .number::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 3px; 
    background:
      linear-gradient(green, green) top left / 0% 3px no-repeat,
      linear-gradient(green, green) top right / 3px 0% no-repeat,
      linear-gradient(green, green) bottom right / 0% 3px no-repeat,
      linear-gradient(green, green) bottom left / 3px 0% no-repeat;
    animation: borderTrace 4s linear infinite;
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  
  @keyframes borderTrace {
    0% {
      background-size: 0% 3px, 3px 0%, 0% 3px, 3px 0%;
    }
    25% {
      background-size: 100% 3px, 3px 0%, 0% 3px, 3px 0%;
    }
    50% {
      background-size: 100% 3px, 3px 100%, 0% 3px, 3px 0%;
    }
    75% {
      background-size: 100% 3px, 3px 100%, 100% 3px, 3px 0%;
    }
    100% {
      background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    }
  } */

.info {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 103%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 15px;
  color: #000000;
}
/*End 2nd Section */

/* End section */
#invitation {
  padding: 30px 0px 100px;
  .submitBtn {
    color: #000000;
    font-weight: 400;
  }
  .one {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #dbf1c4;
  }
  .two {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 103%;
    letter-spacing: 0%;
    color: #fff;
  }
  .three {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 65px;
    leading-trim: NONE;
    line-height: 103%;
    letter-spacing: 0%;
    background: #a3833b;
    background: linear-gradient(
      90deg,
      rgba(163, 131, 59, 1) 0%,
      rgba(218, 190, 111, 1) 47%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.lastSection {
  background-color: #062a08;
  border-radius: 50px;
  padding: 50px 60px;
  min-height: 480px;
}
.unicorn {
  position: absolute;
  top: -35px;
  min-height: 550px;
}
.jasmin {
  width: 230px;
  position: absolute;
  right: -50px;
  bottom: -30px;
}

hr {
  background-color: #ececec;
  color: #ececec;
  height: 1px;
  border: none;
}
/* End section */

/* footer */
#footer {
  p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #c4c4c4;
  }

  .footerImg {
    border-radius: 36px;
    overflow: hidden;
  }

  .socialMedia {
    display: flex;
    gap: 14px;
    justify-content: flex-end;

    a {
      width: 58px;
      height: 58px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      border: 1px solid #ebebeb;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.3s ease-in;
      .fa-brands {
        font-size: 24px;
        color: #b7abac;
        transition: all 0.3s ease-in;
      }
    }
  }
  .socialMedia a:nth-child(1):hover,
  .socialMedia a:nth-child(1):hover .fa-brands {
    border-color: #fb414c;
    color: #fb414c;
    transition: all 0.3s ease-in;
  }
  .socialMedia a:nth-child(2):hover,
  .socialMedia a:nth-child(2):hover .fa-brands {
    border-color: #0077b5;
    color: #0077b5;
    transition: all 0.3s ease-in;
  }
  .socialMedia a:nth-child(3):hover,
  .socialMedia a:nth-child(3):hover .fa-brands {
    border-color: #1da1f2;
    color: #1da1f2;
    transition: all 0.3s ease-in;
  }
  .socialMedia a:nth-child(5):hover,
  .socialMedia a:nth-child(5):hover .fa-brands {
    border-color: #1877f2;
    color: #1877f2;
    transition: all 0.3s ease-in;
  }
  .socialMedia a:nth-child(4):hover,
  .socialMedia a:nth-child(4):hover .fa-brands {
    border-color: #ff7a00;
    color: #ff7a00;
    background: linear-gradient(
      135deg,
      #ffd600 0%,
      #ff7a00 25%,
      #ff0069 50%,
      #d300c5 75%,
      #7638fa 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in;
  }
}

/* modal */
.modal-content {
  min-height: 300px;
}
.closeBtn {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  background-color: #fff;
  cursor: pointer;
}

/* Form Enhancement Styles */
.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-message {
  margin-top: 15px;
  padding: 12px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.form-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Validation Messages */
.validation-message {
  color: #dc3545;
  font-size: 11px;
  margin-top: 5px;
  min-height: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.validation-message.success {
  color: #28a745;
}

.validation-message:empty {
  display: none;
}

.submitBtn {
  position: relative;
  transition: all 0.3s ease;
}

.submitBtn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.submitBtn .button-loading {
  display: none;
}

.submitBtn.loading .button-text {
  display: none;
}

.submitBtn.loading .button-loading {
  display: inline-block;
}

/* Form validation styles */
.enquiryForm input.error,
.enquiryForm select.error {
  border-color: #dc3545 !important;
}

.enquiryForm input.success,
.enquiryForm select.success {
  border-color: #28a745 !important;
  /* box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); */
}

/* Loading animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fa-spin {
  animation: spin 1s linear infinite;
}

/* International Telephone Input Styles */
.iti {
  width: 100%;
  position: relative;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  padding: 0;
  margin-right: 0;
}

.iti__selected-flag {
  z-index: 4;
  height: 100%;
  padding: 0 0 0 8px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(196, 196, 196, 0.24);
  outline: none;
}

.iti__selected-flag:hover,
.iti__selected-flag:focus {
  background-color: rgba(6, 42, 8, 0.1);
}

.iti__flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/img/flags@2x.png");
  }
}

.iti__selected-dial-code {
  color: #7d8778;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-left: 6px;
}

.iti__arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #7d8778;
  margin-left: 6px;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #7d8778;
}

.iti__country-list {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000 !important;
  position: absolute !important;
  width: 380px !important;
  left: 0 !important;
}

.iti__country {
  padding: 8px 12px;
  border-bottom: 1px solid #f0f0f0;
}

.iti__country:hover {
  background-color: #f8f9fa;
}

.iti__country.iti__highlight {
  background-color: #e3f2fd;
}

.iti__dial-code {
  color: #666;
}

.iti__country-name {
  color: #333;
}

/* Adjust phone input to work with intl-tel-input */
.enquiryForm .iti input[type="tel"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(196, 196, 196, 0.24);
  background-color: rgba(6, 42, 8, 1);
  padding: 10px 0 10px 80px;
  color: #fff;
  margin-bottom: 0;
  padding-left: 80px;
}

.enquiryForm .iti input[type="tel"]:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}

.enquiryForm .iti input[type="tel"]::placeholder {
  color: #7d8778;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

/* Override form group margin for phone field */
.form-group .iti {
  margin-bottom: 5px;
}

/* Ensure the flag container is visible */
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(6, 42, 8, 1);
  border-bottom: 1px solid rgba(196, 196, 196, 0.24);
  width: auto;
  padding-right: 8px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #7d8778;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

/* Fix for flag positioning */
.iti__flag-container {
  width: auto !important;
}

.iti--separate-dial-code .iti__selected-flag {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 70px;
}

/* Ensure proper spacing */
.enquiryForm .form-group .iti {
  position: relative;
}

.enquiryForm .iti--separate-dial-code input[type="tel"] {
  padding-left: 85px;
}

/* Force visibility of flag and dropdown */
.iti__selected-flag {
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
}

.iti__flag {
  width: 20px !important;
  height: 15px !important;
  margin-right: 6px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}

.iti__selected-dial-code {
  display: inline-block !important;
}

.iti__arrow {
  display: inline-block !important;
  margin-left: 6px !important;
}

/* Ensure dropdown is clickable */
.iti__flag-container {
  cursor: pointer !important;
}

/* Override any conflicting styles */
.enquiryForm .iti {
  position: relative !important;
}

.enquiryForm .iti .iti__selected-flag {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 5 !important;
}

/* Preloader Styles */
#pageloader {
  background: rgba(34, 34, 34, 0.9);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 100px;
  transform: rotateY(0deg);
  -webkit-animation: rotateAnimation 2.5s ease-in infinite;
  animation: rotateAnimation 2.5s ease-in infinite;
  transition: all 0.5s ease-in-out;
}

@-webkit-keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
