.resume-header {
  color: #355267;
  width: 100%;
  font-size: 34px;
  line-height: 46px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .resume-header {
    font-size: 28px;
  }
}
.btn-rounded {
  border-radius: 26px;
}

.btn-gray {
  background-color: #C6D9D8;
  color: #000;
  font-weight: 500;
}

.btn-quote {
  background-color: #BCBCBC;
  color: #000;
  font-weight: 500;
}

.not-logged-cnt {
  margin-bottom: 25px;
}

.not-logged-labels .title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #000;
}

.not-logged-labels .subtitle {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #2D323E;
}

.not-logged-cnt span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #000;
}

.services-cnt .package-title {
  font-weight: 700;
  font-size: 23px;
  line-height: 29px;
}

.services-cnt .package-info span {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}

.services-cnt .service-cnt {
  background-color: #FAFAFA;
  padding-top: 14px;
  padding-bottom: 10px;
  margin-bottom: 13px;
  border: 1px solid #2a5469;
}

.services-cnt .service-cnt.hotel-cnt {
  padding-top: 30px;
}

.services-cnt .service-cnt:last-child {
  margin-bottom: 0;
}

.services-cnt .service-cnt .service-floating-type-label {
  width: 130px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.services-cnt.border .service-cnt .service-floating-type-label {
  margin-left: -1px;
}

.services-cnt .service-cnt .service-title {
  margin-top: 20px;
  padding-left: 8px;
}

.services-cnt .service-cnt .service-title .service-title-label {
  font-size: 17px;
}

.remove-btn {
  cursor: pointer;
  font-size: 18px;
  color: #355267;
}

.services-cnt .service-cnt .your-choice-row {
  border-color: #D3D3D3;
  border-width: 1px 0;
  border-style: solid;
  padding-left: 8px;
}

.services-cnt .service-cnt .your-choice-row span {
  font-size: 12px;
  line-height: 15px;
}

.services-cnt .service-cnt .extra-cnt {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 10px;
}

.services-cnt .service-cnt .extra-cnt .extra-name {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.services-cnt .service-cnt:has(.service-price-cnt) {
  padding-bottom: 40px;
}

.services-cnt .service-cnt:has(.service-price-cnt) {
  padding-bottom: 60px;
}

.services-cnt .service-cnt .service-price-cnt {
  margin-right: -1px;
  margin-bottom: -1px;
}

.services-cnt .service-cnt .service-floating-price-label {
  width: 170px;
  height: 40px;
}

.services-cnt .service-cnt .service-floating-price-label .label {
  font-size: 16px;
  font-weight: 700;
}

.services-cnt .service-cnt .service-floating-price-label .total {
  font-size: 20px;
  font-weight: 700;
}

.services-cnt .service-cnt .cancellation-policy-cnt {
  margin-right: 0px;
  height: 22px;
  /* background-color: color-mix(in srgb, var(--bs-primary) 70%, white 30%) !important; */
  background-color: #F8D6A9 !important;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  border-radius: 26px !important;
  border: 0;
}

@media (min-width: 768px) {
  .services-cnt .service-cnt .cancellation-policy-cnt {
    margin-right: 75px;
  }
}
.services-cnt .service-cnt .hotel-img {
  /* border-radius: 10px; */
  max-height: 134px;
  object-fit: cover;
  max-width: 219px;
}

.services-cnt .service-cnt .hotel-title {
  font-size: 17px;
  line-height: 22px;
}

.services-cnt .service-cnt .hotel-location i {
  height: 20px;
  width: 15px;
}

.services-cnt .service-cnt .hotel-location span {
  font-size: 11px;
  line-height: 13px;
}

.services-cnt .service-cnt .hotel-detail .title {
  color: var(--bs-primary);
  font-size: 12px;
  line-height: 15px;
}

.services-cnt .service-cnt .hotel-detail .hotel-accommodation,
.services-cnt .service-cnt .hotel-detail .hotel-boarding {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.services-cnt .service-cnt .hotel-detail .hotel-boarding {
  padding-left: 24px;
}

.services-cnt .service-cnt .flight-row-cnt .me-3 {
  margin-right: 3rem !important;
}

@media screen and (max-width: 768px) {
  .services-cnt .service-cnt .flight-info-cnt {
    margin-top: 8px;
  }
}
.services-cnt .service-cnt .flight-info-cnt .title {
  font-weight: 700;
  font-size: 9px;
  line-height: 11px;
}

.services-cnt .service-cnt .flight-info-cnt .subtitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.services-cnt .service-cnt .flight-info-cnt .detail {
  font-weight: 400;
  font-size: 9px;
  line-height: 11px;
}

.services-cnt .service-cnt .flight-info-cnt .maxw {
  max-width: 120px;
  min-width: 120px;
}

.services-cnt .service-cnt .flight-info-cnt .fs-12 {
  font-size: 12px;
}

.services-cnt .service-cnt .flight-info-cnt.flight-info-cnt-operator {
  width: 80px;
}

.services-cnt .service-cnt .flight-row-cnt svg.me-3 {
  margin-right: 1rem !important;
}

.flight-duration-separator {
  position: relative;
  width: 90px;
  margin: 6px auto 4px;
  border-top: 2px solid var(--bs-primary);
}

.flight-duration-separator::before,
.flight-duration-separator::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--bs-primary);
  border-radius: 50%;
}

.flight-duration-separator::before {
  left: 0;
}

.flight-duration-separator::after {
  right: 0;
}

.total-price-cnt,
.payment-methods-cnt,
.paxes-cnt,
.excursions-cnt {
  border: 1px solid #E3E3E3;
}

.total-price-cnt .on-site-prices-cnt .label,
.total-price-cnt .on-site-prices-cnt .total {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}

.total-price-cnt .on-site-prices-cnt .total {
  font-weight: 600;
  color: var(--bs-primary);
}

.hotel-detail small,
.extra-cnt small {
  font-size: 0.6rem;
  font-weight: 700;
}

.total-price-cnt {
  background-color: #355267;
  color: #fff;
  padding: 10px 16px;
}

.total-price-cnt .label {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.total-price-cnt .total {
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
}

.total-price-cnt .commission {
  font-size: 9px;
  line-height: 11px;
  font-weight: 400;
  color: #939393;
}

.total-price-cnt .commissions-cnt div {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}

.total-price-cnt .commissions-cnt span {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  padding-left: 20px;
}

.excursions-cnt {
  background-color: #D1CA13;
  color: #fff;
  padding: 10px 16px;
  cursor: pointer;
}
.excursions-cnt .label {
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
}
.excursions-cnt .cta {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.payment-methods-cnt .label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.payment-methods-cnt .title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 9px;
}

.payment-methods-cnt .payment-method-cnt {
  border-radius: 15px;
  border: 1px solid #D6D6D6;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.payment-methods-cnt .payment-method-cnt.active {
  background-color: #BDE5FA;
  /* background-color: rgba(var(--bs-primary-rgb), 0.1); */
}

.payment-methods-cnt .payment-plan {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.paxes-cnt .title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.paxes-cnt .pax-cnt .pax-title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: var(--bs-primary);
}

.paxes-cnt .pax-cnt .pax-extra-title,
.paxes-cnt .pax-cnt .pax-service-title {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: var(--bs-primary);
}

.paxes-cnt .pax-cnt .pax-service-list {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.conditions-cnt .conditions {
  font-size: 13px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .conditions-cnt .custom-icon {
    width: 24px;
  }
}
.payment-badge {
  /* background-color: color-mix(in srgb, var(--bs-primary) 70%, white 30%) !important; */
  background-color: #BDE5FA !important;
  color: #000 !important;
  top: 68%;
  font-weight: 500;
}

@media screnn and (max-width: 768px) {
  .payment-badge {
    top: 60%;
  }
}
.custom-icon {
  background: #bababa 0 0 no-repeat padding-box;
  border-radius: 14px;
  display: inline-block;
  height: 14px;
  margin-right: 8px;
  opacity: 1;
  position: relative;
  vertical-align: middle;
  width: 14px;
}

@media screnn and (max-width: 768px) {
  .custom-icon {
    width: 22px;
  }
}
.custom-icon.active {
  background-color: var(--bs-primary);
}

.custom-icon .inner {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 14px;
  display: block;
  height: 6px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}

/* Recap Panel */
.recap-panel {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 20px;
  margin-bottom: 60px;
}

.recap-panel .rp-header {
  background-color: #0e2f54;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 6px 16px;
  border-radius: 60px 60px 0 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.recap-panel .rp-body {
  padding: 20px;
}

.recap-panel .rp-body .rp-nights {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  color: #707070;
  margin-bottom: 20px;
  gap: 6px;
}

.recap-panel .rp-body .rp-nights .rp-night-type {
  display: flex;
  flex: 1 0 auto;
}

.recap-panel .rp-body .rp-nights .rp-night-line {
  flex: 1 1 100%;
  border-bottom: 1px solid #707070;
}

.recap-panel .rp-body .rp-nights .rp-night-count {
  flex: 1 1 100%;
}

.recap-panel .rp-body .rp-hotel {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
  /*display: flex;*/
  /*gap: 6px;*/
  align-items: center;
  color: #0e2f54;
}

.recap-panel .rp-body .rp-hotel .rating {
  font-size: 14px;
}

.recap-panel .rp-body .rp-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 10px;
  color: #0e2f54;
}

.recap-panel .rp-body .rp-info {
  display: flex;
  gap: 6px;
  flex-direction: column;
}

.recap-panel .rp-body .rp-info .rp-info-element {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #0e2f54;
}

.recap-panel .rp-body .rp-separator {
  width: 100%;
  height: 1px;
  background-color: #0e2f54;
  margin: 30px auto;
}

.recap-panel .rp-body .rp-price .price-title {
  color: #707070;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.recap-panel .rp-body .rp-price .price-number {
  font-size: 50px;
  color: #0e2f54;
  font-weight: 500;
  text-align: center;
  vertical-align: text-bottom;
}

.recap-panel .rp-body .rp-price .price-number small {
  font-size: 20px;
}

.recap-panel .rp-body .rp-price .price-info {
  color: #707070;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.recap-panel .rp-body .rp-price .price-info span {
  color: #0e2f54;
  font-size: 21px;
}

.recap-panel .rp-body .rp-price .price-payment {
  color: #707070;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.recap-panel .rp-body .rp-price .price-payment span {
  color: #0e2f54;
}

.recap-panel .rp-body .rp-price .price-alert {
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #0e2f54;
  margin-top: 10px;
}

.recap-panel .rp-body .rp-actions {
  margin-top: 20px;
}

.recap-panel .rp-body .rp-actions .btn {
  width: 100%;
  margin-bottom: 20px;
}

.recap-panel .rp-body .rp-actions .secondary-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* INFO */
.info-box .info-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0E2F54;
  margin-bottom: 20px;
}

.info-box .info-text {
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #0E2F54;
  margin-bottom: 20px;
}

/* FORM */
.form-section-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #0E2F54;
  margin-bottom: 10px;
}

.form-section-subtitle {
  font-size: 13px;
  line-height: 13px;
  color: #0E2F54;
  font-weight: 400;
}

.form-group label {
  font-size: 14px;
  color: #0E2F54;
}

.form-group .form-control {
  border: 1px solid #EBEBEB;
  background-color: #ffffff;
}

.form-group .form-control:focus,
.form-group .form-control:active {
  border: 1px solid #d3d3d3;
}

.form-group .form-control::placeholder {
  color: #555555;
}

.user-row {
  margin: 20px auto;
  font-size: 18px;
  color: #0E2F54;
  display: flex;
  align-items: center;
  gap: 10px;
}
.user-row i,
.user-row img,
.user-row .fa-light,
.user-row .fa-regular {
  font-size: 24px;
  width: 24px;
  height: auto;
}

.inner-row {
  margin: 40px 0;
}

.mini-title {
  font-weight: bold;
  color: #0E2F54;
}

.mini-title .addition {
  font-weight: 400;
  font-size: 13px;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.form-check .form-check-label {
  font-size: 13px;
  line-height: 15px;
  cursor: pointer;
}

.form-check .form-check-label small {
  font-size: 11px;
}

.form-check .form-check-label small a {
  text-decoration: none;
  color: #4792C5;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #707070;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.form-check-input[type=checkbox]:focus {
  outline: none;
}

.form-check-input:checked {
  background-color: #0E2F54;
  border-color: #0E2F54;
}

.pay-boxes {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pay-box {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 214px;
  position: relative;
  cursor: pointer;
  transition: all, 0.25s;
}

.pay-box:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.pay-box .check-circle {
  background-color: #FFFFFF;
  border: 1px solid #707070;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.pay-box.active .check-circle {
  background-color: #0E2F54;
}

.pay-box-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #5e7188;
}

.pay-box-content i,
.pay-box-content img,
.pay-box-content .fa-light {
  font-size: 34px;
  color: #0E2F54;
}

.pay-text {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
}

.pay-options {
  margin: 20px 0;
}

.pay-options .form-check-label {
  font-size: 16px;
  font-weight: 300;
  color: #0E2F54;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pay-options .form-check-label img {
  height: 30px;
  width: auto;
}

.pay-options .form-check-input[type=radio] {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 1px solid #0E2F54;
}

.pay-options .form-check-input[type=radio]:checked {
  background-color: #0E2F54;
  color: #ffffff;
}

.gray-form {
  border-radius: 7px;
  background-color: #F4F4F4;
  padding: 40px 40px 8px;
  margin-top: 12px;
  margin-bottom: 30px;
}

.gray-form .form-control {
  height: 64px;
  border-radius: 7px;
  background-color: #ffffff;
  margin-bottom: 32px;
  border: none;
}

.gray-form .form-control::placeholder {
  color: #5e7188;
}

.btn-brand {
  background-color: #0D2440;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 7px;
  display: flex;
  min-height: 36px;
  height: auto;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  transition: all, 0.25s;
  gap: 6px;
}

.btn-brand:hover {
  background-color: #0D2440;
  color: #ffffff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1607843137);
}

.btn-brand.btn-payment {
  font-size: 25px;
  padding: 26px 52px;
}

label:has(+ input[required])::before {
  content: "*";
  color: red;
  font-size: 18px;
}

div.required::before {
  content: "*";
  color: red;
  font-size: 18px;
}

@media (max-width: 991px) {
  .info-box .info-title {
    margin-bottom: 0;
  }
  .info-box .info-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding: 0;
    border: none;
  }
  .form-group .form-control {
    height: 46px;
  }
}
.services-cnt.single-service .service-cnt.hotel-cnt {
  padding: 0;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-header {
  background-color: #F5F5F5;
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 60px 10px 16px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-header .hotel-title {
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  color: #10556B;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-header .hotel-rating i {
  color: #E4A755;
  font-size: 19px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-header .hotel-dates {
  color: #13243E;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  margin-top: 10px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-header .hotel-location i {
  color: #6E6E6E;
  font-size: 16px;
  padding-top: 4px;
  margin-right: 5px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-header .hotel-location span {
  color: #1E2B46;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-header .hotel-location span.main-geo {
  color: #10556B;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body {
  padding-left: 16px;
  padding-right: 36px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #BEBEBE;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-gallery .subservice-swiper {
  width: 227px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-gallery .subservice-swiper .gallery-element {
  height: 165px;
  width: 227px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-gallery .subservice-swiper .gallery-element img {
  height: 165px;
  width: 227px;
  object-fit: cover;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-gallery .subservice-swiper .subservice-pagination {
  transform: translateX(20%);
  margin-top: 14px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-subinfo {
  padding-left: 13px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-subinfo .description, .services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-subinfo .description * {
  color: #384145 !important;
  font-size: 17px !important;
  line-height: 25px !important;
  font-weight: 500 !important;
  font-family: "Jost", sans-serif !important;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-subinfo .extra-info {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  justify-content: start;
  margin-top: 16px;
  margin-bottom: 20px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-subinfo .extra-info .info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-subinfo .extra-info .info i {
  color: #384145;
  font-size: 22px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-subinfo .extra-info .info span {
  color: #13243E;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .room-details .room-subinfo .amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .extra-cnt .extra-title {
  color: #10556B;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .extra-cnt .extra-row .extra-name {
  color: #384145;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-body .extra-cnt .extra-row .extra-price {
  color: #384145;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-footer {
  background-color: #F5F5F5;
  border-top: 1px solid #E8E8E8;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 36px;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-footer .total-price-label {
  color: #384145;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}
.services-cnt.single-service .service-cnt.hotel-cnt .hotel .hotel-footer .total-price {
  color: #384145;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.service-cards-row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
}
.service-cards-row .service-card {
  /* border-radius: 10px; */
  background-color: #edf3f6;
  padding-bottom: 0.5rem;
  height: 100%;
}
.service-cards-row .service-card .main-img {
  height: 250px;
}
.service-cards-row .service-card .main-img img {
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-cards-row .service-card .title {
  font-size: 1.3rem;
  color: #10556b;
  margin-top: 1.5rem;
  padding: 0 5%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-cards-row .service-card .geo {
  padding: 0 5%;
  color: #10556b;
  font-size: 12px;
  font-weight: 500;
}
.service-cards-row .service-card .description {
  padding: 0 5%;
  font-size: 0.8rem;
  color: #2b4147;
  margin-top: 0.5rem;
  margin-bottom: 1.3rem;
  /* Clamp to 4 rows */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  overflow: hidden;
}
.service-cards-row .service-card .main-amenities {
  padding: 0 5%;
  margin-bottom: 1.5rem;
  color: #10556b;
  font-size: 1rem;
  font-size: 0.8rem;
}
.service-cards-row .service-card .main-amenities i {
  margin-right: 8px;
}
.service-cards-row .service-card .pax-selector {
  padding: 0 5%;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: #2b4147;
}
.service-cards-row .service-card .pax-selector .pax-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #10556b;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  color: #10556b;
  padding: 0;
}
.service-cards-row .service-card .pax-selector .pax-btn:hover:not(:disabled) {
  background-color: #10556b;
  color: #fff;
}
.service-cards-row .service-card .pax-selector .pax-btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.service-cards-row .service-card .pax-selector .pax-count-display {
  min-width: 24px;
  text-align: center;
  color: #10556b;
  font-weight: 700;
  font-size: 1rem;
}
.service-cards-row .service-card .price-cnt {
  padding: 0 5%;
}
.service-cards-row .service-card .price-cnt a {
  padding: 2% 5%;
  text-decoration: none;
  color: #fff;
  font-size: 0.8rem;
  background-color: #10556b;
}
.service-cards-row .service-card .price-cnt a.disabled-add-btn {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.service-cards-row .service-card .price-cnt .price {
  float: right;
  color: #10556b;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 700;
}

.useful-descriptions .useful-description-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #10556b;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 4px;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.useful-descriptions .useful-description-title i {
  font-size: 0.75rem;
  flex-shrink: 0;
  margin-left: 8px;
}
.useful-descriptions .useful-description-text {
  padding: 8px 12px 12px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #2b4147;
}