@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.navbar-header.align-items-center {
  display: flex;
  align-items: center;
}
.header_main_div {
  width: 100%;
  float: left;
}

/* vacation-product2.css — banner overlay used by checkout.blade.php */
.vacation_product_banner {
  height: 280px;
}
.vacation_product_banner_overlay::before {
  background: rgba(0, 0, 0, 0.55);
}

/* checkout.blade.php @push head-css */
body {
  background: #F7F8FA !important;
}

.error_msg,
.error {
  color: #842029;
  font-size: 14px;
}

.vacation_product_banner_content .upper_banner_left {
  margin-top: 42px;
}

.loader_box {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3333331a;
  left: 0;
}

.loader {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #1464AB;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

section#section2 input[type="text"],
section#section2 input[type="tel"],
section#section2 input[type="email"],
section#section2 input[type="number"] {
  font-family: Roboto-Regular;
}

input::placeholder {
  font-family: Roboto-Regular;
  color: #888888;
  opacity: 60%;
}

.traveller_info_main h4 {
  color: #202840;
}

.traveller_trip_details h4 {
  color: #202840;
  font-family: Roboto-Medium;
  font-size: 20px;
}

.traveller_info_details_section table {
  background: #F7F8FA;
  border: 0.5px solid #A7A7A7;
  font-family: Roboto-Medium;
  text-transform: capitalize;
}

.traveller_info_details_section table td {
  padding: 10px;
  border: 0.5px solid #A7A7A7;
}

.traveller_info_details_section table td:first-child {
  border-right: none;
}

.traveller_info_details_section table td:last-child {
  border-left: none;
}

table tr:last-child td {
  padding: 10px;
  color: #003C8A;
}

.traveller_info_details_section h5 {
  font-size: 16px;
  margin-top: 0;
  text-align: left;
}

.congrats-container {
  margin-top: 20px;
  color: #474747;
  text-align: center;
}

.congrats-container span {
  font-size: 18px;
  font-family: Roboto-Bold;
}

.congrats-container p {
  font-size: 16px;
  font-family: Roboto-Regular;
  margin-bottom: 0;
}

.congrats-container p strong {
  font-family: Roboto-Bold;
}

.vacation_product_banner_content .upper_banner_left {
  margin-top: 20px !important;
}

.vacation_product_banner_content .upper_banner_right {
  margin-top: -50px;
}

.protect_hotel h2 {
  text-transform: uppercase !important;
}

.protect_hotel .recommended {
  border-radius: 2px;
}

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

#activation-checkout-page .traveller_info_details {
  padding: 20px !important;
}

#activation-checkout-page .vacation_product_banner {
  height: auto;
  padding: 80px 0;
}

#activation-checkout-page .vacation_product_banner_content .upper_banner_right p {
  padding: 0;
  font-family: Roboto-Medium !important;
  font-weight: 500;
  font-size: 18px;
}

#activation-checkout-page .traveller_info_form img {
  height: auto;
}

#activation-checkout-page .special_offer_line {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-size: 20px !important;
}

#activation-checkout-page .checkbox span {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-size: 17px;
}

#activation-checkout-page .disclaimer {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  color: #555;
}

#activation-checkout-page .nextbutton #continue_reservation {
  background: #008009;
  border: none;
  padding: 16px 147px;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
}

#activation-checkout-page .below_btn_line {
  font-family: "Roboto", sans-serif;
}

#activation-checkout-page .vacation_product_banner_content h2 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-size: 34px;
}

.vacation_product_banner.vacation_product_banner_overlay {
  background: var(--checkout-banner-image, none) no-repeat center center;
  background-size: auto;
}

.reservbutton {
  background: #008009;
  font-family: Roboto-Bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 0;
}

.traveller_off .tp_overlay_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.traveller_off .tp_overlay_content h2 {
  font-family: Roboto-Black;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 0px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}

