/*
Theme Name: Oryan Realty
Theme URI: https://oryanrealty.com/
Author URI: https://uixumedia.com/
Author: UIUXMEDIA Team
Description: The 2025 theme for Oryan Realty is a fully responsive theme that looks great on any device.
Version: 1.1.3
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: oryan-realty

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}

/* Footer social icons */
.uiuxm-footer-socialIcon .elementor-icon i,
.uiuxm-footer-socialIcon .elementor-social-icon i {
  font-size: 24px;       /* icon size */
  width: 24px;           /* ensure square box */
  height: 24px;
  line-height: 24px;     /* vertically center */
}
/* Hover effect: icons turn white */
.uiuxm-footer-socialIcon .elementor-icon:hover i,
.uiuxm-footer-socialIcon .elementor-social-icon:hover i {
  color: #ffffff!important;
}

.footerSubHeading{
    font-style:normal!important;
     font-family: 'Inter', sans-serif!important;
    color:#FFFFFF!important;
    font-size:16px!important;
     font-weight: 200;
}
.ftrBottomLeft{
    font-style:normal!important;
    font-family:'inter'!important;
    color:#FFFFFF!important;
    font-size:14px!important;
     font-weight: 300;
     opacity:0.6;
}
.ftrBottomRight{
    font-style:normal!important;
    font-family:'inter'!important;
    color:#FFFFFF!important;
    font-size:14px!important;
     font-weight: 300;
     opacity:0.6;
}

/*Custom CSS by UIUXM*/
.bannerTopHdng{
    font-family: 'inter';
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    
}
.homeBanner > .bannerMainHeading>h2{
    line-height:80px!important;
}
.bannerMainHeading>h2{
    font-size: 70px;
    font-weight: 400;
}
.bannerMainSubHeading{
    font-size: 18px;
    font-weight: 200;
    font-style:normal;
    line-height:23px;
    color:#ffffff;
}
.topBarRightMenu{
    display:none;
}
.onsetFont{
    font-family: var(--homirx-heading-font-family) !important;
    font-family: "Onest", sans-serif !important;
    font-style:normal!important;
    font-weight:500;
}
/*badges on home style*/

.uiuxm-uiuxm-badge-strip-wrapper{
        display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Inter', sans-serif;
      margin-top:150px;
    }

    .uiuxm-badge-strip {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      flex-wrap: wrap;
      justify-content: center;
      
    position: relative;
    bottom: -150px;

    }

    .uiuxm-badge-item {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      font-size: 0.75rem;
      font-weight: 400;
      letter-spacing: 0.04em;
      color: #F5F0E8;
      padding: 0 0.75rem;
    }

    

    .uiuxm-badge-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #EBCFA7;
      flex-shrink: 0;

}
#homeHeroBanner{
margin-top:600px!important;        
    }

.uiuxm-primary-btn{
    background-color: #0F3D2E;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0F3D2E;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 40px 10px 40px;
    color: #fff;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-right:30px;
    font-size: 16px;
}
.uiuxm-primary-btn:hover{
    background-color: #EBCFA7;
    color: #0F3D2E;
    border-color: #EBCFA7;
}

/* Arrow icon replacement */
.uiuxm-arrow-icon {
  display: inline-block;
  width: 46px;   /* match original SVG width */
  height: 16px;  /* match original SVG height */
  background: url('https://oryanrealty.com/wp-content/uploads/2026/03/uiuxm-arrow.png') no-repeat center;
  background-size: contain; /* scale PNG to fit */
  margin-left: 0px; /* spacing between text and icon */
  vertical-align: middle;
}

.uiuxm-secondary-btn{
   background-color: #00000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0F3D2E;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 40px 10px 40px;
    color:#0F3D2E;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.uiuxm-secondary-btn:hover{
    background-color: #EBCFA7;
    color: #0F3D2E;
    border-color: #EBCFA7;
}

    
.tBrandHdng {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 50px;
    font-family: 'inter';
    text-align: center;
    color: #5A5A5A;
    font-weight: 300;
    font-style: normal!important;
    

}

.cstmHdng2{
    color:#EBCFA7!important;
    font-style: normal!important;
 letter-spacing:0.5px!important;
}


.feature-strip {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      width: 100%;
      /*max-width: 1100px;*/
       align-items: stretch;
    }

    .feature-item {
      padding: 2.2rem 2.4rem;
      border-right: 1px solid rgba(235, 207, 167, 0.2);
      align-self: stretch;   /* ← ADD THIS */
  display: flex;         /* ← ADD THIS */
  flex-direction: column;/* ← ADD THIS */
    }
.uiuxm-feature-item {
      padding: 2.2rem 2.4rem;
      border-right: 1px solid rgba(235, 207, 167, 0.2);
      border-bottom: 1px solid rgba(235, 207, 167, 0.2);
    }
 /* Remove right border on last column */
.uiuxm-feature-item:nth-child(3n) {
  border-right: none;
}

/* Remove bottom border on last row items */
.uiuxm-feature-item:nth-last-child(-n+3) {
  border-bottom: none;
}

/* Empty last cell — no content but keeps border consistent */
.uiuxm-feature-item--empty {
  background: transparent;
}

    .feature-item:last-child {
      border-right: none;
    }

    .feature-title {
      font-family: 'Onest', sans-serif;
      font-size: 1.25rem;
      font-weight: 600;
      color: #EBCFA7;
      margin-bottom: 0.9rem;
      line-height: 1.2;
    }

    .feature-desc {
      font-family: 'Inter', sans-serif;
      font-size: 0.82rem;
      font-weight: 300;
      color: rgba(255, 255, 255);
      line-height: 1.7;
      letter-spacing: 0.01em;
    }

    @media (max-width: 640px) {
      
      .feature-item {
        border-right: none;
        border-bottom: 1px solid rgba(235, 207, 167, 0.2);
      }
      .feature-item:last-child {
        border-bottom: none;
      }
    }
    
    
    .stats-list {
      display: flex;
      flex-direction: column;
      gap: 2.5rem;
      max-width: 360px;
      width: 100%;
    }

    .stat-item {}

    .stat-number {
      font-family: 'Onest', sans-serif;
      font-size: clamp(2.6rem, 8vw, 3.8rem);
      font-weight: 400;
      color: #060B07;
      line-height: 1;
      letter-spacing: -0.02em;
      margin-bottom: 0.4rem;
          font-style: normal;
    }

    .stat-label {
      font-family: 'Inter', sans-serif;
      font-size: 0.85rem;
      font-weight: 400;
      color: #060B07;
      letter-spacing: 0.01em;
          font-style: normal;
    }





.uiuxm-service-wrapper{
   /* margin-bottom: 20px!important;*/
    height: 230px;
}
.prop-service-cta-sec{
    margin-top: -30px;
}
.uiuxm-service-wrapper h3{
    font-size: 26px;
    font-family: 'onest'!important;
    font-weight: 500;
    color: #1D1D1F;
    font-style: normal;
    letter-spacing: -0.7%;
    line-height: 20px;
}

.uiuxm-service-wrapper p{
    font-size: 14px;
    font-family: 'inter'!important;
    font-weight: 300;
    color: #5A5A5A;
    font-style: normal;
    line-height: 22px;
    
}

.uiuxm-service-wrapper .elementor-button{
    align-items: center;
    justify-content: center;
    background: #0F3D2E;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px!important;
    font-weight: 300;
    letter-spacing: 0.02em;
    padding: 0.75rem 3rem;
    border-radius: 100px;
    border: none !important;
    text-decoration: none;
    font-style: normal;
    transition: background 0.2s ease, transform 0.15s ease;
    z-index:1;
}
.uiuxm-service-wrapper .elementor-button:hover{
     background-color: #EBCFA7;
    color: #0F3D2E!important;
    border-color: #EBCFA7;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 40px;
}

.service-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.service-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.service-card h3 {
  margin: 10px 0;
  font-size: 20px;
  color: #333;
}

.service-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.service-card .btn {
  display: inline-block;
  padding: 10px 20px;
  background: #0073e6;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.service-card .btn:hover {
  background: #005bb5;
}



/* ============================================
   ORYAN REALTY – Listing Card Styles
   Prefix: uiuxm-
============================================ */

/* ── CARD WRAPPER ── */
.uiuxm-property-list {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #E0E0E0 !important;
  /*box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);*/
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin-bottom: 1.2rem;
}

/* ── INNER WRAP: Horizontal layout ── */
.uiuxm-property-list__wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%; /* ensures equal height */
}

/* ── LEFT: IMAGE ── */
.uiuxm-property-list__thumb {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}

.uiuxm-property-list__thumb img {
  width: 100%;
  height: 100%;
  min-height: 305px!important; /* FIX: consistent image height */
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.uiuxm-property-list__thumb:hover img {
  transform: scale(1.05);
}

/* ── FEATURED BADGE ── */
.uiuxm-property-thumb-top-right {
  position: absolute;
  top: 10px;
  left: 10px;
}
.uiuxm-property-thumb-top-right .directorist-badge-featured {
  background: #0F3D2E !important;
  color: #EBCFA7 !important;
  font-size: 0.6rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px !important;
  border-radius: 999px !important;
}

/* ── RIGHT: CONTENT WRAPPER ── */
.uiuxm-property-list__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 2rem;
  position: relative;
}

/* ── INFO BLOCK ── */
.uiuxm-property-list__info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
}

/* ── TITLE ── */
.uiuxm-property-list__info--top .directorist-listing-title {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.uiuxm-property-list__info--top .directorist-listing-title a {
  color: #5A5A5A;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 23px;
}
.uiuxm-property-list__info--top .directorist-listing-title a:hover {
  color: #0F3D2E!important;
}




/* Title block */
.uiuxm-property-title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  margin-top:20px;
}

.uiuxm-property-title a {
  color: #5A5A5A;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 23px;
}

/* Location block */
.uiuxm-property-location {
  display: flex;
  align-items: center;
  gap: 6px;
}

.uiuxm-property-location span {
  color: #5A5A5A;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 23px;
}

/* Icon styling */
.uiuxm-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.uiuxm-icon--location {
  width: 18px;
  height: 18px;
}
.uiuxm-property-title a:hover, uiuxm-property-location a:hover {
  color: #0F3D2E!important;
}


/* ── BUTTON GROUP ── */
    .uiuxm-contact-btns {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      flex-wrap: wrap;
    }

.uiuxm-prop-contact-btns {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      flex-wrap: wrap;
    }

.uiuxm-prop-contact-btns {
 display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    border-top: 1px dashed #E0E0E0;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

    /* ── BASE BUTTON ── */
    .uiuxm-contact-btn {
     display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
      font-family: 'Onset', sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #0F3D2E;
      background: #ffffff;
      border: 1.8px solid #0F3D2E;
      border-radius: 999px;
      padding: 6px 30px;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
      white-space: nowrap;
    }
.uiuxm-prop-contact-btn {
     display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
      font-family: 'Onset', sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #0F3D2E;
      background: #ffffff;
      border: 1.8px solid #0F3D2E;
      border-radius: 999px;
      padding: 6px 30px;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
      white-space: nowrap;
      width: 175px;
    }

    .uiuxm-contact-btn:hover {
      background: #0F3D2E;
      color: #ffffff;
      transform: translateY(-1px);
    }
 .uiuxm-prop-contact-btn:hover {
      background: #0F3D2E;
      color: #ffffff;
      transform: translateY(-1px);
    }


    .uiuxm-contact-btn:hover svg path,
    .uiuxm-contact-btn:hover svg rect,
    .uiuxm-contact-btn:hover svg circle {
      stroke: #ffffff;
      fill: #ffffff;
    }

.uiuxm-prop-contact-btn:hover svg path,
    .uiuxm-prop-contact-btn:hover svg rect,
    .uiuxm-prop-contact-btn:hover svg circle {
      stroke: #ffffff;
      fill: #ffffff;
    }
    /* WhatsApp icon fill on hover */
    .uiuxm-contact-btn--whatsapp:hover .wa-icon {
      fill: #ffffff;
    }
.uiuxm-prop-contact-btn--whatsapp:hover .wa-icon {
      fill: #ffffff;
    }

    /* ── ICONS ── */
    .uiuxm-contact-btn svg {
      flex-shrink: 0;
      transition: all 0.2s ease;
    }
     .uiuxm-prop-contact-btn svg {
      flex-shrink: 0;
      transition: all 0.2s ease;
    }

/* ── ADDRESS ── */
.uiuxm-property-list__info--top .property-card-address {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 0.4rem;
}

/* ── EXCERPT (sqft/bed/bath) ── */
.uiuxm-property-list__info--excerpt {
  font-size: 16px;
  color: #1D1D1F;
  line-height: 23px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  margin-top: 10px;
height: 42px; 
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* show max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* ── META FOOTER ── */
.uiuxm-property-list__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
 /* border-top: 1px dashed #E0E0E0;
  padding-top: 0.7rem;
  margin-top: 0.7rem;*/
}
.uiuxm-property-list__meta--left .directorist-listing-price {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0F3D2E;
}
.uiuxm-property-list__meta--right .property-listing-link a {
  background: #0F3D2E;
  color: #EBCFA7;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.75rem;
  text-decoration: none;
  transition: background 0.2s ease;
}
.uiuxm-property-list__meta--right .property-listing-link a:hover {
  background: #0a2a1e;
}

.uiuxm-property-list__price-top {
  font-family: 'Onest', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #0F3D2E;
    margin-bottom: 0.6rem;
    padding-top: 20px;
}



/* ── CONTACT BUTTONS (Call Us + WhatsApp) ── */
/* Add this HTML inside uiuxm-property-list__meta via hook:
   <div class="uiuxm-contact-btns">
     <a href="tel:+971509343332" class="uiuxm-btn uiuxm-btn--call">📞 Call Us</a>
     <a href="https://wa.me/971509343332" class="uiuxm-btn uiuxm-btn--whatsapp">💬 Whatsapp</a>
   </div>
*/
.uiuxm-contact-btns {
  display: flex;
  gap: 0.5rem;
  padding-top: 1rem;
  margin-top: 0rem;
  border-top: 1px dashed #E0E0E0;
}

.uiuxm-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  padding: 0.48rem 0.6rem;
  border-radius: 999px;
  border: 1.5px solid #D0D0D0;
  background: #fff;
  color: #1a1a1a;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
  cursor: pointer;
  white-space: nowrap;
}

