.site-content {
  padding: 0rem;
}

.header-logo .custom-logo {
  max-height: 55px !important;
  width: auto !important;
  transform: scale(0.);
  transform-origin: left center;
  margin: 0;
}

/*<ul id="menu-main-menu-1" class="menu"><li class="menu-item menu-item--first menu-item--user-account menu-item-has-children parent">	<a href="https://petra-realestate.com/account/" class="hp-menu__item hp-menu__item--user-account hp-link">*/
.header-navbar__menu > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
}

.hp-menu__item--listing-submit {
    border-radius: 50px !important;
    background-color: #FCB900;
  color: #fff;
  font-family: 'Open Sans', sans-serif !important;
}

/* Reduce user account text */
.hp-menu__item span,
.hp-menu__item--user-account span {
  font-size: 13px !important;
}

/* ============================
   NAVBAR RTL BASE (Arabic)
   ============================ */

/* Use Arabic when html lang="ar" (TranslatePress) */
html[lang="ar"] .header-navbar {
  direction: rtl;
}

/* Logo side spacing – move margin to the opposite side
   so the logo sits correctly on the right in AR */
html[lang="ar"] .header-navbar__start {
  margin-right: 0;
  margin-left: 2rem;   /* tweak if you want more/less space */
}

/* Main menu container – flip outer margin so the menu hugs
   the logo side correctly in RTL */
html[lang="ar"] .header-navbar__menu {
  margin: -1rem 0 -1rem -1rem;
}

/* Top-level menu: keep items aligned to the right in RTL */
html[lang="ar"] .header-navbar__menu > ul {
  justify-content: flex-start;  /* they’ll appear close to the logo (right side) */
}


/* Dropdown arrows in desktop menu – put arrow on the LEFT of the text
   and flip the chevron direction for RTL */
html[lang="ar"] .header-navbar__menu ul li.menu-item-has-children::after {
/*  content: '\f104';         /* Font Awesome 5: chevron-left */
  margin-left: 0;
  margin-right: .5rem;      /* space between text and arrow */
}

/* Top-level only (if you want a slightly different spacing there) */
html[lang="ar"] .header-navbar__menu > ul > li.menu-item-has-children::after {
  margin-right: .5rem;
}

/* Sign-in / user menu: keep icon and text on one line in RTL */
html[lang="ar"] .header-navbar__menu ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: .35rem;   /* icon slightly away from text */
  margin-right: 0;
}


html[lang="ar"] .hp-menu__item--user-account > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


/* Mobile/tablet: keep logo fully to the RIGHT in Arabic */
@media (max-width: 768px) {
  html[lang="ar"] .header-navbar {
    direction: rtl;
    justify-content: space-between;
  }

  html[lang="ar"] .header-navbar__start {
    margin-left: 1.5rem;    /* logo padding from right edge */
  }

  /* Burger icon block – move margin to the opposite side */
  html[lang="ar"] .header-navbar__burger {
    margin-right: 0;
    margin-left: 0.75rem;
  }
}


/* Off-canvas menu panel: right-aligned text for Arabic */
html[lang="ar"] .header-navbar__burger > ul {
  text-align: right;
}

/* The close "X" icon should sit in the LEFT corner in RTL */
html[lang="ar"] .header-navbar__burger > ul::before {
  right: auto;
  left: .75rem;
}

/* Submenu arrows inside burger:
   move arrow to the LEFT side instead of right */
html[lang="ar"] .header-navbar__burger ul li.menu-item-has-children::after {
  right: auto;
  left: 0;
  content: '\f104';           /* chevron-left */
}

/* Burger links – keep icon and label on the same line, RTL order */
html[lang="ar"] .header-navbar__burger ul li a {
  display: inline-flex;
  flex-direction: row-reverse;   /* text then icon visually */
  align-items: center;
  gap: 6px;
}






/*.hp-link i:first-child {*/
/*  margin-right: -1.5rem;*/
/*}*/


/*************** Search form postion fixing ******************/
@media only screen and (min-width: 75em) {
    .tax-hp_listing_category .hp-form--listing-search{
        margin-top: -2.3rem;
  }
}
   
   
   
   /* =============================================
   WhatsApp Floating Button
   =============================================*/
/*.petra-whatsapp-wrapper {*/
/*  position: fixed;*/
/*  bottom: 90px;*/
/*  right: 1.6%;*/
/*  z-index: 9999;*/
/*}*/
/*.petra-whatsapp-btn {*/
/*  background-color: #25D366;*/
/*  color: #fff;*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  line-height: 60px;*/
/*  text-align: center;*/
/*  border-radius: 50%;*/
/*  font-size: 2rem;*/
/*  display: inline-block;*/
/*  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);*/
/*  transition: transform 0.3s ease, background-color 0.3s ease;*/
/*}*/
/*.petra-whatsapp-btn:hover {*/
/*  transform: scale(1.1);*/
/*}*/

