/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 2.7
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

-------------------------------------------------------------- */

.section-title,
.ae-title {
  margin-bottom: 15px;
  text-align: center;
  color: #d5ad00;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

#topbarbuy a i,
#topbarestimate a i,
#topbarrent a i,
#topbarowner a i {
  color: #e3be00;
}

.user_menu.user_loged .signuplink {
  margin-top: 8px;
}

#mega-menu-wrap-primary {
  float: right;
}

.header_wrapper.header_type1.header_align_center .user_menu {
  margin-right: 40px;
}

#mobile_banner_wrap .vc_custom_1682839989471 {
  height: 700px;
}

#mobile_title {
  margin: 100px 0;
  padding-left: 20px;
}

#mobile_title h2 {
  color: #fff;
  font-weight: 300;
  font-size: 32px;
}

#mobile_banner_wrap #ch_agency {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: -1px;
}

.list_detail_prop_guesty_link {
  display: none !important;
}

#submit_booking {
  width: 100%;
}

.listing_type_2 .booking_form_request {
  width: 100%;
}

#contact_wrap::before {
  content: '';
}

#contact_left::before {
  content: '';
  width: 1000%;
  background-color: #fff;
  position: absolute;
  height: 100%;
  left: -1000%;
}

#contact_wrap .wpcf7-form-control-wrap textarea {
  height: 120px !important;
}

.sib_signup_box_inside_2 input[type="text"],
.sib_signup_box_inside_2 input[type="email"] {
  background-color: #fff;
  border: 1px solid #e7e9ef;
  color: #8A8F9A;
  height: 50px;
  padding: 15px;
  width: 100%;
}

.sib_signup_box_inside_2 input[type="submit"] {
  margin-top: 0px;
  padding: 13px 15px;
  color: #fff;
  background-color: #484848;
  font-size: 16px;
  font-weight: 500;
  width: 327px;
  margin-bottom: 0px;
  border-radius: 2px;
  width: 100%;
}

#mobile_banner_wrap>.vc_column-inner {
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  #ufw_1 {
    display: none !important;
  }
}

/* Guestlee Top Bar */
.gl-topbar {
  font-size: 14px;
  line-height: 1.3;
}

.gl-topbar__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.gl-topbar__left,
.gl-topbar__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gl-topbar .contact-whatsapp,
.gl-topbar .contact-phone,
.gl-topbar .contact-email {
  display: inline-flex;
  align-items: center;
}

.gl-topbar .contact-whatsapp i,
.gl-topbar .contact-phone i,
.gl-topbar .contact-email i {
  margin-right: 5px;
}

/* .gl-topbar__right > * + * {
  position: relative;
}
.gl-topbar__right > * + *::before {
  content: "|";
  display: inline-block;
  margin: 0 10px 0 2px;
  opacity: 0.6;
} */

.slider_agent_image {
  width: 75%;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .gl-topbar {
    font-size: 12px;
  }

  .gl-topbar__inner {
    padding: 8px 12px;
  }

  .gl-topbar__left,
  .gl-topbar__right {
    /* gap: 8px;
    flex: 1 1 100%;
    justify-content: center;
    text-align: center; */
    gap: 8px;
    flex: 1 1 100%;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* Allow wrapping if needed */
  }

  .gl-topbar__right span {
    flex: 0 0 auto;
    /* fit content */
    display: inline-flex;
    align-items: center;
  }

  .gl-topbar__right span.contact-divider {
    display: none;
  }

  .gl-topbar__right>*+*::before {
    margin: 0 6px 0 2px;
  }
}

/* multilangual */
#dynamicDropdown {
  left: 0 !important;
  bottom: 0 !important;
}

/* experiences section */
.authentic-experiences .ae-wrap {
  padding: 30px 0;
}

.authentic-experiences .ae-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/* .authentic-experiences .ae-title {
  width: 80%;
  margin: 0 auto 15px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ebebeb;
} */

.authentic-experiences .ae-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.authentic-experiences .ae-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.authentic-experiences .ae-img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform .5s ease;
  display: block;
}

.authentic-experiences .ae-card:hover .authentic-experiences .ae-img {
  transform: scale(1.12);
}

.authentic-experiences .ae-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .55) 100%);
  color: #fff;
}

.authentic-experiences .ae-card-title {
  margin: 0 0 6px;
  font-size: 20px;
  color: #fff;
}

.authentic-experiences .ae-card-subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  opacity: .95;
  color: #fff;
}

@media (max-width: 1200px) {
  .authentic-experiences .ae-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1000px) {
  .authentic-experiences .ae-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .authentic-experiences .ae-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .authentic-experiences .ae-card-subtitle {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .authentic-experiences .ae-title {
    font-size: 20px;
  }

  .authentic-experiences .ae-grid {
    grid-template-columns: 1fr;
  }

  .authentic-experiences .ae-card {
    width: 90%;
    margin: 0 auto;
  }

  .authentic-experiences .ae-card-title {
    font-size: 18px;
  }

  .authentic-experiences .ae-card-subtitle {
    font-size: 12px !important;
    line-height: 12px !important;
  }

}

/* ABT custom featured_property widget
--------------------------------------------------------------------*/
#top-properties-wrapper {
  margin-bottom: 60px;
}