.uiuxm-btn--call:hover {
  border-color: #0F3D2E;
  color: #0F3D2E;
}

.uiuxm-btn--whatsapp:hover {
  border-color: #25D366;
  color: #25D366;
}

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .uiuxm-property-list__wrap {
    flex-direction: column !important;
  }

  .uiuxm-property-list__thumb {
    flex: none;
    max-width: 100%;
    height: 200px;
    /*margin: 10px 10px 0 10px;*/
  }

  .uiuxm-property-list__content {
    padding: 1rem;
  }
}



.homeFAQ{
   font-size: 40px;
    position: relative;
    margin: 0;
    font-weight: 500;
    color: #ffffff;
    font-style: normal !important;
    letter-spacing: 0.5px !important;
} 


.homeFAQ>span{
    font-size: 40px;
    position: relative;
    margin: 0;
    font-weight: 500;
    color: #EBCFA7!important;
    font-style: normal !important;
    letter-spacing: 0.5px !important;
    
}

.faqContact .eael-accordion-list{
    padding-bottom:15px!important;
}
.faqHome  .eael-adv-accordion .eael-accordion-list .eael-accordion-header{
    padding-left:15px;
    padding-bottom:0px;
    border:none!important;
    background-color: #ffffff;
    line-height: 1.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color:#1D1D1F;
    font-family:'inter';
    font-weight:400;
    font-style:normal;
    font-size:18px;
     /*padding-bottom:20px!important;*/
}
.faqContact .eael-adv-accordion .eael-accordion-list .eael-accordion-header{
    padding-left:15px;
    padding-bottom:0px;
    border:none!important;
    background-color: #0F3D2E!important;
    line-height: 1.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color:#FFFFFF!important;
    font-family:'inter';
    font-weight:400;
    font-style:normal;
    font-size:18px;
     /*padding-bottom:20px!important;*/
}
.faqHome >.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    display: none;
    border: none!important;
    background-color: #ffffff;
   margin-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family:'inter';
    font-weight:400;
    font-style:normal;
    line-height: 1.7;
    color:#5A5A5A;
    font-size:14px;
   
    
}
.faqContact .eael-accordion-tab-title{
     background-color: #0F3D2E!important;
     color:#ffffff!important;
}
.faqContact .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    display: none;
    border: none!important;
    background-color: #0F3D2E!important;
   margin-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family:'inter';
    font-weight:400;
    font-style:normal;
    line-height: 1.7;
    color:#ffffff!important;
    opacity:0.5;
    font-size:14px;
   
    
}

.faqHome > .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
    margin-left: 30px;
    
}

.faqHome > .eael-adv-accordion .eael-accordion-list{
    padding-bottom:15px!important;
}
.homePageBlogWrapper{
    
}




.uiuxm-grid-card__footer {
      border-top: 1px dashed #E0E0E0;
      padding: 0.85rem 1.2rem;
      display: flex;
      gap: 0.6rem;
    }

    .uiuxm-btn {
      flex: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-family: 'Inter', sans-serif;
      font-size: 0.76rem;
      font-weight: 500;
      padding: 0.58rem 0.6rem;
      border-radius: 999px;
      border: 1.5px solid #C8C8C8;
      background: #fff;
      color: #1a1a1a;
      text-decoration: none;
      transition: border-color 0.2s, color 0.2s;
      cursor: pointer;
      white-space: nowrap;
    }

    .uiuxm-btn--call:hover { border-color: #0F3D2E; color: #0F3D2E; }
    .uiuxm-btn--whatsapp:hover { border-color: #25D366; color: #25D366; }
    
    
    
    /* ── CARD WRAPPER ── */
    .uiuxm-enquiry-form {
      background: #ffffff;
      border-radius: 10px;
      border: 1px solid #EBEBEB;
      padding: 2rem 2.2rem 2.4rem;
      max-width: 480px;
      width: 100%;
      box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    }

    /* ── PROPERTY TITLE ── */
    .uiuxm-enquiry-form__property-title {
      font-family: 'Onest', sans-serif;
      font-size: 16px!important;
      font-weight: 700;
      color: #1D1D1F!important;
      margin-bottom: 2rem;
      line-height: 1.3;
    }

    /* ── HEADING: icon + text ── */
    .uiuxm-enquiry-form__heading {
      display: flex;
      align-items: center;
      gap: 0.65rem;
      font-family: 'Onest', sans-serif;
      font-size: 20px!important;
      font-weight: 700;
      color: #1D1D1F!important;
      margin-bottom: 2rem;
    }

    .uiuxm-enquiry-form__heading svg {
      flex-shrink: 0;
    }

    /* ── FIELD GROUP ── */
    .uiuxm-field-group {
      margin-bottom: 1.6rem;
    }

    .uiuxm-field-group:last-of-type {
      margin-bottom: 1.8rem;
    }

    /* ── INPUT & TEXTAREA — underline style ── */
    .uiuxm-field-group input,
    .uiuxm-field-group textarea {
      width: 100%;
      background: transparent!important;
      border: none;
      border-bottom: 1px solid #D5D5D5;
      border-radius: 0;
      padding: 0.4rem 0 0.65rem 0!important;
      font-family: 'Inter', sans-serif;
      font-size: 0.86rem;
      font-weight: 300;
      color: #5A5A5A!important;
      outline: none;
      box-shadow: none;
      transition: border-color 0.2s ease;
      display: block;
    }

    .uiuxm-field-group input::placeholder,
    .uiuxm-field-group textarea::placeholder {
      color: #5A5A5A!important;
      font-weight: 300;
    }

    .uiuxm-field-group input:focus,
    .uiuxm-field-group textarea:focus {
      border-bottom-color: #0F3D2E;
    }

    /* ── TEXTAREA ── */
    .uiuxm-field-group textarea {
      min-height: 110px;
      resize: none;
    }

    /* ── SUBMIT BUTTON ── */
    .uiuxm-submit-btn {
      width: 100%;
      background: #0F3D2E;
      color: #ffffff;
      font-family: 'Inter', sans-serif;
      font-size: 0.92rem;
      font-weight: 400;
      letter-spacing: 0.02em;
      /*padding: 1rem 1.5rem;*/
      padding-top: 10px;
    padding-bottom: 10px;
      border: none;
      border-radius: 999px;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.15s ease;
      display: block;
      text-align: center;
      margin-top: 0.4rem;
    }

    .uiuxm-submit-btn:hover {
      background: #0a2a1e;
      transform: translateY(-1px);
    }

    .uiuxm-submit-btn:active {
      transform: translateY(0);
    }
    
    .iti input.iti__tel-input, .iti input.iti__tel-input[type=tel], .iti input.iti__tel-input[type=text]{
        padding-left: 100px!important;
    padding-right: 100px!important;
}
    
    
    
    /* Testimonials Grid */
.uiuxm-testimonials-grid {
    font-style:normal!important;
 /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 720px;
  width: 100%;
  align-items: start;*/
}
.footer-cta .uiuxm-testimonials-grid {
 /*display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;*/
}

/* Testimonial Card */
.uiuxm-testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.6rem 1.6rem 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  
}

/* Quote */
.uiuxm-testimonial-quote {
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  font-weight: 300;
   font-style:italic;
  color: #5A5A5A;
  line-height: 1.75;

  /* Clamp text to avoid height shake */
  display: -webkit-box;
  -webkit-line-clamp: 4;   /* max 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Author Block */
.uiuxm-testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.uiuxm-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #E8DDD0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Onset', sans-serif;
  font-size: 20;
  font-weight: 200;
  color: #0F3D2E;
  letter-spacing: 0.03em;
  flex-shrink: 0;
}

.uiuxm-author-name {
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1D1D1F;
  line-height: 1.2;
  margin-bottom: 0px;
}

.uiuxm-author-role {
  font-family: 'Inter', sans-serif;
  font-size: 0.76rem;
  font-weight: 400;
  color: #5A5A5A;
}

/* Responsive */
@media (max-width: 768px) {
  .uiuxm-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

   
   
   
 .uiuxm-feature-strip {
  display: grid;
  width: 100%;
  max-width: 1100px;
  /*border: 1px solid rgba(235, 207, 167, 0.2); /* outer frame */
  border-radius: 8px;
  overflow: hidden;
}

.uiuxm-feature-item {
  padding: 2.2rem 2.4rem;
  border-right: 1px solid rgba(235, 207, 167, 0.2);
  border-bottom: 1px solid rgba(235, 207, 167, 0.2);
}

/* Remove right border on last column */
.uiuxm-feature-strip:last-child{
    border-right: none;
}
.uiuxm-feature-item:nth-child(3n) {
  border-right: none;
}
/* Remove right border on the last strip */
.lastOne >.uiuxm-feature-item {
  border-right: none!important;
}


/* Remove bottom border on last row */
.uiuxm-feature-item:nth-last-child(-n+3) {
  border-bottom: none;
}

.uiuxm-feature-title {
  font-family: 'Onest', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #EBCFA7;
  margin-bottom: 15px;
  line-height: 1.2;
}

.uiuxm-feature-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  letter-spacing: 0.01em;
}

/* Responsive: stack items */
@media (max-width: 640px) {
  .uiuxm-feature-strip {
    grid-template-columns: 1fr;
  }
  .uiuxm-feature-item {
    border-right: none;
    border-bottom: 1px solid rgba(235, 207, 167, 0.2);
  }
  .uiuxm-feature-item:last-child {
    border-bottom: none;
  }
}





/* ── Container becomes the anchor ── */
.uiuxm-prop-cat {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  padding: 0 !important;
}

/* ── Image fills the full container ── */
.uiuxm-prop-cat .elementor-image-box-wrapper {
  display: block !important;
  margin: 0 !important;
  line-height: 0 !important;
}

.uiuxm-prop-cat .elementor-image-box-img {
  margin: 0 !important;
  display: block !important;
  line-height: 0 !important;
}

.uiuxm-prop-cat .elementor-image-box-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
}

/* ── card-bottom overlays inside .uiuxm-prop-cat ── */
.uiuxm-prop-cat .card-bottom {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
}

/* ── Hide Elementor's default widget margin on HTML widget ── */
.uiuxm-prop-cat .elementor-widget-html {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;        /* ← KEY: collapses the HTML widget height */
  overflow: visible !important;
}


/* ── BOTTOM OVERLAY ── */
.uiuxm-prop-catgry-card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4rem 1.4rem 1.6rem 1.4rem;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0)    0%,
    rgba(0,0,0,0.45) 40%,
    rgba(0,0,0,0.78) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0 0 16px 16px;
  margin-bottom: 20px;
}

/* ── TEXT BLOCK ── */
.uiuxm-prop-catgry-card-text {
  flex: 1;
}