/* WhatsApp icon base color */
/*.petra-whatsapp-btn .fa-whatsapp {*/
/*  color: #ffffff !important;*/
/*}*/

/* On hover, change only the icon color (not the background) */
/*.petra-whatsapp-btn:not(.offline):hover .fa-whatsapp {*/
/*  color: #FCB900 !important;*/
/*}*/


/*.petra-whatsapp-btn.offline {*/
/*  background-color: #aaa;*/
/*  cursor: not-allowed;*/
/*}*/

/*.petra-whatsapp-tooltip {*/
/*  position: absolute;*/
/*  inset-block-end: 70px;*/
/*  inset-inline-end: 0;*/
/*  background-color: #333;*/
/*  color: #fff;*/
/*  font-size: 13px;*/
/*  padding: 6px 10px;*/
/*  border-radius: 4px;*/
/*  white-space: nowrap;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: opacity 0.3s ease;*/
/*}*/
/*.petra-whatsapp-wrapper:hover .petra-whatsapp-tooltip {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*}*/
/*@media (max-width: 480px) {*/
/*  .petra-whatsapp-wrapper {*/
/*    inset-block-end: 15px;*/
/*    inset-inline-end: 15px;*/
/*  }*/
/*  .petra-whatsapp-btn {*/
/*    width: 55px;*/
/*    height: 55px;*/
/*    line-height: 55px;*/
/*    font-size: 1.7rem;*/
/*  }*/
/*}*/


/* === WhatsApp bubble: avoid overlapping with AI bubble === */

/* Tablet & small laptop: move up a bit, slightly smaller */
/*@media (max-width: 1024px) {*/
/*  .petra-whatsapp-wrapper {*/
  /*  bottom: 40px;   /* above the AI bubble */
 /*   right: 6%;       /* a bit inward from the right edge */
/*  }*/

/*  .petra-whatsapp-btn {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    line-height: 66px;*/
/*    font-size: 1.8rem;*/
/*  }*/
/*}*/

/* Phones: move even higher + smaller */
/*@media (max-width: 600px) {*/
/*  .petra-whatsapp-wrapper {*/
 /*   bottom: 110px;  /* even higher on mobile */
/*    right: 6%;*/
/*  }*/

/*  .petra-whatsapp-btn {*/
/*    width: 55px;*/
/*    height: 55px;*/
/*    line-height: 55px;*/
/*    font-size: 1.5rem;*/
/*  }*/
/*}*/


/* =============================================
   WhatsApp Floating Button (NO-JS, Best Practice)
   Desktop: keep exactly as you like
   Mobile: move LEFT of AI bubble so they never overlap
   =============================================*/

.petra-whatsapp-wrapper {
  position: fixed;
  right: 1.6%;
  bottom: 90px; /* desktop position */
  z-index: 9999;
}

