/* Style for the banner section */
.subPage-Banner {
  /* background-image: url("../images/main-banner.jpg"); Replace with your banner image URL */
  background-color: var(--dark-purple);
  background-size: cover; /* Adjust the background image size */
  background-position: center center; /* Center the background image */
  min-height: 300px; /* Adjust the minimum height to control the banner's height */
  color: #fff; /* Text color for breadcrumbs */
  display: flex;
  align-items: center;
}

/* Style for the breadcrumb navigation */
.breadcrumb {
  background-color: transparent; /* Make the breadcrumbs background transparent */
  font-size: 18px; /* Adjust the font size */
}

.breadcrumb-item a {
  color: var(--white-color);
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›"; /* Breadcrumb separator character */
  padding: 0 8px; /* Adjust the spacing between breadcrumbs */
}

/* Style for the active (last) breadcrumb item */
.breadcrumb-item.active {
  color: #fff; /* Text color for the active breadcrumb */
}

/* Inquiry Form Section Started */
.inquiry-form-section {
  padding: 80px 0px 80px 0px;
}

.inquiry-form-section .formCard.formCard-Top {
  border-radius: 20px;
  margin-top: 30px;
}

.inquiry-form-section .informationCard {
  border-radius: 15px;
}

.inquiry-form-section .formCard {
  border-radius: 7px;
}

.inquiry-form-section .informationCard {
  background-color: var(--purple);
  padding: 70px 0px 50px 0px;
}

.inquiry-form-section .information-logo img {
  height: 70px;
}

.inquiry-form-section .personal-information,
.inquiry-form-section .additional-information {
  padding-top: 80px;
}

.inquiry-form-section .personal-information img,
.inquiry-form-section .additional-information img {
  width: 70px;
}

.inquiry-form-section .personal-information {
  position: relative;
  padding-right: 10px;
}

.inquiry-form-section .formCircle-BG {
  position: relative;
  width: 80px; /* Adjust size as needed */
  height: 80px; /* Adjust size as needed */
  border: 5px solid var(--green-color); /* Color of the border */
  border-radius: 50px; /* Makes the div circular */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(
    --blue-color
  ); /* Background color for the inner circle */
}

.inquiry-form-section .formInner-Circle {
  width: 60px; /* Adjust size as needed */
  height: 60px; /* Adjust size as needed */
  border-radius: 50px; /* Makes the div circular */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white; /* Background color for the inner circle */
}

.inquiry-form-section .formOuter-Circle {
  position: absolute;
  top: -15px; /* Adjust this value to position the inner circle */
  left: -5px; /* Adjust this value to position the inner circle */
  width: 30px; /* Adjust size as needed */
  height: 30px; /* Adjust size as needed */
  border-radius: 50px; /* Makes the div circular */
  border: 5px solid var(--white-color); /* Color of the border */
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(
    --blue-color
  ); /* Background color for the inner circle */
}

.inquiry-form-section .formOuter-Circle span {
  color: var(--white-color);
}

.inquiry-form-section .formCircle-BG i.fa-solid {
  color: var(--blue-color); /* Color of the icon */
  font-size: 24px;
}

.inquiry-form-section .personal-information h5,
.inquiry-form-section .additional-information h5 {
  color: var(--white-color);
  font-size: 17px;
  font-weight: 300;
  margin-left: 15px;
}

.inquiry-form-section .additional-information.opacity {
  opacity: 0.5;
}

.inquiry-form-section .progress_bar {
  padding-top: 80px;
}