.uiuxm-prop-catgry-card-title {
  font-family: 'Onest', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.uiuxm-prop-catgry-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

/* ── ARROW BUTTON ── */
.uiuxm-prop-catgry-card-btn {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 14px;
  border: 1.5px solid #EBCFA7;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
  margin-bottom: 2px;
}

.uiuxm-prop-catgry-card-btn:hover {
  background: rgba(235, 207, 167, 0.18);
  transform: scale(1.06);
}

.uiuxm-prop-catgry-card-btn svg {
  width: 20px;
  height: 20px;
}



/* Base badge style */
.uiuxm-listing-category {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 3px 18px;
  border-radius: 3px;
  font-family: 'Onset', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 3;
  background: #ccc; /* fallback */
  color: #fff;
}

/* Specific category colors */
.uiuxm-listing-category:before {
  content: attr(data-category); /* optional if you want to use data attributes */
}

/* Buy badge */
.uiuxm-listing-category.buy {
  background: #1D1D1F; /* dark green */
  color: #fff;
}

/* Rent badge */
.uiuxm-listing-category.rent {
  background: #0064E0; /* blue */
  color: #fff;
}

/* Off-Plan badge */
.uiuxm-listing-category.off-plan {
  background: #EBCFA7; /* gold */
  color: #000;
}

    
    
    .uiuxm-prop-price {
  margin-top: 12px;
}

.uiuxm-prop-price-value {
 display: inline-block;
    color: #0F3D2E;
    font-family: 'Onset', sans-serif;
    font-size: 26px;
    font-weight: 600;
    padding-top: 30px;
}

.prop-supporting-txt{
    color: #1D1D1F;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height:26px;
   
}



    /* ── GRID ── */
    .uiuxm-why-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
     
      width: 100%;
    }

    /* ── CARD ── */
    .uiuxm-why-card {
      border-radius: 10px;
      padding: 1.8rem 1.6rem 2rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 325px!important;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .uiuxm-why-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 28px rgba(0,0,0,0.1);
    }

    /* ── LIGHT variant (odd: 1, 3) ── */
    .uiuxm-why-card--light {
      background: #F5F5F3;
      border: 1px solid #5a5a5a14;
    }

    .uiuxm-why-card--light .uiuxm-why-number {
         color: #5A5A5A;
    opacity: 0.3;
    }

    .uiuxm-why-card--light .uiuxm-why-title {
      color: #1D1D1F;
    }

    .uiuxm-why-card--light .uiuxm-why-desc {
      color: #5A5A5A;
    }

    /* ── DARK variant (even: 2, 4) ── */
    .uiuxm-why-card--dark {
      background: #0F3D2E;
      border: 1px solid #5a5a5a14;
    }

    .uiuxm-why-card--dark .uiuxm-why-number {
      color: rgba(255,255,255,0.2);
    }

    .uiuxm-why-card--dark .uiuxm-why-title {
      color: #ffffff;
    }

    .uiuxm-why-card--dark .uiuxm-why-desc {
      color: rgba(255,255,255,0.65);
    }

    /* ── NUMBER ── */
    .uiuxm-why-number {
      font-family: 'Onest', sans-serif;
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      margin-bottom: auto;
      padding-bottom: 2rem;
      font-style:normal;
    }

    /* ── BOTTOM TEXT ── */
    .uiuxm-why-body {}

    .uiuxm-why-title {
    font-family: 'Onest', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-style: normal;
    }

    .uiuxm-why-desc {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 200;
        line-height: 26px;
        font-style: normal;
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .uiuxm-why-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 520px) {
      .uiuxm-why-grid {
        grid-template-columns: 1fr;
        padding-left:15px;
        padding-right:15px;
      }

      .uiuxm-why-card {
        min-height: 200px;
      }
    }
    
 
 
 /* ── WRAPPER ── */
.uiuxm-key-inputs {
  background: #0F3D2E; /* dark green background */
  border-radius: 12px;
  max-width: 480px; /* optional width limit */
  margin: 0 auto;   /* center horizontally */
  margin-top: -15px;
    margin-left: -30px;
}

/* ── TITLE ── */
.uiuxm-key-inputs__title {
  color: #FFFFFF;              /* white */
  font-family: 'Onset', sans-serif;
  font-size: 20px;
  font-weight: 500;            /* medium */
  margin-bottom: 1rem;
  font-style:normal;
}

/* ── LIST ── */
.uiuxm-key-inputs__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.uiuxm-key-inputs__list li {
  position: relative;
  padding-left: 28px;          /* space for icon */
  margin-bottom: 0.75rem;
  color: #EBCFA7;              /* gold tone */
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;            /* regular */
  font-style:normal;
}

/* ── ICON BEFORE EACH ITEM ── */
.uiuxm-key-inputs__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url("https://oryanrealty.com/wp-content/uploads/2026/03/check-circleIcon.svg") no-repeat center center;
  background-size: contain;
}





/* ── WRAPPER: transparent, no card ── */
.uiuxm-form {
  background: transparent !important;
  padding: 0 !important;
  width: 100% !important;
  font-family: 'Inter', sans-serif !important;
}

/* ── SECTION TITLES ── */
.uiuxm-form__title {
  font-family: 'Onest', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1D1D1F !important;
  margin: 0 0 1.2rem 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
  border: none !important;
  background: none !important;
  text-align:left!important;
}

.uiuxm-form__title--mt {
  margin-top: 2rem !important;
}

/* ── ROW: 3 equal columns ── */
.uiuxm-form__row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1rem !important;
  margin-bottom: 1rem !important;
  width: 100% !important;
}

.uiuxm-form__row--single {
  grid-template-columns: 1fr !important;
}

.uiuxm-form__row--submit {
  display: flex !important;
  justify-content: center !important;
  grid-template-columns: unset !important;
  margin-top: 1.8rem !important;
  margin-bottom: 0 !important;
}

/* ── COLUMN ── */
.uiuxm-form__col {
  width: 100% !important;
  position: relative !important;
  min-width: 0 !important;
}

.uiuxm-form__col--full {
  grid-column: 1 / -1 !important;
}

/* ── CF7 WRAPPER RESET — critical ── */
.uiuxm-form .wpcf7-form-control-wrap,
.uiuxm-form span.wpcf7-form-control-wrap,
.wpcf7-form .uiuxm-form .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  float: none !important;
}

/* ── ALL INPUTS + SELECT + TEXTAREA ── */
.uiuxm-form .wpcf7-form-control-wrap input[type="text"],
.uiuxm-form .wpcf7-form-control-wrap input[type="email"],
.uiuxm-form .wpcf7-form-control-wrap input[type="tel"],
.uiuxm-form .wpcf7-form-control-wrap select,
.uiuxm-form .wpcf7-form-control-wrap textarea,
.uiuxm-form input[type="text"],
.uiuxm-form input[type="email"],
.uiuxm-form input[type="tel"],
.uiuxm-form select,
.uiuxm-form textarea {
  width: 100% !important;
  background: #ffffff !important;
  border: 1.5px solid #5a5a5a27 !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
  color: #5A5A5A !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  margin: 0 !important;
  display: block !important;
  line-height: 1.5 !important;
}

/* ── FOCUS ── */
.uiuxm-form input[type="text"]:focus,
.uiuxm-form input[type="email"]:focus,
.uiuxm-form input[type="tel"]:focus,
.uiuxm-form select:focus,
.uiuxm-form textarea:focus,
.uiuxm-form .wpcf7-form-control-wrap input:focus,
.uiuxm-form .wpcf7-form-control-wrap select:focus,
.uiuxm-form .wpcf7-form-control-wrap textarea:focus {
  border-color: #0F3D2E !important;
  box-shadow: 0 0 0 3px rgba(15,61,46,0.08) !important;
  outline: none !important;
}

.uiuxm-form .wpcf7-form input[type*="email"]:focus, .uiuxm-form .wpcf7-form input[type*="email"]:active, .uiuxm-form .wpcf7-form input[type*="text"]:focus, .uiuxm-form .wpcf7-form input[type*="text"]:active, .uiuxm-form .wpcf7-form input[type*="tel"]:focus, .uiuxm-form .wpcf7-form input[type*="tel"]:active, .uiuxm-form .wpcf7 input[type*="email"]:focus, .uiuxm-form .wpcf7 input[type*="email"]:active, .uiuxm-form .wpcf7 input[type*="text"]:focus, .uiuxm-form .wpcf7 input[type*="text"]:active, .uiuxm-form .wpcf7 input[type*="tel"]:focus, .uiuxm-form .wpcf7 input[type*="tel"]:active
{
    border-color: #0F3D2E !important;
  box-shadow: 0 0 0 3px rgba(15,61,46,0.08) !important;
  outline: none !important; 
}


/* ── PLACEHOLDER ── */
.uiuxm-form input::placeholder,
.uiuxm-form textarea::placeholder {
  color: #AAAAAA !important;
  font-weight: 300 !important;
  font-size: 0.86rem !important;
  font-family: 'Inter', sans-serif !important;
}

/* ── TEXTAREA ── */
.uiuxm-form textarea,
.uiuxm-form .wpcf7-form-control-wrap textarea {
  min-height: 150px !important;
  resize: none !important;
}

/* ── SELECT: custom chevron ── */
.uiuxm-form__col--select {
  position: relative !important;
}

