.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: 0px;
  right: 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: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
  }
}


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

/* Tablet & small laptop: move up a bit, slightly smaller */
@media (max-width: 1024px) {
  .petra-whatsapp-wrapper {
    bottom: 50px;   /* 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;
  }
}



/* =============================================
   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-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;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
    color: white !important;
}

.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;
}
    


/* =============================================
   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;
}




/* End of custom-style.css */
