@font-face {
    font-family: Bolds;
    src: url(../fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf);
}

@font-face {
    font-family: Medium;
    src: url(../fonts/ArbFONTS-DINNextLTArabic-Medium-2.ttf);
}

@font-face {
    font-family: Regular;
    src: url(../fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf);
}

body {
    min-width: 320px;
    /* overflow: hidden; */
    background: #fff;
    font-family: Regular;
    position: relative;
    text-align: start;
    padding-top: 80px; /* Add padding to compensate for fixed header */
    overflow-x: hidden !important; /* Prevent horizontal scroll */
    width: 100% !important;
    max-width: 100% !important;
}

html {
    overflow-x: hidden !important; /* Prevent horizontal scroll */
    width: 100% !important;
    max-width: 100% !important;
}

/* Mobile: Fix horizontal scroll */
@media (max-width: 991.98px) {
    body, html {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    
    .container {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        overflow-x: hidden !important;
    }
    
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow-x: hidden !important;
    }
    
    [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

body[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

body[dir="ltr"] {
    direction: ltr;
    text-align: left;
}

/* Fixed Header - Keep original styling */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    background: #C5B3E6 !important; /* Very light purple background */
}


/* centre that bad boy */

a {
    text-decoration: none !important;
}

input,
button {
    outline: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

section {
    padding-top: 20px;
    /* margin-bottom: 30px; */
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}


/*======================****=====================*/

.header_top {
    box-shadow: 0px 0px 13px -4px rgb(0 0 0 / 16%);
}

.header__conected ul {
    display: flex;
}

.header_top {
    background: #C5B3E6;
    padding: 10px 0px;
}

.header__conected ul li {
    color: #fff;
    line-height: 30px;
    margin: 0px 10px;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 35px;
    padding: 0px 20px;
}

.header_social ul {
    display: flex;
    justify-content: flex-end;
}

.header_social ul a {
    color: #fff;
    font-size: 15px;
    transition: .3s ease-in-out;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 50%;
}

.header_social ul li {
    margin: 0px 5px;
}

.header_social ul li:hover a {
    background: #fff;
    color: #fff;
    border: 1px solid #C5B3E6;
}

.logo {
    width: 170px;
    overflow: visible;
    display: block !important;
    height: auto;
    min-height: 60px;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
    padding: 5px;
    padding-left: 30px !important; /* Add space from start of header */
}

[dir="rtl"] .logo {
    padding-left: 5px !important;
    padding-right: 30px !important; /* RTL: space from right (start) */
}

.logo a {
    display: block !important;
    width: 100%;
    height: 100%;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
}

.logo img {
    max-width: 170px !important;
    width: auto !important;
    height: auto !important;
    max-height: 80px !important;
    min-height: 50px !important;
    object-fit: contain !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
    background: transparent !important;
    /* Add shadow to make white logo visible */
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)) !important;
}

/* Override any wow animation that might hide logo */
.logo.wow {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
}

.logo.wow.fadeIn {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
}

.header_bootom {
    box-shadow: 0px 0px 13px -4px rgb(0 0 0 / 41%);
    padding: 15px 0px;
    position: relative;
    background: #C5B3E6 !important; /* Very light purple background */
}

.header_bootom .container {
    padding-left: 20px; /* Add space from start */
    padding-right: 20px;
}

[dir="rtl"] .header_bootom .container {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar_header {
    height: 100%;
}

.navbar_header ul.list-nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.navbar_header ul.list-nav li {
    margin: 0px 10px;
    font-family: bolds;
}

.navbar_header ul.list-nav li:not(.language-switcher) {
    margin: 0px 10px;
}

.navbar_header ul.list-nav li.language-switcher {
    margin-left: 30px !important;
    margin-right: 0 !important;
}

[dir="rtl"] .navbar_header ul.list-nav li.language-switcher {
    margin-right: 30px !important;
    margin-left: 0 !important;
}

.navbar_header ul.list-nav li a {
    color: #fff !important; /* White text on green background */
    transition: .3s ease-in-out;
    display: inline-block;
}

.navbar_header .nav {
    height: 100%;
}

/* Mobile Menu Button - Hidden on desktop, visible on mobile */
.navbar_header .click-nav {
    display: none;
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    cursor: pointer;
}

/* Show mobile menu button on all pages for mobile devices */
@media (max-width: 991.98px) {
    .navbar_header .click-nav {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: absolute !important;
        inset-inline-end: 15px !important;
        top: 20% !important;
        transform: translateY(-50%) !important;
        z-index: 1001 !important;
    }
}

.navbar_header .click-nav ul {
    display: flex;
    flex-flow: column;
    width: 60px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar_header .click-nav ul li {
    width: 26px;
    height: 2px;
    background: #fff;
    margin-top: 5px;
    transition: 0.7s cubic-bezier(0, 1.59, 0, 1.2);
}

.navbar_header .click-nav ul li:first-child {
    margin-top: 0px;
}

.navbar_header .click-nav.open ul li {
    background: #fff;
    height: 3px;
}

.navbar_header .click-nav.open ul li:nth-child(1) {
    transform: rotate(27deg) translate(7px, 1px);
}

.navbar_header .click-nav.open ul li:nth-child(2) {
    opacity: 0;
}

.navbar_header .click-nav.open ul li:nth-child(3) {
    transform: rotate(-46deg) translate(9px, 0px);
}

.navbar_header ul.list-nav li:hover a {
    transform: scale(1.07);
    color: #BA68C8 !important; /* Light purple on hover */
}

/* Hide mobile menu button on desktop */
@media (min-width: 992px) {
    .navbar_header .click-nav {
        display: none !important;
    }
    
    .navbar_header .nav {
        display: block !important;
    }
}

/* Language Switcher */
.language-switcher {
    position: relative;
    margin-right: 0 !important;
    margin-left: 30px !important; /* Add space from menu items */
    padding-left: 20px !important; /* Additional padding */
    border-left: 1px solid rgba(255, 255, 255, 0.3); /* Visual separator */
}

body[dir="ltr"] .language-switcher {
    margin-left: 30px !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
}

[dir="rtl"] .language-switcher {
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 20px !important;
    padding-left: 0 !important;
}

.language-dropdown {
    position: relative;
}

.language-current {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.language-current:hover {
    color: #fff;
}

.language-current i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.language-dropdown:hover .language-current i {
    transform: rotate(180deg);
}

.language-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    min-width: 120px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

body[dir="ltr"] .language-menu {
    right: auto;
    left: 0;
}

.language-dropdown:hover .language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-menu li {
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}

.language-menu li:last-child {
    border-bottom: none;
}

.language-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s ease;
}

.language-menu li a:hover {
    background: #f5f5f5;
    color: #fff;
}

.header__conected ul li span.icon {
    margin-inline-end: 5px;
}

.banner_slid_item {
    width: 100%;
    height: 60vh; /* Set specific height */
    position: relative;
}

/* Mobile: Allow banner_slid_item to expand */
@media (max-width: 991.98px) {
    .banner_slid_item,
    .homepage-wrapper .banner_slid_item {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }
}

section.banner_slid {
    padding: 0px;
    background-attachment: fixed;
    width: 100%;
    height: 60vh; /* Set specific height */
    overflow: hidden;
    position: relative;
    z-index: 10;
    isolation: isolate;
    background: transparent !important;
}

/* Mobile: Allow section to expand and show all content */
@media (max-width: 991.98px) {
    section.banner_slid,
    .homepage-wrapper section.banner_slid {
        overflow: visible !important;
        height: auto !important;
        min-height: auto !important;
        isolation: auto !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* Services page background */
.banner_slid_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bg2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
}

.banner_slid_item {
    position: relative;
}

/* Homepage specific styles */
.homepage-wrapper .banner_slid_item:before {
    display: none;
}

.homepage-wrapper .banner_slid_item .container {
    height: 100%;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.homepage-wrapper .banner_slid_item .row {
    align-items: stretch;
    height: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
}

.homepage-wrapper .banner_slid_item .col-md-6 {
    display: flex;
    align-items: stretch;
    padding: 0;
    min-height: 80vh;
    height: 80vh;
    flex: 0 0 50%;
    max-width: 50%;
}

/* Mobile: Show both sections stacked vertically */
@media (max-width: 991.98px) {
    /* Force both columns to be visible and stacked */
    .homepage-wrapper .banner_slid_item .col-md-6,
    .homepage-wrapper .banner_slid_item .col-sm-12,
    .banner_slid_item .col-md-6,
    .banner_slid_item .col-sm-12 {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-height: auto !important;
        height: auto !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        float: none !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    /* Specifically target the second column (text section) */
    .homepage-wrapper .banner_slid_item .col-md-6:last-child,
    .homepage-wrapper .banner_slid_item .col-sm-12:last-child,
    .banner_slid_item .col-md-6:last-child,
    .banner_slid_item .col-sm-12:last-child {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #f5f5f5 !important;
        padding: 20px 15px !important; /* Reduced from 30px to 20px */
        margin-top: 0 !important; /* Removed margin-top */
        margin-bottom: 0 !important;
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        float: none !important;
        position: relative !important;
        z-index: 2 !important;
        overflow: visible !important;
    }
    
    /* Force visibility of banner_slid_data */
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_data,
    .homepage-wrapper .banner_slid_item .col-sm-12:last-child .banner_slid_data,
    .banner_slid_item .col-md-6:last-child .banner_slid_data,
    .banner_slid_item .col-sm-12:last-child .banner_slid_data {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
    }
    
    /* Force visibility of banner_slid_data_info */
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_data_info,
    .homepage-wrapper .banner_slid_item .col-sm-12:last-child .banner_slid_data_info,
    .banner_slid_item .col-md-6:last-child .banner_slid_data_info,
    .banner_slid_item .col-sm-12:last-child .banner_slid_data_info {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
        width: 100% !important;
    }
    
    /* Force visibility of banner_slid_links */
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_links,
    .homepage-wrapper .banner_slid_item .col-sm-12:last-child .banner_slid_links,
    .banner_slid_item .col-md-6:last-child .banner_slid_links,
    .banner_slid_item .col-sm-12:last-child .banner_slid_links {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
        width: 100% !important;
    }
    
    /* Ensure row displays correctly */
    .homepage-wrapper .banner_slid_item .row,
    .banner_slid_item .row {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        overflow: visible !important;
    }
    
    /* Ensure container doesn't hide content */
    .homepage-wrapper .banner_slid_item .container,
    .banner_slid_item .container {
        overflow: visible !important;
        display: block !important;
    }
}

.homepage-wrapper .banner_slid_item .col-md-6:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-wrapper .banner_slid_item .col-md-6:last-child {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: #f5f5f5 !important; /* Light gray instead of white */
    box-shadow: 0 2px 8px rgba(128, 128, 128, 0.3) !important; /* Subtle gray shadow */
    position: relative;
    overflow: visible !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Force full width for slider column */
.homepage-wrapper .banner_slid_item .col-md-6:first-child {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}

.homepage-wrapper .banner_slid_item .col-md-6:first-child > * {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
}

.homepage-wrapper section.banner_slid {
    min-height: 80vh;
    height: 80vh;
    width: 100%;
    background: transparent !important;
    padding: 0;
    position: relative;
    display: flex;
    align-items: stretch;
    z-index: 10;
    overflow: hidden;
}

/* Mobile: Fix banner_slid completely */
@media (max-width: 991.98px) {
    .homepage-wrapper section.banner_slid {
        min-height: auto !important;
        height: auto !important;
        display: block !important;
        overflow: visible !important;
        z-index: 0 !important;
        position: static !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

.homepage-wrapper .banner_slid_item {
    width: 100%;
    min-height: 80vh;
    height: 80vh;
    padding: 0;
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 10;
}

/* Mobile: Fix banner_slid_item completely */
@media (max-width: 991.98px) {
    .homepage-wrapper .banner_slid_item {
        min-height: auto !important;
        height: auto !important;
        display: block !important;
        overflow: visible !important;
        z-index: 0 !important;
        position: static !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

.homepage-wrapper .banner_slid_item:after {
    display: none;
}

.banner_slid_item:after {
    display: none !important;
}

.banner_slid_item .container {
    position: relative;
    z-index: 2;
    background: transparent !important;
}

/* Image section - completely independent, no background */
.banner_slid_item .col-md-6:first-child {
    position: relative;
    z-index: 10;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

/* Text section - has background image with shadow only */
.banner_slid_item .col-md-6:last-child {
    position: relative;
    z-index: 10;
    background: #f5f5f5 !important; /* Light gray instead of white */
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    box-shadow: 0 2px 8px rgba(128, 128, 128, 0.3) !important; /* Subtle gray shadow */
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Remove white background from banner_slid_data */
.banner_slid_item .col-md-6:last-child .banner_slid_data,
.homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_data {
    background: transparent !important;
}

.banner_slid_item .col-md-6:last-child .banner_slid_data_info,
.banner_slid_item .col-md-6:last-child .banner_slid_links {
    background: transparent !important;
}

.banner_slid_image {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    min-height: 80vh;
    height: 80vh;
    border-radius: 0;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: transparent !important;
    position: relative;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 100%;
    z-index: 20 !important;
    isolation: isolate;
}

/* Ensure green overlay doesn't cover image section */
.banner_slid_image:before,
.banner_slid_image:after {
    display: none !important;
}

/* Removed background-image - images are in HTML only */

/* ============================================
   BANNER SLIDER - SIMPLIFIED CSS (NO ANIMATIONS)
   ============================================ */

/* Show first item before Owl Carousel loads */
#banner-slider:not(.owl-loaded) .item:first-child {
    display: block !important;
}

#banner-slider:not(.owl-loaded) .item:not(:first-child) {
    display: none !important;
}

#banner-slider:not(.owl-loaded) .item img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 80vh !important;
    object-fit: cover !important;
}

/* Owl Carousel Container - OVERRIDE OWL CAROUSEL DEFAULT STYLES */
.banner_slid_image #banner-slider,
.banner_slid_image .owl-carousel {
    width: 100% !important;
    height: 100% !important;
    min-height: 80vh !important;
    height: 80vh !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
}

/* Override Owl Carousel's default display:none */
.banner_slid_image .owl-carousel.owl-loaded {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}

.banner_slid_image .owl-carousel .owl-stage-outer {
    height: 100% !important;
    width: 100% !important;
    min-height: 80vh !important;
    height: 80vh !important;
    position: relative;
    overflow: hidden;
    background: transparent !important;
    /* Override Owl Carousel's translate3d */
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

.banner_slid_image .owl-carousel .owl-stage {
    height: 100% !important;
    width: 100% !important;
    min-height: 80vh !important;
    height: 80vh !important;
    display: flex;
    align-items: stretch;
    background: transparent !important;
    /* Override Owl Carousel's translate3d */
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

/* Owl Items - NO TRANSITIONS/ANIMATIONS - OVERRIDE OWL CAROUSEL DEFAULT STYLES */
.banner_slid_image .owl-carousel .owl-item {
    height: 100% !important;
    width: 100% !important;
    min-height: 80vh !important;
    height: 80vh !important;
    display: flex !important;
    align-items: stretch;
    flex-shrink: 0;
    position: relative !important;
    transition: none !important;
    animation: none !important;
    /* Override any Owl Carousel transforms */
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

/* Hide non-active items */
.banner_slid_image .owl-carousel .owl-item:not(.active) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Show active item - OVERRIDE ALL OWL CAROUSEL STYLES */
.banner_slid_image .owl-carousel .owl-item.active {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    transition: none !important;
    animation: none !important;
}

/* Item Container */
.banner_slid_image .item {
    height: 100% !important;
    width: 100% !important;
    min-height: 80vh !important;
    height: 80vh !important;
    display: flex !important;
    align-items: stretch;
    position: relative;
    margin: 0;
    padding: 0;
}

/* Images - Simple and direct */
.banner_slid_image .item img,
.banner_slid_image .owl-carousel .owl-item img,
#banner-slider img,
#banner-slider .item img,
#banner-slider .owl-item img {
    width: 100% !important;
    height: 100% !important;
    min-height: 80vh !important;
    height: 80vh !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    position: relative !important;
}

/* Active item images - ALWAYS VISIBLE */
.banner_slid_image .owl-carousel .owl-item.active img,
.banner_slid_image .owl-carousel .owl-item.active .item img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 80vh !important;
    object-fit: cover !important;
    transition: none !important;
    animation: none !important;
}

/* Removed duplicate rules - using .banner_slid_image .owl-carousel .owl-item instead */

/* Ensure owl-carousel doesn't hide images and takes full width */
.banner_slid_image .owl-carousel {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
}

.banner_slid_image .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    z-index: 1;
    height: 100% !important;
    min-height: 80vh !important;
}

.banner_slid_image .owl-carousel .owl-stage {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    position: relative;
    z-index: 1;
    height: 100% !important;
    min-height: 80vh !important;
}

/* Removed duplicate - using rule at line 392 instead */

.banner_slid_image .owl-carousel .owl-item .item {
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    position: relative;
}

.banner_slid_image .owl-carousel .owl-item .item img {
    z-index: 1 !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.banner_slid_image .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 1000 !important;
    pointer-events: none;
}

.banner_slid_image .owl-nav button,
.banner_slid_image .owl-nav .owl-prev,
.banner_slid_image .owl-nav .owl-next {
    pointer-events: all !important;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #00695c !important;
    font-size: 20px;
    transition: all 0.3s ease;
    border: none !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer !important;
    z-index: 1001 !important;
    position: relative;
}

.banner_slid_image .owl-nav button:hover {
    background: #00695c !important;
    color: #fff !important;
}

.banner_slid_image .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000 !important;
    pointer-events: none;
}

.banner_slid_image .owl-dots .owl-dot {
    pointer-events: all !important;
    cursor: pointer !important;
}

.banner_slid_image .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
    width: 12px;
    height: 12px;
    margin: 5px;
}

.banner_slid_image .owl-dots .owl-dot.active span {
    background: #C5B3E6;
}

.banner_slid_item .banner_slid_data {
    padding: 60px 40px;
    color: #fff;
    height: 100%;
    min-height: 80vh;
    height: 80vh;
    position: relative;
    z-index: 2 !important; /* Above overlay */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent !important; /* Background is on parent container */
    width: 100%;
}

.homepage-wrapper .banner_slid_item .banner_slid_data {
    color: #333 !important; /* Dark gray text - softer than black */
}

.homepage-wrapper .banner_slid_item .banner_slid_data h1 {
    color: #555 !important; /* Medium gray heading - matches paragraph text */
    text-shadow: none !important; /* Remove text shadow */
}

.homepage-wrapper .banner_slid_item .banner_slid_data p {
    color: #555 !important; /* Medium gray paragraph text - softer than black */
    text-shadow: none !important; /* Remove text shadow */
}

/* Ensure no white background shows through */
.banner_slid_item .row,
.homepage-wrapper .banner_slid_item .row {
    background: transparent !important;
}

.banner_slid_item .container-fluid,
.homepage-wrapper .banner_slid_item .container-fluid {
    background: transparent !important;
}

.banner_slid_item .banner_slid_data h1 {
    width: 100%;
    margin-bottom: 30px;
    color: #555 !important; /* Medium gray heading - matches paragraph text */
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: none !important; /* Remove text shadow */
}

.banner_slid_item .banner_slid_data p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
    color: #555 !important; /* Medium gray paragraph text - softer than black */
    margin-bottom: 30px;
    text-shadow: none !important; /* Remove text shadow */
}

/* Override for homepage text section specifically */
.homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_data h1 {
    color: #555 !important; /* Medium gray heading - matches paragraph text */
    text-shadow: none !important;
}

.homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_data p {
    color: #555 !important; /* Medium gray paragraph text */
    text-shadow: none !important;
}

.banner_slid_data_info {
    margin-bottom: 50px;
}

.banner_slid_links ul {
    display: flex;
    flex-wrap: wrap;
}

.banner_slid_links ul li.btn {
    height: 40px;
    padding: 0px 25px;
    line-height: 37px;
    border-radius: 30px;
    border: 1px solid rgb(255 255 255 / 47%);
    /* border-radius: 10px; */
    margin: 0px 8px;
    color: #fff;
    transition: .3s ease-in-out;
    box-shadow: 0px 0px 5px 5px #0000001f;
    background: #D1C4E9;
}

.homepage-wrapper .banner_slid_links ul li.btn {
    border: 1px solid #666 !important; /* Dark gray border to match section */
    background: #666 !important; /* Dark gray background to match section */
    color: #fff !important; /* White text on dark gray button */
}

.homepage-wrapper .banner_slid_links ul li.btn:hover {
    background: #555 !important; /* Darker gray on hover */
    border-color: #555 !important;
}

.banner_slid_links ul li.btn a {
    color: #fff;
    font-size: 17px;
    /* background: #0f5b94; */
    transition: .3s ease-in-out;
}

/* Ensure button links in homepage text section are white */
.homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_links ul li.btn a {
    color: #fff !important;
}

.banner_slid_links ul li.btn a span.icon {
    margin-inline-end: 5px;
}

.banner_slid_links ul li.btn.--modified {
    background: #C5B3E6;
    border: 1px solid #C5B3E6;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 5px #0000001f;
}

.banner_slid_links ul li.btn:hover {
    background: #E1BEE7;
    border: 1px solid #E1BEE7;
    transform: translate(0px, -4px);
}

.banner_slid_links ul li.btn.--modified:hover {
    background: transparent;
    border: 1px solid #fff;
}

.normal__data_img {
    width: 100%;
}

.normal__data_img img {
    width: 80%;
}

/* Mobile: Ensure sections don't overlap */
@media (max-width: 991.98px) {
    /* Fix banner_slid section - no overlap, no extra space */
    section.banner_slid,
    .homepage-wrapper section.banner_slid {
        position: static !important;
        z-index: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: transparent !important;
        display: block !important;
        height: auto !important;
        min-height: auto !important;
    }
    
    .banner_slid_item,
    .homepage-wrapper .banner_slid_item {
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
        z-index: 0 !important;
        overflow: visible !important;
        background: transparent !important;
        display: block !important;
        height: auto !important;
        min-height: auto !important;
    }
    
    .homepage-wrapper .banner_slid_item .container {
        padding: 0 !important; /* Remove all padding */
        margin-bottom: 0 !important;
        background: transparent !important;
    }
    
    /* Remove any negative margins that might cause overlap */
    section.banner_slid *,
    .homepage-wrapper section.banner_slid *,
    .banner_slid_item * {
        margin-bottom: 0 !important;
    }
    
    /* Slider image - no white space below */
    .banner_slid_image {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6:last-child,
    section.banner_slid .col-md-6:last-child,
    .banner_slid_item .col-md-6:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 15px !important;
        padding-top: 0 !important; /* No spacing - directly below slider */
    }
    
    /* Ensure next section starts properly with small spacing */
    section.normal__data,
    section.normal__data.about_us,
    section.services_section {
        position: relative !important;
        z-index: 1 !important; /* Higher than banner_slid */
        margin-top: 0 !important;
        padding-top: 15px !important; /* Small spacing from banner section */
        clear: both !important;
    }
    
    /* Remove any white space between sections */
    .homepage-wrapper section.banner_slid + section,
    section.banner_slid + section {
        margin-top: 0 !important;
        padding-top: 15px !important; /* Small spacing */
    }
    
    /* Ensure banner_slid section ends properly */
    .homepage-wrapper section.banner_slid,
    section.banner_slid {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 15px !important;
    }
}

.title__section {
    font-family: 'Bolds';
    margin-bottom: 30px;
}

.title__section h2 {
    font-size: 28px;
    padding-inline-start: 20px;
    position: relative;
    color: #fff;
}

.title__section h2:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #C5B3E6;
    inset-inline-start: 0px;
    top: 5px;
}

.normal__data_info {
    margin-top: 50px;
}

.normal__data_info p {
    color: #808080;
    line-height: 28px;
    font-size: 18px;
    text-align: justify;
}

section.real_estate_brokerage {
    background: #7B2CBF url(../img/gr2.png) no-repeat center fixed;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 70px 0px;
}

/* Mobile Menu - Show on tablets and mobile */
@media (max-width: 991.98px) {
    /* Hide desktop menu on mobile */
    .navbar_header .nav {
        display: none !important;
    }
    
    /* Show mobile menu button - Apply to ALL pages */
    .navbar_header .click-nav {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: absolute !important;
        inset-inline-end: 15px !important;
        top: 20% !important;
        transform: translateY(-50%) !important;
        z-index: 1001 !important;
        cursor: pointer !important;
    }
    
    /* Ensure mobile menu button is visible on all pages - centered vertically */
    header .navbar_header .click-nav,
    .header_bootom .navbar_header .click-nav,
    .navbar_header .click-nav {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: absolute !important;
        inset-inline-end: 15px !important;
        top: 50% !important; /* Center vertically */
        transform: translateY(-50%) !important;
        z-index: 1001 !important;
        cursor: pointer !important;
    }
    
    /* Fix button text visibility */
    .banner_slid_links ul li.btn a,
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_links ul li.btn a {
        color: #fff !important;
        display: flex !important;
        align-items: center !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .banner_slid_links ul li.btn a span.name,
    .banner_slid_links ul li.btn a span.icon {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #fff !important;
    }
    
    /* Override any hiding rules */
    .navbar_header .click-nav[style*="display: none"],
    .navbar_header .click-nav[style*="visibility: hidden"],
    .navbar_header .click-nav[style*="opacity: 0"] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Make banner sections stack vertically on mobile */
    section.banner_slid .row,
    .homepage-wrapper section.banner_slid .row,
    .banner_slid_item .row {
        flex-direction: column !important;
        display: flex !important;
    }
    
    /* Ensure both columns are visible and stacked */
    section.banner_slid .row > .col-md-6:last-child,
    .homepage-wrapper section.banner_slid .row > .col-md-6:last-child,
    .banner_slid_item .row > .col-md-6:last-child {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-top: 20px !important;
    }
    
    section.banner_slid .col-md-6,
    section.banner_slid .col-sm-12,
    .homepage-wrapper section.banner_slid .col-md-6,
    .homepage-wrapper section.banner_slid .col-sm-12,
    .banner_slid_item .col-md-6,
    .banner_slid_item .col-sm-12 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none !important;
    }
    
    /* Ensure slider appears first, then text section */
    .banner_slid_item .col-md-6:first-child,
    .homepage-wrapper .banner_slid_item .col-md-6:first-child {
        order: 1 !important;
        margin-bottom: 30px !important;
    }
    
    .banner_slid_item .col-md-6:last-child,
    .homepage-wrapper .banner_slid_item .col-md-6:last-child {
        order: 2 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    .banner_slid_item .col-md-6:last-child .banner_slid_data,
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_data {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Services Section */
section.services_section {
    padding: 80px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f5f5f5 !important; /* Light gray background to match site */
}

section.services_section .title h2 {
    color: #333 !important; /* Dark gray for title */
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

section.services_section .title h2:after {
    background: #C5B3E6 !important; /* Light purple line */
}

/* Mobile: Fix services section visibility */
@media (max-width: 991.98px) {
    section.services_section {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #f5f5f5 !important; /* Light gray background */
        padding: 40px 0 !important;
    }
    
    section.services_section:before {
        display: none !important; /* Remove white overlay */
    }
    
    .services_section_bg {
        display: none !important; /* Hide background image on mobile */
    }
    
    section.services_section .title h2 {
        color: #333 !important; /* Dark gray for title */
    }
}

.services_section_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    display: block;
}

section.services_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245, 245, 245, 0.95); /* Light gray overlay instead of white */
    z-index: -1;
}

.service_card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(197, 179, 230, 0.2);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Center the 4th service card */
.col-md-offset-4 {
    margin-left: 33.33333333% !important;
}

/* Add spacing for the 4th service card */
.service-fourth-item {
    margin-top: 40px !important;
    clear: both;
}

/* RTL support for centered 4th service */
[dir="rtl"] .col-md-offset-4 {
    margin-left: 0 !important;
    margin-right: 33.33333333% !important;
}

[dir="rtl"] .service-fourth-item {
    margin-top: 40px !important;
    clear: both;
}

@media (max-width: 991.98px) {
    .col-md-offset-4 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .service-fourth-item {
        margin-top: 30px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    [dir="rtl"] .col-md-offset-4 {
        margin-right: 0 !important;
    }
    
    [dir="rtl"] .service-fourth-item {
        margin-right: 0 !important;
    }
    
    /* Fix spacing between service cards on mobile */
    section.services_section .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    
    section.services_section .row > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 30px !important;
    }
    
    section.services_section .service_card {
        margin-bottom: 0 !important; /* Remove card margin since column has margin */
    }
    
    /* Ensure proper spacing for all service cards */
    section.services_section .col-md-4,
    section.services_section .col-sm-6,
    section.services_section .col-xs-12 {
        margin-bottom: 30px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* Remove any negative margins that might cause overlap */
    section.services_section .row > div {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.service_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(197, 179, 230, 0.3);
}

.service_card_image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_card_image img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: block;
    background: transparent;
    opacity: 1;
    padding: 0;
}

.service_card:hover .service_card_image img {
    opacity: 0.9;
}

.service_card_image:before {
    display: none;
}

.service_icon {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.service_icon i {
    display: none !important;
}

.service_card:hover .service_icon {
    display: none !important;
}

.service_card:hover .service_card_image img {
    transform: scale(1.1);
}

.service_card_content {
    padding: 30px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service_card_content h3 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Bolds';
}

.service_card_content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    flex-grow: 1;
    margin: 0;
}

section.services_section .title {
    margin-bottom: 50px;
}

section.services_section .title h2 {
    color: #333 !important; /* Dark gray for visibility */
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

section.services_section .title h2:after {
    background: #C5B3E6;
}

section.services_section .title h2:before {
    background: #E1BEE7;
}

section .title {
    margin-bottom: 58px;
}

section .title h2 {
    display: inline-block;
    position: relative;
}

section .title h2:after {
    position: absolute;
    width: 82%;
    height: 3px;
    transform: translate(-50%, -50%);
    background: #ffffff;
    left: 50%;
    bottom: -21px;
    z-index: 1;
    border-radius: 30px;
    content: "";
}

section .title h2:before {
    position: absolute;
    width: 60%;
    height: 8px;
    background: #E1BEE7;
    inset-inline-end: 0px;
    bottom: -22px;
    content: "";
    z-index: 1;
    border-radius: 30px;
}

.real_estate_brokerage_dis p {
    margin-bottom: 0px;
    /* width: 60%; */
    padding-inline-start: 20px;
    text-align: justify;
    min-width: 300px;
    margin: auto;
    position: relative;
    font-size: 18px;
    line-height: 30px;
}

.customer_reviews_item {
    text-align: center;
}

.customer_reviews_item .customer_reviews_item-img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 5px 5px rgb(221 221 221 / 19%);
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
}

.customer_reviews_item .customer_reviews_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer_reviews_item .customer_reviews_item_data_user h2 {
    color: #333;
    font-size: 23px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.customer_reviews_item .customer_reviews_item_data_user p {
    color: #666;
    font-size: 18px;
    width: 60%;
    margin: auto;
    min-width: 300px;
    margin-bottom: 0px;
}

section.customer_reviews {
    text-align: center;
}

section.customer_reviews .title h2 {
    color: #333;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

section.customer_reviews .title h2:after {
    background: #C5B3E6;
}

section.customer_reviews {
    background: #f5f5f5 !important;
    background-size: cover;
    color: #333;
    text-align: center;
    padding: 70px 0px;
    position: relative;
    margin-bottom: 0px;
}

section.customer_reviews:after {
    display: none;
}

section.customer_reviews .container {
    position: relative;
    z-index: 1;
}

/* Breadcrumb Navigation - Simple Style */
.breadcrumb-section {
    background: #f5f5f5;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.breadcrumb-nav {
    direction: rtl;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb-separator {
    color: #999;
    margin: 0 8px;
}

.breadcrumb-current {
    color: #666;
    font-weight: 500;
}

/* Page Title Section - Simple Style */
.page-title-section {
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    padding: 50px 0;
    text-align: center;
    margin-top: 80px; /* Space below header */
    position: relative;
    overflow: hidden;
}

.page-title-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/vision.png') center center no-repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-title-section .container {
    position: relative;
    z-index: 1;
}

.page-title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    font-family: 'Bolds';
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #fff;
    width: 60px;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Space after page-title-section */
.page-title-section + section.normal__data {
    margin-top: 50px !important;
    padding-top: 30px;
}

section.normal__data.about_us.--vision {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

section.normal__data.about_us.--vision .title__section h2 {
    color: #333 !important;
}

section.normal__data.about_us.--vision .title__section h2:after {
    background: #C5B3E6;
}

/* Partners Section */
section.partners_section {
    background: #fff !important;
    padding: 80px 0px;
    text-align: center;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

/* Mobile: Add spacing between partner cards */
@media (max-width: 991.98px) {
    section.partners_section {
        padding: 40px 0 !important;
    }
    
    .partners_section .row {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important; /* Add spacing between cards */
    }
    
    .partners_section .col-md-6,
    .partners_section .col-sm-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px !important;
    }
    
    .partner_stat_card {
        margin-bottom: 0 !important;
    }
}

section.partners_section .title {
    margin-bottom: 50px;
}

section.partners_section .title h2 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-inline-start: 20px;
}

section.partners_section .title h2:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #C5B3E6;
    inset-inline-start: 0px;
    top: 5px;
}

.partner_stat_card {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Mobile: Add spacing between partner cards */
@media (max-width: 991.98px) {
    .partners_section .row {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important; /* Add spacing between cards */
    }
    
    .partners_section .col-md-6,
    .partners_section .col-sm-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px !important;
    }
    
    .partner_stat_card {
        margin-bottom: 0 !important;
    }
}

.partner_stat_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(197, 179, 230, 0.3);
}

.partner_stat_number {
    font-size: 48px;
    font-weight: bold;
    color: #C5B3E6;
    margin-bottom: 15px;
    font-family: 'Bolds';
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(197, 179, 230, 0.3);
    display: block;
    visibility: visible;
    opacity: 1;
}

.partner_stat_label {
    font-size: 20px;
    color: #555;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    section.partners_section {
        padding: 60px 0px;
    }
    
    .partner_stat_card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .partner_stat_number {
        font-size: 36px;
    }
    
    .partner_stat_label {
        font-size: 18px;
    }
}

.footer_top {
    padding: 40px 0px;
    background: #B39DDB;
    color: #fff;
}

.footer_social {
    margin-top: 10px;
}

.footer_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer_social ul li {
    display: inline-block;
}

.footer_social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.footer_social ul li a:hover {
    background: #C5B3E6;
    transform: translateY(-3px);
}

/* Floating Contact Buttons */
.floating-contact-buttons {
    position: fixed;
    bottom: 20px;
    z-index: 9998;
    width: 100%;
    pointer-events: none;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
    position: fixed;
    pointer-events: auto;
}

.floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.floating-phone {
    background: #C5B3E6;
    left: 20px; /* شمال الصفحة */
    bottom: 20px;
}

.floating-whatsapp {
    background: #25D366;
    right: 20px; /* يمين الصفحة */
    bottom: 20px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(197, 179, 230, 0.6);
    }
    100% {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 767.98px) {
    .floating-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .floating-phone {
        left: 15px;
        bottom: 15px;
    }
    
    .floating-whatsapp {
        right: 15px;
        bottom: 15px;
    }
}

.logo-footer {
    width: 140px;
    margin-bottom: 15px;
}

.logo-footer img {
    width: 100%;
}

.footer_dis {
    width: 80%;
    color: #b2aeae;
    line-height: 27px;
    text-align: justify;
    font-size: 18px;
}

.title_footer {
    margin-top: 0px;
    margin-bottom: 30px;
}

.title_footer h2 {
    font-size: 25px;
}

ul.links_footer li a {
    font-size: 17px;
    color: #b2aeae;
}

ul.links_footer li {
    line-height: 30px;
}

.contact_us_footer li {
    line-height: 30px;
    display: flex;
    color: #b2aeae;
}

.contact_us_footer li span.icon {
    font-size: 18px;
    margin-inline-end: 10px;
}

.foote_bottom {
    background: #B39DDB;
    text-align: center;
}

.foote_bottom p {
    margin-bottom: 0px;
    padding: 10px 0px;
    font-size: 18px;
    color: #fff;
}

.foote_bottom p a {
    color: #fff;
}

.customer_reviews_slider {
    direction: ltr;
}

.customer_reviews_slider .item {
    direction: rtl;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: none;
}

.contact_us_data_item {
    background-color: #C5B3E6;
    height: 100%;
    cursor: pointer;
    background-image: linear-gradient(140deg, #D1C4E9 0%, #C5B3E6 50%, #B39DDB 75%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    border-radius: 7px;
    box-shadow: 0px 0px 16px -5px rgb(234 234 234 / 15%);
    transition: .3s ease-in-out;
    margin-bottom: 20px;
}

.contact_us_data_item:hover {
    transform: scale(1.05);
}

.contact_us_data_item span.icon {
    color: #fff;
    font-size: 25px;
    width: 40px;
    text-align: center;
    margin-bottom: 20px;
    height: 34px;
    line-height: 40px;
}

.contact_us_data_item span.name {
    color: #fff;
}

section.contact_us_data {
    /* margin-top: -120px; */
    margin-bottom: 20px;
}

section.contact_us_form {
    background: #f7fafc;
    margin-bottom: 0px;
}

.contact_us_form_info h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Bolds';
    line-height: 40px;
}

.contact_us_form_info ul li {
    margin-bottom: 15px;
}

.contact_us_form_info ul li h3 {
    color: #666;
    font-size: 20px;
}

.contact_us_form_info ul li a,
.contact_us_form_info ul li p {
    color: rgb(102 102 102 / 67%);
    font-size: 17px;
}

section.contact_us_form .form {
    margin-bottom: 50px;
}

section.contact_us_form .form h2 {
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'Bolds';
    line-height: 39px;
    width: 90%;
    color: #333;
}

section.contact_us_form .form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: rgba(113, 128, 150, 1);
    font-size: 20px;
}

section.contact_us_form .form .form-group input {
    background: #e2e8f0;
    border: none;
    height: 38px;
    width: 90%;
    min-width: 300px;
    border-radius: 7px;
    outline: none;
    padding-inline-start: 15px;
}

section.contact_us_form .form .form-group textarea {
    width: 90%;
    border-radius: 7px;
    padding: 10px 15px;
    height: 100px;
    border: none;
    background: #e2e8f0;
    outline: none;
    min-width: 300px;
}

.btn_send {
    width: 90%;
    min-width: 300px;
    text-align: end;
}

.btn_send button {
    background: #C5B3E6;
    height: 38px;
    border: none;
    outline: none;
    color: #fff;
    padding: 0px 50px;
    border-radius: 8px;
    font-family: 'Bolds';
    font-size: 14px;
    line-height: 34px;
}

.ads_section_yuser.--ads_big {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    height: 360px;
    border-radius: 5px;
}

.ads_section_yuser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ads_section_yuser_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
}

.item .ads_section_yuser_slider_img {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
}

.ads_section_yuser_slider {
    direction: ltr;
}

.L-checkBox {
    display: block;
    position: relative;
    padding-inline-start: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.L-checkBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.L-checkBox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.L-checkBox input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.L-checkBox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.L-checkBox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.contact_us_form .form .form-group label.L-checkBox {
    display: inline-block;
    font-size: 19px;
    width: 49%;
}

section.contact_us_form .form .form-group label.L-checkBox span.checkmark {
    right: 0px;
    background: transparent;
    border: 1px solid #C5B3E6;
    border-radius: 22px;
    width: 18px;
    height: 18px;
    top: 9px;
}

section.contact_us_form .form .form-group label.L-checkBox span.checkmark:after {
    border: solid #7B2CBF;
    width: 12px;
    height: 12px;
    background: #C5B3E6;
    border-width: 0 2px 2px 0;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

section.contact_us_form .form .form-group label.L-checkBox input:checked~.checkmark {
    background: #f7fafc;
}

.ads_section_yuser_data .ads_section_yuser_data_title h2 {
    font-size: 20px;
    color: #fff;
    font-family: 'Bolds';
}

.ads_section_yuser_data .ads_section_yuser_data_name h3 {
    font-size: 18px;
    color: #494949a3;
    font-weight: revert;
}

.ads_section_yuser_data_socail {
    margin-top: 20px;
}

.ads_section_yuser_data_socail ul {
    display: flex;
    margin-bottom: 15px;
}

.ads_section_yuser_data_socail ul li {
    margin: 0px 5px;
}

.ads_section_yuser_data_socail ul li a {
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    line-height: 27px;
    border-radius: 50%;
    border: 1px solid #C5B3E6;
    color: rgb(0 105 92 / 86%);
    transition: .3s ease-in-out;
}

.ads_section_yuser_data_socail ul li:hover a {
    transform: scale(1.05);
    border-color: #BA68C8;
    color: #fff;
}

.ads_section_yuser_data_phone a {
    color: #2d2469;
    margin-bottom: 20px;
    display: inline-block;
}

.ads_section_yuser_data_dis p {
    line-height: 27px;
    color: #999;
}

@media (max-width: 575.98px) {
    .navbar_header .click-nav {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: absolute;
        inset-inline-end: 10px;
        top: 20% !important;
        transform: translateY(-50%);
        z-index: 1001;
    }
    .navbar_header .click-nav.open {
        top: 32px;
        position: fixed;
    }
    .navbar_header .click-nav ul {
        display: flex !important;
        flex-flow: column;
        width: 60px;
        height: 32px;
        align-items: center;
        justify-content: center;
        border-radius: 13px;
        cursor: pointer;
        background: rgba(197, 179, 230, 0.2);
        padding: 5px;
    }
    .navbar_header .click-nav.open ul li {
        background: #fff;
        height: 3px;
    }
    .navbar_header .click-nav ul li {
        width: 26px;
        height: 2px;
        background: #fff;
        margin-top: 5px;
        transition: 0.7s cubic-bezier(0, 1.59, 0, 1.2);
    }
    .navbar_header .click-nav.open ul li:nth-child(1) {
        transform: rotate(27deg) translate(7px, 1px);
    }
    .navbar_header .click-nav ul li:nth-child(1) {
        margin-top: 0px;
        transition: 0.7s cubic-bezier(0, 1.59, 0, 1.2);
    }
    .navbar_header .click-nav.open ul li:nth-child(2) {
        opacity: 0;
    }
    .navbar_header .click-nav.open ul li:nth-child(3) {
        transform: rotate(-46deg) translate(9px, 0px);
    }
    .header_bootom .overlay-header {
        position: fixed;
        top: 0px;
        z-index: 100;
        width: 0%;
        left: 0;
        height: 100vh;
        background: #00000047;
        transform: translate(-100%, 0%);
        transition: 0.4s cubic-bezier(0, 0.95, 0, 0.8);
    }
    .header_bootom .overlay-header.block-nav {
        transform: translate(0%, 0%);
        width: 75%;
    }
    .header_bootom .nav {
        position: fixed;
        top: 0px;
        z-index: 101;
        width: 75%;
        right: 0;
        height: 100vh;
        background: #fff;
        transform: translate(100%, 0%);
        transition: 0.4s cubic-bezier(0, 0.95, 0, 0.8);
    }
    .header_bootom .nav.block-nav {
        transform: translate(0%, 0%) !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .header_bootom .nav ul.list-nav {
        width: 100% !important;
        padding-top: 80px !important;
        height: 100% !important;
        overflow: auto !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .header_bootom .nav ul.list-nav>li {
        width: 100% !important;
        border-bottom: 1px solid #eee !important;
        margin-bottom: 2px !important;
        min-height: 50px !important;
        height: auto !important;
        line-height: 50px !important;
        position: relative !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .header_bootom .nav .list-nav li {
        padding: 10px 20px !important;
        margin: 0px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .header_bootom .nav .list-nav li a {
        transition: 0.3s ease-in-out !important;
        color: #000 !important;
        font-size: 16px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
    }
    
    /* Language switcher in mobile menu */
    .header_bootom .nav .list-nav li.language-switcher {
        padding: 15px 20px !important;
        border-top: 2px solid #C5B3E6 !important;
        margin-top: 10px !important;
    }
    
    .header_bootom .nav .list-nav li.language-switcher .language-dropdown {
        width: 100% !important;
    }
    
    .header_bootom .nav .list-nav li.language-switcher .language-current {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 10px 0 !important;
        color: #C5B3E6 !important;
        font-weight: bold !important;
    }
    
    .header_bootom .nav .list-nav li.language-switcher .language-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        margin-top: 10px !important;
        padding: 0 !important;
    }
    
    .header_bootom .nav .list-nav li.language-switcher .language-menu li {
        padding: 8px 0 !important;
        border-bottom: none !important;
        margin: 0 !important;
    }
    
    .header_bootom .nav .list-nav li.language-switcher .language-menu li a {
        color: #666 !important;
        padding: 5px 0 !important;
    }
    
    .header_bootom .nav .list-nav li.language-switcher .language-menu li a:hover {
        color: #C5B3E6 !important;
    }
    .header__conected ul {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .header_social ul {
        justify-content: center;
    }
    .navbar_header .click-nav {
        position: absolute;
        inset-inline-end: 10px;
        top: 50% !important; /* Center vertically */
        transform: translateY(-50%);
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .banner_slid_item .banner_slid_data h1 {
        width: 100%;
        font-size: 28px;
    }
    .banner_slid_links ul li {
        margin-bottom: 15px !important;
    }
    .homepage-wrapper section.banner_slid {
        min-height: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        position: static !important;
        z-index: 0 !important;
        overflow: visible !important;
        display: block !important;
    }
    .homepage-wrapper .banner_slid_item {
        min-height: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        position: static !important;
        z-index: 0 !important;
        overflow: visible !important;
        display: block !important;
    }
    .homepage-wrapper .banner_slid_item .container {
        padding: 0 !important;
        margin: 0 !important;
    }
    .homepage-wrapper .banner_slid_item .row,
    section.banner_slid .row,
    .banner_slid_item .row {
        flex-direction: column !important;
        display: flex !important;
        gap: 0 !important; /* No gap between columns */
        margin: 0 !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6,
    .homepage-wrapper .banner_slid_item .col-sm-12,
    section.banner_slid .col-md-6,
    section.banner_slid .col-sm-12,
    .banner_slid_item .col-md-6,
    .banner_slid_item .col-sm-12 {
        min-height: auto !important;
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none !important;
    }
    
    /* Override desktop styles for mobile */
    .homepage-wrapper .banner_slid_item .col-md-6:first-child {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important; /* No side padding for slider */
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    
    /* Slider first, then text section - directly below with minimal spacing */
    .homepage-wrapper .banner_slid_item .col-md-6:first-child,
    section.banner_slid .col-md-6:first-child,
    .banner_slid_item .col-md-6:first-child {
        order: 1 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6:last-child,
    section.banner_slid .col-md-6:last-child,
    .banner_slid_item .col-md-6:last-child {
        order: 2 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 0 !important; /* No spacing - directly below slider */
        padding-bottom: 15px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        background: #f5f5f5 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: static !important;
        z-index: 0 !important; /* Lower z-index to prevent overlap */
    }
    
    /* Ensure no gap between slider and text section */
    .homepage-wrapper .banner_slid_item .row > .col-md-6:first-child + .col-md-6:last-child,
    section.banner_slid .row > .col-md-6:first-child + .col-md-6:last-child,
    .banner_slid_item .row > .col-md-6:first-child + .col-md-6:last-child {
        margin-top: 0 !important;
    }
    
    /* Force visibility of second section on mobile */
    section.banner_slid .col-md-6:last-child,
    .banner_slid_item .col-md-6:last-child,
    .homepage-wrapper .banner_slid_item .col-md-6:last-child {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
    
    /* Override any hiding rules */
    section.banner_slid .col-md-6:last-child[style*="display: none"],
    .banner_slid_item .col-md-6:last-child[style*="display: none"],
    .homepage-wrapper .banner_slid_item .col-md-6:last-child[style*="display: none"] {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_data,
    section.banner_slid .col-md-6:last-child .banner_slid_data,
    .banner_slid_item .col-md-6:last-child .banner_slid_data {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_data_info,
    section.banner_slid .col-md-6:last-child .banner_slid_data_info,
    .banner_slid_item .col-md-6:last-child .banner_slid_data_info {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
    }
    
    /* Force text content visibility */
    .homepage-wrapper .banner_slid_item .col-md-6:last-child h1,
    section.banner_slid .col-md-6:last-child h1,
    .banner_slid_item .col-md-6:last-child h1,
    .homepage-wrapper .banner_slid_item .col-md-6:last-child p,
    section.banner_slid .col-md-6:last-child p,
    .banner_slid_item .col-md-6:last-child p {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #333 !important;
    }
    
    /* Force visibility of all elements in second section */
    .homepage-wrapper .banner_slid_item .col-md-6:last-child *,
    section.banner_slid .col-md-6:last-child *,
    .banner_slid_item .col-md-6:last-child * {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Override any inline styles that might hide elements */
    .homepage-wrapper .banner_slid_item .col-md-6:last-child *[style*="display: none"],
    section.banner_slid .col-md-6:last-child *[style*="display: none"],
    .banner_slid_item .col-md-6:last-child *[style*="display: none"] {
        display: block !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6:last-child *[style*="visibility: hidden"],
    section.banner_slid .col-md-6:last-child *[style*="visibility: hidden"],
    .banner_slid_item .col-md-6:last-child *[style*="visibility: hidden"] {
        visibility: visible !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6:last-child *[style*="opacity: 0"],
    section.banner_slid .col-md-6:last-child *[style*="opacity: 0"],
    .banner_slid_item .col-md-6:last-child *[style*="opacity: 0"] {
        opacity: 1 !important;
    }
    
    /* Override WOW.js animations that might hide content */
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .wow,
    section.banner_slid .col-md-6:last-child .wow,
    .banner_slid_item .col-md-6:last-child .wow {
        visibility: visible !important;
        opacity: 1 !important;
        animation: none !important;
    }
    
    /* Fix button text visibility */
    .banner_slid_links ul li.btn a,
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_links ul li.btn a {
        color: #fff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        height: 100% !important;
        text-align: center !important;
    }
    
    .banner_slid_links ul li.btn a span.name,
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_links ul li.btn a span.name {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #fff !important;
        font-size: 17px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .banner_slid_links ul li.btn a span.icon,
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_links ul li.btn a span.icon {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #fff !important;
        margin-inline-end: 5px !important;
    }
    
    /* Ensure buttons are visible */
    .banner_slid_links ul li.btn,
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_links ul li.btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #fff !important;
    }
    
    /* Ensure container and row don't hide content */
    section.banner_slid .container,
    .homepage-wrapper section.banner_slid .container,
    .banner_slid_item .container {
        overflow: visible !important;
    }
    
    section.banner_slid .row,
    .homepage-wrapper section.banner_slid .row,
    .banner_slid_item .row {
        overflow: visible !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_links ul,
    section.banner_slid .col-md-6:last-child .banner_slid_links ul,
    .banner_slid_item .col-md-6:last-child .banner_slid_links ul {
        display: flex !important;
        flex-direction: column !important;
        visibility: visible !important;
        opacity: 1 !important;
        align-items: stretch !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_links ul li,
    section.banner_slid .col-md-6:last-child .banner_slid_links ul li,
    .banner_slid_item .col-md-6:last-child .banner_slid_links ul li {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin-bottom: 15px !important;
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Override WOW.js animations that might hide content */
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .wow,
    section.banner_slid .col-md-6:last-child .wow,
    .banner_slid_item .col-md-6:last-child .wow {
        visibility: visible !important;
        opacity: 1 !important;
        animation: none !important;
    }
    
    /* Ensure container and row don't hide content */
    section.banner_slid .container,
    .homepage-wrapper section.banner_slid .container,
    .banner_slid_item .container {
        overflow: visible !important;
    }
    
    section.banner_slid .row,
    .homepage-wrapper section.banner_slid .row,
    .banner_slid_item .row {
        overflow: visible !important;
    }
    
    /* Remove white space below slider image */
    .banner_slid_image {
        margin: 0 !important;
        padding: 0 !important;
        height: 50vh !important;
        min-height: 50vh !important;
        max-height: 50vh !important;
    }
    
    .banner_slid_image .owl-carousel,
    .banner_slid_image #banner-slider,
    .banner_slid_image .owl-item,
    .banner_slid_image .item {
        margin: 0 !important;
        padding: 0 !important;
        height: 50vh !important;
        min-height: 50vh !important;
        max-height: 50vh !important;
    }
    
    .banner_slid_image img {
        margin: 0 !important;
        padding: 0 !important;
        height: 50vh !important;
        min-height: 50vh !important;
        max-height: 50vh !important;
    }
    
    /* Force text content visibility */
    .homepage-wrapper .banner_slid_item .col-md-6:last-child h1,
    section.banner_slid .col-md-6:last-child h1,
    .banner_slid_item .col-md-6:last-child h1,
    .homepage-wrapper .banner_slid_item .col-md-6:last-child p,
    section.banner_slid .col-md-6:last-child p,
    .banner_slid_item .col-md-6:last-child p {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Mobile: Improve slider appearance */
    .banner_slid_image {
        min-height: 50vh !important; /* Reduced from 80vh to 50vh for mobile */
        height: 50vh !important; /* Reduced from 80vh to 50vh for mobile */
        border-radius: 0 !important;
        overflow: hidden !important;
        margin-bottom: 0 !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important; /* Lighter shadow for mobile */
    }
    
    .banner_slid_image #banner-slider,
    .banner_slid_image .owl-carousel {
        height: 100% !important;
        min-height: 50vh !important;
    }
    
    .banner_slid_image .owl-item,
    .banner_slid_image .item {
        height: 100% !important;
        min-height: 50vh !important;
    }
    
    .banner_slid_image img {
        width: 100% !important;
        height: 100% !important;
        min-height: 50vh !important;
        object-fit: cover !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Adjust slider height for better mobile appearance */
    #banner-slider:not(.owl-loaded) .item img {
        min-height: 50vh !important;
        height: 50vh !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_links,
    section.banner_slid .col-md-6:last-child .banner_slid_links,
    .banner_slid_item .col-md-6:last-child .banner_slid_links {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
    }
    
    .homepage-wrapper .banner_slid_item .col-md-6:last-child .banner_slid_links,
    section.banner_slid .col-md-6:last-child .banner_slid_links,
    .banner_slid_item .col-md-6:last-child .banner_slid_links {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .banner_slid_image {
        margin-bottom: 30px;
        min-height: 300px !important;
        height: 300px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image #banner-slider {
        min-height: 300px !important;
        height: 300px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image .owl-carousel {
        min-height: 300px !important;
        height: 300px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image .owl-carousel .owl-stage-outer {
        min-height: 300px !important;
        height: 300px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image .owl-carousel .owl-item {
        min-height: 300px !important;
        height: 300px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image .item {
        min-height: 300px !important;
        height: 300px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image .item img {
        min-height: 300px !important;
        height: 300px !important;
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        object-fit: cover;
    }
    .banner_slid_item .banner_slid_data {
        min-height: auto;
        height: auto;
        padding: 20px 0;
    }
    
    .banner_slid_item .banner_slid_data h1 {
        font-size: 24px !important;
        margin-bottom: 15px;
    }
    
    .banner_slid_item .banner_slid_data p {
        font-size: 14px !important;
        margin-bottom: 20px;
    }
    
    .banner_slid_links ul {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .banner_slid_links ul li {
        width: 100%;
        margin-bottom: 10px !important;
    }
    
    .banner_slid_links ul li.btn a {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 12px 20px;
    }
    .banner_slid_image .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .service_card_image {
        height: 220px;
    }
    .service_card_image img {
        min-height: 220px;
    }
    .service_icon {
        width: 80px;
        height: 80px;
    }
    .service_icon i {
        font-size: 35px;
    }
    .homepage-wrapper .banner_slid_item {
        min-height: auto;
        padding: 40px 0;
    }
    .service_card {
        margin-bottom: 30px;
    }
    section.services_section {
        padding: 50px 0px;
    }
    section.services_section .title h2 {
        font-size: 28px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .logo {
        width: 150px;
        overflow: visible !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .logo img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 150px !important;
    }
    .navbar_header ul.list-nav a {
        font-size: 14px;
    }
    .header__conected ul li {
        margin: 0px 4px;
        font-size: 14px;
    }
    .footer_top .row>div {
        min-width: 100%;
    }
    section.contact_us_form .form .form-group input,
    section.contact_us_form .form .form-group textarea {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner_slid_item .banner_slid_data h1 {
        width: 100%;
        font-size: 32px;
    }
    .banner_slid_links ul li.btn {
        padding: 0px 15px;
        margin: 0px 5px;
    }
    .banner_slid_links ul li.btn a {
        font-size: 15px;
    }
    .homepage-wrapper section.banner_slid {
        min-height: auto;
        height: auto;
    }
    .homepage-wrapper .banner_slid_item {
        min-height: auto;
        height: auto;
        padding: 0;
    }
    .homepage-wrapper .banner_slid_item .col-md-6 {
        min-height: 500px;
        height: 500px;
        width: 50% !important;
    }
    .homepage-wrapper .banner_slid_item .col-md-6:first-child {
        padding-right: 7.5px;
        padding-left: 0;
    }
    .homepage-wrapper .banner_slid_item .col-md-6:last-child {
        padding-left: 7.5px;
        padding-right: 0;
    }
    .banner_slid_image {
        min-height: 500px !important;
        height: 500px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image #banner-slider {
        min-height: 500px !important;
        height: 500px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image .owl-carousel {
        min-height: 500px !important;
        height: 500px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image .owl-carousel .owl-stage-outer {
        min-height: 500px !important;
        height: 500px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image .owl-carousel .owl-item {
        min-height: 500px !important;
        height: 500px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image .item {
        min-height: 500px !important;
        height: 500px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner_slid_image .item img {
        min-height: 500px !important;
        height: 500px !important;
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .banner_slid_item .banner_slid_data {
        min-height: 500px;
        height: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {}

.form-group.--checkBox input[type="radio"] {
    width: unset !important;
    min-width: unset !important;
}

section.contact_us_data .col-md-3.col-sm-6.col-xs-12 {
    margin-bottom: 20px;
}

.contact_us_data_item {
    color: #fff;
    text-align: center;
}

section.contact_us_data .title {
    text-align: center;
}

section.contact_us_data .title h2:after {
    background: #cacaca !important;
}

.header__conected ul li span.data {
    direction: initial;
}
.real_estate_brokerage_dis p:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: #fff;
    inset-inline-start: 4px;
    top: 14px;
}