.petra-whatsapp-btn {
  background-color: #25D366;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 2rem;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.petra-whatsapp-btn:hover { transform: scale(1.1); }

.petra-whatsapp-btn .fa-whatsapp { color: #ffffff !important; }
.petra-whatsapp-btn:not(.offline):hover .fa-whatsapp { color: #FCB900 !important; }

.petra-whatsapp-btn.offline {
  background-color: #aaa;
  cursor: not-allowed;
}

/* Tooltip */
.petra-whatsapp-tooltip {
  position: absolute;
  bottom: 70px;
  right: 0;
  background-color: #333;
  color: #fff;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.petra-whatsapp-wrapper:hover .petra-whatsapp-tooltip {
  visibility: visible;
  opacity: 1;
}

/* =============================================
   Mobile: lower + avoid AI bubble by moving LEFT
   Assumes AI bubble is bottom-right (most widgets do)
   ============================================= */
@media (max-width: 600px) {
  .petra-whatsapp-wrapper {
    /* Move left by: AI bubble (~58px) + gap (~12px) */
    right: calc(15px + 58px + 12px);

    /* Can be lower on mobile */
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  }

  .petra-whatsapp-btn {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.7rem;
  }

  .petra-whatsapp-tooltip {
    bottom: 65px;
  }
}



/* =============================================
   Translation Floating Button
   =============================================*/
#trp-floater-ls.trp-bottom-left {
  left: 4%;
}

#trp-floater-ls.trp-color-dark {
  background: #FCB900 !important;
}

.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a { color:#fff!important; font-weight:bold!important; }

.trp-color-dark #trp-floater-ls-language-list .trp-language-wrap a:hover {
  background: #EAAE0A;
}
/* =============================================
   Global Button Styling
   =============================================*/
button,
.button,
.wp-block-button__link,
input[type="submit"],
input[type="button"] {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600;
}
.hp-menu__item--listing-submit {
  border-radius: 50px !important;
  padding: 0.5em 1.5em;
  background-color: #FCB900;
  color: #fff;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
} 



/* =============================================
   HP Listing Cards Footer 
   =============================================*/
/*.hp-listing--view-block .hp-listing__footer {*/
/*  display: none;*/
/*}*/

/*.hp-listing__attributes--secondary:not(:last-child){*/
/*    display: none;*/
/*}*/


/* Hide listing footer + secondary attributes everywhere
   EXCEPT on single listing pages */
/*body:not(.single-hp_listing) .hp-listing--view-block .hp-listing__footer {*/
/*  display: none !important;*/
/*}*/

/*body:not(.single-hp_listing) .hp-listing__attributes--secondary:not(:last-child) {*/
/*  display: none !important;*/
/*}*/

/* Hide listing footer + secondary attributes on ALL "card" views
   (hp-listing--view-block), including cards inside single listing pages */

.hp-listing--view-block .hp-listing__footer {
  display: none !important;
}

.hp-listing--view-block .hp-listing__attributes--secondary:not(:last-child) {
  display: none !important;
}


.hp-listing-category--view-block .hp-listing-category__item-count { 
  background-color: #FCB900; 
}

.hp-listing--view-block .hp-listing__categories a,
.hp-listing--view-page .hp-listing__categories a { 
  background-color:#FCB900; 
  color:#fff !important; 
}

.hp-listing--view-block .hp-listing__categories a:hover,
.hp-listing--view-page .hp-listing__categories a:hover { 
  background-color:#0785CA !important; 
  color:#fff !important; 
}

/*.hp-listing--view-page .hp-listing__attributes--primary */
/*  .hp-listing__attribute:nth-child(2),*/
/*.hp-listing--view-page .hp-listing__attributes--primary */
/*  .hp-listing__attribute:nth-child(3),*/
/*.hp-listing--view-page .hp-listing__attributes--primary */
/*  .hp-listing__attribute:nth-child(4) { */
/*  color:#0785CA; */
/*}*/
.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute{
  color: #1F5594;
}


.hp-listing-category__item-count {
    background-color: #FCB900;
}

/* =============================================
   about us video homepage
   =============================================*/
/* Vertical YouTube video section – keep ~348x530 ratio */
.hp-budget-video {
  max-width: 348px;        /* same width as your old iframe */
  margin: 0 auto;          /* center it */
  aspect-ratio: 348 / 530; /* portrait ratio */
  position: relative;
  overflow: hidden;
}

.hp-budget-video iframe,
.hp-budget-video .footer-cta__video-thumb,
.hp-budget-video .footer-cta__video-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gg-breadcrumbs{
    margin-top: 20px;
    margin-bottom: 35px;
}


/* =============================================
   Page Hero – all static pages
   except Home and Join Our Team
   ============================================= */

/* Base hero container: 30vh on most pages */
body.page:not(.home):not(.page-id-14) .header-hero {
  min-height: 30vh;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
}
body.page:not(.home) .header-hero{
    display: none;
    
}
/* Hero inner content (title + subtitle) */
body.page:not(.home):not(.page-id-20) .header-hero__content {
  position: relative;
  z-index: 2;          /* stay above theme overlay */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem 1rem;  /* nicer general padding than fixed 5em top */
  color: #fff;         /* adjust if some heroes are light */
}

/* Title style */
body.page:not(.home):not(.page-id-14) .header-hero .entry-title {
  font-size: clamp(26px, 3vw, 32px);
  margin: 0 0 0.5rem;
}

/* Subtitle style */
body.page:not(.home):not(.page-id-14) .header-hero .hero-subtitle {
  font-size: clamp(16px, 2.3vw, 20px);
  margin: 0 0 1rem;
  color: #fff; /* or rgba(255,255,255,.9) if you want softer text */
}

/* Optional: slightly shorter hero on small screens */
@media (max-width: 768px) {
  body.page:not(.home):not(.page-id-14) .header-hero {
    min-height: 25vh;
  }

  body.page:not(.home):not(.page-id-14) .header-hero__content {
    padding: 2rem 1rem;
  }
}

.header-hero--cover::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
}


/* =============================================
   Hero base Blog
   =============================================*/