.inquiry-form-section .progress_bar h6 {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.inquiry-form-section .myProgress-Bar {
  width: 100%;
  background-color: var(--grey-text);
  border-radius: 10px;
}

.inquiry-form-section .myProgress-Bar .myBar {
  width: 50%;
  height: 10px;
  background-color: var(--gold);
  text-align: center;
  line-height: 30px;
  color: white;
  border-radius: 10px;
}

/* Phone Input and Flags */
.phoneField .iti {
  width: 100%;
}

.iti__flag {
  background-image: url(../images/flags.png);
}

body input[type="text"],
body input[type="email"],
body input[type="tel"],
body select[type="text"] {
  border-radius: 7px;
  padding: 8px 15px 8px 15px;
}

.inquiry-form-section h5.select_passengers {
  color: var(--purple);
  /* font-size: 18px; */
  font-weight: 600;
  margin-bottom: unset;
  text-align: center;
}

.inquiry-form-section .form-card-seperator {
  border-bottom: 1px dashed var(--grey-text);
  /* margin-top: 5px; */
  margin-bottom: 25px;
}

.inquiry-form-section button.inquiry-continue-button {
  background-color: var(--purple);
  border: none;
  border-radius: 7px;
  color: var(--white-color);
  font-weight: 400;
  padding: 8px 40px 8px 40px;
  width: 100%;
}

.inquiry-form-section button.inquiry-continue-button:hover {
  background-color: var(--gold);
}

.inquiry-form-section
  .additional-information.opacity.additionalInformation-Bar {
  opacity: 1;
}

.inquiry-form-section .additionalProgress-Bar .myProgress-Bar .myBar {
  width: 100%;
}

/* Addition Information Form */

/* Custom Radio Button */
.inquiry-form-section input[type="radio"] {
  display: none;
}

.inquiry-form-section label.customRadio-Button {
  /* border: 1px solid grey; */
  cursor: pointer;
  /* display: inline-block; */
  padding: 8px 15px 8px 15px;
  text-align: center;
  /* width: 100%; */
}

.inquiry-form-section label.customRadio-Button i {
  color: #f99f1b;
  font-size: 13px;
}

.inquiry-form-section .blank-label {
  display: none;
}

.inquiry-form-section input[type="radio"]:checked + label.customRadio-Button {
  background: var(--dark-ocean);
  border-color: var(--dark-ocean);
  border-radius: 7px;
  color: var(--white-color);
}

.inquiry-form-section .secondChild,
.inquiry-form-section .thirdChild,
.inquiry-form-section .fourthChild,
.inquiry-form-section .fifthChild {
  margin-top: 20px;
}

.inquiry-form-section .arrivalDate-Result {
  display: none;
}

.inquiry-form-section .form-nights-separator {
  border-bottom: 1px dashed var(--grey-text);
  margin-top: 15px;
  /* margin-bottom: 30px; */
}

.validation-message {
  color: red;
  font-size: 14px;
}

.lightpick__day.is-today.is-disabled {
  opacity: 1;
}

.lightpick__footer {
  justify-content: end;
}

/* Inquiry Form Modal */
.inquiryForm-Modal .modal-content {
  border-radius: 20px;
  border: none;
}

.inquiryForm-Modal .modal-content .modal-header {
  border-bottom: unset;
}

.inquiryForm-Modal .modal-content .modal-header h5 {
  color: var(--black-color);
  font-size: 22px;
  font-weight: 600;
}

.inquiryForm-Modal .modal-content .modal-body p {
  line-height: 2;
}

.inquiryForm-Modal button.close {
  background: transparent;
  border: none;
  /* border: 1px dashed var(--dark-text); */
  border-radius: 50%;
}

.inquiryForm-Modal button.close span {
  font-size: 30px;
}

/* Animated Checkmark */
/* Animated Confirmation Checkmark */
.packageListing-Section
  .packageConfirmation-Card
  .confirmation-checkmark-animation {
  padding-bottom: 40px;
}

.animated-confirmation-checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  /* stroke: green; */
  fill: green;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.animated-confirmation-checkmark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid green;
  display: block;
  stroke-width: 2;
  stroke: var(--white-color);
  stroke-miterlimit: 10;
  margin: auto auto;
  padding: 5px;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.animated-confirmation-checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}

/* Inquiry Form Section Ended */

@media (min-width: 768px) {
  .inquiry-form-section button.inquiry-continue-button {
    width: 30%;
  }

  .inquiry-form-section .secondChild {
    margin-top: unset;
  }
}

@media (min-width: 992px) {
  .inquiry-form-section .informationCard {
    padding: 70px 10px 50px 10px;
  }

  .inquiry-form-section .firstChild {
    padding-right: 5px;
  }

  .inquiry-form-section .secondChild,
  .inquiry-form-section .thirdChild,
  .inquiry-form-section .fourthChild {
    padding-left: 5px;
    padding-right: 5px;
  }

  .inquiry-form-section .fifthChild {
    padding-left: 5px;
  }

  .inquiry-form-section .firstChild,
  .inquiry-form-section .secondChild,
  .inquiry-form-section .thirdChild,
  .inquiry-form-section .fourthChild,
  .inquiry-form-section .fifthChild {
    width: 20%;
  }

  .inquiry-form-section .thirdChild,
  .inquiry-form-section .fourthChild,
  .inquiry-form-section .fifthChild {
    margin-top: unset;
  }

  .inquiry-form-section .col-lg-4.inquiryForm-Steps,
  .inquiry-form-section .col-lg-8.inquiryForm-Information {
    width: 100%;
  }

  .inquiryForm-Modal {
    --bs-modal-width: 650px;
  }
}

@media (min-width: 1200px) {
  .inquiry-form-section .formCard.formCard-Top {
    border: 1px solid rgba(0, 0, 0, 0.17);
    margin-top: unset;
  }

  .inquiry-form-section .col-lg-4.inquiryForm-Steps {
    width: 33.33333333%;
  }

  .inquiry-form-section .col-lg-8.inquiryForm-Information {
    width: 66.66666667%;
  }
}