.traveller_off .tp_overlay_content p {
  font-family: Roboto-Black;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 0px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

.traveller_trip_details li {
  text-transform: capitalize;
}

.view-xs-inline {
  display: none;
}

.your_next_steps li {
  font-size: 16px !important;
  line-height: 2;
}

.vacation_product_banner_content p {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .view-xs-inline {
    display: inline;
  }

  .notify-bar {
    font-family: Roboto-Medium !important;
  }

  .congrats-container p strong {
    display: inline;
  }

  .traveller_info_details_section h5 {
    text-align: left;
  }

  #activation-checkout-page .vacation_product_banner {
    height: 120px;
  }

  #activation-checkout-page .vacation_product_banner {
    padding: 20px 0;
  }

  #activation-checkout-page .vacation_product_banner_content h2 {
    font-size: 20px;
    text-align: center !important;
  }

  .vacation_product_banner_content .upper_banner_left {
    padding: 0;
    margin-top: 0 !important;
  }

  #activation-checkout-page .nextbutton #continue_reservation {
    font-family: Roboto-Medium;
    padding: 10px;
  }

  .secure-images {
    text-align: left;
    margin-left: 0px;
  }

  .protect_hotel h2 {
    position: relative;
    padding: 0;
    display: block !important;
    letter-spacing: -0.6px;
  }

  .protect_hotel .recommended {
    position: absolute;
    margin-left: 5px !important;
  }

  #activation-checkout-page .traveller_info_details {
    padding: 15px !important;
  }

  .trip_summary_class {
    padding: 0px !important;
  }

  .p-xs-15 {
    padding: 0 15px !important;
  }

  .reservationBox {
    margin-top: 0 !important;
    padding: 0px 15px 0 15px !important;
  }
}

.input-with-button {
  position: relative;
  width: 100%;
}

.input-with-button input {
  width: 100%;
  padding-right: 100px;
  box-sizing: border-box;
}

.input-with-button button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 15px;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 0;
}

.success_msg {
  color: green;
}

.error_msg {
  color: red;
}

.apply_coupon_btn {
  background-color: #0068ef;
}

.remove_coupon_btn {
  background-color: #dc5858;
}

.coupon_link {
  color: #324ed9 !important;
}

.coupon_discount_div {
  display: none;
}

/* checkout_step_one.blade.php video reviews */
.video-reviews-section h3 {
  font-family: NunitoSans_10pt-Bold;
  color: #003C8A;
  margin-top: 0;
}

.video-reviews-section {
  padding: 10px 0 0;
}

@media (max-width: 767px) {
  .video-reviews {
    padding: 0 5px !important;
  }

  .video-reviews-section h3 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px;
  }

  .video-reviews .content {
    padding-bottom: 30px;
  }
}

/* checkout_step_one.blade.php recent hotels */
.recent-hotels-section>*,
.recent-hotels-section>*>*,
.recent-hotels-section>*>*>*,
.recent-hotels-section>*>*>*>*,
.recent-hotels-section>*>*>*>*>* {
  float: none !important;
}

.recent-hotels-section {
  padding: 0;
  margin: 20px 0;
  background-color: #F7F8FA;
}

.recent-hotels-section .container {
  max-width: 100%;
  padding: 20px;
  margin: 0;
}

.recent-hotels-section .recent-hotels {
  padding: 0 !important;
  margin: 0 !important;
}

.recent-hotels-section .container .recent-hotels .vacation_hotel_content {
  padding: 0 !important;
  margin: 0 !important;
  float: none;
  box-shadow: none;
}

.recent-hotels-section .hotel-name-section {
  padding: 0 !important;
  margin: 0 !important;
  float: none;
}

.hotel-name-section h3 {
  font-size: 24px;
  font-weight: 600;
}

.recent-hotels-section .hotel-name-section p {
  font-size: 16px !important;
  font-weight: 400;
}

.recent-hotels-section #carousel123 .ttlnightTttl {
  font-size: 20px;
}

.recent-hotels-section .boxSoonHotel h3 {
  font-size: 24px !important;
  font-weight: 600;
  text-align: center;
}

.boxSoonHeading {
  font-size: 24px !important;
  font-weight: 600;
}

.recent-hotels #carousel123 .usingCss {
  padding: 0;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

.recent-hotels #carousel123 .usingCss>.col-md-4 {
  flex: 0 0 33%;
}

@media screen and (max-width: 767px) {
  .recent-hotels-section {
    margin: 0;
  }

  .recent-hotels-section .boxSoonHotel h3 {
    background: none;
    color: #202840 !important;
    font-size: 20px !important;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
  }

  .recent-hotels-section .hotel-name-section h3 {
    font-size: 18px !important;
  }

  .recent-hotels-section .hotel-name-section p {
    font-size: 16px !important;
  }

  .recent-hotels #carousel123 .usingCss {
    display: block;
  }
}