/* Full-bleed responsive hero (merged from both snippets) */
.listinghive-hero__header {
  /* full-bleed trick */
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 70px;
  width: 100vw;

  /* visual / layout */
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;

  /* responsive height & spacing */
  min-height: 40vh;
  padding: 3rem 0;

  /* background + subtle gradient */
  background-image:
    linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.08)),
    url('https://petra-realestate.com/wp-content/uploads/2025/10/petra_real_estate_blog-scaled.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;

  z-index: 0;
}

/* overlay for readability */
.listinghive-hero__header::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.35);
  z-index: 1;
  pointer-events: none;
}

/* ensure content sits above overlay */
.listinghive-hero__header > * {
  position: relative;
  z-index: 2;
  margin: 0;
}

/* responsive tweaks */
@media (min-width: 48em) {
  .listinghive-hero__header {
    padding: 6rem 0;
    min-height: 40vh;
  }
}
@media (min-width: 75em) {
  .listinghive-hero__header {
    padding: 9rem 0;
    min-height: 50vh;
  }
}

/* parallax: enable fixed on desktop, fallback to scroll on mobile */
@media (min-width: 768px) {
  .listinghive-hero__header {
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  .listinghive-hero__header {
    background-attachment: scroll;
    background-position: center;
  }
}



.site .listinghive-hero__header,
.page .listinghive-hero__header,
.container .listinghive-hero__header,
.site-content .listinghive-hero__header {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


@media (max-width: 767px) {
    .post--archive .post__header--cover h2 {
        font-size: 20px;
      font-weight: bold;
      margin-bottom: -20px;
    }
    
    .post--archive .post__header--cover .post__categories {
        padding-top: 1rem;
    }
}



.listinghive-hero__header h1 {
    color: white; /* change the hero title color */
}


/* =============================================
   Footer CTA Section
   =============================================*/


.footer-cta {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw !important;
  max-width: 100vw; /* Just to be safe */
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 80px 60px;
  background-color: #F2F8FF;
  margin-top: 30px;
}

.footer-cta__inner {
  display: flex;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  height: 530px;
}
.footer-cta__video {
  flex: 0 0 30%;
  position: relative;
  height: 100%;
}
.footer-cta__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.footer-cta__content {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-cta__content h2 {
  font-size: 40px;
  margin: 0 0 20px;
  line-height: 1.2;
}
.footer-cta__content p {
  font-size: 18px;
  margin: 0 0 30px;
  color: #555;
}


@media (min-width: 768px) and (max-width: 991px) {
  .footer-cta { 
      padding: 60px !important; 
      
  }
  .footer-cta__content h2 { 
      padding: 20px 0 !important; 
      
  }
}
@media (max-width: 767px) {
  .footer-cta { 
      padding: 40px !important;
      
      }
  .footer-cta__inner { 
      flex-direction: column !important; 
      height: auto !important; 
      min-height: 420px !important; 
      align-items: stretch !important; 
      
  }
  .footer-cta__video { 
      flex: 0 0 auto !important; 
      width: 100% !important; 
      max-width: 100% !important; height: 250px !important; 
      padding-top: 0 !important; 
      margin: 0 auto 30px !important; 
      
  }
  .footer-cta__video iframe { 
      width: 100% !important; 
      height: 100% !important; 
      position: absolute!important; 
      top:0; left:0; 
      
  }
  .footer-cta__content { 
      flex: 1 1 100% !important; 
      justify-content: center!important; 
      padding: 0 20px!important; 
      
  }
}
.footer-cta__content h2 { 
    font-family: Helvetica,sans-serif!important; 
    font-weight:bold!important; 
    font-size:clamp(32px,4vw,40px)!important; 
    margin:0 0 20px; 
    
}
.footer-cta__content p { 
    font-family:Verdana,sans-serif!important; 
    font-size:clamp(16px,3vw,20px)!important; 
    margin:0 0 30px; 
    
}
.footer-cta__button { 
    font-family:Helvetica,sans-serif!important; 
    font-size:clamp(12px,2.5vw,13px)!important; 
    padding:1em 2em!important; 
    border-radius:260px!important; 
    background-color:#FCB900!important; 
    color:#fff!important; 
    text-decoration:none!important; 
    font-weight:600!important; 
    box-shadow:20px 20px 30px 0 rgba(0,0,0,0.2)!important; 
    transition:transform .2s!important; 
    
}
.footer-cta__button:hover { 
    transform:translateY(-3px)!important; 
    
}



/* RTL override */
html[lang="ar"] .footer-cta {
  direction: rtl;
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

@media(max-width:767px){
    html[lang="ar"] .footer-cta__content{
        align-items:center !important;
        text-align:center !important;
        overflow:hidden !important;
        
    }
    
}

/* =============================================
   Footer Contact Section
   =============================================*/
.footer-contact-section { 
    padding:40px 20px; 
    background-color:#001B2E; 
    color:#ffffff; 
    
}
.container { 
    max-width:1200px; 
    margin:0 auto; 
    padding:0 20px; 
    
}
.footer-contact-container { 
    display:flex; 
    flex-wrap:wrap; 
    gap:40px; 
    align-items:stretch; 
    
}
.contact-info-column, .contact-form-column { 
    flex:1; 
    min-width:300px; 
    display:flex; 
    flex-direction:column; 
    justify-content:center; 
    
}
.contact-info-inner { 
    display:flex; 
    flex-direction:column; 
    align-items:flex-start; 
    text-align:left; 
    
}

html[lang="ar"] .contact-info-inner { 
    text-align:right; 
    
}
.footer-contact-logo { 
    max-width:220px; 
    margin-bottom:30px; 
    filter:brightness(0) invert(1); 
    
}

@media (max-width: 768px) {
    .footer-contact-logo { 
        align-self: center;
    }
}
    
.footer-contact-heading { 
    margin-bottom:25px; 
    font-family:"Helvetica Bold",Helvetica,Arial,sans-serif; 
    font-weight:700; font-size:30px; 
    color:#ffffff; 
    position:relative; 
    padding-top:25px;
}
.footer-contact-heading::before { 
    content:''; 
    position:absolute; 
    top:0; left:0; 
    width:70px; 
    height:3px; 
    background-color:#FCB900; 
    
}
.address-section, .contacts-section { 
    display:flex; 
    width:100%; 
    margin-bottom:25px; 
    
}
.address-heading h3, .contacts-heading h3 { 
    font-family:Verdana,Geneva,sans-serif; 
    font-size:20px; 
    font-weight:700; 
    color:#FCB900; 
    margin:0 0 15px; 
    
}
.address-details p, .contact-details { 
    font-size:20px; 
    line-height:1.5; 
    
}
.address-heading, .contacts-heading { 
    flex:0 0 30%; 
    max-width:30%; 
    
}
.address-details, .contact-details { 
    flex:0 0 70%; 
    max-width:70%; 
    
}
.contact-details { 
    display:flex; 
    flex-direction:column; 
    
}
.contact-phone, .contact-email { 
    text-decoration:none; 
    color:#ffffff; 
    transition:all .3s ease; 
    margin-bottom:10px; 
    position:relative; 
    padding-left:30px; 
    font-size:20px; 
    
}
.contact-phone::before { 
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid style */
  content: "\f095"; /* phone icon Unicode */
  position: absolute;
  left: 0;
  color: white; 
    
}
.contact-email::before { 
    content:'✉️'; 
    position:absolute; 
    left:0; 
    
}
.contact-phone:hover, .contact-email:hover { 
    color:#FCB900; 
    transform:translateX(5px); 
    
}


/*.wpforms-container .wpforms-form .wpforms-field-label {*/
/*    display: none !important;*/
/*}*/


    


/* =============================================
   Start Social Contact footer  Section
   ============================================= */
   
 /* Footer Quick Links Menu */
 
 .widget--footer .widget__title {
     text-align: center;
 }
 
 .widget--footer .widget__title::before {
     display: none;
}
     
.widget_nav_menu .menu {
  margin-left: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}

/* Center items on mobile */
@media (max-width: 768px) {
  .widget_nav_menu .menu {
    text-align: center;
  }

  .widget_nav_menu .menu li {
    display: block;
    margin: 5px 0;
  }

  .widget_nav_menu .menu li a {
    display: inline-block;
  }
}

.widget_nav_menu li::before {
    color: #FCB900 !important;
    
}


   
/* Social Contact Section */
.social-contact-section {
    text-align: center;
    padding: 20px;
    background-color: #001A2D; /* Dark blue background */
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-top: 20px;
}

.contact-phone-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.contact-icon {
    font-size: 20px;
    color: #FCB900; /* Yellow icon */
}

.footer-phone {
    font-family: 'Helvetica Bold', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-phone:hover {
    color: #FCB900;
    text-decoration: underline;
}

.social-contact-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
}

.social-contact-section h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #FCB900;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff; /* Yellow background */
    color: #FCB900; /* Dark blue text */
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .social-contact-section {
        padding: 15px;
    }
    
    .contact-phone-wrapper {
        flex-direction: column;
        gap: 8px;
    }
    
    .footer-phone {
        font-size: 18px;
    }
    
    .social-icons {
        gap: 10px;
    }
    
    .social-icons a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .social-contact-section h4 {
        font-size: 16px;
    }
    
    .footer-phone {
        font-size: 16px;
    }
    
    .social-icons a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

/* ===== Logo & Text Widget ===== */
.footer-logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.footer-logo {
  max-width: 180px;
  margin-bottom: 20px;
  /*filter: brightness(0) invert(1); /* White logo */
}

.footer-tagline {
  color: #000000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  max-width: 300px;
  margin: 0;
  padding: 0 10px;
  position: relative;
}

.footer-tagline::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #FCB900;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .footer-tagline {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .footer-logo {
    max-width: 160px;
    margin-bottom: 15px;
  }
  
  .footer-tagline {
    font-size: 16px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .footer-logo {
    max-width: 140px;
  }
  
  .footer-tagline {
    font-size: 15px;
  }
  
  .footer-tagline::after {
    bottom: -12px;
    width: 50px;
  }
}


   .widget_archive li::before, .widget_categories li::before, .widget_meta li::before, .widget_nav_menu li::before, .widget_product_categories li::before, .wp-block-archives li::before, .wp-block-categories li::before {
       color: #FCBA00;
  left: 5rem;
}
   

/* =============================================
   End Social Contact footer  Section
   ============================================= */


/* =============================================
   Start footer  Section
   ============================================= */

.footer-navbar {
    justify-content:center !important;
}

 .footer-navbar__menu ul {
       flex-wrap: nowrap;
   }

@media (max-width: 992px) {
     .footer-navbar__menu ul {
         font-size: 12px;
     }
}

html[lang="ar"] .footer-navbar__menu ul li a {
  color: rgba(15,23,39,.45);
  transition: color .25s;
  padding-left: 15px;
}

/*Footer vedio*/
.footer-cta__video {
  position: relative;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.footer-cta__video iframe {
  width: 100%;
  height: 100%;
}

.footer-cta__video-thumb {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.footer-cta__video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer-cta__play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 0.5em 0.7em;
  color: #fff;
  line-height: 1;
}



/************
/* Visually hide labels but keep for screen readers for WPForms *************************************************/
/*.wpforms-field-label {*/
/*  position: absolute !important;*/
/*  width: 1px !important;*/
/*  height: 1px !important;*/
/*  padding: 0 !important;*/
/*  margin: -1px !important;*/
/*  overflow: hidden !important;*/
/*  clip: rect(0, 0, 0, 0) !important;*/
/*  white-space: nowrap !important;*/
/*  border: 0 !important;*/
/*}*/



/* =============================================
   End footer  Section
   ============================================= */
.hp-form__action--user-register {
    display: none !important;
}



/* =============================================
   Start gg-listing-cta
   ============================================= */

/* ================================
   1) Equal spacing in the sidebar
   ================================ */

/* ListingHive sidebar widgets use varying margins — normalize them */
.site-sidebar .widget{
  margin-bottom: 16px !important;
}

/* No extra space after the last widget */
.site-sidebar .widget:last-child{
  margin-bottom: 0 !important;
}

/* CTA block styling (keep your yellow/white design) */
.site-sidebar .gg-listing-cta{
  background: #FCB900 !important;
  /*background: #1F5594 !important;*/
  color: #fff !important;
  border: 0 !important;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,.10);
}

.site-sidebar .gg-listing-cta,
.site-sidebar .gg-listing-cta *{
  color: #fff !important;
}

.site-sidebar .gg-listing-cta__title{
  margin: 0 0 12px !important;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}

.site-sidebar .gg-listing-cta__btn{
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #1F5594 !important;
  /*background: rgba(255,255,255,0.18) !important;*/
  border: 2px solid rgba(255,255,255,0.65) !important;
  border-radius: 12px;
  padding: 12px 16px;
  text-decoration: none !important;
}

.site-sidebar .gg-listing-cta__btn:hover{
  background: rgba(255,255,255,0.28) !important;
  border-color: #fff !important;
}

.hp-modal__title:first-child {
  text-align: center;
}

/* =========================================
   2) Modal size: half screen + centered
   ========================================= */

#gg_complete_details_modal.hp-modal{
  width: min(50vw, 680px) !important;   /* ~half screen, but capped */
  max-width: 680px !important;
  max-height: 100vh !important;         /* don’t take full height */
  overflow: auto !important;           /* scroll if form is tall */
}

/* Make WPForms inside fill the modal nicely */
#gg_complete_details_modal .wpforms-container{
  width: 100% !important;
  margin: 0 !important;
}

/* Mobile: almost full width */
@media (max-width: 768px){
  #gg_complete_details_modal.hp-modal{
    width: 92vw !important;
    max-width: 92vw !important;
    max-height: 85vh !important;
  }
}