.uiuxm-form__col--select::after {
  content: '' !important;
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 6px solid #555 !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

/* Select placeholder option color */
.uiuxm-form select option:first-child {
  color: #AAAAAA !important;
}

.uiuxm-form select option {
  color: #2a2a2a !important;
}

/* ── PHONE: flag + code inline ── */
.uiuxm-phone-wrap {
  display: flex !important;
  align-items: center !important;
  background: #ffffff !important;
  border: 1.5px solid #D8DEDD !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;
  transition: border-color 0.2s ease !important;
}

.uiuxm-phone-wrap:focus-within {
  border-color: #0F3D2E !important;
  box-shadow: 0 0 0 3px rgba(15,61,46,0.08) !important;
}

.uiuxm-phone-flag {
  font-size: 1rem !important;
  padding-left: 12px !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}

.uiuxm-phone-arrow {
  font-size: 0.65rem !important;
  color: #666 !important;
  padding: 0 4px !important;
  flex-shrink: 0 !important;
}

.uiuxm-phone-code {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.86rem !important;
  color: #333 !important;
  font-weight: 400 !important;
  padding-right: 10px !important;
  border-right: 1px solid #E5E5E5 !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    align-items: center;
    background-color: #ebcfa775!important;
    border: 0 !important;
    border-radius: 5px;
    color: #0f3d2e!important;
    display: flex;
    min-height: 48px;
}

/* Phone input field inside wrap */
.uiuxm-phone-wrap .wpcf7-form-control-wrap,
.uiuxm-phone-wrap span.wpcf7-form-control-wrap {
  flex: 1 !important;
  display: block !important;
  position: static !important;
}

.uiuxm-phone-wrap input[type="tel"] {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 14px 12px !important;
  margin: 0 !important;
  width: 100% !important;
}

.uiuxm-phone-wrap input[type="tel"]:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ── SUBMIT BUTTON ── */
.uiuxm-form .wpcf7-submit,
.uiuxm-form input[type="submit"] {
  background: #0F3D2E !important;
  color: #ffffff !important;
  font-family: 'Onest', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  padding: 0.9rem 3.5rem !important;
  border: none !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.15s ease !important;
  display: inline-block !important;
  width: auto !important;
  min-width: 200px !important;
  text-align: center !important;
}

.uiuxm-form .wpcf7-submit:hover,
.uiuxm-form input[type="submit"]:hover {
  background: #093022 !important;
  transform: translateY(-1px) !important;
}

/* ── VALIDATION ── */
.uiuxm-form .wpcf7-not-valid-tip {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.72rem !important;
  color: #e53e3e !important;
  margin-top: 4px !important;
  display: block !important;
  text-align:left;
}

.uiuxm-form .wpcf7-not-valid input,
.uiuxm-form .wpcf7-not-valid select,
.uiuxm-form .wpcf7-not-valid textarea {
  border-color: #e53e3e !important;
}

.uiuxm-form .wpcf7-response-output {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8rem !important;
  border-radius: 8px !important;
  padding: 0.7rem 1rem !important;
  margin-top: 1rem !important;
  border: none !important;
  text-align: center !important;
}

.uiuxm-form .wpcf7-mail-sent-ok {
  background: #f0faf4 !important;
  color: #0F3D2E !important;
}

.uiuxm-form .wpcf7-validation-errors {
  background: #fff5f5 !important;
  color: #e53e3e !important;
}

.uiuxm-form .wpcf7-spinner {
  display: none !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .uiuxm-form__row {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .uiuxm-form__col--phone {
    grid-column: span 2 !important;
  }
}

@media (max-width: 560px) {
  .uiuxm-form__row {
    grid-template-columns: 1fr !important;
  }

  .uiuxm-form__col--phone {
    grid-column: span 1 !important;
  }

  .uiuxm-form .wpcf7-submit,
  .uiuxm-form input[type="submit"] {
    width: 100% !important;
    min-width: unset !important;
    padding: 0.9rem 1rem !important;
  }
}


/* ============================================
   ITI PHONE FIELD — Complete Fix
   Target: .uiuxm-form__col--phoneSSS
============================================ */

/* ── ITI wrapper fills full column ── */
.uiuxm-form__col--phone .iti {
  width: 100% !important;
  display: block !important;
}

/* ── MAIN INPUT — match other fields exactly ── */
.uiuxm-form__col--phone .iti__tel-input {
  width: 100% !important;
  background: #ffffff !important;
  border: 1.5px solid #D8DEDD !important;
  border-radius: 10px !important;
  padding: 14px 16px 14px 90px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
  color: #2a2a2a !important;
  outline: none !important;
  box-shadow: none !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  height: auto !important;
}

.uiuxm-form__col--phone .iti__tel-input:focus {
  border-color: #0F3D2E !important;
  box-shadow: 0 0 0 3px rgba(15,61,46,0.08) !important;
  outline: none !important;
}

.uiuxm-form__col--phone .iti__tel-input::placeholder {
  color: #AAAAAA !important;
  font-weight: 300 !important;
}

/* ── FLAG BUTTON ── */
.uiuxm-form__col--phone .iti__country-container {
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.uiuxm-form__col--phone .iti__selected-country {
  background: transparent !important;
  border: none !important;
  /*border-right: 1px solid #E5E5E5 !important;*/
  border-radius: 10px 0 0 10px !important;
  padding: 0 10px 0 12px !important;
  height: 100% !important;
  gap: 5px !important;
  outline: none !important;
  box-shadow: none !important;
}

.uiuxm-form__col--phone .iti__selected-country:focus {
  outline: none !important;
  box-shadow: none !important;
}

.uiuxm-form__col--phone .iti__selected-dial-code {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.84rem !important;
  color: #333 !important;
  font-weight: 400 !important;
}

/* ── DROPDOWN PANEL ── */
.uiuxm-form__col--phone .iti__dropdown-content {
  border-radius: 10px !important;
  border: 1px solid #E0E0E0 !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10) !important;
  overflow: hidden !important;
  margin-top: 4px !important;
}

/* ── SEARCH INPUT — remove green border ── */
.uiuxm-form__col--phone .iti__search-input,
.uiuxm-form__col--phone .iti__search-input:focus,
.uiuxm-form__col--phone .iti__search-input:active {
  border: none !important;
  border-bottom: 1px solid #E8E8E8 !important;
  border-radius: 0 !important;
  padding: 10px 14px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.84rem !important;
  color: #333 !important;
  width: 100% !important;
  outline: none !important;
  box-shadow: none !important;
  background: #fff !important;
}

/* ── COUNTRY LIST ITEMS ── */
.uiuxm-form__col--phone .iti__country {
  padding: 8px 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.uiuxm-form__col--phone .iti__country-name {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.84rem !important;
  color: #333 !important;
  font-weight: 400 !important;
}

.uiuxm-form__col--phone .iti__dial-code {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.82rem !important;
  color: #999 !important;
  margin-left: auto !important;
}

/* ── HOVER + HIGHLIGHT ── */
.uiuxm-form__col--phone .iti__country:hover,
.uiuxm-form__col--phone .iti__highlight {
  background: #f0faf4 !important;
}




/* ── ICON via CSS mask — single URL ── */
.uiuxm-trust-icon {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0 !important;
  background-color: #0F3D2E !important;
  -webkit-mask-image: url('https://oryanrealty.com/wp-content/uploads/2026/03/prop-check-circle.svg') !important;
  mask-image: url('https://oryanrealty.com/wp-content/uploads/2026/03/prop-check-circle.svg') !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
}

/* ── TRUST STRIP ── */
.uiuxm-trust-strip {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2.5rem !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  padding-top: 0px;
    padding-bottom: 30px;
}

.uiuxm-trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  white-space: nowrap !important;
}

.uiuxm-trust-item span {
  font-family: 'Onest', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #0F3D2E !important;
  line-height: 1 !important;
}

@media (max-width: 640px) {
  .uiuxm-trust-strip {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .uiuxm-trust-item {
    white-space: normal !important;
  }
}


.global-sub-content{
    font-size: 14px;
    color: #5A5A5A;
    line-height: 23px;
}
.global-sub-content > p{
    font-size: 14px;
    color: #5A5A5A;
    line-height: 23px;
    margin-bottom:15px;
}






/* ── WRAPPER ── */
.uiuxm-mort-form {
  background: #0F3D2E !important;
  padding: 2.5rem 2.2rem !important;
  border-radius: 16px !important;
  width: 100% !important;
  font-family: 'Inter', sans-serif !important;
}

/* ── TITLE ── */
.uiuxm-mort-title {
  font-family: 'Onest', sans-serif !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #EBCFA7 !important;
  margin: 0 0 1.8rem 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  border: none !important;
  background: none !important;
  font-family:normal;
}
.uiuxm-mort-form .iti__selected-dial-code{
   color: #ffffff !important; 
}
.uiuxm-mort-form .iti__arrow{
    border-top: var(--iti-arrow-height) solid #ffffff!important;
}

/* ── ROWS ── */
.uiuxm-mort-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1rem !important;
  margin-bottom: 1rem !important;
  width: 100% !important;
}

.uiuxm-mort-row--single {
  grid-template-columns: 1fr !important;
}

.uiuxm-mort-row--submit {
  display: flex !important;
  justify-content: center !important;
  margin-top: 1.8rem !important;
  margin-bottom: 0 !important;
  grid-template-columns: unset !important;
}

/* ── COLUMNS ── */
.uiuxm-mort-col {
  width: 100% !important;
  position: relative !important;
  min-width: 0 !important;
}

.uiuxm-mort-col--full {
  grid-column: 1 / -1 !important;
}

/* ── CF7 CONTROL WRAP RESET ── */
.uiuxm-mort-form .wpcf7-form-control-wrap,
.uiuxm-mort-form span.wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

/* ── ALL INPUTS + SELECT + TEXTAREA ── */
.uiuxm-mort-form .wpcf7-form-control-wrap input[type="text"],
.uiuxm-mort-form .wpcf7-form-control-wrap input[type="email"],
.uiuxm-mort-form .wpcf7-form-control-wrap input[type="tel"],
.uiuxm-mort-form .wpcf7-form-control-wrap select,
.uiuxm-mort-form .wpcf7-form-control-wrap textarea,
.uiuxm-mort-form input[type="text"],
.uiuxm-mort-form input[type="email"],
.uiuxm-mort-form input[type="tel"],
.uiuxm-mort-form select,
.uiuxm-mort-form textarea {
  width: 100% !important;
  background: transparent !important;
  border: 1.5px solid rgba(235, 207, 167, 0.35) !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.2s ease !important;
  margin: 0 !important;
  display: block !important;
  line-height: 1.5 !important;
}

/* ── FOCUS ── */
.uiuxm-mort-form input[type="text"]:focus,
.uiuxm-mort-form input[type="email"]:focus,
.uiuxm-mort-form input[type="tel"]:focus,
.uiuxm-mort-form select:focus,
.uiuxm-mort-form textarea:focus,
.uiuxm-mort-form .wpcf7-form-control-wrap input:focus,
.uiuxm-mort-form .wpcf7-form-control-wrap select:focus,
.uiuxm-mort-form .wpcf7-form-control-wrap textarea:focus {
  border-color: rgba(235, 207, 167, 0.8) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ── PLACEHOLDER ── */
.uiuxm-mort-form input::placeholder,
.uiuxm-mort-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  font-weight: 300 !important;
  font-family: 'Inter', sans-serif !important;
}

/* ── TEXTAREA ── */
.uiuxm-mort-form textarea,
.uiuxm-mort-form .wpcf7-form-control-wrap textarea {
  min-height: 150px !important;
  resize: none !important;
}

/* ── SELECT: custom chevron gold ── */
.uiuxm-mort-col--select {
  position: relative !important;
}

.uiuxm-mort-col--select::after {
  content: '' !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 6px solid #EBCFA7 !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

.uiuxm-mort-form select option {
  background: #0F3D2E !important;
  color: #ffffff !important;
}

/* ── PHONE: ITI flag styling ── */
.uiuxm-mort-col--phone .iti {
  width: 100% !important;
  display: block !important;
}

.uiuxm-mort-col--phone .iti__tel-input {
  padding-left: 100px !important;
}

.uiuxm-mort-col--phone .iti__selected-country {
  background: transparent !important;
  border: none !important;
  border-right: 1px solid rgba(235, 207, 167, 0.3) !important;
  border-radius: 10px 0 0 10px !important;
  padding: 0 10px 0 12px !important;
  height: 100% !important;
  outline: none !important;
  box-shadow: none !important;
}

.uiuxm-mort-col--phone .iti__selected-dial-code {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.88rem !important;
  color: rgba(255,255,255,0.8) !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}

.uiuxm-mort-col--phone .iti__arrow {
  border-top-color: rgba(235, 207, 167, 0.7) !important;
}

/* ── ITI Dropdown ── */
.uiuxm-mort-col--phone .iti__dropdown-content {
  border-radius: 10px !important;
  border: 1px solid rgba(235,207,167,0.3) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3) !important;
  background: #0F3D2E !important;
  overflow: hidden !important;
}

.uiuxm-mort-col--phone .iti__search-input,
.uiuxm-mort-col--phone .iti__search-input:focus {
  background: #0a2e22 !important;
  border: none !important;
  border-bottom: 1px solid rgba(235,207,167,0.2) !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.84rem !important;
  padding: 10px 14px !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
}

.uiuxm-mort-col--phone .iti__search-input::placeholder {
  color: rgba(255,255,255,0.4) !important;
}

.uiuxm-mort-col--phone .iti__country-name {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.84rem !important;
  color: rgba(255,255,255,0.85) !important;
}

.uiuxm-mort-col--phone .iti__dial-code {
  color: rgba(235,207,167,0.7) !important;
  font-size: 0.82rem !important;
}

.uiuxm-mort-col--phone .iti__country:hover,
.uiuxm-mort-col--phone .iti__highlight {
  background: rgba(255,255,255,0.08) !important;
}

/* ── SUBMIT BUTTON ── */
.uiuxm-mort-form .wpcf7-submit,
.uiuxm-mort-form input[type="submit"] {
  background: #EBCFA7 !important;
  color: #0F3D2E !important;
  font-family: 'Onest', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  padding: 0.95rem 3.5rem !important;
  border: none !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.15s ease !important;
  display: inline-block !important;
  width: auto !important;
  min-width: 220px !important;
}

.uiuxm-mort-form .wpcf7-submit:hover,
.uiuxm-mort-form input[type="submit"]:hover {
  background: #dfc090 !important;
  transform: translateY(-1px) !important;
}

/* ── VALIDATION ── */
.uiuxm-mort-form .wpcf7-not-valid-tip {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.72rem !important;
  color: #ffb4a2 !important;
  margin-top: 4px !important;
  display: block !important;
}

.uiuxm-mort-form .wpcf7-not-valid input,
.uiuxm-mort-form .wpcf7-not-valid select,
.uiuxm-mort-form .wpcf7-not-valid textarea {
  border-color: #ffb4a2 !important;
}

.uiuxm-mort-form .wpcf7-response-output {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8rem !important;
  border-radius: 8px !important;
  padding: 0.7rem 1rem !important;
  margin-top: 1rem !important;
  border: none !important;
  text-align: center !important;
  color: #EBCFA7 !important;
  background: rgba(255,255,255,0.08) !important;
}

.uiuxm-mort-form .wpcf7-spinner {
  display: none !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .uiuxm-mort-row {
    grid-template-columns: 1fr !important;
  }

  .uiuxm-mort-title {
    font-size: 1.5rem !important;
  }

  .uiuxm-mort-form .wpcf7-submit,
  .uiuxm-mort-form input[type="submit"] {
    width: 100% !important;
    min-width: unset !important;
  }
}


/* Upload field styling */

/* Hide native file input */
.uiuxm-mort-upload input[type="file"] {
  position: absolute;
  left: -9999px;
}

/* Custom upload button */
.uiuxm-mort-upload-btn {
  display: inline-block;
  background-color: #EBCFA7;
  color: #0F3D2E!important;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 100px; /* pill shape */
  cursor: pointer;
  transition: background 0.2s ease;
}

.uiuxm-mort-upload-btn:hover {
  background-color: #d9b98f;
}

/* Text next to button */
.uiuxm-mort-upload-text {
  margin-left: 12px;
  font-size: 14px;
  color: #ffffff99;
  font-family: 'Inter', sans-serif;
}

/* Allowed types note */
.uiuxm-mort-note {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #ffffff99;
  font-family: 'Inter', sans-serif;
}

.uiuxm-mort-label {
  display: block;
  margin-bottom: 8px;
  margin-top:20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ebcfa7!important;
}



/* ── INNER WRAPPER ── */
.uiuxm-mkt-inner {
  /*max-width: 860px !important;*/
  margin: 0 auto !important;
  text-align: center !important;
  padding: 3rem 2rem !important;
}

/* ── LABEL WITH LINES ── */
.uiuxm-mkt-label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1rem !important;
  margin-bottom: 1.2rem !important;
}

.uiuxm-mkt-label__line {
  display: block !important;
  width: 80px !important;
  height: 1px !important;
  background:#ffffff !important;
  flex-shrink: 0 !important;
}

.uiuxm-mkt-label__text {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 200 !important;
    color: #fff;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    font-style: normal;
    letter-spacing: 1.5px !important;
}

/* ── TWO-TONE HEADING ── */
.uiuxm-mkt-heading {
   font-family: 'Onest', sans-serif !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 !important;
    font-style: normal;
}

.uiuxm-mkt-heading--gold {
  color: #EBCFA7 !important;
}

/* ── SUBTITLE ── */
.uiuxm-mkt-subtitle {
  font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #fff;
    line-height: 1.7 !important;
    margin: 0 0 2rem 0 !important;
    font-style: normal;
}

/* ── BODY TEXT ── */
.uiuxm-mkt-body {
  font-family: 'Inter', sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 200 !important;
    color: #fff;
    line-height: 26px !important;
    margin: 0 0 1.8rem 0 !important;
    font-style: normal;
    padding-left: 100px;
    padding-right: 100px;
}

/* ── BOLD CLOSING LINE ── */
.uiuxm-mkt-closing {
  font-family: 'Inter', sans-serif !important;
  font-size: 20px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    font-style: normal;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .uiuxm-mkt-heading {
    font-size: 1.8rem !important;
  }

  .uiuxm-mkt-inner {
    padding: 2rem 1.2rem !important;
  }

  .uiuxm-mkt-label__line {
    width: 40px !important;
  }
}





/* ── WRAPPER ── */
.uiuxm-contact-form {
  background: transparent !important;
  width: 100% !important;
  font-family: 'Inter', sans-serif !important;
  padding: 0 !important;
}

/* ── LABEL WITH TRAILING LINE ── */
.uiuxm-contact-label {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 0.8rem !important;
}

.uiuxm-contact-label__text {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 400 !important;
  color: #888 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.uiuxm-contact-label__line {
  display: block !important;
  width: 80px !important;
  height: 1px !important;
  background: #CCCCCC !important;
  flex-shrink: 0 !important;
}



/* ── ROWS ── */
.uiuxm-contact-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1rem !important;
  margin-bottom: 1rem !important;
  width: 100% !important;
}

.uiuxm-contact-row--single {
  grid-template-columns: 1fr !important;
}

/* Half row — only 1 col but left-aligned at 50% */
.uiuxm-contact-row--half {
  grid-template-columns: 1fr 1fr !important;
}

.uiuxm-contact-row--submit {
  display: flex !important;
  justify-content: stretch !important;
  margin-top: 1.8rem !important;
  margin-bottom: 0 !important;
  grid-template-columns: unset !important;
}


/* ── COLUMNS ── */
.uiuxm-contact-col {
  width: 100% !important;
  position: relative !important;
  min-width: 0 !important;
}

.uiuxm-contact-col--full {
  grid-column: 1 / -1 !important;
}

/* ── CF7 CONTROL WRAP RESET ── */
.uiuxm-contact-form .wpcf7-form-control-wrap,
.uiuxm-contact-form span.wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

/* ── ALL INPUTS + SELECT + TEXTAREA ── */
.uiuxm-contact-form .wpcf7-form-control-wrap input[type="text"],
.uiuxm-contact-form .wpcf7-form-control-wrap input[type="email"],
.uiuxm-contact-form .wpcf7-form-control-wrap input[type="tel"],
.uiuxm-contact-form .wpcf7-form-control-wrap select,
.uiuxm-contact-form .wpcf7-form-control-wrap textarea,
.uiuxm-contact-form input[type="text"],
.uiuxm-contact-form input[type="email"],
.uiuxm-contact-form input[type="tel"],
.uiuxm-contact-form select,
.uiuxm-contact-form textarea {
  width: 100% !important;
  background: #ffffff !important;
  border: 1.5px solid #E2E2E2 !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
  color: #2a2a2a !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  margin: 0 !important;
  display: block !important;
  line-height: 1.5 !important;
}

/* ── FOCUS ── */
.uiuxm-contact-form input[type="text"]:focus,
.uiuxm-contact-form input[type="email"]:focus,
.uiuxm-contact-form input[type="tel"]:focus,
.uiuxm-contact-form select:focus,
.uiuxm-contact-form textarea:focus {
  border-color: #0F3D2E !important;
  box-shadow: 0 0 0 3px rgba(15,61,46,0.07) !important;
  outline: none !important;
}

/* ── PLACEHOLDER ── */
.uiuxm-contact-form input::placeholder,
.uiuxm-contact-form textarea::placeholder {
  color: #AAAAAA !important;
  font-weight: 300 !important;
  font-family: 'Inter', sans-serif !important;
}

/* ── TEXTAREA ── */
.uiuxm-contact-form textarea {
  min-height: 180px !important;
  resize: none !important;
}

/* ── SELECT: custom chevron ── */
.uiuxm-contact-col--select::after {
  content: '' !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 6px solid #666 !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

/* ── PHONE: ITI ── */
.uiuxm-contact-col--phone .iti {
  width: 100% !important;
  display: block !important;
}

.uiuxm-contact-col--phone input[type="tel"] {
  padding-left: 100px !important;
}

.uiuxm-contact-col--phone .iti__selected-country {
  background: transparent !important;
  border: none !important;
  border-right: 1px solid #E5E5E5 !important;
  border-radius: 12px 0 0 12px !important;
  padding: 0 10px 0 12px !important;
  height: 100% !important;
  outline: none !important;
}

.uiuxm-contact-col--phone .iti__selected-dial-code {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.86rem !important;
  color: #333 !important;
  white-space: nowrap !important;
}

.uiuxm-contact-col--phone .iti__dropdown-content {
  border-radius: 10px !important;
  border: 1px solid #E0E0E0 !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10) !important;
  overflow: hidden !important;
}

.uiuxm-contact-col--phone .iti__search-input,
.uiuxm-contact-col--phone .iti__search-input:focus {
  border: none !important;
  border-bottom: 1px solid #E5E5E5 !important;
  border-radius: 0 !important;
  padding: 10px 14px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.84rem !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
}

.uiuxm-contact-col--phone .iti__country:hover,
.uiuxm-contact-col--phone .iti__highlight {
  background: #f0faf4 !important;
}

.uiuxm-contact-col--phone .iti__country-name {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.84rem !important;
  color: #333 !important;
}

.uiuxm-contact-col--phone .iti__dial-code {
  color: #999 !important;
  font-size: 0.82rem !important;
}

/* ── SUBMIT — full width dark green pill ── */
.uiuxm-contact-form .wpcf7-submit,
.uiuxm-contact-form input[type="submit"] {
  width: 100% !important;
  background: #0F3D2E !important;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  padding: 1rem 2rem !important;
  border: none !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.15s ease !important;
  display: block !important;
  text-align: center !important;
}

.uiuxm-contact-form .wpcf7-submit:hover,
.uiuxm-contact-form input[type="submit"]:hover {
  background: #EBCFA7 !important;
  color: #0F3D2E !important;
  transform: translateY(-1px) !important;
}

/* ── VALIDATION ── */
.uiuxm-contact-form .wpcf7-not-valid-tip {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.72rem !important;
  color: #e53e3e !important;
  margin-top: 4px !important;
  display: block !important;
}

.uiuxm-contact-form .wpcf7-not-valid input,
.uiuxm-contact-form .wpcf7-not-valid select,
.uiuxm-contact-form .wpcf7-not-valid textarea {
  border-color: #e53e3e !important;
}

.uiuxm-contact-form .wpcf7-response-output {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8rem !important;
  border-radius: 8px !important;
  padding: 0.7rem 1rem !important;
  margin-top: 1rem !important;
  border: none !important;
  text-align: center !important;
}

.uiuxm-contact-form .wpcf7-mail-sent-ok {
  background: #f0faf4 !important;
  color: #0F3D2E !important;
}

.uiuxm-contact-form .wpcf7-validation-errors {
  background: #fff5f5 !important;
  color: #e53e3e !important;
}

.uiuxm-contact-form .wpcf7-spinner {
  display: none !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 700px) {
  .uiuxm-contact-row,
  .uiuxm-contact-row--half {
    grid-template-columns: 1fr !important;
  }

  .uiuxm-contact-heading {
    font-size: 1.7rem !important;
  }
}





/* ── GRID ── */
.uiuxm-cinfo-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1rem !important;
  width: 100% !important;
  align-items: stretch !important;
  font-style:normal;
  min-height: 500px !important;
  justify-content: flex-start !important;

}

/* ── BASE CARD ── */
.uiuxm-cinfo-card {
  background: #EBEBEA !important;
  border-radius: 16px !important;
  padding: 2rem 1.6rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 0 !important;
}

/* ── DARK CARD ── */
.uiuxm-cinfo-card--dark {
  background: #0F3D2E !important;
}

/* ── ICON CIRCLE ── */
.uiuxm-cinfo-icon {
  width: 62px !important;
  height: 62px !important;
  border-radius: 50% !important;
  background: #0F3D2E !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1.3rem !important;
  flex-shrink: 0 !important;
}

.uiuxm-cinfo-icon--gold {
  background: #EBCFA7 !important;
}

/* ── CARD TITLE ── */
.uiuxm-cinfo-title {
  font-family: 'Onest', sans-serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #1D1D1F !important;
  margin: 0 0 1.2rem 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  border: none !important;
  background: none !important;
}

.uiuxm-cinfo-card--dark .uiuxm-cinfo-title {
  color: #EBCFA7 !important;
}

/* ── LABEL (small muted) ── */
.uiuxm-cinfo-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #5A5A5A !important;
  margin: 50px 0 20px 0 !important;
  line-height: 1.5 !important;
}