/* templates/tp_layout/footer.blade.php */
.blueFooter {
  padding: 20px;
  margin-top: 50px;
  background-color: #F7F8FA !important;
  color: #666666;
  text-align: center;
  font-family: Roboto-Regular;
  width: 100%;
  float: left;
  clear: both;
}
.blueFooter img {
  width: 500px;
  max-width: 100%;
}
.blueFooterCopyText {
  margin: 20px;
  color: #2B2B2B;
}

.personal_detail_input .iti {
  width: 100%;
  display: block;
}
.personal_detail_input .iti__country-list {
  z-index: 20;
}

.activation-phone-blocked-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .activation-phone-blocked-modal {
    padding: 2.5rem;
  }
}

.activation-phone-blocked-modal.is-open {
  display: flex;
}

.activation-phone-blocked-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
}

.activation-phone-blocked-dialog {
  position: relative;
  width: 100%;
  max-width: min(94vw, 54rem);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.24);
  font-family: Roboto-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (min-width: 900px) {
  .activation-phone-blocked-dialog {
    max-width: min(92vw, 64rem);
  }
}

@media (min-width: 1200px) {
  .activation-phone-blocked-dialog {
    max-width: min(90vw, 72rem);
  }
}

.activation-phone-blocked-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  background: #1464AB;
  color: #fff;
  padding: clamp(1.5rem, 2.5vw, 2rem) clamp(1.5rem, 3vw, 2.75rem);
}

.activation-phone-blocked-title {
  margin: 0;
  font-size: clamp(1.5rem, 3.2vw, 2.125rem);
  line-height: 1.28;
  font-family: Roboto-Bold, Roboto-Regular, sans-serif;
  font-weight: 700;
}

.activation-phone-blocked-close {
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  padding: 0 0.25rem;
  cursor: pointer;
  opacity: 0.95;
}

.activation-phone-blocked-close:hover {
  opacity: 1;
}

.activation-phone-blocked-body {
  padding: clamp(1.75rem, 3.5vw, 3rem) clamp(1.5rem, 3.5vw, 3.25rem);
  color: #202840;
  font-size: clamp(1.125rem, 2.4vw, 1.375rem);
  line-height: 1.75;
}

.activation-phone-blocked-body p {
  margin: 0 0 1.45rem;
}

.activation-phone-blocked-body p:last-child {
  margin-bottom: 0;
}

.activation-phone-blocked-body a {
  color: #1464AB;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.05em;
}

.activation-phone-blocked-footer {
  padding: 0 clamp(1.5rem, 3.5vw, 3.25rem) clamp(1.5rem, 3.5vw, 2.75rem);
  display: flex;
  justify-content: flex-end;
}

.activation-phone-blocked-btn {
  border: none;
  border-radius: 12px;
  background: #1464AB;
  color: #fff;
  font-family: Roboto-Bold, Roboto-Regular, sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2.2vw, 1.3125rem);
  padding: 1rem 2.75rem;
  cursor: pointer;
}

.activation-phone-blocked-btn:hover {
  filter: brightness(1.05);
}

/* checkout.blade.php step-two <style> + stripe partial */
#activation-checkout-page.checkout-step-two .reservationBox {
  margin-top: 15px !important;
}

.hotelMobileCarousel .carousel-control.left {
  background-image: inherit;
  opacity: 1;
  width: 0;
  top: 47%;
  left: 1%;
  transform: translate(-50%, -50%);
}

.hotelMobileCarousel .carousel-control.right {
  background-image: inherit;
  opacity: 1;
  width: 0;
  top: 47%;
  right: 9%;
  transform: translate(-50%, -50%);
}

.hotelMobileCarousel .carousel-control span {
  background-color: #fff;
  color: #222;
  text-shadow: none;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  line-height: 49px;
  font-size: 21px;
  margin-top: -10px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}

.preferred_hotel_name {
  font-size: 20px;
  border-bottom: solid 1px #ced4da;
  padding: 15px;
  margin: 0;
  font-family: Roboto-Medium;
}

.reward-banner {
  display: flex;
  align-items: flex-start;
  background-color: #e6f0ff;
  padding: 10px;
  margin: auto;
  margin-top: 15px;
}

.reward-icon {
  margin-right: 5px;
}

.reward-icon img {
  width: 20px;
  object-fit: contain;
  margin-top: 1px;
}

.reward-text {
  display: flex;
  flex-direction: column;
}