.hp-block.hp-listing__attributes.hp-listing__attributes--primary.widget.hp-widget{
    margin-bottom: 4px !important;
}

/* Center submit button for WPForms 2061 (modal) + WPForms 2055 (anywhere) */
#gg_complete_details_modal #wpforms-2061 .wpforms-submit-container,
#wpforms-2055 .wpforms-submit-container{
  text-align: center !important;
}

#gg_complete_details_modal #wpforms-2061 button.wpforms-submit,
#wpforms-2055 button.wpforms-submit{
  display: inline-block !important;
  float: none !important;
  margin: 12px auto 0 !important;
  width: auto !important;
  min-width: 180px; /* optional */
}



/* =============================================
   End gg-listing-cta
   ============================================= */


/*=============================================
   Start List Your Property
   ============================================= */
/* =========================================
   HERO CTA buttons – identical height & width
   ========================================= */

/* Base size for BOTH hero buttons (desktop + mobile) */
.hero-cta-desktop .kb-button,
.hero-cta-mobile .kb-button {
    border-radius: 999px !important;

    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;

    /* same height */
    padding-top: 0.85em !important;
    padding-bottom: 0.85em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;

    /* same width */
    width: 260px !important;      /* change this once if you want wider/narrower */
    max-width: 100%;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;

    white-space: nowrap !important;  /* force text to stay on one line */
    border: none !important;
}