.uiuxm-cinfo-card--dark .uiuxm-cinfo-label {
  color: rgba(255,255,255,0.55) !important;
  font-size:16px!important;
   font-family: 'Inter', sans-serif !important;
   font-weight: 300 !important;
}


/* ── DETAIL (address bold) ── */
.uiuxm-cinfo-detail {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px!important;
  font-weight: 400 !important;
  color: #1D1D1F !important;
  line-height: 1.8 !important;
  margin: 0 0 1rem 0 !important;
}

/* ── PHONE ── */
.uiuxm-cinfo-phone {
  font-family: 'Onest', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #EBCFA7 !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  margin: 0 0 0.8rem 0 !important;
  display: block !important;
}

/* ── HOURS ── */
.uiuxm-cinfo-hours {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #ffffff91 !important;
  line-height: 1.7!important;
  margin: 0 0 1rem 0 !important;
}

/* ── EMAIL LINK ── */
.uiuxm-cinfo-email {
  font-family: 'Onest', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #0F3D2E !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  margin: 0 0 0.8rem 0 !important;
  display: block !important;
  word-break: break-all !important;
}

/* ── NOTE TEXT ── */
.uiuxm-cinfo-note {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #5a5a5a !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

.uiuxm-cinfo-note--top {
  margin-bottom: 30px !important;
  margin-top:50px!important;
}

.uiuxm-cinfo-card--dark .uiuxm-cinfo-note {
  color: rgba(255,255,255,0.5) !important;
  margin-top:30px!important;
}

/* ── SOCIAL GRID ── */
.uiuxm-cinfo-socials {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.6rem !important;
  width: 100% !important;
  max-width: 130px !important;
  margin: 0 auto !important;
}

.uiuxm-cinfo-social {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: #C5D5CE !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
  margin: 0 auto !important;
}

.uiuxm-cinfo-social:hover {
  background: #0F3D2E !important;
  transform: scale(1.08) !important;
}

.uiuxm-cinfo-social:hover svg {
  stroke: #ffffff !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .uiuxm-cinfo-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 560px) {
  .uiuxm-cinfo-grid {
    grid-template-columns: 1fr !important;
  }

  .uiuxm-cinfo-phone {
    font-size: 1.3rem !important;
  }
}




/* ── GRID ── */
.uiuxm-wj-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  gap: 0.6rem !important;
  width: 100% !important;
  align-items: stretch !important;
  margin-top:-50px;
}

/* ── BASE CARD ── */
.uiuxm-wj-card {
  background: #FFFFFF !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid #5a5a5a17;
}

/* ── CARD 1: text only ── */
.uiuxm-wj-card--text {
  padding: 1.8rem 1.6rem !important;
  justify-content: flex-start !important;
  gap: 1rem !important;
}

/* ── CARD 2: full image ── */
.uiuxm-wj-card--img-full {
  padding: 0 !important;
}

.uiuxm-wj-card--img-full .uiuxm-wj-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  min-height: 300px !important;
}

/* ── CARD 3 & 4: split ── */
.uiuxm-wj-card--split {
  padding: 0 !important;
  justify-content: space-between !important;
}

.uiuxm-wj-split-top {
  padding: 1.8rem 1.6rem 1.2rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.8rem !important;
}

.uiuxm-wj-split-img {
  flex: 1 !important;
  overflow: hidden !important;
  border-radius: 0 0 10px 10px !important;
  min-height: 200px !important;
}

.uiuxm-wj-split-img .uiuxm-wj-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

/* ── LABEL ── */
.uiuxm-wj-label {
 font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #5A5A5A !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    display: block !important;
    font-style: normal;
    line-height:40px;
}

/* ── HEADING ── */
.uiuxm-wj-heading {
      font-family: 'Onest', sans-serif !important;
    font-size: 35px !important;
    font-weight: 700 !important;
    color: #1D1D1F !important;
    line-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    font-style: normal;
}