.featured_property.type_1_class .listing_wrapper {
  float: left;
  width: 25%;
  padding: 0 5px;
}

.featured_property.type_1_class .property-rating {
  min-height: 22px;
}

/* single experience template */
.single-experience .header_media {
  display: none;
}

.single-experience .entry-title {
  margin-bottom: 15px;
  font-size: 2rem;
}

.single-experience .featured-image {
  padding-left: 0 !important;
}

.single-experience .featured-image img {
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
}

.single-experience .entry-content {
  font-size: 1.5rem;
  line-height: 1.7;
}

/* latest blogs */
.latest-stories-row .mega-post-meta,
.latest-stories-row .mega-post-date,
.authentic-experiances-container .mega-post-meta,
.authentic-experiances-container .mega-post-date {
  display: none;
}

.latest-stories-row .mega-post-image img {
  border-radius: 3px;
}

.slick-slider .slick-arrow:before {
  font: normal normal normal 14px/1 FontAwesome !important;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .featured_property.type_1_class .listing_wrapper {
    width: 33%;
  }

  .places_wrapper .featured_listing_title,
  .featured_property .featured_listing_title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .featured_property.type_1_class .listing_wrapper {
    width: 50%;
  }

  .places_wrapper .featured_listing_title,
  .featured_property .featured_listing_title {
    font-size: 14px;
  }

  .col-owner-contact-us {
    margin: 15px -10px;
  }
}

@media (max-width: 360px) {
  .featured_property.type_1_class .listing_wrapper {
    width: 90%;
  }
}

/* rental calculator */
.hTUbVP .nWoud {
  color: #eabc00 !important;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 13px !important;
  text-transform: uppercase;
  line-height: normal !important;
}

.effTJQ,
.jzHjcZ,
.fOGxaX {
  font-family: 'Roboto', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #5d6475 !important;
}

/* popular cities & city details */
#footer-popular-cities {
  background: #2b2e34;
  padding: 30px 0;
}

.home.page #footer-popular-cities {
  margin-top: 40px;
}

#footer-popular-cities h4 {
  margin-bottom: 30px;
  color: #e3be00;
  font-size: 2rem;
  text-align: center;
}

#footer-popular-cities .footer-popular-city-region {
  color: #e3be00;
}

#footer-popular-regions ul {
  list-style: none;
  padding: 0;
}

#footer-popular-regions li {
  margin-bottom: 10px;
}

#footer-popular-cities li a {
  color: #eee !important;
  text-decoration: none;
  font-size: 1.5rem;
}

#footer-popular-cities li a:hover {
  text-decoration: underline;
}

/* .footer-popular-regions-grid {
  display: flex;
  justify-content: center;
} */

.footer-popular-regions-nav {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(1, auto);
  /* max 1 region per column */
  column-gap: 200px;
  row-gap: 12px;
  justify-content: center;
}

.footer-popular-cities-nav {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  /* max 4 cities per column */
  column-gap: 100px;
  row-gap: 12px;
  justify-content: center;
}

.city-details-wrapper .city-hero {
  position: relative;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.city-details-wrapper .city-hero-overlay {
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 15px 20px;
}

.city-details-wrapper .city-hero h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 10px;
}

.city-details-wrapper .city-hero h2 {
  color: #f5f5f5;
  font-size: 20px;
}

.city-details-wrapper .city-description {
  max-width: 100%;
  margin: 30px auto;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.8;
}

@media(max-width:768px) {
  .city-details-wrapper .city-hero h1 {
    font-size: 30px;
  }

  .city-details-wrapper .city-hero h2 {
    font-size: 16px;
  }

  .footer-popular-cities-nav {
    column-gap: 60px;
  }
}

/* ===========================
   BOOKING AWARD SECTION
=========================== */

.booking-award-section {
  background-color: #f8f8f8;
  padding: 30px 30px;
  text-align: center;
  position: relative;
}

.booking-award-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #d4af37;
  /* subtle luxury gold accent */
}

.booking-award-logo img {
  opacity: 0.95;
  transition: transform 0.4s ease;
}

.booking-award-logo img:hover {
  transform: scale(1.05);
}

.booking-award-title {
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-size: 28px;
  font-weight: 400;
  color: #d5ad00;
}

.booking-award-description {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
  line-height: 1.7;
  text-align: left;
  font-size: 17px;
}

/* Main FAQ Section */
.home-faq-section {
  padding: 40px 0;
  background: #f8f9fb;
}

/* Title */
.faq-title h2 {
  font-size: 38px;
}

/* Subtitle */
.faq-subtitle h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}

.faq-subtitle .faq-summary {
  font-size: 20px;
}

/* Accordion Style */
.faq-accordion .vc_tta-panel-heading {
  background: transparent !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

.faq-accordion .vc_tta-panel-title a {
  font-size: 18px;
  font-weight: 500;
  color: #1c2b39 !important;
}

.faq-accordion .vc_tta-panel-body {
  padding: 20px 0;
  color: #6c7a89;
  font-size: 16px;
  line-height: 1.6;
}

.faq-accordion .vc_column_text p {
  font-size: 18px;
}

/* Remove default background */
.faq-accordion .vc_tta-container {
  background: transparent !important;
}

/* Plus icon styling */
.faq-accordion .vc_tta-controls-icon {
  color: #2d6cdf;
}