        body {
            font-family: 'Inter', sans-serif;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        /* Prevent WP admin bar from overlapping fixed Bootstrap nav when logged in. */
        body.admin-bar .fixed-top {
            top: 32px;
        }

        @media screen and (max-width: 782px) {
            body.admin-bar .fixed-top {
                top: 46px;
            }
        }
        .breadcrumbs{
            display: none;
        }
        .swiperMain {
            width: 100%;
            height: 100dvh;
            height: 100dvh; 
        }
        #welcomText{
            min-height:800px;
        }
        .popover {
            z-index: 99999 !important;
        }
        .font-prata{
            font-family: 'Prata', serif !important;
            letter-spacing: 2px;
        }
           .frost_bkg {
            background: rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(10px);
            padding: 0px;
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        }
        .zform {
            min-height: 700px;  
            background: rgb(74, 74, 74);
        }
        .cornerbit1{
        border-top:solid 2px rgba(201,169,98,.3);
        border-left: solid 2px rgba(201,169,98,.3);
        width:4rem; height:4rem;
        
        }
        .cornerbit2{
        border-bottom:solid 2px rgba(201,169,98,.3);
        border-right: solid 2px rgba(201,169,98,.3);
        width:4rem; height:4rem;
        
        }
        .enquiryButt{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 500;
            letter-spacing: 0.025em;
            text-transform: uppercase;
            transition: all 0.3s ease;
            outline: none;
            opacity: 1;
            cursor: pointer;
            padding: 12px 24px;
            font-size: 0.875rem;
            width: 100%;
            background: linear-gradient(to right, #c9a962, #e8d5a3);
            color: #2a2a2a;
            border: none;
            border-radius: 0;

        }
        .enquiryButt:hover{
        background: linear-gradient(to right, #d4b574, #f0e2b5);
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .text-gold{
            background: linear-gradient(to right, #c9a962, #e8d5a3);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        #navsearchdrop{
            width:auto;
        }
       .video-background {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            object-fit: cover;
            z-index: -1;
        }
        
        .swiper-slide-top {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }
        .footlinks, .footlinks:visited{
            color:grey;
        }
        .footlinks:hover{
            color:#999;
        }
        .content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
            max-width: 800px;
            padding: 0 20px;
        }
        
        .site-title {
            font-family: 'Prata', serif;
            font-size: 3.5rem;
            margin-bottom: 1rem;
            letter-spacing: 2px;
        }
        .offcanvas-title{
            font-family: 'Prata', serif;
            font-size: 1.5rem;
            margin-bottom: 1rem;
            letter-spacing: 2px;
        }
        .subtitle {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            font-weight: 300;
        }
        
        .contact-form {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 2rem;
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            max-width: 500px;
            margin: 0 auto;
        }
        
        .form-control {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: white;
            margin-bottom: 1rem;
        }
        
        .form-control::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }
        
        .form-control:focus {
            background: rgba(255, 255, 255, 0.2);
            border-color: #007bff;
            box-shadow: none;
            color: white;
        }
        .bg-body-blurred{
            background-color: rgba(255, 255, 255, 0.25) !important;
            backdrop-filter: blur(8px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }
        .toprow{
            font-size: 13px;
            padding-top: 3px;
            padding-bottom: 3px;
        }
        .nav-link,.nav-link:visited{
            color: white;
            font-family: 'Inter', sans-serif;
            font-weight: 300;
        }
        .btn-primary {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(8px);
            border-radius: 55px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 12px 30px;
            font-weight: 200;
            text-transform: uppercase;
            letter-spacing: 1px;
             --bs-btn-color: #fff;
                --bs-btn-bg: rgba(255, 255, 255, 0.1);
                --bs-btn-border-color: rgba(255, 255, 255, 0.2);
                --bs-btn-hover-color: #fff;
                --bs-btn-hover-bg: rgba(255, 255, 255, 0.2);
                --bs-btn-hover-border-color: rgba(255, 255, 255, 0.2);
                --bs-btn-focus-shadow-rgb: 49, 132, 253;
                --bs-btn-active-color: #fff;
                --bs-btn-active-bg: rgba(255, 255, 255, 0.2);
                --bs-btn-active-border-color: rgba(255, 255, 255, 0.2);
                --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                --bs-btn-disabled-color: #fff;
                --bs-btn-disabled-bg: #0d6efd;
                --bs-btn-disabled-border-color: #0d6efd;
        }
       
        
        .alert {
            padding: 1rem;
            margin-bottom: 1rem;
            border-radius: 8px;
            border: 1px solid transparent;
        }
        
        .alert-success {
            background: rgba(40, 167, 69, 0.2);
            border-color: rgba(40, 167, 69, 0.4);
            color: #28a745;
        }
        
        .alert-error {
            background: rgba(220, 53, 69, 0.2);
            border-color: rgba(220, 53, 69, 0.4);
            color: #dc3545;
        }
        
        .btn-loading {
            position: relative;
            pointer-events: none;
        }
        
        .btn-loading::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 16px;
            height: 16px;
            margin: -8px 0 0 -8px;
            border: 2px solid transparent;
            border-top: 2px solid #ffffff;
            border-radius: 50%;
            animation: spin 0.8s linear infinite;
        }
        
        .btn-loading span {
            opacity: 0;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .inspiration-quotes {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 2rem;
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            margin-top: 2rem;
        }
        
        .inspiration-quotes blockquote {
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 1rem;
        }
        
        .inspiration-quotes .lead {
            color: #007bff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        /* Parallax Cards Styles */
        .paralaxcards4 {
            position: relative;
            min-height: 100vh;
            padding: 50px 0;
        }
        
        .paralaxcards4 .col-12 {
            will-change: transform;
            backface-visibility: hidden;
            transform: translateZ(0);
        }
        
        .paralaxcards4 .card {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            border: none;
        }
        
        .paralaxcards4 .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        }

        /* Horizontal Parallax Cards Styles */
        .paralaxcards5 {
            position: relative;
            height: 20rem; /* Fixed height - 1 card height */
            overflow: hidden;
            padding: 20px 0;
            display: flex;
            align-items: center;
        }
        
        .paralaxcards5 .slidor {
            position: absolute;
            flex: 0 0 auto;
            will-change: transform;
        }
        
        .paralaxcards5 .card {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            border: none;
            height: 18rem;
            width: 18rem;
        }
        
        .paralaxcards5 .card:hover {
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        }

        /* Horizontal Parallax Cards Styles for paralaxcards6 */
        .paralaxcards6 {
            position: relative;
            height: 20rem; /* Fixed height - 1 card height */
            overflow: hidden;
            padding: 20px 0;
            display: flex;
            align-items: center;
        }
        
        .paralaxcards6 .slidor {
            position: absolute;
            flex: 0 0 auto;
            will-change: transform;
        }
        
        .paralaxcards6 .card {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            border: none;
            height: 18rem;
            width: 18rem;
        }
        
        .paralaxcards6 .card:hover {
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        }

        /* Disable animations for screens smaller than 900px */
        @media (max-width: 899px) {
            .paralaxcards4 .col-12,
            .paralaxcards5 .slidor,
            .paralaxcards6 .slidor {
                transform: none !important;
                will-change: auto !important;
            }
            
            .paralaxcards5 .slidor {
                position: relative !important;
                display: inline-block !important;
            }
            
            .paralaxcards6 .slidor {
                position: relative !important;
                display: inline-block !important;
            }
            
            .paralaxcards5,
            .paralaxcards6 {
                height: auto !important;
                overflow: visible !important;
                display: block !important;
            }
        }

        @media (max-width: 768px) {
            .site-title {
                font-size: 2.5rem;
            }
            .subtitle {
                font-size: 1.2rem;
            }


        }

        /* Navbar Scroll Effects */
         .navbar {
            transition: all 0.3s ease;
        }
        
        .bg-body-blurred {
            background: rgba(0, 0, 0, 0.1) !important;
            backdrop-filter: blur(10px);
        }
        
        .navbar-scrolled {
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: none;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .navbar-scrolled .nav-link {
            color: #333 !important;
        }
        
        .navbar-scrolled .nav-link:hover {
            color: #666 !important;
        }

        .navbar-scrolled .nav-link.active {
            color: #666 !important;
        }
        
        .navbar-scrolled .navbar-toggler {
            border-color: #333;
        }
        
        .navbar-scrolled .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        
        .navbar-scrolled .navbar-toggler {
            border-color: #000 !important;
           
        }
        .navbar-scrolled .bi-list {
            color: #000 !important;
        }
        /* Menu buttons positioning */
        .menubutts {
            margin-left: auto;
        }
        
        .navbar-scrolled .menubutts .btn {
            color: #333 !important;
        }
        
        .navbar-scrolled .menubutts .btn:hover {
            color: #666 !important;
        }
        /* change virtualselect dropdown text color */
        .navbar-scrolled #navsearchdrop {
            color: #666 !important;
        }

        /* Target Virtual Select's actual text elements when navbar is scrolled */
        .navbar-scrolled #navsearchdrop .vscomp-toggle-button {
            color: #666 !important;
        }

        .navbar-scrolled #navsearchdrop .vscomp-value {
            color: #666 !important;
        }

        .navbar-scrolled #navsearchdrop .vscomp-placeholder {
            color: rgba(102, 102, 102, 0.7) !important;
        }

        .navbar-scrolled #navsearchdrop .vscomp-arrow::before {
            color: #666 !important;
        } 
    
        /* Megamenu Modal Blur Effect */
        #megamenu {
            top: 120px !important;
        }
        
        #megamenu .modal-dialog {
            margin-top: 0 !important;
            
        }
        
        #megamenu .modal-content {
            background: rgba(255, 255, 255, 0.9) !important;
            backdrop-filter: blur(15px) !important;
            -webkit-backdrop-filter: blur(15px) !important;
            border: 1px solid rgba(255, 255, 255, 0.2) !important;
            border-radius: 15px !important;
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37) !important;
                        

        }
        .modal-xl {
            --bs-modal-width: 90%;
        }
        #megamenu .modal-backdrop {
            background-color: rgba(0, 0, 0, 0.5) !important;
            backdrop-filter: blur(8px) !important;
            -webkit-backdrop-filter: blur(8px) !important;
        }
        
        .megamenu-title {
            font-size: .89rem;
            font-family: 'Inter', sans-serif;
            transition: color 0.3s ease;
            font-weight: 600;
            color: #666;
            text-transform: uppercase;
        }
      .ontop{
        z-index: 99999;
      }
      
      /* VirtualSelect Transparent Background */
      .vscomp-wrapper {
        background: transparent !important;
      }
      
      .vscomp-toggle-button {
        background: transparent !important;
        border: none !important;
        color: white !important;
      }
      
      .vscomp-value {
        color: white !important;
      }
      
      .vscomp-placeholder {
        color: rgba(255, 255, 255, 0.7) !important;
      }
      
      .vscomp-arrow {
        color: white !important;
      }
      
      /* Hide default arrow and show search icon */
      #navsearchdrop .vscomp-arrow::after {
        display: none !important;
      }
      
      #navsearchdrop .vscomp-arrow::before {
        content: "\F52A" !important;
        font-family: "bootstrap-icons" !important;
        font-size: 16px;
        border: none !important;
        margin: 0 !important;
        transform: none !important;
        width: auto !important;
        height: auto !important;
      }
      
      .vscomp-dropbox {
        background: rgba(255, 255, 255, 0.95) !important;
        backdrop-filter: blur(15px) !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        border-radius: 8px !important;
      }
      
      .vscomp-option {
        color: #333 !important;
      }
      
      .vscomp-option:hover {
        background: rgba(0, 123, 255, 0.1) !important;
      }