/* ── DESC ── */
.uiuxm-wj-desc {
     font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #5A5A5A !important;
    line-height: 28px !important;
    margin: 0 !important;
    font-style: normal;
}

/* ── RESPONSIVE: tablet 2-col ── */
@media (max-width: 1024px) {
  .uiuxm-wj-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .uiuxm-wj-card--img-full .uiuxm-wj-img {
    min-height: 250px !important;
  }
}

/* ── RESPONSIVE: mobile 1-col ── */
@media (max-width: 560px) {
  
}


/*for career inner page*/

.uiuxm-awsm-job-wrapper{
    
}
#awsm-application-submit-btn{
      background:#0F3D2E!important;
}
.single-awsm_job_openings .gv-sticky-wrapper{
     background:#0F3D2E!important;
}
.single-awsm_job_openings .awsm-job-main{
     padding-top: 200px;
    background: #FAFAFA;
}

/* Career Inner Page Form Custom Style */
.uiuxm-career-form {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 600px;
  margin: 0 auto;
}

.uiuxm-career-form h2 {
  font-size: 22px;
  font-weight: 600;
  color: #0F3D2E;
  margin-bottom: 20px;
}

.uiuxm-career-form .uiuxm-field-group {
  margin-bottom: 20px;
}

.uiuxm-career-form input[type="text"],
.uiuxm-career-form input[type="email"],
.uiuxm-career-form input[type="tel"],
.uiuxm-career-form input[type="url"],
.uiuxm-career-form input[type="file"],
.uiuxm-career-form textarea,
.uiuxm-career-form select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease;
}

.uiuxm-career-form input:focus,
.uiuxm-career-form textarea:focus,
.uiuxm-career-form select:focus {
  border-color: #0F3D2E;
  outline: none;
}

.uiuxm-career-form input[type="file"] {
  padding: 8px;
  background: #fafafa;
}