/* Reset inner text span so it doesn't add extra height */
.hero-cta-desktop .kb-button .kt-btn-inner-text,
.hero-cta-mobile .kb-button .kt-btn-inner-text {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

/* Colors – default: white button */
.hero-cta-desktop .kb-button,
.hero-cta-mobile .kb-button {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Yellow "List Your Property" button (popup or submit-listing/details) */
.hero-cta-desktop a[data-gg-open-listing-form],
.hero-cta-desktop a[href*="/submit-listing/details"],
.hero-cta-mobile a[data-gg-open-listing-form],
.hero-cta-mobile a[href*="/submit-listing/details"] {
    background-color: #FCB900 !important;
    color: #ffffff !important;
}

/* Hover (optional) */
.hero-cta-desktop .kb-button:hover,
.hero-cta-mobile .kb-button:hover {
    opacity: 0.95;
}
.hero-cta-desktop a[data-gg-open-listing-form]:hover,
.hero-cta-desktop a[href*="/submit-listing/details"]:hover,
.hero-cta-mobile a[data-gg-open-listing-form]:hover,
.hero-cta-mobile a[href*="/submit-listing/details"]:hover {
    background-color: #ffd54d !important;
}


/*=============================================
   end List Your Property
  ============================================= */


/* =========================================================
   WPForms mobile compact style (Forms: 2055 + 2061)
   Fix: beat WPForms inline CSS-vars by higher specificity
   ========================================================= */

/* =========================================================
   FIXES for WPForms 2055 + 2061 (mobile compact + text/title)
   ========================================================= */

/* ---------- 1) HivePress modal title (the h3 above the form) ---------- */
#gg_complete_details_modal .hp-modal__title{
  font-size: 20px !important;
  line-height: 1.25 !important;
  margin: 0 0 12px !important;
  padding: 0 12px !important;
  text-align: center !important;
}

@media (max-width: 768px){
  #gg_complete_details_modal .hp-modal__title{
    font-size: 20px !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
  }
}