.whyDubaiSlide{
    height: 34rem !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
   .whyDubaiSlide .card-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
   }
   .swiper-scrollbar_dubai{
    position: relative;
    width:100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
   }
.zsearchbar .btn-primary{

    z-index: 10;

    font-size: 15px;
    font-weight: 200;
}
/* Frosty theme for zsearchbar dropdown menus */
.zsearchbar .dropdown-menu {
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    padding: 10px 0 !important;
    margin-top: 5px !important;
    z-index:99 !important;
}

.zsearchbar .dropdown-item {
    color: rgba(255, 255, 255, 0.9) !important;
    background: transparent !important;
    
    transition: all 0.3s ease !important;
    font-weight: 300 !important;
    position: relative !important;
    overflow: hidden !important;
}

.zsearchbar .dropdown-item:hover,
.zsearchbar .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
   
}

.zsearchbar .dropdown-item:active {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    transform: none !important;
}

/* Alternative approach with pseudo-element for slide effect */
.zsearchbar .dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(-4px);
    transition: transform 0.3s ease;
}

.zsearchbar .dropdown-item:hover::before {
    transform: translateX(0);
}

/* Custom scrollbar for dropdown if needed */
.zsearchbar .dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.zsearchbar .dropdown-menu::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.zsearchbar .dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.zsearchbar .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Dropdown divider styling */
.zsearchbar .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.2) !important;
    margin: 8px 0 !important;
}

/* Animation for dropdown appearance */
.zsearchbar .dropdown-menu.show {
    animation: fadeInDropdown 0.3s ease-out;
}

@keyframes fadeInDropdown {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Ensure proper z-index for dropdowns */
.zsearchbar .dropdown {
    position: relative;
}

.zsearchbar .dropdown-menu {
    z-index: 1050 !important;
}
.Emaar{
    background-image: url('../img/emaar.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 377px !important;
    text-decoration: none !important;
}

/* Mobile fixes for Virtual Select positioning */
@media (max-width: 768px) {
    .vscomp-dropbox-wrapper {
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    .pop-comp-wrapper {
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .vscomp-dropbox {
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
    
    /* Ensure virtual select wrappers don't overflow on mobile */
    .vscomp-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .vscomp-dropbox-container {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    /* Extra small devices specific fixes */
    .vscomp-dropbox-wrapper,
    .pop-comp-wrapper {
        left: 5px !important;
        right: 5px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: calc(100% - 10px) !important;
    }
}