.uiuxm-career-form .uiuxm-submit-btn {
  background: #0F3D2E;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

.uiuxm-career-form .uiuxm-submit-btn:hover {
  background: #145c44;
}

/* Checkbox / agreement styling */
.uiuxm-career-form .uiuxm-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.uiuxm-career-form .uiuxm-checkbox input {
  margin-right: 10px;
}

.uiuxm-career-form .uiuxm-checkbox label {
  font-size: 13px;
  color: #555;
}


.hicon-location1{
    margin-top:-35px!important;
}

.hideSearchBlock .listing-search-top__searchform{
    display:none!important; 
}

.hideSearchBlock .directorist-type-nav__list{
        margin-bottom: 50px!important;
}
    
    
.page-id-438 .uiuxm-inner-page-title{    
 display:none!important;
}
.page-id-396 .uiuxm-inner-page-title{    
 display:none!important;
}

.uiuxm-breacrumb h2{
    display:none!important;
}
.uiuxm-breacrumb .breadcrumb{
     display:none!important;
}



.homePageListView .directorist-type-nav{
    display:none!important;
}

.accordion-one__count {
    display:none!important;
}




/*Property Inner Page*/
.uiuxm-prop-single-wrapper .property-card__header--title{
   font-size: 20px!important;
   font-weight: 700;
   font-family: 'Onset', sans-serif!important;
    color:#1D1D1F!important;
}   

.uiuxm-prop-single-wrapper .directorist-icon-mask:after{
     color:#1D1D1F!important;
     
}
.uiuxm-prop-single-wrapper .property-single-slider .slider-thumbnail .swiper-wrapper .swiper-slide:after {
        border: 3px solid #0F3D2E!important;
        border-radius:10px!important;
}
.uiuxm-prop-single-wrapper .property-single-slider img{
     border-radius:10px!important;
}
.uiuxm-prop-single-wrapper .property-single-slider .slider .swiper-nav-next, .property-single-slider .slider .swiper-nav-prev{
    color: #0F3D2E!important;
}
.uiuxm-prop-single-wrapper .property-single-info__icon {
    border: 1px solid #5a5a5a2b!important;
}

.uiuxm-prop-single-wrapper .property-single-info__icon i:after{
    background:#EBCFA7!important;
}
.uiuxm-prop-single-wrapper .property-single-slider .slider .swiper-nav-next:hover, .property-single-slider .slider .swiper-nav-prev:hover{
    background: #EBCFA7!important;
}

.uiuxm-prop-single-wrapper .directorist-listing-details__text p{
    font-size: 16px!important;
   font-weight: 300!important;
   font-family: 'Inter', sans-serif!important;
    color:#1D1D1F!important;
    line-height:23px!important;
}

.uiuxm-prop-single-wrapper .property-single-info__right .property-single-info__label{
    font-size: 14px!important;
   font-weight: 500!important;
   font-family: 'Inter', sans-serif!important;
    color:#1D1D1F!important;
}
.uiuxm-prop-single-wrapper .property-single-info__right .property-single-info__value{
    font-size: 14px!important;
   font-weight: 300!important;
   font-family: 'Inter', sans-serif!important;
    color:#5A5A5A!important;
}

.uiuxm-prop-single-wrapper .property-single-amenities .amenities-list li:after{
    content: "";
    position: absolute;
    left: 0;
    width: 23px;
    height: 23px;
    background: url(https://oryanrealty.com/wp-content/uploads/2026/03/check-circleIcon.svg) no-repeat;
    
}
.uiuxm-prop-single-wrapper .property-single-amenities .amenities-list li{
    font-size: 14px!important;
   font-weight: 300!important;
   font-family: 'Inter', sans-serif!important;
    color:#5A5A5A!important;
}

.uiuxm-prop-single-wrapper .property-floor-plan .nav-tabs .nav-link {
    border: 1px solid #0F3D2E!important;
     font-family: 'Inter', sans-serif!important;
    border-radius: 30px;
    padding: 5px 30px;
    margin-right: 10px;
    margin-bottom: 15px;
     font-size: 14px!important;
    font-weight: 400;
    color:#0F3D2E!important;
   
}

.uiuxm-prop-single-wrapper .property-floor-plan .nav-tabs .nav-link.active {
    color: #fff!important;
    background: #0F3D2E!important;
    font-size: 14px!important;
    font-weight: 400;
    padding: 5px 30px;
    margin-right: 10px;
}
.uiuxm-prop-single-wrapper .property-floor-plan .nav-tabs .nav-link:hover{
     background:#EBCFA7!important;
} 

.uiuxm-prop-single-wrapper .property-floor-plan{
     background:#E6E6E6!important;
}

.uiuxm-prop-single-wrapper .property-floor-plan .tab-content .tab-item-content .floor-plan-desc{
    font-size: 16px!important;
   font-weight: 300!important;
   font-family: 'Inter', sans-serif!important;
    color:#1D1D1F!important;
    line-height:23px!important;
}

.directorist-single{
    background: #FAFAFA!important;
}

.property-single .directorist-single-listing-quick-action .directorist-single-listing-action{
    border: 1px solid #5a5a5a2b !important;
    color: #1D1D1F!important;
}

.uiuxm-prop-single-wrapper .atbd_map_shape{
     background:#0F3D2E!important;
}

.uiuxm-prop-single-wrapper .directorist-single-map__address i:after{
   background:#0F3D2E!important;
}
.uiuxm-prop-single-wrapper .directorist-single-map__direction a i:after{
   background:#0F3D2E!important;
}
.directorist-content-active .select2-container--default.select2-container--open .select2-results__option[aria-selected=true]{
    color: #0F3D2E!important;;
    background:#EBCFA7!important;
   
}
.directorist-search-form__top .directorist-search-field .select2.select2-container.select2-container--default .select2-selection__rendered{
    font-size: 16px!important;
    font-weight: 700!important;
    font-family: "Inter", sans-serif!important;
    color: #1D1D1F!important;
}

/* Container styling */
.property-single .directorist-listing-details {
  background: #fff;
  padding: 18px 20px;
  border-radius: 12px;
}

/* Flex layout for Buy + Price */
.directorist-listing-single .directorist-listing-single__info {
  display: flex;
  justify-content: space-between; /* space out Buy and Price */
  align-items: center;
  
}

/* Buy button style */
.directorist-listing-single__info .directorist-listing-category a {
  display: inline-block;
  background: #1D1D1F; /* black background */
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  pointer-events: none!important;
}
/* Rent button by text */
.directorist-listing-single__info .directorist-listing-category a[href*="rent"] {
  background: #007BFF!important; /* blue */
}

/* Remove default icon spacing if needed */
.directorist-listing-single__info .directorist-listing-category i {
  display: none; /* hide folder icon */
}

/* Price styling */
.directorist-listing-single__info .directorist-pricing-meta .directorist-listing-price {
  font-size: 20px!important;
  font-weight: 700;
  color: #0F3D2E!important; /* green */
  margin-left: 20px;
}
.directorist-content-active .directorist-listing-single__info a:hover{
    background: #0F3D2E!important;
    cursor:none!important;
    pointer-events: none!important;
}
.directorist-content-active .directorist-listing-single__info .directorist-info-item:not(:last-of-type):after{
    background:none!important;
}

.aedPriceTag{
    padding-right:5px;
}

.footer-main .elementor-icon-list-item a span:hover{
    color:#fff!important;
}

.post-one__title a:hover{
     color: #0F3D2E!important; 
     opacity:0.7;
}
.post-one__read-more a:hover{
    opacity:0.7;
}
    
   .wp-block-pullquote.is-style-solid-color{
      
            border-left: 2px solid #0F3D2E!important; 
   } 
    .homirx-post-title .post-title{
         color: #0F3D2E!important; 
    }
.career-foundation{
    margin-top: -50px;
}

.contactReQBtn{
    
}






/*Responsive code*/

/* Default (mobile & tablet) */
.gva-navigation-mobile .dropdown-toggle {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 0 !important;   /* removes circle */
  color: var(--homirx-heading-color);
  border: 1px solid #D7D7D7;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Desktop only (hide toggle) */
@media (min-width: 1025px) {
  .gva-navigation-mobile .dropdown-toggle {
    display: none !important;
  }
}




.uiuxm-nav-btn{
    
}
.uiuxm-add-listing-btn{
    
}



.after-offcanvas{
    display:none;
}

/* RESPONSIVE CODE CHUNK*/




@media (max-width: 575.98px) {

	.uiuxm-main-menu-wrapper {
		background: #0d3024 !important;
	}

	.bannerMainSubHeading {
		font-size: 16px;
	}

	.elementor-background-video-container.elementor-hidden-mobile {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.elementor-background-video-hosted {
		display: block !important;
		width: 100% !important;
		height: auto !important;
	}

	.elementor-background-video-container::before {
		background: none !important;
	}

	.bannerMainHeading>h2 {
		font-size: 35px !important;
		font-weight: 400;
	}

	.homeBanner>.bannerMainHeading>h2 {
		line-height: 50px !important;
	}

	.bannerTopHdng {
		font-size: 16px;
	}

	/* Hide the background video completely */
	.elementor-background-video-container {
		display: none !important;
	}

	/* Apply a background image instead */
	.elementor-409 .elementor-element.elementor-element-919aac5:not(.elementor-motion-effects-element-type-background) {
		height: 600px;
	}

	.elementor-element.elementor-element-919aac5 {
		background-image: url('https://oryanrealty.com/wp-content/uploads/2026/03/mobile-hero-image.png') !important;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 600px;
		/* adjust for mobile-friendly height */
		position: relative;
	}

	/* Ensure content sits above the background */
	.elementor-element.elementor-element-919aac5 .e-con-inner {
		position: relative;
		z-index: 1;
	}

	.elementor-409 .elementor-element.elementor-element-919aac5::before {
		background: none !important;
		/* removes image + overlay */
		background-image: none !important;
		/* ensures no image loads */
		background-repeat: unset !important;
		background-size: unset !important;
		background-position: unset !important;
		opacity: 0 !important;
		/* hides any tint */
		content: none !important;
		/* removes pseudo-element content */
	}

	.elementor-background-video-container {
		display: none !important;
	}

	.elementor-background-video-hosted {
		display: none !important;
	}


	.elementor-409 .elementor-element.elementor-element-8df6fa9 {}

	.prop-service-cta-sec {
		margin-left: -100px;
		position: absolute;
		left: 100px;
		bottom: 0px;
	}

	.prop-service-cta-sec .elementor-icon {

		display: none;
	}

	.gsc-heading .title {
		letter-spacing: 0px !important;
	}

	.gsc-heading .title-desc {
		font-size: 16px !important;
		line-height: 22px !important;
	}

	.home-prop-cat-wrapper {}

	.elementor-409 .elementor-element.elementor-element-cb79729 {
		padding-bottom: 0px !important;
	
	}
	.elementor-409 .elementor-element.elementor-element-e3615aa{
	    --padding-left: 30px;
        --padding-right: 30px;
        
	}
	.elementor-409 .elementor-element.elementor-element-43ee41d{
	     --padding-left: 15px;
        --padding-right: 15px;
	}
	.elementor-409 .elementor-element.elementor-element-40e909b{
	      --padding-left: 15px;
        --padding-right: 15px;
        
	}
	.elementor-409 .elementor-element.elementor-element-d9d0c09 .gsc-heading{
	     padding-left: 15px;
        padding-right: 15px;
	}
	.uiuxm-prop-cat .elementor-image-box-img img{
	    border-radius:16px!important;
	}

.uiuxm-arrow-icon{
    display: inline-block!important;
}
	.elementor-409 .elementor-element.elementor-element-af68489 {
		padding-top: 0px !important;
		margin-top: -150px;
	}

	.elementor-409 .elementor-element.elementor-element-3a1574a {
		padding-top: 0px !important;
	
		padding-bottom: 0px !important;
	}
    .elementor-409 .elementor-element.elementor-element-43ee41d{
        	margin-top: -100px!important;
    }
    .elementor-409 .elementor-element.elementor-element-921b828 .gsc-heading .content-inner{
        	margin-top: -50px!important;
    }
	.elementor-409 .elementor-element.elementor-element-fbe5d31 {
		padding-top: 0px !important;
		margin-top: -50px;
		padding-bottom: 0px !important;
	}

	.feature-strip {
		display: contents;
	}

	.elementor-409 .elementor-element.elementor-element-41cb7cf {
		margin-left: 30px;
		margin-right: 30px;

	}

	.feature-item {
		padding: 1.2rem 1.4rem;
	}

	#homeTrackRecord {}

	#homeTrackRecord .sub-title .tagline::before {
		display: none;
	}

	#homeTrackRecord .sub-title .tagline::after {
		display: none;
	}

	/* The trailing line via ::after */
	#homeTrackRecord .gsc-heading .sub-title .tagline::before {
		display: none;
	}

	.elementor-409 .elementor-element.elementor-element-febe910 {
		padding-left: 0px;
	}

	.stat-number {
		text-align: center;
		font-size: 34px;
	}

	.stat-label {
		text-align: center;
	}

	.elementor-409 .elementor-element.elementor-element-4e6d0a6 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.elementor-409 .elementor-element.elementor-element-e26226d {
		/* padding-top:0px!important;  
    padding-bottom:0px!important;*/
	}

	.elementor-409 .elementor-element.elementor-element-3bb76b8 {
		margin-top: -60px;
	}

	.elementor-409 .elementor-element.elementor-element-1650d67 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.elementor-409 .elementor-element.elementor-element-1a12283{
	    padding-top:0px;
	    --padding-left: 15px;
        --padding-right: 15px;
	}
.post-standard__read-more{
    display:none;
}
	.elementor-409 .elementor-element.elementor-element-3bcc5e5 .gsc-heading .title-desc {
		padding: 0px;
	}

	.elementor-409 .elementor-element.elementor-element-d906927 {
		padding-top: 0px;
		
	}

	.footer-main .site-branding-logo img {
		padding-top: 50px;
	}

	.gva-posts-sticky .gva-content-items .first-post {
	    margin-bottom:0px!important;
	}

	.gva-posts-sticky .gva-content-items .list-post .post .post-thumbnail {
		width: 100% !important;
	}

	.gva-posts .list-post .post-block {
		border-bottom: none !important;
	}
.elementor-409 .elementor-element.elementor-element-31fdaa8{
    gap:0;
}
	.uiuxm-primary-btn,
	.uiuxm-secondary-btn {
		padding: 10px !important;
		font-size: 14px;
		font-weight: 500;
	}

	.uiuxm-primary-btn {
		margin-right: 15px !important;
	}

	.footer-cta .title-desc {
		margin-top: 0px !important;
		margin-bottom: 30px;
	}

	.elementor-409 .elementor-element.elementor-element-040e387 {
		padding: 0px !important;
	}

	.elementor-409 .elementor-element.elementor-element-55d886e>.elementor-widget-container {
		padding: 0px;
	}

	.elementor-409 .elementor-element.elementor-element-23694a5 {
		padding-inline-start: 0px;
		padding-inline-end: 0px;
		padding-left: 10px;

	}
.elementor-409 .elementor-element.elementor-element-9c4a6cd{
    padding-top:50px;
    padding-bottom:50px;
}
	.elementor-409 .elementor-element.elementor-element-7674648 {
		align-items: center;
	}

	.elementor-409 .elementor-element.elementor-element-d906927 {
		align-items: center;
		margin-left: -7px;
	}

	.after-offcanvas {
		display: none;
	}


	.directorist-content-active .directorist-instant-search .directorist-type-nav__list {
		/*display: flex;
		flex-wrap: wrap;
		justify-content: center !important;
		gap: 10px*/
		justify-content: center !important;
	}
	.archive-search-top .listing-search-top__type-nav .directorist-type-nav__list li a{
	    width:100px!important;
	    padding:10px 15px!important;
	    display: inline-flex!important;
          align-items: center!important;
          justify-content: center!important;
	}
	.archive-search-top .listing-search-top__type-nav .directorist-type-nav__list li.current a{
	    width:100px!important;
	    padding:10px 15px!important;
	    display: inline-flex!important;
          align-items: center!important;
          justify-content: center!important;
	}
	

	.archive-search-top .listing-search-top__type-nav .directorist-type-nav__list {
		justify-content: center !important;
	}

	.archive-search-top .listing-search-top__type-nav .directorist-type-nav__list li a {
		margin-left: 0px !important;
	}

	.elementor-1170 .elementor-element.elementor-element-19c66e9 {
		--padding-top: 0px;
		--padding-bottom: 0px;
	}

	.elementor-1170 .elementor-element.elementor-element-e478e99 {
		--margin-left: 30px;
		--margin-right: 30px;
	}

	.elementor-1170 .elementor-element.elementor-element-0980d3b {
		--padding-top: 0px;
		--padding-bottom: 0px;
	}

	.elementor-1170 .elementor-element.elementor-element-963fe71 {
		--padding-top: 0px;
		--padding-bottom: 0px;
	}

	.elementor-1221 .elementor-element.elementor-element-6c85093 {
		--padding-top: 0px;
		--padding-bottom: 0px;
	}

	.elementor-1221 .elementor-element.elementor-element-6328437 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.uiuxm-key-inputs {
		margin: 0px;

	}

	.elementor-1215 .elementor-element.elementor-element-e478e99 {
		--margin-left: 30px;
		--margin-right: 30px;
	}

	.elementor-1468 .elementor-element.elementor-element-6328437 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner {
		display: none;
	}

	.gsc-heading.style-5 {
		padding-left: 0px !important;
	}

	.uiuxm-sell-advatage-block .gsc-heading.style-5 .heading-number {
		font-size: 50px !important;
		margin-bottom: 30px !important;
	}

	.elementor-1468 .elementor-element.elementor-element-7f75d1c {
		--padding-top: 0px;
		--padding-bottom: 0px;
	}

	.elementor-418 .elementor-element.elementor-element-6778e1f {
		--margin-left: 30px;
		--margin-right: 30px;
	}

	.elementor-418 .elementor-element.elementor-element-1ea1c23 {
		--padding-top: 0px;
		--padding-bottom: 50px;
	}

	.elementor-1568 .elementor-element.elementor-element-8244532 {
		--margin-left: 30px;
		--margin-right: 30px;
	}

	.uiuxm-mkt-body {
		padding-left: 0px;
		padding-right: 0px;
	}

	.uiuxm-feature-item {
		padding: 1.2rem 0.6rem;
	}

	.elementor-1609 .elementor-element.elementor-element-49f9189 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.elementor-1609 .elementor-element.elementor-element-963fe71 {
		--padding-top: 0px;
		--padding-bottom: 0px;
	}

	.elementor-1609 .elementor-element.elementor-element-920f067 {
		--padding-bottom: 0px;
	}

.elementor-1170 .elementor-element.elementor-element-d4dbc35{
    	padding-left: 30px;
		padding-right: 30px;
}

.uiuxm-prop-contact-btns{
    flex-wrap: nowrap;
    margin-left: 15px;
    margin-right: 15px;

}
.accordion-one__desc{
    white-space:normal!important;
}
.elementor-1170 .elementor-element.elementor-element-a1d1856{
    padding-right:30px!important;
    margin-bottom:-30px!important;
}
.elementor-1170 .elementor-element.elementor-element-8d9d558{
    padding-top:30px;
}
.elementor-1170 .elementor-element.elementor-element-170cbf7{
    padding-left: 30px;
		padding-right: 30px;
}

.elementor-1170 .elementor-element.elementor-element-6f9184c > .elementor-widget-container{
    padding:30px 10px 0px 0px;
}
.elementor-1170 .elementor-element.elementor-element-8ee7dc0{
    padding:0px 0px 40px 0px;
}

.elementor-1221 .elementor-element.elementor-element-d4dbc35{
    --padding-left: 30px;
    --padding-right: 30px;
}
.elementor-1221 .elementor-element.elementor-element-5561097{
    padding-top:30px;
    padding-bottom:30px;
}
.elementor-1221 .elementor-element.elementor-element-ae42011{
    --padding-bottom: 0px!important;
}


.elementor-1221 .elementor-element.elementor-element-cd6907e {
    --margin-top: 30px;
    --margin-bottom: 0px;
    --margin-left: 15px;
    --margin-right: 15px;
}
.elementor-1221 .elementor-element.elementor-element-92e424b{
    --padding-top: 50px;
}
.elementor-1221 .elementor-element.elementor-element-a1d1856{
    padding-right:15px;
}
.elementor-1221 .elementor-element.elementor-element-a1d1856{
    --padding-top: 0px;
}
.elementor-1221 .elementor-element.elementor-element-963fe71{
     --padding-top: 0px;
     --padding-bottom: 0px;
     --padding-left: 15px;
     --padding-right: 15px;
     
}

.elementor-1221 .elementor-element.elementor-element-f8bc556{
      --padding-top: 0px;
      --padding-bottom: 0px;
}
.elementor-1221 .elementor-element.elementor-element-caf55de{
      --padding-top: 0px;
      --padding-bottom: 0px;
}
.elementor-1221 .elementor-element.elementor-element-581c773{
      --padding-top: 0px;
      --padding-bottom: 0px;
}

.elementor-1221 .elementor-element.elementor-element-95413ca {
    --padding-top: 30px;
    --padding-bottom: 20px;
    --padding-left: 15px;
    --padding-right: 15px;
}
.elementor-1221 .elementor-element.elementor-element-87b398d{
    --padding-left: 15px;
    --padding-right: 15px;
}
.elementor-1221 .elementor-element.elementor-element-c0aa28e{
    gap:0;
}
.elementor-1221 .elementor-element.elementor-element-ce249f2 > .elementor-widget-container{
    padding-top:20px;
}
.elementor-1221 .elementor-element.elementor-element-8d4aada {
    --padding-top: 50px;
    --padding-bottom: 30px;
    --padding-left: 0px;
    --padding-right: 30px;
}
.elementor-1221 .elementor-element.elementor-element-4a5bac8 .gsc-heading .title-desc{
    padding:20px 0px 20px 0px;
}
.elementor-1221 .elementor-element.elementor-element-ccdf5d2 .gsc-heading .title-desc{
    padding:0px;
}
.elementor-1221 .elementor-element.elementor-element-6f9184c > .elementor-widget-container{
        padding: 30px 0px 0px 0px;
}
.elementor-1221 .elementor-element.elementor-element-8ee7dc0{
    padding: 0px 0px 30px 0px;
}
.elementor-1215 .elementor-element.elementor-element-d4dbc35{
    --padding-left: 30px;
    --padding-right: 30px;
}
.elementor-1215 .elementor-element.elementor-element-19c66e9{
    --padding-top:0px;
    --padding-bottom:0px!important;
    
}

.elementor-1215 .elementor-element.elementor-element-8d9d558{
    --padding-top: 30px;
    --padding-bottom:0px!important;
}
.elementor-1215 .elementor-element.elementor-element-0980d3b{
    --padding-top: 50px;
}
.elementor-1215 .elementor-element.elementor-element-db73310{
    --padding-top: 50px;
    --padding-left: 15px;
    --padding-right: 15px;
}
.elementor-1215 .elementor-element.elementor-element-a1d1856{
    margin-top:0px;
    --padding-right: 30px;
}
.elementor-1215 .elementor-element.elementor-element-963fe71{
     --padding-top: 0px;
}

.elementor-1215 .elementor-element.elementor-element-6f9184c > .elementor-widget-container{
     padding-top: 30px;
    
}
.elementor-1215 .elementor-element.elementor-element-8ee7dc0{
     padding-bottom: 30px;
}
.elementor-123 .elementor-element.elementor-element-a21221f{
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-123 .elementor-element.elementor-element-fc74a52 > .elementor-widget-container{
     padding-top: 30px;
}
.elementor-123 .elementor-element.elementor-element-7270268{
     padding-bottom: 30px;
}




/*21 starts here*/
.hicon-location1 {
    margin-top: -20px!important;
}
.elementor-1662 .elementor-element.elementor-element-d4dbc35 {
    --padding-left: 30px;
    --padding-right: 30px;
}
.awsm-filter-wrap {
    margin: 0px 15px 15px 15px;
}
.elementor-1662 .elementor-element.elementor-element-422f8d2 {
    --padding-top: 30px;
    --padding-bottom: 0px;
    --padding-left: 30px;
    --padding-right: 30px;
}
.awsm-lists {
    margin-left: 25px;
    margin-right: 25px;
}
  .uiuxm-carrer .awsm-list-item {
    display: flex;
    flex-direction: column;   /* stack children vertically */
    align-items: flex-start;  /* left-align content */
  }

  .uiuxm-carrer .awsm-job-specification-wrapper {
    width: 100% !important;   /* take full width */
    float: none !important;   /* remove float */
    display: block !important;
    margin-bottom: 10px;      /* spacing before More Details */
  }

  .uiuxm-carrer .awsm-job-more-container {
    width: 100%;              /* optional: full width link/button */
    float: none !important;
    display: block !important;
    text-align: left;         /* keep aligned with details */
    margin-top: 5px;
    line-height: 1.5;
  }
.elementor-1662 .elementor-element.elementor-element-fa39961{
    --padding-bottom: 50px;
}
.elementor-1662 .elementor-element.elementor-element-6ae47c2 > .elementor-widget-container{
    padding: 30px 0px 0px 0px;
}
.homeFAQ{
    font-size: 30px;
}
.elementor-1662 .elementor-element.elementor-element-6ae47c2 .gsc-heading {
        margin-bottom: 0px;
    }
    .elementor-1662 .elementor-element.elementor-element-6d539b2 .gsc-heading .title-desc {
    padding: 20px 0px 20px 0px;
}
    .elementor-1662 .elementor-element.elementor-element-7f75d1c {
        --padding-top: 0px;
        --padding-bottom: 30px;
    }
.elementor-1662 .elementor-element.elementor-element-244a703{
    --padding-left: 15px;
    --padding-right: 15px;
}

.uiuxm-wj-card--text, .uiuxm-wj-split-top{
        gap: 0.4rem !important;
}
.uiuxm-wj-heading{
    font-size: 25px !important;
    line-height: 35px !important;
}

.uiuxm-wj-grid {
    grid-template-columns: 1fr !important;
    padding-left: 15px;
        padding-right: 15px;
  }

  .uiuxm-wj-card--img-full .uiuxm-wj-img {
    max-height: 220px !important;
  }

  .uiuxm-wj-split-img {
    min-height: 180px !important;
  }
.single-awsm_job_openings .awsm-job-main{
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.directorist-content-active .entry-content ul{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
#awsm-application-submit-btn{
    width: 100%;

}
.elementor-1609 .elementor-element.elementor-element-d4dbc35{
    --padding-left: 30px;
    --padding-right: 30px;
}
.elementor-1609 .elementor-element.elementor-element-920f067{
    --padding-top: 50px;
}
.elementor-1609 .elementor-element.elementor-element-53ade5d{
     --padding-bottom: 0px;
}
.elementor-1609 .elementor-element.elementor-element-a1d1856{
    --margin-left: 30px;
    --padding-right: 30px;
    --margin-top: 30px;
}
.elementor-1609 .elementor-element.elementor-element-963fe71 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -30px;
    }

.elementor-1609 .elementor-element.elementor-element-1fe7ca2{
    --margin-left: 30px;
    --padding-right: 30px;
}
.elementor-1609 .elementor-element.elementor-element-01daddc{
        --padding-left: 15px;
    --padding-right: 15px;
    --padding-top: 50px;
}
.elementor-1609 .elementor-element.elementor-element-efa3a76 .gsc-heading .title-desc{
    padding: 0px 0px 0px 0px;
}
.elementor-418 .elementor-element.elementor-element-d4dbc35{
    --padding-left: 30px;
    --padding-right: 30px;
}
.elementor-418 .elementor-element.elementor-element-19c66e9{
    --padding-top: 0px;
    --padding-bottom: 0px;
}
.elementor-418 .elementor-element.elementor-element-1a1a93a{
    --padding-left: 30px;
    --padding-right: 30px;
}
.elementor-418 .elementor-element.elementor-element-8d9d558 {
    --padding-top: 30px;
    --padding-bottom: 50px;
    --padding-left: 15px;
    --padding-right: 15px;
}
.elementor-418 .elementor-element.elementor-element-5845367{
    margin-left:0px;
    --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 30px;
        --padding-right: 30px;
}
.elementor-418 .elementor-element.elementor-element-963fe71{
    --padding-top: 30px;
}
.elementor-418 .elementor-element.elementor-element-cb2d8ab{
    --padding-top: 30px;
}
.elementor-418 .elementor-element.elementor-element-63fbfad{
    padding-right: 15px;
}
.elementor-418 .elementor-element.elementor-element-7f2a4d5{
    --padding-top: 50px;
    --padding-left: 15px;
    --padding-right: 15px;
}

.archive-search-top .searchform__basic{
      padding-right:10px;
  }
  
 .elementor-418 .elementor-element.elementor-element-6f9184c > .elementor-widget-container{
     padding: 30px 0px 0px 0px;
 }
 .elementor-418 .elementor-element.elementor-element-8ee7dc0{
     padding:0px 0px 30px 0px;
 }
 .elementor-1468 .elementor-element.elementor-element-d4dbc35{
      --padding-left: 30px;
      --padding-right: 30px;
 }
.elementor-1468 .elementor-element.elementor-element-5561097 {
    --flex-wrap: wrap;
    --padding-top: 30px;
    --padding-bottom: 0px;
    --padding-left: 15px;
    --padding-right: 15px;
}
.elementor-1468 .elementor-element.elementor-element-cd6907e
 {
        --margin-top: 15px;
        --margin-bottom: 0px;
        --margin-left: 15px;
        --margin-right: 15px;
    }
.elementor-1468 .elementor-element.elementor-element-55e86ee{
    --padding-top: 15px;
}
.elementor-1468 .elementor-element.elementor-element-e370d52{
    --padding-top: 30px;
        --padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
}
.elementor-1468 .elementor-element.elementor-element-ef924ab{
    --margin-top: 0px;
}
    .elementor-1468 .elementor-element.elementor-element-cd68243 {
        --padding-top: 0px;
        --padding-bottom: 0px;
       
    }
.elementor-1468 .elementor-element.elementor-element-6f9184c > .elementor-widget-container{
    padding: 30px 0px 0px 0px;
}
.elementor-1468 .elementor-element.elementor-element-8ee7dc0{
     padding: 0px 0px 30px 0px;
}
.elementor-1468 .elementor-element.elementor-element-87b398d{
    --padding-left: 15px;
    --padding-right: 15px;
}
.elementor-1468 .elementor-element.elementor-element-764e690{
    --margin-bottom: 0px;
}
.elementor-1468 .elementor-element.elementor-element-9a62bc7{
    --padding-top: 50px;
    --padding-bottom: 0px;
    --padding-left: 30px;
    --padding-right: 30px;
}
.elementor-1468 .elementor-element.elementor-element-ce249f2 > .elementor-widget-container{
        padding: 30px 0px 0px 0px;
        margin:0px 0px -30px 0px;
}
.elementor-1468 .elementor-element.elementor-element-78cffa4{
    --padding-top: 0px;
}
.elementor-1468 .elementor-element.elementor-element-581c773
{
    --padding-top: 30px;
    --padding-bottom: 0px;
    --padding-left: 15px;
    --padding-right: 15px; 
}
.elementor-1468 .elementor-element.elementor-element-a1d117f{
  --padding-top: 0px;
    --padding-bottom: 30px;
    --padding-left: 15px;
    --padding-right: 15px;   
} 
.elementor-1468 .elementor-element.elementor-element-caf55de{
    --padding-top: 30px;
    --padding-bottom: 0px;
    --padding-left: 15px;
    --padding-right: 15px;
}
.elementor-1468 .elementor-element.elementor-element-f8bc556{
     --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 15px;
    --padding-right: 15px;
}
 .elementor-1468 .elementor-element.elementor-element-79764fd{
    --padding-top: 0px;
    --padding-bottom: 30px;
    --padding-left: 15px;
    --padding-right: 15px;
}





/*ends here*/




}

@media (max-width: 767.98px) { 
    .uiuxm-main-menu-wrapper{
         background: #0d3024!important;
    }
    
    .elementor-background-video-container.elementor-hidden-mobile {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .elementor-background-video-hosted {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }
    .elementor-background-video-container::before {
    background: none !important;
}
 .bannerMainHeading>h2{
    font-size: 45px;
    font-weight: 400;
}
.homeBanner > .bannerMainHeading>h2 {
    line-height: 50px!important;
}

/* Apply a background image instead */
.elementor-409 .elementor-element.elementor-element-919aac5:not(.elementor-motion-effects-element-type-background){
    height:600px;
}
.elementor-element.elementor-element-919aac5 {
    background-image: url('https://oryanrealty.com/wp-content/uploads/2026/03/mobile-hero-image.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px; /* adjust for mobile-friendly height */
    position: relative;
}

/* Ensure content sits above the background */
.elementor-element.elementor-element-919aac5 .e-con-inner {
    position: relative;
    z-index: 1;
}
.elementor-409 .elementor-element.elementor-element-919aac5::before{
     background: none !important;        /* removes image + overlay */
    background-image: none !important;  /* ensures no image loads */
    background-repeat: unset !important;
    background-size: unset !important;
    background-position: unset !important;
    opacity: 0 !important;              /* hides any tint */
    content: none !important;           /* removes pseudo-element content */
}


.elementor-background-video-container{
    display:none!important;
}
.elementor-background-video-hosted{
    display:none!important;
}
.elementor-409 .elementor-element.elementor-element-73eb1b6{
    margin-top:-400px;
}
  
 
 
 
 
 
 
 
 
  
  
    
}

@media (max-width: 991.98px) { 
    .uiuxm-main-menu-wrapper{
         background: #0d3024!important;
    }
    
   .uiuxm-arrow-icon{
       display:none;
   }
    
     .bannerMainHeading>h2{
    font-size: 45px;
    font-weight: 400;
}
.homeBanner > .bannerMainHeading>h2 {
    line-height: 60px;
}
    .elementor-background-video-container .elementor-hidden-mobile{
        display:none!important;
    }
    
    /* Apply a background image instead */
.elementor-409 .elementor-element.elementor-element-919aac5:not(.elementor-motion-effects-element-type-background){
    height:600px;
}
.elementor-element.elementor-element-919aac5 {
    background-image: url('https://oryanrealty.com/wp-content/uploads/2026/03/mobile-hero-image.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px; /* adjust for mobile-friendly height */
    position: relative;
}

/* Ensure content sits above the background */
.elementor-element.elementor-element-919aac5 .e-con-inner {
    position: relative;
    z-index: 1;
}
.elementor-409 .elementor-element.elementor-element-919aac5::before{
     background: none !important;        /* removes image + overlay */
    background-image: none !important;  /* ensures no image loads */
    background-repeat: unset !important;
    background-size: unset !important;
    background-position: unset !important;
    opacity: 0 !important;              /* hides any tint */
    content: none !important;           /* removes pseudo-element content */
}
.elementor-background-video-hosted{
    display:none!important;
}
.elementor-background-video-container{
    display:none!important;
}

.elementor-409 .elementor-element.elementor-element-73eb1b6{
    margin-top:-350px;
}

.elementor-409 .elementor-element.elementor-element-8193245{
    display:none;
}
.elementor-409 .elementor-element.elementor-element-86206c9{
    padding-top:50px;
}
 .elementor-409 .elementor-element.elementor-element-caba0ec{
     padding-bottom:0px;
 }
 
 .home-Our-service-img img{
     height:400px;
     width:100%;
     object-fit:cover;
     border-radius:10px;
     margin-top:-100px;
     padding-top:0px;
 }
 
 
 .elementor-409 .elementor-element.elementor-element-af68489{
     padding-top:0px!important;
     margin-top: -150px;
}
.elementor-409 .elementor-element.elementor-element-43ee41d{
     padding-top:0px!important;
     margin-top: 0px;
}




    
}











@media (max-width: 1199.98px) { 
    
    .uiuxm-main-menu-wrapper{
         background: #0d3024!important;
    }
    
}






/* Small devices (≥576px) */
@media (max-width: 576px) {
   .gva-navigation-mobile .dropdown-toggle
    {
      border:none!important;
    }
    
   
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    
  .gva-navigation-mobile .dropdown-toggle{
       border:none!important;
  }
  
 
 
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
  .elementor-background-video-container .elementor-hidden-mobile{
        display:none!important;
    }
    
    
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
  .your-class { font-size: 20px; }
}

/* XXL devices (≥1400px) */
@media (min-width: 1400px) {
  .your-class { font-size: 22px; }
}