/* ---------- 2) Make close button visible (HivePress modal + your gg modal) ---------- */

/* HivePress modal close (form 2061 modal) */
#gg_complete_details_modal .hp-modal__close,
#gg_complete_details_modal button.hp-modal__close{
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,.45) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  z-index: 99999 !important;
}

/* Your custom modal close (form 2055 modal) */
#gg-listing-form-modal .gg-modal-inner{ position: relative !important; }

#gg-listing-form-modal .gg-modal-close{
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,.45) !important;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 99999 !important;
  border: 0 !important;
  cursor: pointer !important;
}

/* ---------- 3) WPForms container padding + spacing (THIS fixes the “too much padding”) ---------- */
/* IMPORTANT: do NOT rely on CSS vars here — override real properties. */

@media (max-width: 768px){

  /* Reduce the big WPForms container padding + border thickness */
  #wpforms-2055.wpforms-container,
  #wpforms-2061.wpforms-container{
    padding: 18px !important;         /* was 40 via theme */
    border-width: 6px !important;     /* was 10 via theme */
    border-radius: 26px !important;   /* was 40 via theme */
  }

  /* Reduce overall field spacing */
  #wpforms-2055 .wpforms-field,
  #wpforms-2061 .wpforms-field{
    margin-bottom: 10px !important;
  }

  /* Smaller labels */
  #wpforms-2055 .wpforms-field-label,
  #wpforms-2061 .wpforms-field-label{
    font-size: 13px !important;
    line-height: 1.2 !important;
    margin-bottom: 6px !important;
  }

  /* Smaller inputs/select/textarea + tighter padding */
  #wpforms-2055 input[type="text"],
  #wpforms-2055 input[type="email"],
  #wpforms-2055 input[type="tel"],
  #wpforms-2055 select,
  #wpforms-2055 textarea,
  #wpforms-2061 input[type="text"],
  #wpforms-2061 input[type="email"],
  #wpforms-2061 input[type="tel"],
  #wpforms-2061 select,
  #wpforms-2061 textarea{
    font-size: 13px !important;
    line-height: 1.25 !important;
    padding: 10px 12px !important;
  }



  /* Smaller helper/content text inside the form (the part that was NOT changing) */
  #wpforms-2061 .wpforms-field-content,
  #wpforms-2061 .wpforms-field-content *{
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Also force the specific “yellow message” to be smaller */
  #wpforms-2061 .wpforms-field-content span{
    font-size: 13px !important;
    line-height: 1.35 !important;
    display: inline-block !important;
  }

  /* Submit button sizing */
  #wpforms-2055 button.wpforms-submit,
  #wpforms-2061 button.wpforms-submit{
    font-size: 15px !important;
    min-height: 44px !important;
    padding: 12px 18px !important;
    border-radius: 999px !important;
  }
}