.headline {
  font-weight: bold;
  color: #000;
  margin-bottom: 0px;
  font-size: 14px;
  margin-top: 0px;
  font-family: Roboto-Medium !important;
}

.subtext {
  color: #333;
  margin: 0px;
  font-size: 14px;
}

#activation-checkout-page .traveller_info_form .form-control {
  border-radius: 0;
  height: 50px;
  padding: 12px 10px;
}

#activation-checkout-page .traveller_info_form .form-control::placeholder {
  color: #959595 !important;
}

.cart_page .booking_section_main .traveller_info_main .traveller_info_container .traveller_info_form {
  width: 100%;
  float: left;
  padding: 20px 0px 0px;
}

#activation-checkout-page .payment-field.form-control {
  padding: 0;
  overflow: hidden;
}

#activation-checkout-page .payment-field iframe {
  display: block;
  width: 100%;
  height: 50px;
}

.traveller_info_main {
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 10px;
  gap: 10px;
}

.custom-checkbox .checkmark {
  width: 15px;
  height: 15px;
  background-color: white;
  border: 1px solid #000;
  display: inline-block;
  position: relative;
}

.offer-container .custom-checkbox input[type="checkbox"]:checked+.checkmark {
  background-color: #fffb9e;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark::after {
  display: block;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 4px;
  height: 9px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.offer-container {
  display: flex;
  align-items: center;
  font-family: "Roboto-Regular";
  box-sizing: border-box;
  font-size: 17px;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.offer-content {
  border: 2px dashed #353740;
  flex: 1;
}

.offer-container input[type="checkbox"] {
  accent-color: #fffb9e;
}

.gray-box {
  background-color: #f2f2f2;
  padding: 10px;
}

.offer-heading {
  font-weight: bold;
  color: #469656;
  background-color: #fffb9e;
  padding: 10px;
  display: flex;
  font-family: "Roboto-Bold";
}

.one-time-offer {
  font-weight: bold;
  color: red;
  font-family: "Roboto-Bold";
  text-decoration: underline;
  margin-right: 2px;
}

.arrow-icon {
  vertical-align: middle;
  margin-right: 5px;
}

.swal2-popup-custom {
  padding: 0;
  border-radius: 0px;
  width: 52em !important;
  max-width: 95% !important;
}

.swal2-close-button {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  font-size: 24px !important;
  color: #333 !important;
}

.swal2-close-button:hover {
  color: #1464AB !important;
}

.endless-logo {
  max-width: 220px;
  margin: 0;
  display: block;
}

.alert-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .reward-banner {
    padding: 5px;
  }

  .reward-icon img {
    width: 15px;
  }

  .headline {
    font-size: 12px !important;
  }

  .subtext {
    font-size: 12px !important;
  }

  .reward-banner-row {
    padding: 0 35px !important;
  }

  .reservationBox .padding-right30 {
    padding-top: 0;
  }

  .offer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .offer-heading {
    align-items: center;
  }

  .custom-checkbox {
    margin: 0;
    gap: 14px;
    font-size: 17px;
  }

  .custom-checkbox .checkmark {
    width: 23px;
  }
}

.protect_hotel {
  width: 100%;
  float: left;
  border-top: 1px solid #cfcfcf;
  margin-top: 15px;
  padding-top: 20px;
}

.protect_hotel h3 {
  color: #555;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.recommended {
  margin-left: 10px;
  padding: 3px 7px;
  color: #fff;
  font-size: 11px;
  text-transform: capitalize;
}

.travel_protection {
  width: 100%;
  float: left;
  padding-top: 10px;
}

.travel_protection ol li {
  list-style-type: auto;
}

.booking_continue {
  width: 100%;
  float: left;
  padding-top: 10px;
}

.select_continue {
  width: 100%;
  float: left;
  padding: 20px 25px;
  background-color: #effaff;
  border: 1px solid #bdd8e6;
  margin-bottom: 10px;
}

.protect_price {
  width: 30%;
  float: left;
  text-align: right;
}

.protect_price h4 {
  color: #2694ce;
  font-size: 22px;
  font-weight: 700;
  margin: 0px;
}

.protect_hotel__risk-amount {
  color: #6b6b6b;
}

.insurance_quote {
  border: 1px solid;
  padding: 10px 5px;
  background-color: white;
  margin-top: 18px;
}

#message .btn {
  margin-left: 8px;
}

.margin-10 {
  margin-bottom: 10px;
}
