.feature-box {
  padding: 2.6rem 2rem 2.6rem 6rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  display: flex;
  gap: 15px;
  height: 100%;
}

.feature-box h6 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.feature-box p {
  font-size: 1.4rem;
  color: var(--clr-gray-1);
}

.feature-box.box-1 {
  background-color: #f8f8f8;
}

.feature-box.box-2 {
  background-color: #5bd46f21;
}

.feature-box.box-3 {
  background-color: #df9c0b1c;
}

.feature-box .feature-icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: var(--rounded-15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 7.62px 28px 0 #00000017;
}

.feature-box .feature-text {
  flex-grow: 1;
}

.property-card .card-image-wrapper {
  position: relative;
  border-top-right-radius: var(--rounded-33);
  border-top-left-radius: var(--rounded-33);
  overflow: hidden;
  height: 27rem;
}

.property-card .heart-icon-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: var(--clr-dark);
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.property-card .rating-overlay {
  position: absolute;
  top: -10%;
  left: 35px;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 7;
  border: 1.05px solid #e4e6e8;
  box-shadow: 0 2px 7px 0 #00000012;
}

.property-card .rating-overlay .fas.fa-star {
  color: #ffc700;
}

.property-card .card-body {
  padding: 4rem 2rem 2rem 2rem;
  border-radius: var(--rounded-33);
  border: 2px solid #e4e6e8;
  margin-top: -3rem;
  position: relative;
  z-index: 6;
  background-color: #ffffff;
  position: relative;
}

.property-card .card-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.property-card .card-location {
  font-size: 1.5rem;
  color: var(--clr-gray-2);
  display: flex;
  align-items: center;
  gap: 5px;
}

.trip-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 10px;
  border: 1px solid #e4e6e8;
  height: 28rem;
  position: relative;
  transition: transform 0.3s;
}

.trip-card:hover {
  transform: translateY(-5px);
}

.trip-card .card-img-top-custom {
  border-radius: 12px;
  height: 100%;
  background-image: url("../images/hotel-swimming-pool.png");
  background-size: cover;
  background-position: center;
}

.trip-card .card-body-custom {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  width: 88%;
  border-radius: 12px;
  z-index: 10;
}

.trip-card .card-title-custom {
  font-size: 1.8rem;
  font-weight: bold;
}

.trip-card .card-icon-button {
  background-color: #017a37;
  color: white;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
}

#hero-common .breadcrumb-item + .breadcrumb-item::before {
  color: var(--clr-gray);
  float: right;
  padding-left: 1rem;
}

#hero-common .breadcrumb-item:first-child:hover a {
  color: #fff;
  transition: var(--transition-base);
}

#hero-common {
  min-height: 45rem;
  position: relative;
  background-image: url("../images/airplane-fly.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
  overflow: hidden;
}

#hero-common .content-wrap {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 4;
}

#hero-common::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: #000000c4;
}

#hero-common .spread-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(#00001000, #c90e0e);
  filter: blur(140px);
}

.faq-tabs-section .nav-link {
  padding: 1.2rem 2.2rem;
  background-color: #e6e6e6;
  border-radius: 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--clr-gray-1);
}

.faq-tabs-section .nav-link.active {
  background-color: var(--clr-primary);
}

.faq-tabs-section .accordion-item {
  border: none;
  box-shadow: 0 0 32px #184f7817;
  border-radius: 12px;
  padding: 2rem;
}

.faq-tabs-section .accordion-item:not(:last-child) {
  margin-bottom: 1.4rem;
}

.faq-tabs-section .accordion-button {
  flex-direction: row-reverse;
  border-radius: 12px;
  box-shadow: none;
  font-size: 2rem;
  color: #000000;
  font-weight: 700;
  width: auto;
  text-align: right;
  gap: 1.7rem;
}

.accordion-button::after {
  height: 3rem;
  width: 3rem;
  background-color: #e6e6e66b;
  border-radius: 50%;
  background-size: 50%;
  background-position: center;
}

.faq-tabs-section .accordion-body {
  border-radius: 12px;
  font-size: 1.6rem;
  color: #6e6e6e;
}

.faq-tabs-section .accordion-button:not(.collapsed) {
  background-color: transparent;
}

@media (max-width: 767px) {
  #hero-common {
    min-height: 36rem;
  }
}