/* ---------- 4) Keep submit centered (your existing intent, but stronger) ---------- */
#wpforms-2055 .wpforms-submit-container,
#wpforms-2061 .wpforms-submit-container{
  text-align: center !important;
}

#wpforms-2055 button.wpforms-submit,
#wpforms-2061 button.wpforms-submit{
  float: none !important;
  margin: 12px auto 0 !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* =========================================================
   LIMIT "GENERIC WPForms CSS" TO ONLY THESE FORMS:
   2061, 2055, 797, 788
   ========================================================= */

/*#wpforms-2061.wpforms-container-full *,*/
/*#wpforms-2055.wpforms-container-full *,*/
/*#wpforms-797.wpforms-container-full *,*/
/*#wpforms-788.wpforms-container-full *{*/
  /* If you REALLY need this reset, keep it here only.
     Otherwise: delete this block completely (recommended). */
/*  background: none;*/
/*  border: 0 none;*/
/*  border-radius: 0;*/
/*  float: none;*/
/*  font-size: 78%;*/
/*  height: auto;*/
/*  letter-spacing: normal;*/
/*  outline: none;*/
/*  position: static;*/
/*  text-indent: 0;*/
/*  text-shadow: none;*/
/*  text-transform: none;*/
/*  width: auto;*/
/*  visibility: visible;*/
/*  overflow: visible;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/* Checkbox label color ONLY for the 4 forms */
#wpforms-2061.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label,
#wpforms-2055.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label,
#wpforms-797.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label,
#wpforms-788.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label,
#wpforms-2279.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label{
  color: #fff !important;
}

/* Make WPForms checkboxes clearly visible (Form 2061) */
#wpforms-2061 input[type="checkbox"],
#wpforms-2055 input[type="checkbox"]
{
  accent-color: #155EEF;      /* blue checked state */
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  background: #fff;           /* ensure contrast */
  border: 1px solid #155EEF;  /* visible border */
  border-radius: 4px;
  appearance: auto !important;
  -webkit-appearance: auto !important;
}


/* Submit button styling ONLY for the 4 forms */
#wpforms-2061 button.wpforms-submit,
#wpforms-2055 button.wpforms-submit,
#wpforms-797 button.wpforms-submit,
#wpforms-788 button.wpforms-submit,
#wpforms-2279 button.wpforms-submit{
  font-family: Helvetica, sans-serif !important;
  font-size: clamp(12px, 2.5vw, 13px) !important;
  padding: 0.75em 2em !important;
  border-radius: 260px !important;
  background-color: #FCB900 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  box-shadow: 20px 20px 30px 0 rgba(0,0,0,0.2) !important;
  transition: transform .2s !important;
}


/* submit button full width + black */
#wpforms-1744 button.wpforms-submit{
  width: 100% !important;
  display: block !important;
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 9px !important;  
  padding: 14px 16px !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 16px !important;
}

/* for the landing page call to action button */
#wpforms-1744 button.wpforms-submit {
    background: #FCB900 !important;
}


/* End of custom-style.css */
