@charset "UTF-8";
/*!--------------------
Template Name: Realestics - Real Estate HTML Template
Author: tempticspro
Version: 1.0

CSS INDEX
=================== 
01. CUSTOM PROPERTIES
02. GLOBAL
03. Components
04. Sidebar
05. Header
06. Hero
07. Cities
08. Filter Search
09. Featured Properties
10. Facilities
11. Properties
12. Stats
13. Blog
14. Partners
15. Ad
16. Testimonial
17. Footer

--- INNER PAGES
16. About Page
17. Projects Page
18. Project Details Page
19. How it works Page
20. Services Page
21. Service Details Page
22. Team Details Page
23. Blog Page
24. Blog Details Page
25. Pricing Page
26. Contact Page

*/

/* Global Image Quality Settings */
img {
    image-rendering: auto;
    image-rendering: smooth;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Prevent image scaling on hover for better quality */
.card-image,
.investment-image,
.ul-2-property-img img,
.ul-2-banner-slide img,
.main-logo {
    will-change: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* ============================================
   IVYMODE FONT FAMILY - FONT FACE DECLARATIONS
   ============================================ */

/* VF Thin - Variable Font */
/* Commented out - Font files missing to prevent 404 errors
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/fonnts.com-IvyMode_VF_Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
*/

/* Thin */
/* Commented out - Font files missing to prevent 404 errors
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/fonnts.com-IvyMode_Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/fonnts.com-IvyMode_Thin_Italic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
*/

/* Light */
/* Commented out - Font files missing to prevent 404 errors
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/fonnts.com-IvyMode_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/fonnts.com-IvyMode_Light_Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
*/

/* Regular */
/* Commented out - Font file missing
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/fonnts.com-IvyMode_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*/

/* Commented out - Font file missing to prevent 404 error
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/fonnts.com-IvyMode_Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
*/

/* SemiBold */
/* Commented out - Font file missing
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/fonnts.com-IvyMode_SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/

/* Commented out - Font file missing to prevent 404 error
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/fonnts.com-IvyMode_SemiBold_Italic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
*/

/* Bold */
/* Commented out - Font files missing to prevent 404 errors
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/fonnts.com-IvyMode_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/fonnts.com-IvyMode_Bold_Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
*/

/* ============================================
   FONT VARIABLES - IVYMODE (ACTIVE) / TIMES NEW ROMAN (COMMENTED - FALLBACK)
   ============================================ */
:root {
  --black: #000;
  --white: #fff;
  --ul-primary: #350b01;
  --ul-secondary: #000929;
  --ul-gray: #EBEBEB;
  --ul-black: #111111;
  --ul-gray2: #6C6E76;
  --ul-gradient: linear-gradient(90deg, var(--ul-primary) 0%, var(--ul-secondary) 100%);
  
  /* Active Font: IvyMode */
  --font-primary: "IvyMode", "Times New Roman", Times, serif;
  
  /* Fallback Font (Commented - Uncomment if IvyMode doesn't work well) */
  /* --font-primary: "Times New Roman", Times, serif; */
}

html {
  overflow-x: hidden;
}

/* Apply IvyMode font to text elements, but preserve icon fonts */
/* Times New Roman commented - uncomment if IvyMode doesn't work well */
body, p, h1, h2, h3, h4, h5, h6, a:not([class*="fa"]):not([class*="flaticon"]), 
span:not([class*="fa"]):not([class*="flaticon"]), div, button:not([class*="fa"]), 
input, textarea, select, label, li, ul, td, th {
  font-family: "IvyMode", "Times New Roman", Times, serif !important;
  /* font-family: "Times New Roman", Times, serif !important; */ /* Fallback - commented */
}

/* Ensure i elements with icon classes keep their icon fonts */
i:not([class*="fa"]):not([class*="flaticon"]) {
  font-family: "IvyMode", "Times New Roman", Times, serif !important;
  /* font-family: "Times New Roman", Times, serif !important; */ /* Fallback - commented */
}

/* Preserve icon fonts - do not override these */
/* Flaticon Icons */
[class*="flaticon-"],
[class^="flaticon-"],
.fi,
[class*="flaticon"],
i[class^="flaticon-"],
i[class*=" flaticon-"],
span[class^="flaticon-"],
span[class*=" flaticon-"] {
  font-family: flaticon_real_estate !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* Font Awesome Icons */
.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-brands,
i[class*="fa-"],
[class*="fa-"],
i[class^="fa-"],
span[class*="fa-"],
span[class^="fa-"],
[class^="fa-"],
[class*=" fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  speak: none !important;
}

/* Additional icon font support */
[class^="icon-"],
[class*=" icon-"],
i[class^="icon-"],
i[class*=" icon-"] {
  font-family: flaticon_real_estate !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body {
  font-family: var(--font-primary);
  margin: auto;
  overflow: hidden;
  position: fixed;
  background: radial-gradient(circle at center, #f5ebdf 0%, #f5ebdf 100%) !important;
}

a,
button,
img,
svg path {
  transition: 0.4s ease;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--black);
}
a:hover {
  color: var(--ul-primary);
}

i {
  display: inline-flex;
}

p {
  line-height: 1.75;
}

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

input {
  background-color: transparent;
}
input:focus, input:focus-visible, input:focus-within {
  outline: none;
}

[data-sal] {
  transition-duration: 1s;
  transition-delay: 0.2s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

button {
  background: none;
  border: none;
}

@media screen and (max-width: 479px) {
  .d-xxs-none {
    display: none !important;
  }
}

.ul-container {
  --container-space-x: 30px;
  max-width: calc(clamp(940px, 200.48vw, 1170px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-container {
  margin: 0 clamp(15px, 10.25vw, 195px);
}
@media screen and (max-width: 1599px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 7.88vw, 150px);
  }
}
@media screen and (max-width: 1399px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 2.88vw, 150px);
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-1 > * {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-2 > * {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.logo {
  width: clamp(115px, 8.93vw, 170px);
}

.ul-bs-row {
  --bs-gutter-x: clamp(15px, 1.58vw, 30px);
  --bs-gutter-y: clamp(15px, 1.58vw, 30px);
}

.ul-inner-page-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1000px, 74.09vw, 1410px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-page-content-wrapper {
  padding-top: clamp(60px, 5.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
  padding-bottom: 0;
}

.ul-section-spacing {
  padding-top: clamp(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
}

.wow {
  animation-duration: 1s !important;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.ss-main:focus {
  box-shadow: none;
}

.ss-content.ss-open-below {
  border-radius: 8px;
}

/* Banner Positioning and Responsive Fixes for Vanya Spaces Website */

/* Fix 1: Ensure banner displays properly without being cut off */
.ul-banner {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ul-banner-slide {
  margin-top: 0 !important;
  /* Remove this line to allow responsive padding */
}

/* Mobile Banner Specific Fixes */
@media screen and (max-width: 575px) {
  .ul-banner-slide {
    padding-top: clamp(60px, 7vw, 100px) !important;
    min-height: 50vh !important;
  }
}

/* Fix 2: Remove gap between navbar and banner on mobile/tablet */
@media screen and (max-width: 991px) {
    /* Remove any margin/padding from banner that creates gap */
    .ul-banner-slide,
    .carousel-item,
    .hero-banner,
    .banner-section {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Ensure navbar doesn't add bottom margin */
    .ul-header,
    .navbar,
    .navbar-expand-lg {
        margin-bottom: 0 !important;
        padding-bottom: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    /* Ensure proper banner display on mobile devices */
    .ul-banner-slide {
        /* Keep responsive padding for proper banner display */
        padding-top: clamp(70px, 8vw, 120px) !important;
        margin-top: 0 !important;
    }
    
    /* Make banner full-bleed under navbar but with proper spacing */
    .ul-banner,
    .hero-section,
    .banner-container {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* Fix 2: Optimize stats section font sizes for mobile */
@media screen and (max-width: 767px) {
    /* Reduce large numbers in stats */
    .stats-number,
    .counter-number,
    .ul-stats-number,
    h1.counter,
    .number-display,
    .stats h1,
    .stats h2,
    .stat-item h3 {
        font-size: 2rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* Reduce labels in stats */
    .stats-label,
    .stats-text,
    .ul-stats-label,
    .stats p,
    .stats span {
        font-size: 0.875rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0 !important;
    }
    
    /* Improve stats container layout */
    .stats-container,
    .ul-stats,
    .stats-section {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 1rem 0.5rem !important;
        gap: 0.5rem !important;
    }
    
    /* Ensure stats cards stack properly */
    .stats-card,
    .stat-item,
    .ul-stats-item {
        width: 100% !important;
        max-width: 300px !important;
        margin: 0.5rem auto !important;
        padding: 1rem !important;
        text-align: center !important;
    }
}

/* Additional mobile optimizations for small screens */
@media screen and (max-width: 575px) {
    /* Extra small screens - further font reduction */
    .stats-number,
    .counter-number,
    .ul-stats-number,
    h1.counter,
    .number-display,
    .stat-item h3 {
        font-size: 1.75rem !important;
    }
    
    .stats-label,
    .stats-text,
    .ul-stats-label {
        font-size: 0.8rem !important;
    }
    
    /* Ensure no horizontal overflow */
    .stats-container,
    .ul-stats,
    .stats-section {
        padding: 0.5rem !important;
        margin: 0 !important;
    }
}

/* Mobile Stats Section Optimization */
@media screen and (max-width: 767px) {
    /* Reduce stats section height */
    .stats-section {
        padding: 2rem 0 !important;
    }
    
    /* Reduce individual stat item spacing */
    .stat-item {
        margin-bottom: 1rem !important;
        padding: 0.5rem !important;
    }
    
    /* Reduce large numbers size */
    .stat-item h3,
    .stat-item .display-4 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* Reduce text size and spacing */
    .stat-item p {
        font-size: 0.9rem !important;
        margin-bottom: 0 !important;
        line-height: 1.3 !important;
    }
    
    /* Reduce column margins */
    .stats-section .col-lg-3,
    .stats-section .col-md-6 {
        margin-bottom: 1rem !important;
    }
    
    /* Reduce container padding */
    .stats-section .container {
        padding: 0 1rem !important;
    }
}

/* Extra small screens - further reduction */
@media screen and (max-width: 575px) {
    .stats-section {
        padding: 1.5rem 0 !important;
    }
    
    .stat-item h3,
    .stat-item .display-4 {
        font-size: 1.5rem !important;
        margin-bottom: 0.25rem !important;
    }
    
    .stat-item p {
        font-size: 0.8rem !important;
    }
    
    .stat-item {
        margin-bottom: 0.75rem !important;
        padding: 0.25rem !important;
    }
    
    .stats-section .col-lg-3,
    .stats-section .col-md-6 {
        margin-bottom: 0.75rem !important;
    }
}

/* Fix banner carousel specific issues */
@media screen and (max-width: 767px) {
    .carousel-item.active {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    
    .carousel-inner {
        margin-top: 0 !important;
    }
    
    /* Ensure banner content doesn't get cut off */
    .banner-content,
    .hero-content,
    .ul-banner-slide-txt {
        padding-top: 20px !important;
    }
}

/* Services Swiper Infinite Auto-Scroll Styling */
.services-swiper {
  width: 100%;
  padding: 20px 0 40px 0;
  overflow: hidden;
  position: relative;
}

.services-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.services-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}

/* Navigation Arrow Buttons - Professional Design */
.services-slider-prev,
.services-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  opacity: 0.9;
}

.services-slider-prev {
  left: -70px;
}

.services-slider-next {
  right: -70px;
}

.services-slider-prev:hover,
.services-slider-next:hover {
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  background: var(--ul-primary);
  border-color: var(--ul-primary);
  opacity: 1;
}

.services-slider-prev i,
.services-slider-next i {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.services-slider-prev:hover i,
.services-slider-next:hover i {
  color: #ffffff;
}

.services-slider-prev:hover i {
  transform: translateX(-4px);
}

.services-slider-next:hover i {
  transform: translateX(4px);
}

.services-slider-prev:active,
.services-slider-next:active {
  transform: translateY(-50%) scale(1.05);
}

.services-slider-prev.swiper-button-disabled,
.services-slider-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/* Responsive Design for Tablets and Mobile */
@media (max-width: 1200px) {
  .services-slider-prev {
    left: -20px;
  }
  
  .services-slider-next {
    right: -20px;
  }
}

@media (max-width: 991px) {
  .services-slider-prev,
  .services-slider-next {
    width: 45px;
    height: 45px;
    left: 5px;
    opacity: 0.95;
  }
  
  .services-slider-next {
    right: 5px;
  }
  
  .services-slider-prev i,
  .services-slider-next i {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .services-slider-prev,
  .services-slider-next {
    width: 40px;
    height: 40px;
    left: 0;
  }
  
  .services-slider-next {
    right: 0;
  }
  
  .services-slider-prev i,
  .services-slider-next i {
    font-size: 16px;
  }
}

.service-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,0.05);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  border-color: var(--ul-primary);
}

.service-card .service-icon {
  margin-bottom: 20px;
}

.service-card .service-icon i {
  transition: all 0.3s ease;
  color: var(--ul-primary);
}

.service-card:hover .service-icon i {
  transform: scale(1.15) rotate(5deg);
}

.service-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.service-card p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive spacing for mobile */
@media (max-width: 767px) {
  .services-swiper {
    padding: 15px 0 30px 0;
  }
  
  .service-card {
    margin: 0 5px;
  }
}

/* Social Media Videos Section Styling */
.social-videos-swiper {
  width: 100%;
  padding: 20px 0 60px 0;
  position: relative;
}

.social-videos-swiper .swiper-wrapper {
  align-items: stretch;
}

.social-videos-swiper .swiper-slide {
  /* height: auto; */
  display: flex;
  align-items: stretch;
  /* width: auto !important; */
}

.video-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 450px !important;
}

.video-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 35px rgba(0,0,0,0.15);
}

.video-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}

.video-badge i {
  font-size: 16px;
}

.youtube-badge {
  background: linear-gradient(135deg, #FF0000 0%, #CC0000 100%);
}

.instagram-badge {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  background: #000;
  overflow: hidden;
  flex-shrink: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
  max-width: 100% !important;
  min-width: 100% !important;
}

.video-info {
  padding: 20px 20px 40px 20px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.video-info h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.4;
}

.video-info p {
  font-size: 14px;
  margin: 0;
  color: #666;
}

/* Social Videos Navigation Buttons */
.social-video-prev,
.social-video-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  opacity: 0.9;
}

.social-video-prev {
  left: -70px;
}

.social-video-next {
  right: -70px;
}

.social-video-prev:hover,
.social-video-next:hover {
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  background: var(--ul-primary);
  border-color: var(--ul-primary);
  opacity: 1;
}

.social-video-prev i,
.social-video-next i {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.social-video-prev:hover i,
.social-video-next:hover i {
  color: #ffffff;
}

.social-video-prev:hover i {
  transform: translateX(-4px);
}

.social-video-next:hover i {
  transform: translateX(4px);
}

/* Social Videos Pagination */
.social-video-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.social-video-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-video-pagination .swiper-pagination-bullet-active {
  background: var(--ul-primary);
  width: 30px;
  border-radius: 5px;
}

/* Responsive Design for Video Cards */
@media (max-width: 1200px) {
  .social-video-prev {
    left: -20px;
  }
  
  .social-video-next {
    right: -20px;
  }
}

@media (max-width: 991px) {
  .social-video-prev,
  .social-video-next {
    width: 45px;
    height: 45px;
    left: 5px;
    opacity: 0.95;
  }
  
  .social-video-next {
    right: 5px;
  }
  
  .social-video-prev i,
  .social-video-next i {
    font-size: 18px;
  }
  
  .video-badge {
    font-size: 11px;
    padding: 6px 12px;
  }
  
  .video-badge i {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .social-video-prev,
  .social-video-next {
    width: 40px;
    height: 40px;
    left: 0;
  }
  
  .social-video-next {
    right: 0;
  }
  
  .social-video-prev i,
  .social-video-next i {
    font-size: 16px;
  }
  
  .video-info {
    padding: 15px 15px 30px 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .video-info h5 {
    font-size: 16px;
  }
}

/* Company Information Section Styles */
.company-info-section {
    font-family: "Times New Roman", Times, serif;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.company-info-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.info-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 25px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.08),
        0 8px 25px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #350b01 0%, #a76626 50%, #f6bd85 100%);
    z-index: 1;
}

.info-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.12),
        0 15px 35px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.info-card-header {
  background: linear-gradient(135deg, #f6bd85 0%, #350b01 50%, #f6bd85 100%);
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.info-card-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.info-card-header h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: "Times New Roman", Times, serif;
}

.info-card-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.info-card-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e3f2fd 50%, transparent 100%);
}

.info-intro {
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
}

.info-intro::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background: linear-gradient(135deg, #350b01 0%, #a76626 100%);
    border-radius: 2px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex: 1;
}

.info-list li {
    position: relative;
    padding: 6px 0 6px 35px;
    margin-bottom: 6px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding-left: 35px;
}

.info-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #350b01 0%, #a76626 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(167, 102, 38, 0.2);
}

.info-list li:hover {
    background: rgba(167, 102, 38, 0.05);
    padding-left: 40px;
    color: #333;
}

.info-card-footer {
    margin-top: auto;
    padding-top: 15px;
    text-align: center;
}

.info-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background: linear-gradient(135deg, #350b01 0%, #a76626 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 6px 20px rgba(167, 102, 38, 0.3);
    border: none;
    position: relative;
    overflow: hidden;
}

.info-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.info-btn:hover::before {
    left: 100%;
}

.info-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(167, 102, 38, 0.4);
    text-decoration: none;
    color: #ffffff;
}

.info-btn i {
    transition: transform 0.3s ease;
}

.info-btn:hover i {
    transform: translateX(5px);
}

/* Stats Cards */
.stat-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #350b01 0%, #a76626 50%, #f6bd85 100%);
}

.stat-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.12),
        0 10px 25px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #350b01 0%, #a76626 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #ffffff;
    font-size: 28px;
    box-shadow: 
        0 10px 30px rgba(167, 102, 38, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.stat-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: shimmer 3s infinite;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    line-height: 1;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: -1px;
}

.stat-label {
    font-size: 13px;
    color: #7f8c8d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

/* Responsive Design */
@media (max-width: 768px) {
    .info-card-header {
        padding: 15px;
    }
    
    .info-card-header h3 {
        font-size: 14px;
    }
    
    .info-card-content {
        padding: 20px;
    }
    
    .info-intro {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .info-list li {
        font-size: 12px;
        margin-bottom: 5px;
        padding: 4px 0 4px 30px;
    }
    
    .info-card-footer {
        padding-top: 10px;
    }
    
    .info-btn {
        padding: 10px 20px;
        font-size: 11px;
    }
    
    .stat-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    
    .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

/* Index Page Custom Styles */

/* Ensure no gaps between navbar and banner */
body.home-page main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home-page header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.home-page {
  padding-top: 0 !important;
}

/* Hero Section - Video/Slider Background */
.hero-section-video {
  position: relative;
  width: 100%;
  height: 960px;
  min-height: 960px;
  max-height: 960px;
  overflow: hidden;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  top: 0 !important;
}


/* Hero Banner Swiper */
.hero-banner-swiper {
  width: 100%;
  height: 960px;
  min-height: 960px;
  max-height: 960px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.hero-banner-swiper .swiper-slide {
  width: 100%;
  height: 960px;
  min-height: 960px;
  max-height: 960px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Banner Slide Item */
.banner-slide-item {
  width: 100%;
  height: 960px;
  min-height: 960px;
  max-height: 960px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #000; */
}

.banner-image {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

/* Override img-fluid for banner images */
.banner-slide-item .img-fluid {
  width: 100% !important;
  height: 960px !important;
  max-width: 100% !important;
  max-height: 960px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
}

/* Banner Overlay - Not needed for image-only banners */

/* Navigation Arrows */
.hero-nav-next,
.hero-nav-prev {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  z-index: 10;
}

.hero-nav-next:hover,
.hero-nav-prev:hover {
  background: rgba(53, 11, 1, 0.8);
  transform: scale(1.1);
}

.hero-nav-next::after,
.hero-nav-prev::after {
  font-size: 20px;
  font-weight: 700;
}

/* Pagination */
.hero-pagination {
  bottom: 40px !important;
  z-index: 10;
}

.hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: #350b01;
  transform: scale(1.3);
}





/* Featured Projects - Unique Card Styling */
.unique-card {
  border-radius: 20px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  overflow: hidden !important;
  position: relative !important;
}

.unique-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.02) 0%, rgba(40, 167, 69, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.unique-card:hover::before {
  opacity: 1;
}

.unique-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(0, 123, 255, 0.2) !important;
}

/* Card Image Styling */
.card-image {
  height: 250px !important;
  object-fit: cover !important;
  transition: transform 0.4s ease !important;
  border-radius: 0 !important;
  image-rendering: auto;
  image-rendering: smooth;
}

.unique-card:hover .card-image {
  transform: none !important;
}

/* Card Overlay */
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.unique-card:hover .card-overlay {
  opacity: 1;
}

/* Featured Badge */
.featured-badge {
  background: linear-gradient(135deg,#f6bd85  0%, #f6bd85 100%) !important;
  border-radius: 15px !important;
  padding: 8px 16px !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
  z-index: 3 !important;
}

/* Hover Content */
.card-hover-content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 4;
}

.unique-card:hover .card-hover-content {
  opacity: 1;
  transform: translateY(0);
}

.card-hover-content .btn {
  border-radius: 25px !important;
  padding: 8px 16px !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3) !important;
}

/* Card Body Styling */
.unique-card .card-body {
  position: relative;
  z-index: 2;
  background: #fff !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Card Footer Section - Fixed Position */
.unique-card .card-footer-section {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  flex-shrink: 0;
}

/* Make content sections in card body flexible */
.unique-card .card-body > :not(.card-footer-section) {
  flex-grow: 0;
}

/* Title Link */
.title-link {
  transition: color 0.3s ease !important;
  font-size: 1.1rem !important;
  line-height: 1.3 !important;
}

.title-link:hover {
  color: #350b01 !important;
}

/* Override Bootstrap text-primary to theme color */
.text-primary,
.text-primary:focus,
.text-primary:hover,
a.text-primary,
a.text-primary:hover,
i.text-primary {
  color: #350b01 !important;
}

/* Override btn-primary to theme color */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #350b01 !important;
  border-color: #350b01 !important;
}

.btn-outline-primary {
  color: #350b01 !important;
  border-color: #350b01 !important;
}

.btn-outline-primary:hover {
  background-color: #350b01 !important;
  border-color: #350b01 !important;
}

/* Location Info */
.location-info {
  background: rgba(53, 11, 1, 0.05);
  border-radius: 12px;
  padding: 12px 16px;
  border-left: 4px solid #350b01;
  margin-bottom: auto;
}

.location-text {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}

/* Ensure proper spacing in card body */
.unique-card .card-body .d-flex.justify-content-between.align-items-start.mb-3 {
  margin-bottom: 1rem !important;
}

/* Description Section */
.description-section {
  background: rgba(108, 117, 125, 0.05);
  border-radius: 12px;
  padding: 16px;
  border-left: 4px solid #6c757d;
}

.description-text {
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}

/* Status Badge */
.status-badge {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
  border-radius: 20px !important;
  padding: 6px 14px !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 3px 10px rgba(40, 167, 69, 0.3) !important;
}

/* Price Section */
.price-section {
  background:#f6bd85;
  border-radius: 25px;
  /*padding: 1px 10px;*/
  border: 2px solid r#f6bd85;
}

.price-text {
  font-size: 1.2rem !important;
  margin-bottom: 0 !important;
}

/* View Details Button */
.view-details-btn {
  border-radius: 25px !important;
  /* padding: 10px 20px !important; */
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  background: #350b01 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(53, 11, 1, 0.25) !important;
  transition: all 0.3s ease !important;
  /* keep text on one line and normalize size */
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.2 !important;
  padding: 6px 6px !important;
  font-size: 0.9rem !important;
}

.view-details-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(53, 11, 1, 0.35) !important;
  background: #350b01 !important;
  color: #fff !important;
}

/* On Request (left pill) — prevent wrap and normalize size */
.price-section .on-request-trigger {
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.2 !important;
  padding: 6px 10px !important;
  font-size: 0.95rem !important;
}

/* Ensure both actions stay on one row even on very large screens */
@media (min-width: 1200px) {
  .card-footer-section .d-flex {
    flex-wrap: nowrap !important;
  }
}

/* Responsive Card Adjustments */
@media (max-width: 768px) {
  .unique-card {
    border-radius: 15px !important;
  }
  
  .featured-badge {
    padding: 6px 12px !important;
    font-size: 0.7rem !important;
  }
  
  .card-hover-content {
    bottom: 15px;
    right: 15px;
  }
  
  .location-info,
  .description-section,
  .price-section {
    padding: 10px 12px;
  }
  
  .title-link {
    font-size: 1rem !important;
  }
  
  .price-text {
    font-size: 1.1rem !important;
  }
}

/* Investment Properties Section Styling */
.investment-properties {
  background: linear-gradient(135deg,#f5ebdf 0%, #f5ebdf 100%) !important;
  position: relative;
  overflow: hidden;
}

.investment-properties::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23000" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%23000" opacity="0.02"/><circle cx="50" cy="10" r="1" fill="%23000" opacity="0.02"/><circle cx="10" cy="60" r="1" fill="%23000" opacity="0.02"/><circle cx="90" cy="40" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
  z-index: 1;
}

.investment-slider-container {
  position: relative;
  z-index: 2;
}

/* Investment Swiper */
.investment-swiper {
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.investment-swiper .swiper-slide {
  height: auto;
  padding: 0;
  width: 100%;
}

.investment-swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}

/* Ensure both columns in investment row have same height */
.row.align-items-center.g-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.row.align-items-center.g-4 > .col-md-5,
.row.align-items-center.g-4 > .col-md-7 {
  display: flex;
  min-height: 600px;
  align-items: stretch;
}

.row.align-items-center.g-4 > .col-md-5 > *,
.row.align-items-center.g-4 > .col-md-7 > * {
  width: 100%;
  height: 100%;
}

/* Ensure icons are visible */
.investment-location i,
.investment-features i,
.investment-actions i,
.badge {
  font-family: "Font Awesome 6 Free" !important;
  display: inline-block;
}

/* Fix button icon spacing */
.investment-actions .btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.investment-actions .btn i {
  margin: 0 !important;
}

.investment-features li {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.investment-features li i {
  margin: 0 !important;
  flex-shrink: 0;
}

/* Investment Content */
.investment-content {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  min-height: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.investment-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #350b01 0%, #28a745 50%, #ffc107 100%);
}

.investment-badge {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.investment-badge .badge {
  border-radius: 12px !important;
  padding: 5px 10px !important;
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.investment-title {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #2c3e50 !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
}

.investment-location {
  display: flex !important;
  align-items: center !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: #6c757d !important;
  margin-bottom: 10px !important;
}

.investment-description {
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
  color: #495057 !important;
  margin-bottom: 12px !important;
}

.investment-stats {
  background: rgba(53, 11, 1, 0.05);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(53, 11, 1, 0.1);
}

.investment-stats .stat-item {
  text-align: center;
}

.investment-stats h4 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  margin-bottom: 3px !important;
}

.investment-features {
  background: rgba(40, 167, 69, 0.05);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 12px;
  border-left: 3px solid #28a745;
}

.investment-features h6 {
  color: #2c3e50 !important;
  font-size: 0.95rem !important;
  margin-bottom: 10px !important;
}

.investment-features ul li {
  display: flex !important;
  align-items: center !important;
  font-size: 0.85rem !important;
  color: #495057 !important;
  margin-bottom: 5px !important;
}

.investment-actions {
  margin-top: 0px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.investment-actions .btn {
  border-radius: 20px !important;
  /* padding: 10px 20px !important; */
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.investment-actions .btn-primary {
  background: #350b01 !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(53, 11, 1, 0.3) !important;
  color: #ffffff !important;
  flex: 1;
  min-width: 140px;
}

.investment-actions .btn-outline-primary {
  border: 2px solid #350b01 !important;
  color: #350b01 !important;
  background: transparent !important;
  box-shadow: 0 4px 15px rgba(53, 11, 1, 0.2) !important;
  flex: 1;
  min-width: 140px;
}

.investment-actions .btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4) !important;
}

/* Investment Image Container */
.investment-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.investment-image-container:hover {
  transform: translateY(-5px);
}

.investment-image-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.investment-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 20px;
  image-rendering: auto;
  image-rendering: smooth;
}

.investment-image-container:hover .investment-image {
  transform: none;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(135deg, rgba(112, 101, 240, 0.8) 0%, rgba(111, 25, 3, 0.8) 100%); */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 20px;
}

.investment-image-container:hover .image-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  color: white;
}

.overlay-content h5 {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

/* Investment Navigation */
.investment-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0 20px;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.investment-prev,
.investment-next {
  width: 50px;
  height: 50px;
  background: #350b01;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
  pointer-events: all;
}

.investment-prev:hover,
.investment-next:hover {
  transform: none;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

/* Investment Pagination */
.investment-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

.investment-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(53, 11, 1, 0.3);
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.investment-pagination .swiper-pagination-bullet-active {
  background: #350b01;
  transform: scale(1.2);
}

/* Responsive Investment Properties */
@media (max-width: 768px) {
  .row.align-items-center.g-4 > .col-md-5,
  .row.align-items-center.g-4 > .col-md-7 {
    height: 400px;
  }
  
  .investment-content {
    padding: 20px;
    margin-bottom: 20px;
    height: 400px;
  }
  
  .investment-title {
    font-size: 1.5rem !important;
  }
  
  .investment-swiper {
    height: 400px;
  }
  
  .investment-image {
    height: 100%;
  }
  
  .investment-image-container {
    height: 400px;
  }
  
  .investment-navigation {
    padding: 0 10px;
  }
  
  .investment-prev,
  .investment-next {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .investment-actions .btn {
    padding: 10px 20px !important;
    font-size: 0.8rem !important;
  }
}

@media (max-width: 576px) {
  .row.align-items-center.g-4 > .col-md-5,
  .row.align-items-center.g-4 > .col-md-7 {
    height: 350px;
  }
  
  .investment-content {
    padding: 18px;
    height: 350px;
  }
  
  .investment-title {
    font-size: 1.3rem !important;
  }
  
  .investment-swiper {
    height: 350px;
  }
  
  .investment-image {
    height: 100%;
  }
  
  .investment-image-container {
    height: 350px;
  }
  
  .investment-badge .badge {
    padding: 6px 12px !important;
    font-size: 0.7rem !important;
  }
  
  .investment-stats,
  .investment-features {
    padding: 15px;
  }
  
  .investment-actions {
    flex-direction: column;
    gap: 10px;
  }
  
  .investment-actions .btn {
    width: 100%;
  }
}

/* Trusted Partners Section Styling */
.trusted-partners {
  background: linear-gradient(7deg, #f6bd85 0%, #350b01 100%) !important;
  position: relative;
  overflow: hidden;
}

.trusted-partners::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23000" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  pointer-events: none;
  z-index: 1;
}

.partners-slider-container {
  position: relative;
  z-index: 2;
}

/* Partners Swiper */
.partners-swiper {
  padding: 20px 0;
  overflow: hidden;
  width: 100%;
}

.partners-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Partner Logo Item */
.partner-logo-item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 120px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  flex-shrink: 0;
}

.partner-logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
}

.partner-logo {
  max-width: 128px;
  max-height: 128px;
  width: 110px;
  height: 110px;
  object-fit: contain;
  filter: grayscale(0%) opacity(1);
  transition: all 0.3s ease;
}

.partner-logo-item:hover .partner-logo {
  filter: grayscale(0%) opacity(1);
}

/* Continuous Slider Animation */
.partners-swiper {
  --swiper-navigation-size: 0;
}

.partners-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Responsive Partners */
@media (max-width: 768px) {
  .partner-logo-item {
    height: 80px;
    width: 80px;
    padding: 12px;
    margin: 0 3px;
  }
  
  .partner-logo {
    max-width: 55px;
    max-height: 55px;
    width: 55px;
    height: 55px;
  }
}

/* Fix: Remove stats hover background image; show only solid theme color */
.ul-stats-item::before { background-image: none !important; opacity: 0 !important; }
.ul-stats-item:hover::before { opacity: 0 !important; }
.ul-stats-item:hover { background-image: none !important; background-color: #350b01 !important; }

/* Contrast tweak: make default stats circles stand out from cream background */
.ul-stats-item {
  background: radial-gradient(120% 120% at 50% 35%, #f3dfc7 0%, #f7e8d7 60%) !important;
  border-color: rgba(167,102,38,.22) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.08);
}
.ul-stats-item i { color: #5a2a12 !important; }
.ul-stats-item i { transition: color .25s ease, transform .25s ease; }
.ul-stats-item:hover i { color: #ffffff !important; transform: translateY(-1px); }

/* Icons in stats circles use default theme styles */

/* THEME: Navbar Dropdown (cream/brown/gold) */
.navbar .dropdown-menu,
.ul-header .dropdown-menu {
  background: #fff8ee !important; /* cream */
  border: 1px solid rgba(167,102,38,.28) !important;
  box-shadow: 0 20px 45px rgba(0,0,0,.15) !important;
  border-radius: 16px !important;
  padding: 8px !important;
}

.navbar .dropdown-item,
.ul-header .dropdown-item {
  color: #2b0e03 !important; /* deep brown */
  font-weight: 700 !important;
  border-radius: 12px !important;
  padding: 12px 18px !important;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item.active,
.ul-header .dropdown-item:hover,
.ul-header .dropdown-item:focus,
.ul-header .dropdown-item.active {
  background: linear-gradient(180deg, #fff3e2 0%, #f6e6cf 100%) !important; /* soft cream gradient */
  color: #2b0e03 !important;
  box-shadow: inset 0 0 0 2px rgba(167,102,38,.25), 0 6px 16px rgba(0,0,0,.08) !important;
}

.navbar .dropdown-divider,
.ul-header .dropdown-divider {
  border-top-color: rgba(167,102,38,.2) !important;
}

.navbar .dropdown-menu .dropdown-item + .dropdown-item,
.ul-header .dropdown-menu .dropdown-item + .dropdown-item {
  margin-top: 4px;
}

.navbar-nav .nav-link.show,
.navbar-nav .dropdown-toggle.show {
  color: #a76626 !important; /* gold-brown when open */
}

@media (max-width: 576px) {
  .partner-logo-item {
    height: 70px;
    width: 70px;
    padding: 10px;
    margin: 0 2px;
  }
  
  .partner-logo {
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
  }
}

/* Responsive Client Enquiry Form */
@media (max-width: 768px) {

}

/* Property Inquiry Section Form Container */

/* Responsive adjustments for property inquiry form */
@media (max-width: 768px) {

}

/* Banner Carousel Styles */
#bannerCarousel .carousel-indicators {
    bottom: 30px;
    z-index: 10;
}

#bannerCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    margin: 0 5px;
    transition: all 0.3s ease;
}

#bannerCarousel .carousel-indicators button.active {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    transform: none;
}

#bannerCarousel .carousel-control-prev,
#bannerCarousel .carousel-control-next {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

#bannerCarousel .carousel-control-prev:hover,
#bannerCarousel .carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(-50%);
}

#bannerCarousel .carousel-control-prev {
    left: 30px;
}

#bannerCarousel .carousel-control-next {
    right: 30px;
}

#bannerCarousel .carousel-item {
    transition: transform 0.6s ease-in-out;
    background-attachment: fixed;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    image-rendering: auto;
    image-rendering: smooth;
}

#bannerCarousel .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    image-rendering: auto;
    image-rendering: smooth;
}

/* Base styles for carousel banner */
#carouselExampleSlidesOnly {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#carouselExampleSlidesOnly .carousel-inner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#carouselExampleSlidesOnly .carousel-item {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Comprehensive Responsive Banner Styles */
/* Tablet View (768px - 1024px) - Proper height and no top padding */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #carouselExampleSlidesOnly {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    #carouselExampleSlidesOnly .carousel-inner {
        margin-top: 0 !important;
        padding-top: 0 !important;
        height: auto !important;
        min-height: auto !important;
    }
    
    #carouselExampleSlidesOnly .carousel-item {
        margin-top: 0 !important;
        padding-top: 0 !important;
        height: auto !important;
        min-height: auto !important;
    }
    
    #carouselExampleSlidesOnly .carousel-item img,
    #carouselExampleSlidesOnly .carousel-item.active img,
    #carouselExampleSlidesOnly .carousel-item.d-block.w-100.img-fluid {
        height: 35vh !important;
        min-height: 280px !important;
        max-height: 400px !important;
        width: 100% !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
    }
}

/* Tablet and Mobile Landscape (768px - 991px width, short height) */
@media screen and (max-width: 991px) and (max-height: 600px) {
    #carouselExampleSlidesOnly {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    #carouselExampleSlidesOnly .carousel-inner {
        height: auto !important;
        min-height: auto !important;
    }
    
    #carouselExampleSlidesOnly .carousel-item {
        margin-top: 0 !important;
        padding-top: 0 !important;
        height: auto !important;
        min-height: auto !important;
    }
    
    #carouselExampleSlidesOnly .carousel-item img {
        height: 50vh !important;
        min-height: 250px !important;
        max-height: 400px !important;
        width: 100% !important;
        padding-top: 53px !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
    }
}

/* Mobile Landscape (576px - 767px width, short height like 767x355) */
@media screen and (max-width: 767px) and (max-height: 600px) {
    #carouselExampleSlidesOnly .carousel-item img {
        height: 45vh !important;
        min-height: 200px !important;
        max-height: 350px !important;
        width: 100% !important;
        padding-top: 53px !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
    }
}

/* Mobile Portrait (max-width: 767px, normal height) */
@media screen and (max-width: 767px) and (min-height: 600px) {
    #carouselExampleSlidesOnly .carousel-item img {
        height: 31vh !important;
        min-height: 250px !important;
        width: 100% !important;
        padding-top: 53px !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
    }
}

/* Small Mobile (max-width: 575px) */
@media screen and (max-width: 575px) {
    #carouselExampleSlidesOnly {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    #carouselExampleSlidesOnly .carousel-inner {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    #carouselExampleSlidesOnly .carousel-item {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    #carouselExampleSlidesOnly .carousel-item img {
        height: 30vh !important;
        min-height: 180px !important;
        max-height: 280px !important;
        width: 100% !important;
        padding-top: 50px !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
    }
}

/* Extra Small Screens (max-width: 400px) */
@media screen and (max-width: 400px) {
    #carouselExampleSlidesOnly .carousel-item img {
        height: 28vh !important;
        min-height: 150px !important;
        max-height: 250px !important;
        padding-top: 45px !important;
    }
}

/* Very Short Screens (max-height: 500px) - Landscape phones */
@media screen and (max-height: 500px) {
    #carouselExampleSlidesOnly .carousel-item img {
        height: 40vh !important;
        min-height: 180px !important;
        max-height: 250px !important;
        padding-top: 50px !important;
    }
}

/* Hide Banner Controls */
#bannerCarousel .carousel-indicators {
  display: none !important;
}

#bannerCarousel .carousel-control-prev,
#bannerCarousel .carousel-control-next {
  display: none !important;
}

/* Text shadow for better readability */
.hero-content h1,
.hero-content p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Search module styling */
.search-module {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Custom Styles for Home Page Sections */
.section-subtitle {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-description {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.article-card {
    transition: all 0.3s ease;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.stat-item h3 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    padding-top: 35px;
}

/* Testimonials Styling */
.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonial-wrapper {
    padding: 2rem 0;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid rgba(0, 123, 255, 0.1);
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border-radius: 20px 20px 0 0;
}

.testimonial-content {
    text-align: center;
    margin-bottom: 2rem;
}

.quote-icon {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    font-style: italic;
    margin-bottom: 1.5rem;
    position: relative;
}

.testimonial-rating {
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 2rem;
}

.testimonial-rating i {
    color: #ffc107;
    font-size: 1.2rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.author-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #007bff;
    flex-shrink: 0;
}

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

.author-info {
    text-align: left;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.3rem;
}

.author-title {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

.testimonial-nav {
    /* position: absolute; */
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.nav-btn {
    background: #007bff;
    border: none;
    /* width: 50px; */
    /* height: 50px; */
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.nav-btn:hover {
    background: #0056b3;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.prev-btn {
    margin-left: -25px;
}

.next-btn {
    margin-right: -25px;
}

.testimonial-indicators {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #ddd;
    transition: all 0.3s ease;
    cursor: pointer;
}

.indicator.active {
    /* background: #007bff; */
    transform: scale(1.2);
}

.indicator:hover {
    background: #007bff;
    opacity: 0.7;
}

/* Responsive Banner Styles */
@media (max-width: 768px) {
  .hero-section {
    min-height: 70vh !important;
    margin-top: 80px;
  }
  
  #bannerCarousel .carousel-item {
    min-height: 80vh !important;
    background-attachment: scroll;
    margin-top: 80px;
  }
  
  .hero-content h1 {
    font-size: 2.5rem !important;
  }
  
  .hero-content .lead {
    font-size: 1.1rem !important;
  }
  
  .hero-content p {
    font-size: 0.95rem !important;
  }
  
  .btn-lg {
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
  }

  .display-3 {
      font-size: 1.5rem;
  }
  
  .stat-item h3 {
      font-size: 1.5rem;
  }
  
  .testimonial-card {
      padding: 2rem 1.5rem;
      margin: 0 1rem;
  }
  
  .testimonial-text {
      font-size: 1.1rem;
  }
  
  .testimonial-author {
      flex-direction: column;
      text-align: center;
  }
  
  .author-info {
      text-align: center;
  }
  
  .nav-btn {
      width: 40px;
      height: 40px;
      font-size: 1rem;
  }
  
  .prev-btn {
      margin-left: -20px;
  }
  
  .next-btn {
      margin-right: -20px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    min-height: 24vh !important;
  }
  
  #bannerCarousel .carousel-item {
    min-height: 37vh !important;
    background-attachment: scroll;
  }
  
  .hero-content h1 {
    font-size: 2rem !important;
  }
  
  .hero-content .lead {
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .hero-content p {
    font-size: 0.9rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .btn-lg {
    padding: 0.6rem 1.2rem !important;
    font-size: 0.9rem !important;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Comprehensive Mobile Banner Gap Fix */
@media screen and (max-width: 991px) {
    /* Remove all potential gaps between navbar and banner */
    .ul-header {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .ul-banner,
    .ul-banner-container,
    .ul-banner-slide,
    #bannerCarousel,
    .carousel,
    .carousel-inner,
    .carousel-item {
        margin-top: 0 !important;
        padding-top: 0 !important;
        top: 0 !important;
    }
    
    /* Ensure banner starts immediately after navbar */
    .ul-banner {
        position: relative !important;
        top: 0 !important;
        margin-top: 0 !important;
    }
    
    /* Override all existing banner slide styles */
    .ul-banner-slide {
        padding: 80px clamp(15px, 5.25vw, 100px) clamp(100px, 8vw, 150px) !important;
        min-height: 60vh !important;
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .ul-banner-slide {
        padding: 70px clamp(15px, 5.25vw, 100px) clamp(80px, 6vw, 120px) !important;
        min-height: 50vh !important;
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .ul-banner-slide {
        padding: 60px clamp(15px, 5.25vw, 100px) clamp(60px, 5vw, 100px) !important;
        min-height: 45vh !important;
        margin-top: 0 !important;
    }
}

/* Override any conflicting banner styles */
@media screen and (max-width: 991.98px) {
    .ul-banner-slide {
        padding: 80px clamp(15px, 5.25vw, 100px) clamp(100px, 8vw, 150px) !important;
        min-height: 60vh !important;
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 767.98px) {
    .ul-banner-slide {
        padding: 70px clamp(15px, 5.25vw, 100px) clamp(80px, 6vw, 120px) !important;
        min-height: 50vh !important;
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 575.98px) {
    .ul-banner-slide {
        padding: 60px clamp(15px, 5.25vw, 100px) clamp(60px, 5vw, 100px) !important;
        min-height: 45vh !important;
        margin-top: 0 !important;
    }
}

/* Mobile Breadcrumb Section Fix - Add Top Margin */
@media screen and (max-width: 991px) {
    /* Fix breadcrumb spacing on mobile with proper top margin */
    .ul-breadcrumb {
        padding: 100px 15px 40px !important;
        min-height: 250px !important;
        margin-top: 0 !important;
    }
    
    /* About page specific mobile breadcrumb */
    body.about-page .ul-breadcrumb {
        min-height: 250px !important;
        padding: 100px 15px 40px !important;
        background-size: cover !important;
    }
    
            /* Contact page specific mobile breadcrumb */
            body.contact-page .ul-breadcrumb {
                min-height: 250px !important;
                padding: 100px 15px 40px !important;
                /*background-size: cover !important;*/
            }
            
            /* Project Details page specific mobile breadcrumb */
            body.project-details-page .ul-breadcrumb {
                min-height: 250px !important;
                padding: 100px 15px 40px !important;
                background-size: cover !important;
            }
}

@media screen and (max-width: 767px) {
    .ul-breadcrumb {
        padding: 90px 15px 30px !important;
        min-height: 200px !important;
    }
    
    body.about-page .ul-breadcrumb {
        min-height: 200px !important;
        padding: 90px 15px 30px !important;
    }
    
            body.contact-page .ul-breadcrumb {
                min-height: 200px !important;
                padding: 90px 15px 30px !important;
            }
            
            body.project-details-page .ul-breadcrumb {
                min-height: 200px !important;
                padding: 90px 15px 30px !important;
            }
}

@media screen and (max-width: 575px) {
    .ul-breadcrumb {
        padding: 80px 15px 20px !important;
        min-height: 180px !important;
    }
    
    body.about-page .ul-breadcrumb {
        min-height: 180px !important;
        padding: 80px 15px 20px !important;
    }
    
            body.contact-page .ul-breadcrumb {
                min-height: 180px !important;
                padding: 80px 15px 20px !important;
            }
            
            body.project-details-page .ul-breadcrumb {
                min-height: 180px !important;
                padding: 80px 15px 20px !important;
            }
}

/* Mobile Section Spacing Fix */
@media screen and (max-width: 991px) {
    .ul-section-spacing {
        padding: 40px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .ul-section-spacing {
        padding: 30px 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .ul-section-spacing {
        padding: 20px 0 !important;
    }
}

/* About Page - Equal Height Content and Image Cards */
.ul-section-spacing .row.align-items-center {
    display: flex;
    align-items: stretch !important;
}

.ul-section-spacing .row.align-items-center > .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.about-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.about-image {
    display: flex;
    height: 100%;
    align-items: stretch;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* About Page Content Container Fix */
@media screen and (max-width: 991px) {
    /* Keep equal height on tablet */
    .ul-section-spacing .row.align-items-center {
        display: flex;
        align-items: stretch !important;
    }
    
    .ul-section-spacing .row.align-items-center > .col-lg-6 {
        display: flex;
        flex-direction: column;
    }
    
    .about-content {
        height: 100% !important;
    }
    
    .about-image {
        height: 100% !important;
    }
    
    /* About section container styling */
    .about-content {
        max-width: 100% !important;
        padding: 20px !important;
        margin: 0 auto !important;
    }
    
    .about-content .ul-section-sub-title {
        font-size: 16px !important;
        color: #666 !important;
        margin-bottom: 10px !important;
    }
    
    .about-content .ul-section-title {
        font-size: 28px !important;
        font-weight: 700 !important;
        color: #333 !important;
        margin-bottom: 20px !important;
        line-height: 1.3 !important;
    }
    
    .about-description {
        font-size: 16px !important;
        line-height: 1.6 !important;
        color: #666 !important;
        margin-bottom: 20px !important;
        text-align: justify !important;
    }
}

@media screen and (max-width: 767px) {
    /* On mobile, stack vertically but keep cards equal when side by side */
    .about-content {
        padding: 20px 15px !important;
        height: auto !important;
    }
    
    .about-image {
        height: auto !important;
        margin-top: 20px;
    }
    
    .about-image img {
        height: auto !important;
        min-height: 300px;
    }
    
    .about-content .ul-section-sub-title {
        font-size: 14px !important;
    }
    
    .about-content .ul-section-title {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }
    
    .about-description {
        font-size: 15px !important;
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 575px) {
    .about-content {
        padding: 0 10px !important;
    }
    
    .about-content .ul-section-sub-title {
        font-size: 13px !important;
    }
    
    .about-content .ul-section-title {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }
    
    .about-description {
        font-size: 14px !important;
        margin-bottom: 12px !important;
    }
}

/* Contact Page Content Container Fix */
@media screen and (max-width: 991px) {
    /* Contact section container styling */
    .contact-content,
    .contact-form,
    .contact-info {
        max-width: 100% !important;
        padding: 0 20px !important;
        margin: 0 auto !important;
    }
    
    .contact-content .ul-section-sub-title {
        font-size: 16px !important;
        color: #666 !important;
        margin-bottom: 10px !important;
    }
    
    .contact-content .ul-section-title {
        font-size: 28px !important;
        font-weight: 700 !important;
        color: #333 !important;
        margin-bottom: 20px !important;
        line-height: 1.3 !important;
    }
}

@media screen and (max-width: 767px) {
    .contact-content,
    .contact-form,
    .contact-info {
        padding: 0 15px !important;
    }
    
    .contact-content .ul-section-sub-title {
        font-size: 14px !important;
    }
    
    .contact-content .ul-section-title {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 575px) {
    .contact-content,
    .contact-form,
    .contact-info {
        padding: 0 10px !important;
    }
    
    .contact-content .ul-section-sub-title {
        font-size: 13px !important;
    }
    
    .contact-content .ul-section-title {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }
}

/* Mobile Services Carousel Improvements */
@media screen and (max-width: 991px) {
    /* Mobile carousel indicators - smaller and better spaced */
    .carousel-indicators {
        margin-bottom: 0;
        padding: 0 15px;
    }
    
    .carousel-indicators button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 3px;
        border: 1px solid #007bff;
        background-color: transparent;
    }
    
    .carousel-indicators button.active {
        background-color: #007bff;
    }
    
    /* Mobile service cards - better spacing */
    .service-card {
        margin: 0 auto;
        max-width: 350px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        border: none;
    }
    
    /* Carousel controls - better positioning for mobile */
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0,123,255,0.8);
        border-radius: 50%;
    }
    
    .carousel-control-prev {
        left: 10px;
    }
    
    .carousel-control-next {
        right: 10px;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }
}

.ul-radio label {
  display: flex !important;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-radio label .checkmark {
  width: 13px;
  aspect-ratio: 1/1;
  background-color: #E0E0E0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.ul-radio label .checkmark i {
  opacity: 0;
}
.ul-radio label input[type=radio] {
  display: none !important;
}
.ul-radio label input[type=radio]:checked ~ .checkmark {
  background-color: var(--white);
  color: var(--black);
}
.ul-radio label input[type=radio]:checked ~ .checkmark i {
  opacity: 1;
}

.ul-btn {
  color: var(--black);
  border-radius: 999px;
  border: 1px solid var(--ul-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.05vw, 20px);
  height: clamp(45px, 2.84vw, 54px);
  padding: 0 clamp(15px, 1.26vw, 24px);
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-btn:hover {
  background-color: var(--ul-secondary);
  color: var(--white);
  border-color: var(--ul-secondary);
}

.ul-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 575px) {
  .ul-section-heading {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.ul-section-heading .right {
  flex-shrink: 0;
}
.ul-section-sub-title {
  font-weight: 700;
  font-size: clamp(30px, 0.84vw, 16px);
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--ul-primary);
  margin-bottom: clamp(7px, 0.89vw, 17px);
  display: inline-block;
}
.ul-section-title {
  font-weight: 700;
  font-size: clamp(25px, 2.1vw, 40px);
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-section-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: 0;
}

.ul-breadcrumb {
  background: url('../img/1.png') no-repeat center center;
  background-size: contain;
  background-attachment: scroll;
  padding: clamp(50px, 6.31vw, 120px) 15px;
  padding-top: clamp(128px, 10.4vw, 198px);
  text-align: center;
  position: relative;
  z-index: 1;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: -1;
}

/* Page-specific breadcrumb backgrounds */

/* About page */
body.about-page .ul-breadcrumb {
  background: url('../img/aboutus_banner (5).jpg') no-repeat center center;
  background-size: contain;
  background-attachment: scroll;
  min-height: 500px;
}

/* Home page */
body.home-page .ul-breadcrumb {
  background: url('../img/banner-slide-1.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  min-height: 500px;
}

/* Projects page */
body.projects-page .ul-breadcrumb {
  background: url('../img/ourproperties_banner (2).jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}

/* Project Details page */
body.project-details-page .ul-breadcrumb {
  background: url('../img/project_details_banner (2).jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  min-height: 500px;
}

/* Services page */
body.services-page .ul-breadcrumb {
  background: url('../img/service-details-1.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  min-height: 500px;
}

/* Blog page */
body.blog-page .ul-breadcrumb {
  background: url('../img/blogs_banner(2).jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  min-height: 500px;
}

/* Contact page */
body.contact-page .ul-breadcrumb {
  background: url('../img/contact-us_banner (2).jpg') no-repeat center center;
  background-size: contain;
  background-attachment: scroll;
  min-height: 550px;
}

/* Careers page */
body.careers-page .ul-breadcrumb {
  background: url('../img/team-1.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  min-height: 500px;
}
.ul-breadcrumb-title {
  font-weight: 900;
  font-size: clamp(25px, 2.52vw, 48px);
  color: var(--white);
  line-height: 1.3;
  margin-bottom: clamp(10px, 0.95vw, 18px);
}
.ul-breadcrumb-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 0.84vw, 16px);
  gap: clamp(7px, 0.53vw, 10px);
  border: 1px solid rgba(190, 190, 190, 0.7);
  border-radius: 99px;
  color: var(--white);
  padding: clamp(4px, 0.37vw, 7px) clamp(10px, 0.79vw, 15px);
}
.ul-breadcrumb-nav a {
  color: var(--white);
}
.ul-breadcrumb-nav a:hover {
  color: var(--ul-secondary);
}
.ul-breadcrumb .separator {
  display: inline-flex;
  font-size: clamp(15px, 0.95vw, 18px);
}

.ul-sidebar {
  position: fixed;
  z-index: 10;
  right: 0;
  height: 100%;
  overflow: auto;
  /* background: #fff; */
  z-index: 999;
  transform: translateX(100%);
  transition: 0.4s ease;
  padding: clamp(20px, 1.58vw, 30px) clamp(20px, 1.58vw, 30px);
  max-width: 100%;
  border-left: 1px solid var(--ttRed);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: clamp(320px, 40vw, 100%);
}
.ul-sidebar.active {
  transform: translateX(0);
}

.ul-pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: clamp(25px, 2.63vw, 50px);
  padding-top: clamp(25px, 2.63vw, 50px);
}
.ul-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
}
.ul-pagination ul > li a {
  color: var(--black);
  font-size: clamp(11px, 0.74vw, 14px);
}
.ul-pagination ul > li a:hover {
  color: var(--ul-primary);
}
.ul-pagination ul > li a i {
  display: inline-flex;
  padding-top: 7px;
}
.ul-pagination ul .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
}
.ul-pagination ul .pages a {
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: clamp(11px, 0.74vw, 14px);
  background-color: rgba(53, 11, 1, 0.15);
  color: var(--ul-primary);
}
.ul-pagination ul .pages a:hover, .ul-pagination ul .pages a.active {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-single-accordion-item {
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: clamp(15px, 1.05vw, 20px) clamp(15px, 1.58vw, 30px);
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-single-accordion-item:last-child {
  margin-bottom: 0;
}
.ul-single-accordion-item.open {
  grid-template-rows: max-content 1fr;
}
.ul-single-accordion-item.open .ul-single-accordion-item__header i {
  transform: rotate(45deg);
  color: var(--ul-primary);
}
.ul-single-accordion-item.open .ul-single-accordion-item__title {
  color: var(--ul-primary);
}
.ul-single-accordion-item.open .ul-single-accordion-item__body {
  padding-top: clamp(7px, 0.74vw, 14px);
}
.ul-single-accordion-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.ul-single-accordion-item__header .icon {
  display: inline-flex;
}
.ul-single-accordion-item__header i {
  transition: transform 0.4s ease;
  display: inline-flex;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-single-accordion-item__title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-single-accordion-item__body {
  transition: all 0.4s ease;
  overflow: hidden;
}
.ul-single-accordion-item__body p {
  line-height: 1.5;
  font-size: clamp(13px, 0.84vw, 16px);
  color: #676666;
  margin-bottom: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.loader {
  width: clamp(100px, 7.88vw, 150px);
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l11 2s infinite;
}

@keyframes l11 {
  0% {
    background: conic-gradient(var(--ul-primary) 0, rgba(0, 0, 0, 0) 0);
  }
  12.5% {
    background: conic-gradient(var(--ul-primary) 45deg, rgba(0, 0, 0, 0) 46deg);
  }
  25% {
    background: conic-gradient(var(--ul-primary) 90deg, rgba(0, 0, 0, 0) 91deg);
  }
  37.5% {
    background: conic-gradient(var(--ul-primary) 135deg, rgba(0, 0, 0, 0) 136deg);
  }
  50% {
    background: conic-gradient(var(--ul-primary) 180deg, rgba(0, 0, 0, 0) 181deg);
  }
  62.5% {
    background: conic-gradient(var(--ul-primary) 225deg, rgba(0, 0, 0, 0) 226deg);
  }
  75% {
    background: conic-gradient(var(--ul-primary) 270deg, rgba(0, 0, 0, 0) 271deg);
  }
  87.5% {
    background: conic-gradient(var(--ul-primary) 315deg, rgba(0, 0, 0, 0) 316deg);
  }
  100% {
    background: conic-gradient(var(--ul-primary) 360deg, rgba(0, 0, 0, 0) 360deg);
  }
}
.ul-slider-nav {
  position: absolute;
  width: calc(100% + clamp(46px, 2.94vw, 56px));
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  visibility: hidden;
}
.ul-slider-nav button {
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  background-color: var(--ul-secondary);
  border-radius: 999px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.05vw, 20px);
  visibility: visible;
}
.ul-slider-nav button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-slider-action-wrapper {
  display: flex;
  gap: clamp(12px, 1.05vw, 20px);
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  margin-top: clamp(25px, 3.42vw, 65px);
}
.ul-slider-action-wrapper button {
  color: var(--white);
  text-transform: uppercase;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-slider-action-wrapper button:hover {
  color: var(--ul-primary);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar {
  position: relative;
  height: 1px;
  background-color: var(--ul-gray);
  width: clamp(140px, 27.75vw, 528px);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--ul-primary);
}

.ul-search-form-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(25px);
}
.ul-search-form-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.ul-search-form-wrapper .ul-header-search-form {
  background-color: var(--white);
  max-width: 80%;
}
@media screen and (max-width: 575px) {
  .ul-search-form-wrapper .ul-header-search-form {
    max-width: 95%;
  }
}
@media screen and (max-width: 479px) {
  .ul-search-form-wrapper .ul-header-search-form {
    flex-direction: column;
    border-radius: 10px;
    height: auto;
  }
  .ul-search-form-wrapper .ul-header-search-form .ss-main {
    padding: 10px clamp(12px, 1.05vw, 20px);
  }
  .ul-search-form-wrapper .ul-header-search-form-right {
    padding: 10px clamp(18px, 1.31vw, 25px);
  }
}
.ul-search-closer {
  color: var(--ul-primary);
  border: 1px solid var(--white);
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.ul-search-closer i {
  display: inline-flex;
  font-size: clamp(20px, 1.31vw, 25px);
}
.ul-search-closer:hover {
  background-color: var(--white);
}
.ul-search-form {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  height: clamp(48px, 3.15vw, 60px);
  max-width: clamp(534px, 32.53vw, 619px);
  width: 100%;
  font-size: clamp(13px, 0.84vw, 16px);
  width: 95%;
}
.ul-search-form-right {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 clamp(18px, 1.31vw, 25px);
  flex-grow: 1;
}
.ul-search-form-right input {
  border: none;
  height: 100%;
  width: 100%;
  color: var(--white);
}
.ul-search-form-right input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.ul-search-form-right button {
  padding: 0;
  padding-top: clamp(0px, 0.42vw, 8px);
  height: 100%;
  flex-shrink: 0;
  font-size: clamp(17px, 1.05vw, 20px);
  color: var(--white);
}
.ul-search-form-right button .icon {
  display: inline-flex;
}
@media screen and (max-width: 575px) {
  .ul-search-form-right button .icon {
    padding-top: 5px;
  }
}

.ul-progress-container {
  width: 100%;
  background-color: #F2F7FD;
}
.ul-progressbar {
  width: 0;
  background-color: var(--ul-primary);
  height: clamp(10px, 0.79vw, 15px);
  position: relative;
}
.ul-progress-label {
  position: absolute;
  transform: translate(0, -110%);
  left: 97%;
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 700;
  color: var(--ul-primary);
}

.ul-2-section-heading {
  position: relative;
}
@media screen and (max-width: 575px) {
  .ul-2-section-heading {
    align-items: center !important;
  }
}
.ul-2-section-heading .left .ul-2-section-title {
  max-width: 65%;
}
@media screen and (max-width: 575px) {
  .ul-2-section-heading .left .ul-2-section-title {
    max-width: 85%;
    margin: auto;
  }
}
.ul-2-section-sub-title {
  position: relative;
  display: block;
  margin-bottom: calc(0% - clamp(27px, 3vw, 57px));
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(37px, 5.25vw, 100px);
  line-height: 1.3;
  color: var(--ul-secondary);
  opacity: 0.08;
  text-transform: uppercase;
}
.ul-2-section-title {
  font-weight: 700;
  font-size: clamp(25px, 2.1vw, 40px);
  color: var(--ul-secondary);
  margin-bottom: 0;
  margin-left: clamp(22px, 3.26vw, 62px);
}
@media screen and (max-width: 575px) {
  .ul-2-section-title {
    margin-left: 0;
  }
}

.ul-sidebar {
  justify-content: flex-start;
  gap: 20px;
  border-left: 2px solid var(--ul-primary);
}
.ul-sidebar-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-sidebar-closer {
  display: inline-flex;
  padding: 0;
  font-size: clamp(22px, 1.26vw, 28px);
}
.ul-sidebar-closer:hover {
  color: var(--ul-primary);
}
.ul-sidebar-closer i {
  display: inline-flex;
}
.ul-sidebar-about .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: clamp(7px, 0.53vw, 10px);
  display: inline-block;
}
.ul-sidebar-about .descr {
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-sidebar-slider-wrapper {
  display: flex;
  gap: 20px;
}
.ul-sidebar-slider-wrapper .slider-wrapper {
  max-width: calc(85% - 20px);
}
.ul-sidebar-slider-nav {
  position: static;
  transform: translate(0);
  gap: 10px;
  width: 15%;
}
.ul-sidebar-footer {
  margin-top: auto;
}
.ul-sidebar-footer-title {
  color: var(--black);
  font-weight: 600;
  font-size: clamp(20px, 1.26vw, 24px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
  display: inline-block;
}
.ul-sidebar-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-sidebar-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: var(--black);
  height: clamp(37px, 2.1vw, 40px);
}
.ul-sidebar-footer-social a:hover {
  color: var(--white);
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-sidebar-footer-social a i {
  display: inline-flex;
}

.ul-header {
  position: fixed;
  top: 0;
  padding: clamp(10px, 1.58vw, 30px) clamp(15px, 3.15vw, 60px);
  color: var(--white);
  width: 100%;
  z-index: 11;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
  transition: 0.4s ease;
  background-color: #1e3a8a !important;
  margin-bottom: 0 !important;
}
/* Home page header override - must come after base .ul-header */
body.home-page .ul-header,
.ul-header.ul-header--home {
  background-color: #350b01 !important;
}
.ul-header.sticky {
  background-color: var(--ul-primary);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: clamp(17px, 1.05vw, 20px);
  padding-bottom: clamp(17px, 1.05vw, 20px);
}
.ul-header-top {
  background: var(--ul-gradient);
  padding: clamp(5px, 0.47vw, 9px);
  margin-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-header-top-slider-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  color: var(--white);
}
.ul-header-top-slider-item i {
  padding-top: 4px;
}
.ul-header-bottom-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4.2vw, 80px);
}
@media screen and (max-width: 479px) {
  .ul-header-bottom-wrapper {
    gap: 15px;
  }
}

@media screen and (max-width: 360px) {
  .ul-header-bottom-wrapper {
    gap: 10px;
  }
}

@media screen and (max-width: 320px) {
  .ul-header-bottom-wrapper {
    gap: 8px;
  }
}
.ul-header-bottom-wrapper > * {
  flex-shrink: 0;
}
.ul-header-bottom .header-bottom-left {
  display: flex;
  align-items: center;
  gap: clamp(35px, 3.42vw, 65px);
  flex-grow: 1;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  height: 60px;
  flex-shrink: 0;
}

.logo-link {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.main-logo {
  height: 270px;
  width: auto;
  max-width: 250px;
  object-fit: contain;
  transition: 0.4s ease;
}

.logo-link:hover .main-logo {
  transform: none;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 768px) {
  .logo-wrapper {
    height: 50px;
  }
  
  .main-logo {
    height: 50px;
    max-width: 150px;
  }
}

@media screen and (max-width: 480px) {
  .logo-wrapper {
    height: 45px;
  }
  
  .main-logo {
    height: 45px;
    max-width: 120px;
  }
}

/* Additional responsive navbar styles */
@media (max-width: 991px) {
  .ul-header {
    padding: 10px 0;
  }
  
  .logo-wrapper {
    height: 50px;
  }
  
  .main-logo {
    height: 135px;
    max-width: 150px;
  }
}

@media (max-width: 576px) {
  .ul-header {
    padding: 8px 0;
  }
  
  .logo-wrapper {
    height: 40px;
  }
  
  .main-logo {
    height: 150px;
    max-width: 120px;
  }
}

/* Extra Small Devices - 320px and below */
@media (max-width: 360px) {
  .ul-header {
    padding: 6px 0;
  }
  
  .logo-wrapper {
    height: 35px;
  }
  
  .main-logo {
    height: 160px;
    max-width: 150px;
  }
  
  .ul-header-bottom-wrapper {
    padding: 0 10px;
  }
}

/* Very Small Devices - 320px specifically */
@media (max-width: 320px) {
  .ul-header {
    padding: 5px 0;
  }
  
  .logo-wrapper {
    height: 32px;
  }
  
  .main-logo {
    height: 32px;
    max-width: 90px;
  }
  
  .ul-header-bottom-wrapper {
    padding: 0 8px;
  }
}
.ul-header-nav {
  display: flex;
  gap: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav {
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.2);
    gap: 0;
    display: none;
  }
}
.ul-header-nav > * {
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .ul-header-nav > * {
    line-height: 1.2;
    padding: 12px 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .ul-header-nav > *:last-child {
    border-bottom: 0;
  }
}
.ul-header-nav a {
  color: #f6bd85;
  font-size: clamp(18px, 0.84vw, 16px);
  font-weight: 600;
  transition: color 0.3s ease;
}
.ul-header-nav a:not([href]):hover, 
.ul-header-nav a:hover,
.ul-header-nav > a:hover,
.ul-header-nav > div > a:hover {
  color: #ffffff !important;
}
@media screen and (max-width: 991px) {
  .ul-header-nav a {
    color: #f6bd85;
  }
  .ul-header-nav a:hover,
  .ul-header-nav a:focus {
    color: #ffffff !important;
  }
}
.ul-header-nav .has-sub-menu {
  position: relative;
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  .ul-header-nav .has-sub-menu.active {
    grid-template-rows: max-content 1fr;
  }
  .ul-header-nav .has-sub-menu.active .ul-header-submenu {
    padding-top: 10px;
  }
  .ul-header-nav .has-sub-menu.active > a::after {
    transform: rotate(0deg);
  }
}
.ul-header-nav .has-sub-menu:hover .ul-header-submenu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.ul-header-nav .has-sub-menu > a {
  position: relative;
}
@media screen and (max-width: 991px) {
  .ul-header-nav .has-sub-menu > a::before, .ul-header-nav .has-sub-menu > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background-color: var(--ul-primary);
  }
  .ul-header-nav .has-sub-menu > a::after {
    transform: rotate(90deg) translateX(-5%);
    transition: 0.4s ease;
  }
}
.ul-header-submenu {
  position: absolute;
  z-index: 2;
  min-width: 200px;
  background-color: #ffffff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.4s ease, pointer-events 0s;
  transform: translateY(5px);
  pointer-events: none;
  width: max-content;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .ul-header-submenu {
    background-color: #ffffff;
  }
}
.ul-header-submenu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li {
    border-bottom: none;
  }
}
.ul-header-submenu li:last-child {
  border-bottom: 0;
}
.ul-header-submenu li a {
  height: auto;
  padding: 0px 15px;
  display: inline-block;
  width: 100%;
  color: #333333 !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.ul-header-submenu li a:hover {
  color: #f6bd85 !important;
  background-color: rgba(246, 189, 133, 0.1) !important;
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li a {
    padding: 8px 0;
    color: #333333 !important;
  }
}
/* Remove the li:hover effects - only a tag hover should work */
.ul-header-submenu li a:hover {
  color: #f6bd85 !important;
  background-color: rgba(246, 189, 133, 0.1) !important;
}

.ul-header-submenu li a:focus,
.ul-header-submenu li a:focus *,
.ul-header-submenu a:focus {
  color: #f6bd85 !important;
}

@media screen and (max-width: 991px) {
  .ul-header-submenu li a:hover {
    color: #f6bd85 !important;
    background-color: rgba(246, 189, 133, 0.1) !important;
  }
}
@media screen and (max-width: 991px) {
  .ul-header-submenu {
    position: static;
    transform: translateY(0);
    opacity: 1;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0;
  }
}
.ul-header-actions {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.58vw, 30px);
}
.ul-header-actions button,
.ul-header-actions a {
  padding: 0;
  font-size: clamp(18px, 0.84vw, 16px);
  display: inline-flex;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: clamp(45px, 2.52vw, 48px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ul-header-actions button i,
.ul-header-actions a i {
  display: inline-flex;
}
.ul-header-actions button:hover,
.ul-header-actions a:hover {
  color: var(--ul-secondary);
}
.ul-header-actions button.add-property-btn,
.ul-header-actions a.add-property-btn {
  aspect-ratio: auto;
  background-color: var(--white);
  color: var(--ul-primary);
  gap: 10px;
  padding: 0 clamp(15px, 1.05vw, 20px);
}
.ul-header-actions button.add-property-btn:hover,
.ul-header-actions a.add-property-btn:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white) !important;
}
.ul-header-actions button.ul-header-sidebar-opener,
.ul-header-actions a.ul-header-sidebar-opener {
  font-size: clamp(30px, 1.89vw, 36px);
  padding: 0;
  display: inline-flex;
  vertical-align: middle;
  border: none;
  height: auto;
}
.ul-header-actions button.ul-header-sidebar-opener i,
.ul-header-actions a.ul-header-sidebar-opener i {
  display: inline-flex;
}
.ul-header .has-mega-menu {
  position: static;
}
.ul-header-megamenu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  left: 3.1vw;
  right: 3.1vw;
  width: auto;
  top: clamp(110px, 7.8vw, 7.8vw);
  z-index: 99;
  padding: clamp(10px, 3.15vw, 60px) clamp(15px, 4.2vw, 80px);
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu {
    grid-template-columns: repeat(1, 1fr);
    overflow: hidden;
    padding: 0 0;
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu.active {
    margin-top: 15px;
  }
}
.ul-header-megamenu::before {
  content: "";
  position: absolute;
  height: 100%;
  top: -30px;
  right: 16vw;
  background-color: transparent;
  opacity: 1;
  z-index: -1;
  width: 8.8vw;
}
@media screen and (max-width: 1399px) {
  .ul-header-megamenu::before {
    right: 20vw;
  }
}
@media screen and (max-width: 1199px) {
  .ul-header-megamenu::before {
    right: 21.5vw;
  }
}
.ul-header-megamenu .single-col {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: clamp(20px, 2.1vw, 40px);
  margin-right: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu .single-col {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.ul-header-megamenu .single-col:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.ul-header-megamenu .single-col-title {
  color: var(--ul-primary);
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu .single-col-title {
    margin-bottom: 10px;
  }
}
.ul-header-megamenu li {
  border-bottom: none;
  line-height: clamp(30px, 2.1vw, 40px);
}
.ul-header-megamenu li a {
  height: auto;
  padding: 1px 0;
  display: inline-block;
  width: 100%;
}
.ul-header--home {
  background-color: #350b01 !important;
}
.ul-header.ul-header--home {
  background-color: #350b01 !important;
}
.ul-header--home.sticky {
  background-color: #350b01 !important;
}
.ul-header.ul-header--home.sticky {
  background-color: #350b01 !important;
}
.ul-header--home .ul-header-nav a:hover {
  color: #ffffff !important;
}
.ul-header--home .ul-header-actions a:hover,
.ul-header--home .ul-header-actions button:hover {
  color: var(--ul-primary);
}

.ul-sidebar.active .ul-header-nav {
  display: flex;
}

.ul-banner {
  position: relative;
}
.ul-banner-container {
  max-width: 1448px;
  margin: auto;
}
.ul-banner-slide {
  padding: clamp(80px, 8vw, 120px) clamp(15px, 5.25vw, 100px) clamp(180px, 12.61vw, 240px);
  background: url(../img/banner-slide-1.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1399px) {
  .ul-banner-slide {
    padding: clamp(100px, 12vw, 200px) clamp(15px, 5.25vw, 100px) clamp(180px, 12.61vw, 240px);
    min-height: 100vh;
  }
}
@media screen and (max-width: 1199px) {
  .ul-banner-slide {
    padding: clamp(80px, 10vw, 150px) clamp(15px, 5.25vw, 100px) clamp(120px, 10vw, 200px);
    min-height: 80vh;
  }
}
@media screen and (max-width: 991px) {
  .ul-banner-slide {
    padding: clamp(80px, 10vw, 140px) clamp(15px, 5.25vw, 100px) clamp(100px, 8vw, 150px);
    min-height: 70vh;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  .ul-banner-slide {
    padding: clamp(70px, 8vw, 120px) clamp(15px, 5.25vw, 100px) clamp(80px, 6vw, 120px);
    min-height: 60vh;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 575px) {
  .ul-banner-slide {
    padding: clamp(60px, 7vw, 100px) clamp(15px, 5.25vw, 100px) clamp(60px, 5vw, 100px);
    min-height: 50vh;
    background-attachment: scroll;
  }
}
.ul-banner-slide::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, #000929 0%, rgba(0, 9, 41, 0.5) 100%);
  z-index: -1;
}
.ul-banner-slide-txt {
  color: var(--white);
}
.ul-banner-slide-shadow-title {
  position: absolute;
  top: clamp(50px, 8vw, 120px);
  left: clamp(18px, 4.62vw, 88px);
  font-weight: 800;
  font-size: clamp(50px, 15.76vw, 300px);
  line-height: 100%;
  letter-spacing: -0.03em;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
  color: transparent;
  pointer-events: none;
  z-index: -1;
}
.ul-banner-slide-sub-title {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);    background: linear-gradient(135deg, #f6bd85 0%, #6f1903 50%, #f6bd85 100%);
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: clamp(10px, 1.26vw, 24px);
  display: inline-block;
}
.ul-banner-slide-title {
  font-size: clamp(30px, 5.25vw, 100px);
  font-weight: 900;
  line-height: 112%;
  letter-spacing: -0.02em;
  margin-bottom: clamp(7px, 0.89vw, 17px);
  max-width: 70%;
}
@media screen and (max-width: 991px) {
  .ul-banner-slide-title {
    max-width: 100%;
  }
}
.ul-banner-slide-descr {
  font-size: clamp(16px, 1.16vw, 22px);
  margin-bottom: clamp(20px, 2.89vw, 55px);
  max-width: 55%;
}
@media screen and (max-width: 991px) {
  .ul-banner-slide-descr {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .ul-banner-slide-descr {
    max-width: 100%;
  }
}
.ul-banner-slide .ul-btn {
  border: 1px solid var(--ul-primary);
}
.ul-banner-slide-img {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin-left: clamp(0px, 2.63vw, 50px);
}
@media screen and (max-width: 575px) {
  .ul-banner-slide-img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.ul-banner-slide-img img {
  width: clamp(178px, 12.51vw, 238px);
  aspect-ratio: 1/1;
  border-radius: 999px;
}
.ul-banner-slide-img a {
  position: absolute;
  width: clamp(52px, 4.83vw, 92px);
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ul-primary);
}
.ul-banner-slide-img a:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-banner .bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
  padding: clamp(20px, 2.1vw, 40px) clamp(15px, 3.15vw, 60px);
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}
.ul-banner .bottom .right {
  display: flex;
  align-items: flex-end;
  gap: clamp(90px, 6.31vw, 120px);
}
@media screen and (max-width: 575px) {
  .ul-banner .bottom .right {
    width: 100%;
    justify-content: space-between;
  }
}
.ul-banner-slider-nav {
  top: auto;
  transform: translateY(0);
  z-index: 1;
  border-radius: 20px 0 0 20px;
  position: relative;
  gap: clamp(12px, 1.05vw, 20px);
  width: auto;
}
.ul-banner-slider-nav button {
  display: flex;
  align-items: center;
  padding: 10px;
  color: var(--white);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: clamp(24px, 1.58vw, 30px);
  width: clamp(45px, 2.63vw, 50px);
}
.ul-banner-slider-nav button:hover {
  background-color: var(--white);
  color: var(--ul-primary);
}
.ul-banner-slider-nav button span,
.ul-banner-slider-nav button i {
  display: inline-flex;
}
.ul-banner-slider-pagination {
  display: flex;
  gap: 15px;
  position: relative;
  width: max-content !important;
}
.ul-banner-slider-pagination::before {
  position: absolute;
  content: "";
  top: 40%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  width: clamp(54px, 4.94vw, 94px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 575px) {
  .ul-banner-slider-pagination::before {
    width: clamp(60px, 20vw, 220px);
  }
}
.ul-banner-slider-pagination .swiper-pagination-bullet {
  color: rgba(255, 255, 255, 0.25);
  font-size: clamp(13px, 0.84vw, 16px);
  width: auto;
  height: auto;
  opacity: 1;
  background: transparent;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
}
.ul-banner-slider-pagination .swiper-pagination-bullet-active {
  color: var(--white);
}
.ul-banner-address-slider {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  padding-left: clamp(7px, 0.53vw, 10px);
  color: var(--white);
  max-width: clamp(240px, 26.27vw, 500px);
}
@media screen and (max-width: 575px) {
  .ul-banner-address-slider {
    display: none;
  }
}
.ul-banner-address-slider .address-1 {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 600;
  margin-bottom: 4px;
  display: inline-block;
}
.ul-banner-address-slider .address-2 {
  font-size: clamp(18px, 1.26vw, 24px);
  font-weight: 600;
  display: block;
}

.ul-2-banner {
  color: var(--white);
  background: linear-gradient(180deg, var(--ul-black) 75%, rgba(0, 0, 0, 0) 0);
}
.ul-2-banner-container {
  padding: clamp(111px, 13.19vw, 251px) clamp(15px, 8.41vw, 160px) 0;
  max-width: 1920px;
  margin: auto;
}
.ul-2-banner-txt {
  position: relative;
  margin-bottom: clamp(56px, 5.89vw, 112px);
}
@media screen and (max-width: 767px) {
  .ul-2-banner-txt {
    margin-bottom: 30px;
  }
}
.ul-2-banner-txt .ul-btn {
  margin-bottom: clamp(21px, 1.26vw, 24px);
}
@media screen and (max-width: 991px) {
  .ul-2-banner-txt .ul-btn {
    margin-bottom: 0;
  }
}
.ul-2-banner-title {
  font-weight: 800;
  font-size: clamp(30px, 4.2vw, 80px);
  line-height: 138%;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-left: clamp(20px, 3.15vw, 60px);
}
@media screen and (max-width: 767px) {
  .ul-2-banner-title {
    margin-left: 0;
    margin-bottom: 15px !important;
  }
}
.ul-2-banner-shadow-title {
  font-family: "Times New Roman", Times, serif;
  font-weight: 800;
  font-size: clamp(60px, 10.51vw, 200px);
  line-height: 266px;
  color: var(--white);
  opacity: 0.08;
  position: absolute;
  top: calc(0% - clamp(144px, 7.72vw, 147px));
}
.ul-2-banner-descr {
  font-size: clamp(17px, 1.05vw, 20px);
  color: #C7C1B7;
  margin-bottom: clamp(16px, 1.63vw, 31px);
}
.ul-2-banner-slide {
  position: relative;
  border-radius: clamp(20px, 1.31vw, 25px);
  overflow: hidden;
  z-index: 1;
}
.ul-2-banner-slide:hover::before {
  opacity: 1;
}
.ul-2-banner-slide:hover img {
  transform: none;
}
.ul-2-banner-slide:hover a {
  opacity: 1;
}
.ul-2-banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, #191919 100%);
  opacity: 0;
  transition: 0.3s ease;
}
.ul-2-banner-slide img {
  width: 100%;
  aspect-ratio: 382/465;
  object-fit: cover;
}
.ul-2-banner-slide a {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(46px, 3.36vw, 64px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--ul-primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 1.26vw, 24px);
}
.ul-2-banner-slide a:hover {
  background-color: var(--white);
  color: var(--ul-primary);
}

.ul-cities {
  background-color: #F2F7FD;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ul-cities-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-cities-vectors .vector-1 {
  left: 0;
  bottom: 123px;
}
.ul-cities-vectors .vector-2 {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 479px) {
  .ul-cities .row-cols-xxs-1 {
    width: 85%;
  }
}

.ul-city {
  border-radius: 10px;
  background-color: var(--white);
  display: flex;
  gap: clamp(15px, 1.05vw, 20px);
  padding: clamp(12px, 0.95vw, 18px);
  padding-left: 0;
  --img-space: 30px;
  margin-left: var(--img-space);
}
.ul-city .img {
  margin-left: calc(0% - var(--img-space));
  border-radius: 6px;
  overflow: hidden;
}
.ul-city .img img {
  width: clamp(58px, 3.57vw, 68px);
  aspect-ratio: 1/1;
}
.ul-city-title {
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-city-count {
  background-color: rgba(53, 11, 1, 0.1);
  padding: 4.5px clamp(7px, 0.53vw, 10px);
  color: var(--ul-primary);
  font-weight: 600;
  font-size: clamp(11px, 0.74vw, 14px);
  display: block;
  border-radius: 999px;
}

.ul-property-filter-search {
  max-width: 1920px;
  margin: auto;
}
.ul-property-filter-search-container {
  background-color: var(--ul-primary);
  color: var(--white);
  border-radius: 20px;
  padding: clamp(40px, 3.15vw, 60px) clamp(15px, 4.31vw, 82px);
  margin: 0 clamp(15px, 14.19vw, 270px);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .ul-property-filter-search-container {
    margin: 0 clamp(15px, 9.19vw, 270px);
  }
}
@media screen and (max-width: 991px) {
  .ul-property-filter-search-container {
    margin: 0 clamp(15px, 6.19vw, 270px);
  }
}
.ul-property-filter-search-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/search-filter-img.jpg) no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 50%;
}
.ul-property-filter-search-title {
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  margin-bottom: clamp(20px, 1.84vw, 35px);
}
.ul-property-filter-search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: clamp(10px, 0.79vw, 15px);
  background-color: rgba(219, 219, 219, 0.7);
  border-radius: 8px;
  padding: clamp(15px, 2.63vw, 50px);
  justify-content: center;
}
.ul-property-filter-search-form > * {
  flex: auto;
}
@media screen and (max-width: 479px) {
  .ul-property-filter-search-form > * {
    flex: unset;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .ul-property-filter-search-form {
    flex-direction: column;
    align-items: center;
  }
}
.ul-property-filter-search-form label {
  display: block;
  color: var(--black);
  font-weight: 600;
  font-size: clamp(11px, 0.74vw, 14px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
}
.ul-property-filter-search-form select {
  width: 100%;
}
.ul-property-filter-search-form .ss-main {
  height: clamp(35px, 2.1vw, 40px);
  padding: 0 clamp(9px, 0.63vw, 12px);
  border-radius: 8px;
  font-size: clamp(11px, 0.74vw, 14px);
}
.ul-property-filter-search-form button {
  border-radius: 8px;
  flex-grow: 0;
  background-color: var(--ul-secondary);
  color: var(--white);
  height: clamp(35px, 2.1vw, 40px);
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.79vw, 15px);
}
@media screen and (max-width: 479px) {
  .ul-property-filter-search-form button {
    width: auto;
    margin-top: 10px;
  }
}
.ul-property-filter-search-form button .icon {
  display: inline-flex;
}
.ul-property-filter-search-form button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-option {
  padding: 5px 10px;
  font-size: clamp(11px, 0.74vw, 14px);
  cursor: pointer;
}
.ul-option:hover {
  color: var(--ul-primary);
}
.ul-option.ss-selected {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-featured-properties {
  background-color: var(--ul-secondary);
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.ul-featured-properties::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/featured-properties-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 15%;
  z-index: -1;
}
.ul-featured-properties::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
  z-index: -1;
}
.ul-featured-properties-title-txt {
  color: var(--white);
  font-size: clamp(19px, 2.31vw, 120px);
  font-weight: 700;
  margin-bottom: 0;
}
.ul-featured-properties-title-txt i {
  color: var(--ul-primary);
  font-size: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 767px) {
  .ul-featured-properties-slider {
    max-width: calc(100% - 15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.ul-featured-properties-slider-wrapper {
  margin-top: clamp(17px, 1.94vw, 37px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 1px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ul-featured-properties-slider-wrapper {
    flex-direction: column;
    border-bottom: none;
  }
}
.ul-featured-properties-slider-nav {
  max-width: clamp(80px, 11.35vw, 216px);
  position: static;
  transform: translateY(0);
  flex-direction: column;
  gap: clamp(12px, 0.79vw, 15px);
}
@media screen and (max-width: 1599px) {
  .ul-featured-properties-slider-nav {
    max-width: clamp(80px, 6.35vw, 216px);
  }
}
@media screen and (max-width: 767px) {
  .ul-featured-properties-slider-nav {
    flex-direction: row;
    max-width: 100%;
    width: auto;
    margin-top: 40px;
  }
}
.ul-featured-properties-slider-nav button {
  background-color: var(--ul-primary);
  border: 1px solid var(--ul-primary);
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .ul-featured-properties-slider-nav button {
    transform: rotate(0deg);
  }
}
.ul-featured-properties-slider-nav button:hover {
  background-color: var(--ul-secondary);
}

/* --- City Card 68x68 Image Update --- */
.ul-city-card-img {
  flex-shrink: 0;
  width: 68px !important;
  height: 68px !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.ul-city-card-img img {
  width: 68px !important;
  height: 68px !important;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

/* Why Choose Us Section Styles */
.ul-why-choose-us {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.ul-why-choose-us-imgs {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  height: 569px;
}

.ul-why-choose-us-imgs .img-small {
  width: 220px;
  height: 569px;
  flex-shrink: 0;
}

.ul-why-choose-us-imgs .img-large {
  width: 425px;
  /* width: 552px; */
  height: 569px;
  flex-shrink: 0;
  position: relative;
}

.ul-why-choose-us-imgs .img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.ul-why-choose-us-imgs .img:hover {
  transform: translateY(-5px);
}

.ul-why-choose-us-imgs .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.ul-why-choose-us-imgs .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--ul-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.ul-why-choose-us-txt {
  padding-left: 40px;
}

.ul-why-choose-us-txt .ul-section-sub-title {
  color: var(--ul-primary);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}

.ul-why-choose-us-txt .ul-section-title {
  color: var(--ul-secondary);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ul-why-choose-us-heading-descr {
  color: var(--ul-gray2);
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.ul-why-choose-us-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ul-why-choose-us-list-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.ul-why-choose-us-list-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.ul-why-choose-us-list-item .icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--ul-primary), #a76626);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  flex-shrink: 0;
}

.ul-why-choose-us-list-item .txt {
  flex: 1;
}

.ul-why-choose-us-list-item-title {
  color: var(--ul-secondary);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.ul-why-choose-us-list-item-descr {
  color: var(--ul-gray2);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .ul-why-choose-us {
    padding: 60px 0;
  }
  
  .ul-why-choose-us-imgs {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 15px;
    margin-bottom: 40px;
  }
  
  .ul-why-choose-us-imgs .img-small {
    width: 100%;
    max-width: 200px;
    height: 300px;
  }
  
  .ul-why-choose-us-imgs .img-large {
    width: 100%;
    max-width: 400px;
    height: 300px;
  }
  
  .ul-why-choose-us-txt {
    padding-left: 0;
  }
  
  .ul-why-choose-us-list-item {
    padding: 20px;
  }
  
  .ul-why-choose-us-list-item .icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* New City Cards Styles */
.ul-featured-properties-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 20px;
}

.ul-featured-properties-title {
  flex: 1;
}

.ul-featured-properties-title-txt {
  color: var(--white);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.ul-featured-properties-title-txt i {
  color: var(--ul-primary);
  font-size: clamp(20px, 2.5vw, 30px);
  margin-right: 10px;
}

.ul-featured-properties-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
}

.ul-featured-properties-cta {
  flex-shrink: 0;
}

.ul-featured-properties-cta .ul-btn {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ul-cities-slider-wrapper {
  position: relative;
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.ul-cities-slider {
  overflow: hidden;
  padding: 20px 0;
}

.ul-city-card {
  background: var(--white);
  border-radius: 16px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 120px;
  min-height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.ul-city-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border-color: var(--ul-primary);
}

.ul-city-card-img {
  flex-shrink: 0;
  width: 68px !important;
  height: 68px !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.ul-city-card-img img {
  width: 68px !important;
  height: 68px !important;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.ul-city-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ul-city-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--ul-secondary);
  margin: 0;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.ul-city-card:hover .ul-city-card-title {
  color: var(--ul-primary);
}

.ul-city-card-count {
  background: linear-gradient(135deg, var(--ul-primary), #a76626);
  color: var(--white);
  padding: 6px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  width: fit-content;
  box-shadow: 0 3px 10px rgba(167, 102, 38, 0.3);
  transition: all 0.3s ease;
}

.ul-city-card:hover .ul-city-card-count {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(167, 102, 38, 0.4);
}

.ul-cities-slider-nav {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 10;
}

.ul-cities-slider-nav button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--ul-primary);
  border: 2px solid var(--ul-primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 18px;
  box-shadow: 0 5px 15px rgba(167, 102, 38, 0.3);
}

.ul-cities-slider-nav button:hover {
  background: var(--ul-secondary);
  border-color: var(--ul-secondary);
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1200px) {
  .ul-cities-slider-nav {
    right: -40px;
  }
  
  .ul-cities-slider-nav button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .ul-featured-properties-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 0 15px;
  }
  
  .ul-cities-slider-nav {
    position: static;
    transform: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    right: auto;
  }
  
  .ul-city-card {
      height: 100px;
    min-height: 100px;
    padding: 20px;
    gap: 15px;
  }
  
  .ul-city-card-img {
    width: 60px;
    height: 60px;
  }
  
  .ul-city-card-title {
    font-size: 18px;
  }
  
  .ul-city-card-count {
    padding: 5px 12px;
    font-size: 12px;
  }
}

.ul-project.ul-featured-property {
  padding: clamp(15px, 3.15vw, 60px);
  background: transparent;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: var(--white);
  transition: 0.4s ease;
}
@media screen and (max-width: 1599px) {
  .ul-project.ul-featured-property {
    padding: clamp(15px, 2.63vw, 60px);
  }
}
.ul-project.ul-featured-property:hover {
  background-color: var(--white);
}
.ul-project.ul-featured-property:hover .header .index,
.ul-project.ul-featured-property:hover .ul-project-title {
  color: var(--ul-secondary);
}
.ul-project.ul-featured-property:hover .ul-project-location,
.ul-project.ul-featured-property:hover .ul-project-price,
.ul-project.ul-featured-property:hover .ul-project-info {
  color: var(--ul-gray2);
}
.ul-project.ul-featured-property .header {
  margin-bottom: clamp(20px, 2.63vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1599px) {
  .ul-project.ul-featured-property .header {
    margin-bottom: clamp(12px, 1.73vw, 50px);
  }
}
.ul-project.ul-featured-property .header .index {
  font-size: clamp(30px, 3.15vw, 60px);
  font-weight: 800;
  line-height: 0.7;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.ul-project.ul-featured-property .ul-project-add-to-favorites-btn {
  width: clamp(45px, 2.63vw, 50px);
  background-color: var(--white);
  color: var(--ul-primary);
}
.ul-project.ul-featured-property .ul-project-add-to-favorites-btn:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-project.ul-featured-property .ul-project-title {
  color: var(--white);
  font-size: clamp(21px, 1.58vw, 30px);
  margin-bottom: 3px;
}
.ul-project.ul-featured-property .ul-project-title:hover {
  color: var(--ul-primary);
}
.ul-project.ul-featured-property .ul-project-location {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-bottom: clamp(11px, 1.1vw, 21px);
}
.ul-project.ul-featured-property .ul-project-img {
  position: relative;
  overflow: visible;
  margin-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-project.ul-featured-property .ul-project-img img {
  border-radius: 10px;
  aspect-ratio: 306/237;
}
.ul-project.ul-featured-property .ul-project-tag {
  top: auto;
  bottom: clamp(15px, 1.05vw, 20px);
}
.ul-project.ul-featured-property .ul-project-txt {
  padding: 0;
}
.ul-project.ul-featured-property .ul-project-price {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: clamp(15px, 1.05vw, 20px);
  font-weight: 400;
}
.ul-project.ul-featured-property .ul-project-info {
  color: rgba(255, 255, 255, 0.7);
  flex-wrap: wrap;
}

.ul-featured-property-infos.ul-project-infos {
  border: none;
  padding-top: 0;
}
.ul-featured-property-info.ul-project-info {
  font-size: clamp(12px, 0.74vw, 14px);
  gap: clamp(5px, 0.37vw, 7px);
}
.ul-featured-property-info.ul-project-info .icon {
  font-size: clamp(15px, 0.95vw, 18px);
}

.ul-facilities-descr {
  margin-top: clamp(13px, 0.84vw, 16px);
  font-size: clamp(12px, 0.79vw, 15px);
  color: var(--ul-gray2);
}
.ul-facilities-stats {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  border: solid #EBEBEB;
  border-width: 1px 0;
  padding: clamp(15px, 1.58vw, 30px) 0 clamp(15px, 1.31vw, 25px);
}
.ul-facilities-stat .number {
  font-weight: 800;
  font-size: clamp(28px, 2.21vw, 42px);
  display: block;
  line-height: 0.7;
  margin-bottom: clamp(7px, 0.53vw, 10px);
}
.ul-facilities-stat .txt {
  font-size: clamp(11px, 0.74vw, 14px);
  display: block;
}
.ul-facilities-list {
  border-bottom: 1px solid #EBEBEB;
  padding: clamp(27px, 1.58vw, 30px) 0;
}
.ul-facilities-txt ul li {
  margin-bottom: clamp(12px, 0.79vw, 15px);
  font-size: clamp(12px, 0.79vw, 15px);
}
.ul-facilities-txt ul li::before {
  content: "\f124";
  display: inline-block;
  width: 8px;
  height: 8px;
  color: var(--ul-primary);
  margin-right: 15px;
  font-family: flaticon_real_estate !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ul-facilities-txt ul li:last-child {
  margin-bottom: 0;
}
.ul-facilities-img-slider-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.63vw, 50px);
  padding-top: clamp(20px, 1.95vw, 60px);
}
.ul-facilities-img-slider-nav {
  position: static;
  gap: clamp(10px, 0.79vw, 15px);
  width: max-content;
}
.ul-facilities-img-slider-nav button {
  font-size: clamp(22px, 1.31vw, 25px);
  background-color: rgba(53, 11, 1, 0.102);
  color: var(--ul-primary);
}
.ul-facilities-img-slider-nav button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-facilities-img-slider .swiper-slide {
  width: max-content;
}
.ul-facilities-img-slider img {
  width: 100%;
  max-width: clamp(82px, 5.36vw, 102px);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
}
.ul-facilities-img img {
  border-radius: 20px 0 0 20px;
  max-width: none;
  max-height: clamp(516px, 36.52vw, 695px);
}
@media screen and (max-width: 991px) {
  .ul-facilities-img img {
    border-radius: 15px;
    max-width: 100%;
  }
}

.ul-properties {
  background: radial-gradient(circle at center, #f5ebdf 0%, #f5ebdf 100%) !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-properties-tab-navs {
  background-color: #F0EFFB;
  border: 1px solid #E0DEF7;
  border-radius: 999px;
  padding: clamp(3px, 0.32vw, 6px);
  width: max-content;
  max-width: 100%;
  margin: auto;
  display: flex;
  margin-bottom: clamp(30px, 3.15vw, 60px);
}
.ul-properties-tab-navs button {
  border-radius: 999px;
  padding: 0 clamp(15px, 1.16vw, 22px);
  height: clamp(45px, 2.52vw, 48px);
  font-size: clamp(15px, 0.95vw, 18px);
  display: flex;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
  border: 2px solid transparent;
}
.ul-properties-tab-navs button:hover {
  color: var(--ul-primary);
}
.ul-properties-tab-navs button.active {
  background-color: var(--white);
  border: 2px solid #E0DEF7;
}
.ul-properties .ul-tab {
  height: 0;
  overflow: hidden;
}
.ul-properties .ul-tab.active {
  height: auto;
}
.ul-properties-btn {
  background-color: var(--ul-secondary);
  border-color: var(--ul-secondary);
  margin-top: clamp(15px, 2.1vw, 40px);
}
.ul-properties-btn:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}

.ul-2-property {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-2-property:hover .ul-2-property-img img {
  transform: none;
}
.ul-2-property-img {
  border-radius: clamp(15px, 1.31vw, 25px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ul-2-property-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--ul-black);
  clip-path: polygon(100% 93.826%, 100% 93.826%, 99.938% 94.799%, 99.759% 95.721%, 99.472% 96.582%, 99.086% 97.367%, 98.613% 98.066%, 98.061% 98.665%, 97.441% 99.152%, 96.762% 99.516%, 96.033% 99.743%, 95.265% 99.822%, 4.735% 99.822%, 4.735% 99.822%, 3.967% 99.743%, 3.238% 99.516%, 2.559% 99.152%, 1.939% 98.665%, 1.387% 98.066%, 0.914% 97.367%, 0.528% 96.582%, 0.241% 95.721%, 0.062% 94.799%, 0% 93.826%, 0% 6.053%, 0% 6.053%, 0.09% 4.877%, 0.346% 3.789%, 0.751% 2.806%, 1.285% 1.945%, 1.929% 1.223%, 2.665% 0.66%, 3.473% 0.271%, 4.335% 0.074%, 5.232% 0.088%, 6.144% 0.329%, 96.675% 36.075%, 96.675% 36.075%, 97.249% 36.354%, 97.78% 36.718%, 98.265% 37.16%, 98.7% 37.672%, 99.079% 38.246%, 99.399% 38.875%, 99.656% 39.553%, 99.844% 40.271%, 99.96% 41.022%, 100% 41.799%, 100% 93.826%);
  top: 30%;
  right: clamp(20px, 2.1vw, 40px);
}
.ul-2-property-img img {
  width: 100%;
  aspect-ratio: 1170/620;
  object-fit: cover;
}
@media screen and (max-width: 479px) {
  .ul-2-property-img img {
    aspect-ratio: 1/1;
  }
}
.ul-2-property-txt {
  position: absolute;
  inset: clamp(32px, 3.36vw, 64px) clamp(20px, 5.25vw, 100px);
  top: auto;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
}
@media screen and (max-width: 479px) {
  .ul-2-property-txt {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ul-2-property-title {
  font-weight: 700;
  font-size: clamp(24px, 1.68vw, 32px);
  margin-bottom: clamp(6px, 0.53vw, 10px);
}
.ul-2-property-title a {
  color: var(--white);
}
.ul-2-property-title a:hover {
  color: var(--ul-primary);
}
.ul-2-property-location {
  font-size: clamp(14px, 0.89vw, 17px);
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: clamp(12px, 1.1vw, 21px);
}
.ul-2-property .ul-project-info {
  color: var(--white);
}
.ul-2-property-price .title {
  font-weight: 700;
  font-size: clamp(12px, 1.26vw, 24px);
  display: block;
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-2-property-price .number {
  display: block;
  color: var(--ul-primary);
  font-size: clamp(24px, 2.52vw, 48px);
  font-weight: 800;
  line-height: 1;
}

.ul-stats {
  max-width: 1920px;
  margin: auto;
}
.ul-stats-wrapper {
  padding: 0 clamp(15px, 15.4vw, 293px);
  display: flex;
}
@media screen and (max-width: 991px) {
  .ul-stats-wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .ul-stats-wrapper {
    flex-wrap: wrap;
  }
}
.ul-stats-item {
  border: 1px solid rgba(0, 9, 41, 0.1);
  padding: clamp(20px, 4.73vw, 90px) 15px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: clamp(-58px, -3.05vw, -28px);
  background: no-repeat center center;
  background-size: cover;
  transition: 0.4s ease;
  flex-shrink: 0;
  width: 25%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .ul-stats-item {
    padding: clamp(30px, 3.73vw, 90px) 15px;
  }
}
@media screen and (max-width: 767px) {
  .ul-stats-item {
    width: 50%;
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .ul-stats-item {
    padding: clamp(15px, 2.73vw, 90px) 15px;
  }
}
.ul-stats-item:first-child {
  margin-left: 0;
}
.ul-stats-item::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url(../img/stat-bg-hover.png);
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: 0.3s ease;
  z-index: -1;
  border-radius: 50%;
}
.ul-stats-item:hover {
  background-color: var(--ul-primary);
}
.ul-stats-item:hover::before {
  opacity: 1;
}
.ul-stats-item:hover i,
.ul-stats-item:hover .number,
.ul-stats-item:hover .txt {
  color: var(--white);
}
.ul-stats-item i {
  color: var(--ul-primary);
  font-size: clamp(40px, 4.2vw, 80px);
}
.ul-stats-item .number {
  font-weight: 700;
  font-size: clamp(20px, 2.1vw, 40px);
  line-height: 0.7;
  padding: clamp(20px, 1.58vw, 30px) 0;
}
@media screen and (max-width: 479px) {
  .ul-stats-item .number {
    padding: clamp(14px, 1.58vw, 30px) 0;
  }
}
.ul-stats-item .txt {
  font-size: clamp(13px, 0.84vw, 16px);
}

.ul-2-stats {
  background-color: rgba(111, 99, 237, 0.05);
}

.ul-blog-wrapper {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  padding: clamp(20px, 1.58vw, 30px);
}
.ul-blog-img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: clamp(20px, 1.58vw, 30px);
  position: relative;
}
.ul-blog-img img {
  width: 100%;
  aspect-ratio: 515/302;
}
.ul-blog .date {
  position: absolute;
  top: clamp(15px, 1.05vw, 20px);
  left: clamp(15px, 1.05vw, 20px);
  background-color: var(--ul-primary);
  border-radius: 6px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  color: var(--white);
  padding: clamp(8px, 0.63vw, 12px) clamp(12px, 0.84vw, 16px);
}
.ul-blog .date .number {
  display: block;
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 0.8;
  margin-bottom: clamp(3px, 0.32vw, 6px);
}
.ul-blog .date .txt {
  line-height: 0.8;
  display: block;
  font-weight: 400;
  font-size: clamp(11px, 0.74vw, 14px);
}
.ul-blog-infos {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.05vw, 20px);
  font-size: clamp(12px, 0.729vw, 14px);
  font-weight: 500;
  margin-bottom: 0.625vw;
}
.ul-blog-info {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.ul-blog-info i {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-primary);
}
.ul-blog-title {
  font-weight: 700;
  font-size: clamp(21px, 1.26vw, 24px);
  margin-bottom: clamp(10px, 0.79vw, 15px);
  line-height: 1.4;
}
@media screen and (max-width: 1399px) {
  .ul-blog-title {
    margin-bottom: 18px;
  }
}
.ul-blog-title a {
  color: var(--black);
  display: inline-block;
}
.ul-blog-title a:hover {
  color: var(--ul-primary);
}
.ul-blog-excerpt {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 300;
}
.ul-blog-btn {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  color: var(--ul-primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ul-blog-btn .icon {
  display: inline-flex;
}
.ul-blog-btn i {
  color: var(--black);
}
.ul-blog-btn:hover {
  color: var(--ul-secondary);
}
.ul-blog-horizontal {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.58vw, 30px);
}
@media screen and (max-width: 479px) {
  .ul-blog-horizontal {
    flex-direction: column;
  }
}
.ul-blog-horizontal:not(:last-child) {
  margin-bottom: clamp(15px, 1.31vw, 25px);
  padding-bottom: clamp(15px, 1.31vw, 25px);
  border-bottom: 1px solid #D9D9D9;
}
.ul-blog-horizontal .ul-blog-img {
  flex-shrink: 0;
  max-width: clamp(184px, 11.77vw, 224px);
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .ul-blog-horizontal .ul-blog-img {
    max-width: 100%;
  }
}
.ul-blog-horizontal .ul-blog-img img {
  aspect-ratio: 224/240;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .ul-blog-horizontal .ul-blog-img img {
    width: 100%;
    aspect-ratio: 515/302;
  }
}

.ul-2-blog-img {
  margin-bottom: clamp(16px, 1.21vw, 23px);
}
.ul-2-blog-img img {
  width: 100%;
  aspect-ratio: 374/265;
  border-radius: 15px 15px 0 0;
  object-fit: cover;
}
.ul-2-blog-meta {
  display: flex;
  gap: clamp(10px, 0.84vw, 16px);
  color: var(--ul-primary);
  font-weight: 500;
  font-size: clamp(12px, 0.74vw, 14px);
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-2-blog-meta > * {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.37vw, 7px);
}
.ul-2-blog-title {
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  border-bottom: 1px solid rgba(0, 9, 41, 0.15);
  padding-bottom: clamp(12px, 1.05vw, 20px);
}
.ul-2-blog-btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
}

.ul-partners-area-title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: clamp(10px, 0.79vw, 15px);
  margin-bottom: clamp(25px, 3.15vw, 60px);
}

.ul-app-ad {
  padding: 0 clamp(15px, 13.4vw, 255px);
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: clamp(-100px, -5.25vw, -40px);
  margin-top: clamp(60px, 6.31vw, 120px);
  position: relative;
  z-index: 2;
}
.ul-app-ad--3 {
  padding-top: 0;
}
@media screen and (max-width: 1599px) {
  .ul-app-ad {
    padding: 0 clamp(15px, 9.4vw, 255px);
  }
}
@media screen and (max-width: 1399px) {
  .ul-app-ad {
    padding: 0 clamp(15px, 6.15vw, 255px);
  }
}
@media screen and (max-width: 1199px) {
  .ul-app-ad {
    padding: 0 clamp(15px, 3.15vw, 255px);
  }
}
.ul-app-ad-content {
  padding: clamp(30px, 3.15vw, 60px) clamp(15px, 4.2vw, 80px) 0;
  background-color: var(--ul-secondary);
  border-radius: clamp(15px, 1.58vw, 30px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ul-app-ad-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/ad-bg.jpg) no-repeat center center/cover;
  opacity: 25%;
}
.ul-app-ad-txt {
  padding-top: clamp(0px, 1.58vw, 30px);
}
.ul-app-ad .ul-section-sub-title,
.ul-app-ad .ul-section-title {
  color: var(--white);
}
.ul-app-ad .ul-section-sub-title .colored,
.ul-app-ad .ul-section-title .colored {
  color: #C6FF00;
}
.ul-app-ad-btns {
  margin-top: clamp(20px, 2.1vw, 40px);
  display: flex;
  gap: clamp(14px, 1.05vw, 20px);
  flex-wrap: wrap;
}
.ul-app-ad-btns button {
  border: 1px solid var(--white);
  border-radius: 999px;
  color: var(--white);
  padding: 0 clamp(20px, 1.26vw, 24px) clamp(7px, 0.37vw, 7px);
  display: flex;
  align-items: center;
  text-align: left;
  gap: clamp(11px, 0.74vw, 14px);
}
.ul-app-ad-btns button i {
  font-size: clamp(21px, 1.26vw, 24px);
  padding-top: 6px;
}
.ul-app-ad-btns button .sub-title {
  font-size: clamp(9px, 0.63vw, 12px);
  line-height: 0.7;
}
.ul-app-ad-btns button .title {
  display: block;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 600;
  line-height: 1.2;
}
.ul-app-ad-btns button:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-app-ad-imgs {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.ul-app-ad-imgs::before {
  content: "";
  position: absolute;
  width: clamp(280px, 20.39vw, 388px);
  aspect-ratio: 1/1;
  background-color: var(--ul-primary);
  top: 0;
  right: clamp(21px, 1.26vw, 24px);
  z-index: -1;
  border-radius: 999px;
}
@media screen and (max-width: 479px) {
  .ul-app-ad-imgs::before {
    width: 268px;
    right: 50%;
    transform: translateX(50%);
  }
}
.ul-app-ad-imgs .vector {
  position: absolute;
  right: -27px;
  top: -27px;
}
.ul-app-ad-img:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 479px) {
  .ul-app-ad-img:first-child {
    align-items: flex-start;
  }
}
.ul-app-ad-img:not(:first-child) {
  margin-left: -35px;
}
.ul-app-ad-qr-code {
  max-width: clamp(62px, 3.73vw, 71px);
}
@media screen and (max-width: 479px) {
  .ul-app-ad-qr-code {
    margin-left: 20px;
  }
}
.ul-app-ad-ss-1 {
  max-width: clamp(129px, 9.72vw, 185px);
  aspect-ratio: 185/219;
}
.ul-app-ad-ss-2 {
  max-width: clamp(148px, 11.09vw, 211px);
  aspect-ratio: 211/341;
}

.ul-testimonial {
  background-color: var(--ul-secondary);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-testimonial {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ul-testimonial-container {
  max-width: 1920px;
  margin: auto;
}
.ul-testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../img/testimonial-bg.jpg") no-repeat center center/cover fixed;
  opacity: 10%;
}
.ul-testimonial-img {
  padding-right: clamp(30px, 3.15vw, 60px);
}
@media screen and (max-width: 991px) {
  .ul-testimonial-img {
    padding-right: 0;
  }
}
.ul-testimonial-img img {
  border-radius: 0 999px 999px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ul-testimonial-img img {
    border-radius: 999px 999px 0 0;
  }
}
.ul-testimonial .ul-section-title {
  color: var(--white);
}
.ul-testimonial-slider-pagination {
  display: flex;
  gap: clamp(10px, 1.05vw, 20px);
  margin-top: clamp(20px, 3.15vw, 60px);
}
@media screen and (max-width: 575px) {
  .ul-testimonial-slider-pagination {
    justify-content: center;
  }
}
.ul-testimonial-slider-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  background-color: #D7D7D7;
  opacity: 100%;
  --swiper-pagination-bullet-horizontal-gap: 0;
  border-radius: 999px;
}
.ul-testimonial-slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--ul-primary);
}

.ul-testimony {
  background-color: var(--white);
  border-top: 4px solid var(--ul-primary);
  border-radius: 16px;
  padding: clamp(25px, 2.63vw, 50px);
}
.ul-testimony .top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(12px, 1.05vw, 20px);
  margin-bottom: clamp(16px, 1.1vw, 21px);
}
.ul-testimony-reviewer-img {
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.ul-testimony-reviewer-img img {
  object-fit: cover;
  width: clamp(60px, 5.25vw, 100px);
  aspect-ratio: 1/1;
}
.ul-testimony-reviewer-info {
  flex-grow: 1;
  align-self: center;
}
.ul-testimony-reviewer-name {
  font-weight: bold;
  font-size: clamp(16px, 1.05vw, 20px);
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-testimony-reviewer-role {
  font-weight: normal;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray2);
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-testimony-rating {
  color: #FFA41B;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 479px) {
  .ul-testimony-quotation-icon {
    display: none;
  }
}
.ul-testimony-txt {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-secondary);
  margin-bottom: 0;
}

.ul-2-testimonial-rating .title {
  display: block;
  font-size: clamp(12px, 0.95vw, 18px);
  color: rgba(0, 9, 41, 0.5);
  margin-bottom: clamp(6px, 0.53vw, 10px);
}
.ul-2-testimonial-rating .rating {
  display: flex;
  align-items: flex-end;
  gap: clamp(10px, 0.84vw, 16px);
}
.ul-2-testimonial-rating .rating .average {
  font-weight: 700;
  font-size: clamp(26px, 1.68vw, 32px);
  line-height: 0.7;
}
.ul-2-testimonial-rating .rating .stars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-primary);
}

.ul-2-testimony {
  background-color: #F0EFFB;
  padding: clamp(15px, 1.58vw, 30px);
  border-radius: clamp(15px, 1.31vw, 25px);
}
.ul-2-testimony-reviewer {
  display: flex;
  gap: clamp(8px, 0.84vw, 16px);
  margin-bottom: clamp(11px, 1.1vw, 21px);
}
.ul-2-testimony-reviewer .reviewer-img {
  flex-shrink: 0;
}
.ul-2-testimony-reviewer .reviewer-img img {
  width: clamp(56px, 3.26vw, 62px);
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.ul-2-testimony-reviewer .reviewer-name {
  display: block;
  font-weight: 700;
  font-size: clamp(18px, 1.16vw, 22px);
  margin-bottom: 2px;
}
.ul-2-testimony-reviewer .reviewer-label {
  color: var(--ul-primary);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-2-testimony-descr {
  font-size: clamp(17px, 1.05vw, 20px);
  margin-bottom: clamp(11px, 1.1vw, 21px);
}
.ul-2-testimony-rating {
  display: flex;
  gap: 5px;
  position: relative;
}
.ul-2-testimony-rating::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 105px;
  right: 0;
  height: 1px;
  background-color: var(--ul-gray2);
}
.ul-2-testimony-rating i {
  color: var(--ul-primary);
  font-size: clamp(15px, 0.95vw, 18px);
}

#ul-2-testimonial-slider-2 {
  margin-top: clamp(16px, 1.26vw, 24px);
}
#ul-2-testimonial-slider-2 .ul-2-testimony {
  direction: ltr !important;
  text-align: left !important;
}

.ul-footer {
  position: relative;
  z-index: 1;
}
.ul-footer-top {
  padding: clamp(60px, 8vw, 120px) 0 clamp(40px, 5vw, 80px);
  background: #350b01;
}
.ul-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 20px;
}
.ul-footer-logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0;
  text-align: center;
}
.ul-footer-logo {
  max-width: 295px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.ul-footer .row {
  margin: 0;
}
.ul-footer .col-md-4, .ul-footer .col-md-8 {
  padding: 0 15px;
}
.ul-footer-about {
  max-width: clamp(300px, 19.97vw, 380px);
}
.ul-footer-about > * {
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-footer-about > *:last-child {
  margin-bottom: 0;
}
.ul-footer-about-txt {
  font-size: clamp(14px, 1vw, 16px);
  color: #ffffff;
  line-height: 1.6;
  opacity: 0.9;
}
.ul-footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: clamp(16px, 1.2vw, 18px);
  margin-left: -183px;
  margin-top: -50px;
}
.ul-footer-socials a {
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-footer-socials a:hover {
  color: var(--ul-primary);
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.ul-footer .single-column {
  flex-shrink: 0;
}
.ul-footer-widget {
  margin-bottom: 30px;
}
.ul-footer-widget:last-child {
  margin-bottom: 0;
}
.ul-footer-widget-title {
  font-weight: 700;
  font-size: clamp(14px, 1vw, 16px);
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
}
.ul-footer-widget-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ul-footer-widget-links a {
  color: #ffffff;
  font-size: clamp(13px, 0.9vw, 15px);
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 5px 0;
  opacity: 0.8;
}
.ul-footer-widget-links a:hover {
  color: #f6bd85 !important;
  opacity: 1;
  padding-left: 8px;
}
.ul-footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(25px, 2.1vw, 40px) 0;
  flex-wrap: wrap;
  gap: 15px;
  background-color: #350b01;
}
.ul-footer-bottom .copyright-txt {
  margin-bottom: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(255, 255, 255, 0.5);
}
.ul-footer-bottom .copyright-txt a {
  color: var(--white);
}
.ul-footer-bottom .copyright-txt a:hover {
  color: var(--ul-primary);
}
.ul-footer-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-footer-vector-1 {
  bottom: 0;
  left: clamp(0px, 2vw, 38px);
}
.ul-footer-vector-2 {
  bottom: clamp(76px, 5.57vw, 106px);
  right: clamp(0px, 1.68vw, 32px);
}
@media screen and (max-width: 767px) {
  .ul-footer-vector-2 {
    display: none;
  }
}

.ul-2-about {
  background-color: rgba(111, 99, 237, 0.05);
}
.ul-2-about-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: clamp(30px, 3.89vw, 74px);
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .ul-2-about-stats {
    justify-content: center;
  }
  .ul-2-about-stats > * {
    flex: 45%;
  }
}
@media screen and (max-width: 479px) {
  .ul-2-about-stats > * {
    flex: auto;
  }
}
.ul-2-about-stats .number {
  font-weight: 700;
  font-size: clamp(32px, 2.52vw, 48px);
  line-height: 104%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: var(--ul-primary);
  display: block;
}
.ul-2-about-stats .txt {
  font-weight: 600;
  color: var(--ul-secondary);
}
.ul-2-about .ul-section-descr {
  padding-left: clamp(22px, 3.26vw, 62px);
  margin-top: clamp(8px, 0.84vw, 16px);
}
@media screen and (max-width: 1599px) {
  .ul-2-about .ul-section-descr {
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ul-2-about .ul-section-descr {
    padding-left: 0;
  }
}
@media screen and (max-width: 1599px) {
  .ul-2-about .ul-2-section-title {
    margin-left: 20px;
    max-width: 75% !important;
  }
}
@media screen and (max-width: 575px) {
  .ul-2-about .ul-2-section-title {
    margin: auto;
    max-width: 100% !important;
  }
}
.ul-2-about-points {
  padding-left: clamp(20px, 3.15vw, 60px);
}
@media screen and (max-width: 1599px) {
  .ul-2-about-points {
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ul-2-about-points {
    padding-left: 0;
  }
}
.ul-2-about-point {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 1.26vw, 24px);
  border-bottom: 1px solid rgba(199, 193, 183, 0.2);
  padding-bottom: clamp(12px, 1.05vw, 20px);
  margin-bottom: clamp(12px, 1.05vw, 20px);
}
.ul-2-about-point:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ul-2-about-point-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ul-primary);
  color: var(--white);
  width: clamp(50px, 3.15vw, 60px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-top: 5px;
  font-size: clamp(24px, 1.68vw, 32px);
  flex-shrink: 0;
}
.ul-2-about-point-title {
  font-weight: 700;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-2-about-point-descr {
  margin-bottom: 0;
  color: var(--ul-gray2);
}
.ul-2-about-img {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ul-2-about-img {
    max-width: 70%;
    margin: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .ul-2-about-img {
    max-width: 100%;
  }
}
.ul-2-about-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--ul-black);
  clip-path: polygon(100% 93.826%, 100% 93.826%, 99.938% 94.799%, 99.759% 95.721%, 99.472% 96.582%, 99.086% 97.367%, 98.613% 98.066%, 98.061% 98.665%, 97.441% 99.152%, 96.762% 99.516%, 96.033% 99.743%, 95.265% 99.822%, 4.735% 99.822%, 4.735% 99.822%, 3.967% 99.743%, 3.238% 99.516%, 2.559% 99.152%, 1.939% 98.665%, 1.387% 98.066%, 0.914% 97.367%, 0.528% 96.582%, 0.241% 95.721%, 0.062% 94.799%, 0% 93.826%, 0% 6.053%, 0% 6.053%, 0.09% 4.877%, 0.346% 3.789%, 0.751% 2.806%, 1.285% 1.945%, 1.929% 1.223%, 2.665% 0.66%, 3.473% 0.271%, 4.335% 0.074%, 5.232% 0.088%, 6.144% 0.329%, 96.675% 36.075%, 96.675% 36.075%, 97.249% 36.354%, 97.78% 36.718%, 98.265% 37.16%, 98.7% 37.672%, 99.079% 38.246%, 99.399% 38.875%, 99.656% 39.553%, 99.844% 40.271%, 99.96% 41.022%, 100% 41.799%, 100% 93.826%);
  top: 30%;
  right: clamp(20px, 2.1vw, 40px);
}
.ul-2-about-img .main-img {
  clip-path: polygon(0% 4.584%, 0% 4.584%, 0.061% 3.848%, 0.238% 3.15%, 0.521% 2.499%, 0.9% 1.904%, 1.366% 1.375%, 1.91% 0.922%, 2.521% 0.553%, 3.19% 0.278%, 3.908% 0.106%, 4.664% 0.047%, 95.336% 0.047%, 95.336% 0.047%, 96.092% 0.106%, 96.81% 0.278%, 97.479% 0.553%, 98.09% 0.922%, 98.634% 1.375%, 99.1% 1.904%, 99.479% 2.499%, 99.762% 3.15%, 99.939% 3.848%, 100% 4.584%, 100% 95.437%, 100% 95.437%, 99.905% 96.36%, 99.634% 97.21%, 99.208% 97.972%, 98.649% 98.632%, 97.977% 99.177%, 97.213% 99.592%, 96.378% 99.863%, 95.494% 99.976%, 94.582% 99.917%, 93.662% 99.672%, 2.99% 65.756%, 2.99% 65.756%, 2.469% 65.524%, 1.987% 65.237%, 1.55% 64.898%, 1.159% 64.514%, 0.82% 64.089%, 0.534% 63.628%, 0.305% 63.136%, 0.138% 62.617%, 0.035% 62.077%, 0% 61.521%, 0% 4.584%);
  top: 30%;
  right: clamp(20px, 2.1vw, 40px);
}
.ul-2-about-img-stats {
  color: var(--white);
  position: absolute;
  bottom: clamp(18px, 1.84vw, 35px);
  left: clamp(15px, 2.1vw, 40px);
}
.ul-2-about-img-stats .number {
  font-weight: 700;
  font-size: clamp(26px, 1.68vw, 32px);
  display: block;
  line-height: 1;
  margin-bottom: 3px;
}
.ul-2-about-img-stats .text {
  color: #999999;
  display: block;
  margin-bottom: 6px;
}
.ul-2-about-img-stats .client-imgs {
  display: flex;
}
.ul-2-about-img-stats .client-imgs > * {
  width: clamp(42px, 2.52vw, 48px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid var(--ul-black);
  background-color: #E7B17A;
  color: var(--ul-black);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
}
.ul-2-about-img-stats .client-imgs > *:first-child {
  margin-left: 0;
}

.ul-why-choose-us .row {
  --bs-gutter-x: clamp(30px, 3.15vw, 60px);
  --bs-gutter-y: clamp(30px, 3.15vw, 60px);
}
.ul-why-choose-us-imgs {
  display: flex;
  justify-content: flex-end;
  gap: clamp(15px, 1.05vw, 20px);
}
@media screen and (max-width: 991px) {
  .ul-why-choose-us-imgs {
    justify-content: center;
  }
}
.ul-why-choose-us-imgs img {
  max-width: none;
  border-radius: clamp(12px, 1.05vw, 20px);
  max-width: clamp(212px, 29.01vw, 552px);
  object-fit: cover;
  height: 100%;
}
.ul-why-choose-us-imgs .img {
  position: relative;
}
.ul-why-choose-us-imgs .img .icon {
  position: absolute;
  background-color: var(--white);
  font-size: clamp(45px, 3.15vw, 60px);
  bottom: clamp(40px, 4.2vw, 80px);
  left: clamp(-77px, -4.05vw, -60px);
  color: var(--ul-primary);
  width: clamp(108px, 7.25vw, 138px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-why-choose-us-heading-descr {
  font-size: clamp(12px, 0.79vw, 15px);
  margin-top: clamp(8px, 0.74vw, 14px);
  margin-bottom: clamp(14px, 1.16vw, 22px);
}
.ul-why-choose-us-list-item {
  border-top: 1px solid var(--ul-gray);
  display: flex;
  align-items: flex-start;
  gap: clamp(15px, 1.05vw, 20px);
  padding-top: clamp(15px, 1.58vw, 30px);
}
.ul-why-choose-us-list-item .icon {
  flex-shrink: 0;
  width: clamp(52px, 3.15vw, 60px);
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0px 4px 60px rgba(53, 11, 1, 0.1);
  font-size: clamp(22px, 1.58vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ul-primary);
}
.ul-why-choose-us-list-item-title {
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 700;
}

.ul-inner-about {
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-inner-about .row {
  --bs-gutter-x: clamp(65px, 7.09vw, 135px);
  --bs-gutter-y: clamp(65px, 7.09vw, 135px);
}
@media screen and (max-width: 991px) {
  .ul-inner-about .row {
    --bs-gutter-x: clamp(30px, 3.15vw, 60px);
    --bs-gutter-y: clamp(30px, 3.15vw, 60px);
  }
}
.ul-inner-about .ul-section-title {
  color: var(--white);
  margin-bottom: clamp(14px, 1.26vw, 24px);
}
.ul-inner-about-txt {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 300;
}
.ul-inner-about-txt-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-top: clamp(23px, 1.73vw, 33px);
}
.ul-inner-about-list li {
  position: relative;
  font-weight: 400;
  font-size: clamp(15px, 0.95vw, 18px);
  margin-bottom: clamp(3px, 0.32vw, 6px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
}
.ul-inner-about-list li i {
  color: var(--ul-primary);
}
.ul-inner-about-stats {
  flex-shrink: 0;
  display: flex;
}
.ul-inner-about-stat {
  width: clamp(86px, 6.1vw, 116px);
  aspect-ratio: 1/1;
  border: 1px solid var(--white);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: clamp(13px, 0.84vw, 16px);
}
.ul-inner-about-stat:not(:last-child) {
  margin-right: clamp(-12px, -0.63vw, -9px);
}
.ul-inner-about-stat .number {
  display: block;
  font-size: clamp(18px, 1.16vw, 22px);
  font-weight: 800;
}
.ul-inner-about-stat .txt {
  font-size: clamp(12px, 0.79vw, 15px);
  font-weight: 300;
}
.ul-inner-about-img {
  border-radius: 20px;
  overflow: hidden;
}
.ul-inner-about-img img {
  width: 100%;
  aspect-ratio: 720/403;
}

.ul-team {
  position: relative;
  background: linear-gradient(90deg, rgb(255, 255, 255) 67%, #F2F7FD 0%);
}
.ul-team-slider {
  padding: 40px 29px;
  margin: -40px -29px;
}
@media screen and (max-width: 1199px) {
  .ul-team-slider {
    padding: 40px 20px;
    margin: -40px -20px;
  }
}
@media screen and (max-width: 767px) {
  .ul-team-slider {
    padding: 40px 0;
    margin: -40px 0;
  }
}
.ul-team-card {
  position: relative;
}
.ul-team-card:hover .ul-team-card-socials-links {
  transform: translateY(0);
  opacity: 1;
}
.ul-team-card-img {
  border-radius: 16px;
  overflow: hidden;
}
.ul-team-card-img img {
  width: 100%;
  aspect-ratio: 370/375;
}
.ul-team-card-txt {
  background-color: var(--white);
  position: relative;
  z-index: 1;
  margin: 0 clamp(12px, 1.26vw, 24px);
  margin-top: clamp(-44px, -2.31vw, -34px);
  border-radius: 16px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  padding: 0 clamp(12px, 1.26vw, 24px);
  padding-bottom: clamp(12px, 1.26vw, 24px);
}
.ul-team-card-txt::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: calc(0px - clamp(13px, 1.73vw, 33px));
  left: 0;
  background-color: var(--white);
  transform: skewY(4deg);
  border-radius: 16px;
}
.ul-team-card-socials {
  position: absolute;
  right: clamp(17px, 1.05vw, 20px);
  top: clamp(-43px, -2.26vw, -23px);
}
.ul-team-card-socials-icon {
  background-color: var(--ul-primary);
  width: clamp(30px, 1.89vw, 36px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.79vw, 15px);
}
.ul-team-card-socials-links {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.42vw, 8px);
  position: absolute;
  z-index: -2;
  font-size: clamp(11px, 0.74vw, 14px);
  opacity: 0;
  transition: 0.2s linear;
  bottom: calc(100% + 8px);
  transform: translateY(40%);
}
.ul-team-card-socials-links a {
  background-color: var(--white);
  width: clamp(30px, 1.89vw, 36px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ul-secondary);
}
.ul-team-card-socials-links a:hover {
  color: var(--white);
  background-color: var(--ul-secondary);
}
.ul-team-card-title {
  font-weight: 600;
  font-size: clamp(18px, 1.26vw, 22px);
}
.ul-team-card-subtitle {
  color: var(--ul-gray2);
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
}
.ul-team-card-subtitle a {
  font-weight: 400;
  color: var(--ul-gray2);
}
.ul-team-card-subtitle a:hover {
  color: var(--ul-primary);
}
.ul-team-vectors > * {
  position: absolute;
}
.ul-team-vectors > *:first-child {
  bottom: clamp(-15px, 2.36vw, 45px);
  left: clamp(-15px, 2.36vw, 45px);
}
.ul-team-vectors > *:nth-child(2) {
  top: clamp(-15px, 2.36vw, 45px);
  right: clamp(-15px, 2.36vw, 45px);
}
.ul-team-vectors img {
  max-width: clamp(60px, 6.83vw, 130px);
}

.ul-inner-testimonial {
  background-color: var(--ul-secondary);
}
.ul-inner-testimonial .ul-section-title {
  color: var(--white);
}

.ul-inner-testimony {
  border-radius: 12px;
  padding: clamp(30px, 2.63vw, 50px) clamp(15px, 1.84vw, 35px);
  border: 1px solid var(--ul-gray2);
}
.ul-inner-testimony-rating {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.37vw, 7px);
  font-size: var(--ul-primary);
  color: #FFA31A;
  margin-bottom: clamp(10px, 1.05vw, 20px);
  font-size: clamp(15px, 1.05vw, 20px);
}
.ul-inner-testimony-descr {
  font-weight: 300;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 167%;
  color: var(--white);
  margin-bottom: clamp(16px, 1.37vw, 26px);
}
.ul-inner-testimony-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ul-inner-testimony-reviewer {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
}
.ul-inner-testimony-reviewer .reviewer-image {
  flex-shrink: 0;
}
.ul-inner-testimony-reviewer .reviewer-image img {
  width: clamp(45px, 3.15vw, 60px);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.ul-inner-testimony-reviewer .reviewer-name {
  font-weight: 700;
  font-size: clamp(17px, 1.05vw, 20px);
  color: var(--white);
  margin-bottom: clamp(1px, 0.21vw, 4px);
  padding-top: 3px;
}
.ul-inner-testimony-reviewer .reviewer-role {
  display: block;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--white);
  font-weight: 300;
}
.ul-inner-testimony-icon {
  font-size: clamp(28px, 2.26vw, 43px);
  color: var(--ul-primary);
  display: block;
  line-height: 1;
}
.ul-inner-testimony-icon i {
  display: inline-block;
}

.ul-features {
  background: url(../img/features-bg.jpg) no-repeat center center;
  background-size: cover;
}
.ul-features .ul-section-title,
.ul-features .ul-section-sub-title {
  color: var(--white);
}
.ul-features-heading {
  position: relative;
}
.ul-features-heading-btn {
  border: 1px solid var(--white);
  margin-top: clamp(15px, 2.63vw, 50px);
}
.ul-features-heading-btn:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--ul-primary);
}
.ul-features-heading .vector {
  position: absolute;
  top: calc(100% + clamp(40px, -3.15vw, 60px));
  left: 0;
}
@media screen and (max-width: 991px) {
  .ul-features-heading .vector {
    display: none;
  }
}
.ul-features-content {
  background: var(--ul-primary);
  border-radius: clamp(15px, 1.58vw, 30px);
  padding: clamp(15px, 4.2vw, 80px);
}
.ul-features-slider-pagination.swiper-pagination-progressbar {
  background-color: #d7d7d7;
  width: clamp(115px, 27.75vw, 528px);
}
.ul-features-slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--white);
}
.ul-features-slider-action-wrapper button:hover {
  color: var(--ul-secondary);
}

.ul-feature {
  border: 1px solid var(--white);
  border-radius: 20px;
  padding: clamp(20px, 2.1vw, 40px);
  text-align: center;
  color: var(--white);
}
.ul-feature-icon {
  border: 1px solid var(--white);
  border-radius: clamp(10px, 1.05vw, 20px);
  width: clamp(52px, 4.31vw, 82px);
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: clamp(26px, 2.21vw, 42px);
  margin-bottom: clamp(15px, 1.31vw, 25px);
}
.ul-feature-title {
  font-weight: 600;
  font-size: clamp(20px, 1.16vw, 22px);
  line-height: 127%;
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-feature-title a {
  color: var(--white);
}
.ul-feature-title a:hover {
  color: var(--ul-secondary);
}
.ul-feature-sub-title {
  font-weight: 400;
  font-size: clamp 13px, 0.84vw, 16px;
}

.ul-projects-page-content-wrapper {
  background-color: #F2F7FD;
  padding-bottom: clamp(60px, 6.31vw, 120px);
}
.ul-projects-search-filters {
  background-color: var(--white);
  padding: clamp(18px, 1.31vw, 25px);
  border-radius: clamp(15px, 1.05vw, 20px);
  margin-bottom: clamp(15px, 1.58vw, 30px);
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
}
.ul-projects-search-filters.expanded {
  grid-template-rows: max-content 1fr;
}
.ul-projects-search-filters.expanded .ul-projects-search-filters-row-2 {
  padding-top: clamp(16px, 1.26vw, 24px);
}
.ul-projects-search-filters .row {
  --bs-gutter-x: clamp(16px, 1.26vw, 24px);
  --bs-gutter-y: clamp(16px, 1.26vw, 24px);
}
.ul-projects-search-filters-row-2 {
  overflow: hidden;
  transition: 0.4s ease;
}
.ul-projects-search-filters-expand-btn,
.ul-projects-search-filters .ss-main {
  height: clamp(45px, 2.63vw, 50px);
  border-radius: 10px;
  padding: 0 clamp(15px, 1.05vw, 20px);
  border: 1px solid #ddd;
  font-size: clamp(11px, 0.74vw, 14px);
}
.ul-projects-search-filters-expand-btn:focus, .ul-projects-search-filters-expand-btn:focus-visible, .ul-projects-search-filters-expand-btn:focus-within,
.ul-projects-search-filters .ss-main:focus,
.ul-projects-search-filters .ss-main:focus-visible,
.ul-projects-search-filters .ss-main:focus-within {
  box-shadow: none;
}
.ul-projects-search-filters .ss-content .ss-list .ss-option {
  font-size: clamp(11px, 0.74vw, 14px);
  padding: 8px clamp(15px, 1.05vw, 20px);
}
.ul-projects-search-filters .ss-content .ss-list .ss-option:hover {
  background-color: white;
  color: var(--ul-primary);
}
.ul-projects-search-filters .ss-content .ss-list .ss-option.ss-highlighted,
.ul-projects-search-filters .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: var(--ul-primary);
}
.ul-projects-search-filters .ss-content .ss-list .ss-option.ss-highlighted:hover,
.ul-projects-search-filters .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected:hover {
  color: var(--white);
}
.ul-projects-search-filters .ss-content, .ul-projects-search-filters .ss-content.ss-open-below {
  border-radius: 12px;
}
.ul-projects-search-filters-btns {
  display: flex;
  gap: clamp(5px, 0.53vw, 10px);
}
.ul-projects-search-filters-expand-btn {
  height: clamp(45px, 2.63vw, 50px);
  width: clamp(50px, 2.63vw, 55px);
  font-size: clamp(20px, 1.42vw, 27px);
  color: var(--ul-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.ul-projects-search-filters-expand-btn:hover {
  background-color: var(--ul-primary);
  color: var(--white);
  border-color: var(--ul-primary);
}
.ul-projects-search-filters .ul-btn {
  height: clamp(45px, 2.63vw, 50px);
  border-radius: 10px;
  flex-grow: 1;
}

.ul-project {
  border-radius: 10px;
  background-color: var(--white);
  border: 2px solid #F0EFFB;
}
.ul-project-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.ul-project-img img {
  width: 100%;
  aspect-ratio: 365/208;
}
.ul-project-txt {
  padding: clamp(15px, 1.58vw, 30px);
  position: relative;
}
.ul-project-tag {
  position: absolute;
  background-color: #f6bd85;
  top: 0;
  left: clamp(-8px, -0.42vw, -5px);
  transform: translateY(-50%);
  border-radius: 8px 8px 8px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #350b01;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(11px, 0.68vw, 13px);
  padding: clamp(4px, 0.37vw, 7px) clamp(10px, 0.79vw, 15px);
  z-index: 1;
}
.ul-project-tag::before {
  position: absolute;
  content: "";
  top: calc(100% - 1px);
  left: 0;
  width: 8px;
  aspect-ratio: 1/1;
  background-color: #f6bd85;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
}
.ul-project .top {
  display: flex;
}
.ul-project .top .left {
  flex-grow:  1;
}
.ul-project .top .right {
  flex-shrink: 0;
}
.ul-project-price {
  font-weight: 500;
  font-size: clamp(14px, 0.89vw, 17px);
  color: rgba(0, 9, 41, 0.5);
  display: block;
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-project-price .number {
  font-weight: 800;
  font-size: clamp(17px, 1.05vw, 20px);
  color: var(--ul-primary);
}
.ul-project-title {
  font-weight: 700;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 1.4;
  margin-bottom: clamp(7px, 0.68vw, 13px);
}
.ul-project-location {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(0, 9, 41, 0.5);
}
.ul-project-add-to-favorites-btn {
  border: 1px solid #E8E6F9;
  border-radius: 50%;
  width: clamp(45px, 2.63vw, 50px);
  aspect-ratio: 1/1;
  font-size: clamp(17px, 1.05vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ul-primary);
}
.ul-project-add-to-favorites-btn:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-project-infos {
  display: flex;
  gap: clamp(10px, 0.79vw, 15px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #F0EFFB;
  padding-top: clamp(10px, 0.79vw, 15px);
}
.ul-project-info {
  font-size: clamp(13px, 0.84vw, 16px);
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  color: var(--ul-secondary);
}
.ul-project-info .icon {
  color: var(--ul-primary);
  display: inline-flex;
  font-size: clamp(18px, 1.16vw, 22px);
}

.ul-project-details-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(20px, 1.89vw, 36px);
}
@media screen and (max-width: 991px) {
  .ul-project-details-heading {
    flex-direction: column;
  }
}
.ul-project-details-heading .right {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.26vw, 24px);
}
@media screen and (max-width: 575px) {
  .ul-project-details-heading .right {
    flex-direction: column;
    align-items: center;
  }
}
.ul-project-details-title {
  font-weight: 700;
  font-size: clamp(24px, 1.58vw, 30px);
  margin-bottom: clamp(11px, 0.74vw, 14px);
}
.ul-project-details-location {
  display: flex;
  align-items: center;
  font-size: clamp(13px, 0.84vw, 16px);
  gap: clamp(7px, 0.53vw, 10px);
  color: var(--ul-gray2);
}
.ul-project-details-location .icon {
  color: var(--ul-primary);
  display: inline-flex;
}
.ul-project-details-actions {
  display: flex;
  gap: clamp(8px, 0.84vw, 16px);
}
@media screen and (max-width: 479px) {
  .ul-project-details-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ul-project-details-action {
  display: flex;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
  color: var(--ul-gray2);
  font-size: clamp(13px, 0.84vw, 16px);
}
@media screen and (max-width: 479px) {
  .ul-project-details-action {
    padding: 0;
  }
}
.ul-project-details-action:hover {
  color: var(--ul-primary);
}
.ul-project-details-action:hover .icon {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}
.ul-project-details-action .icon {
  border: 1px solid #ddd;
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--black);
  transition: 0.4s ease;
}
.ul-project-details-price {
  font-weight: 700;
  font-size: clamp(22px, 1.58vw, 30px);
  color: var(--ul-gray2);
}
.ul-project-details-price .number {
  color: var(--black);
}
.ul-project-details-slider-wrapper {
  margin-bottom: clamp(23px, 2.79vw, 53px);
}
.ul-project-details-img-slider {
  border-radius: 20px;
  overflow: hidden;
}
.ul-project-details-img-slider img {
  width: 100%;
  aspect-ratio: 930/488;
  object-fit: cover;
}
.ul-project-details-img-slider-thumb {
  margin-top: clamp(15px, 1.26vw, 24px);
}
.ul-project-details-img-slider-thumb .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.ul-project-details-img-slider-thumb .swiper-slide-thumb-active {
  border: 5px solid var(--ul-primary);
}
.ul-project-details-img-slider-thumb img {
  width: 100%;
  aspect-ratio: 214/156;
  object-fit: cover;
}
.ul-project-details-block {
  margin-bottom: clamp(20px, 2.36vw, 45px);
}
.ul-project-details-block:last-child {
  margin-bottom: 0;
}
.ul-project-details-body p {
  color: var(--ul-gray2);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-project-details-body p:last-child {
  margin-bottom: 0;
}
.ul-project-details-overview-infos {
  background-color: #fafafa;
  border-radius: 16px;
  padding: clamp(15px, 2.1vw, 40px);
}
.ul-project-details-overview-info {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.63vw, 12px);
}
.ul-project-details-overview-info .icon {
  border: 1px solid #ddd;
  border-radius: 6px;
  width: clamp(40px, 2.31vw, 44px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ul-primary);
  font-size: clamp(18px, 1.16vw, 22px);
}
.ul-project-details-overview-info .key {
  font-weight: 600;
  font-size: clamp(11px, 0.74vw, 14px);
  color: var(--black);
  display: block;
  line-height: 1.3;
}
.ul-project-details-overview-info .value {
  font-size: clamp(13px, 0.74vw, 14px);
  color: var(--ul-gray2);
}
.ul-project-details-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.ul-project-details-video .video-cover {
  width: 100%;
}
.ul-project-details-video a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(50px, 3.36vw, 64px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: radial-gradient(151.64% 120.36% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(21px);
  border: 1px solid var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.ul-project-details-video a:hover {
  background-color: var(--white);
  color: var(--ul-primary);
}
.ul-project-details-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.05vw, 20px);
}
@media screen and (max-width: 767px) {
  .ul-project-details-features {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .ul-project-details-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ul-project-details-features .feature {
  display: flex;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
  font-size: clamp(12px, 0.79vw, 15px);
  color: var(--ul-gray2);
}
.ul-project-details-features .feature .icon {
  display: inline-flex;
}
.ul-project-details-features .feature i {
  color: var(--ul-primary);
  font-size: clamp(17px, 1.05vw, 20px);
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-project-details-map iframe {
  width: 100%;
  aspect-ratio: 927/415;
  border-radius: 16px;
}
.ul-project-details-floor-plan {
  background-color: #fafafa;
  padding: clamp(15px, 2.1vw, 40px);
  border-radius: 16px;
}
.ul-project-details-floor-plan-tab-navs {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 0.74vw, 14px);
  margin-bottom: clamp(16px, 1.05vw, 20px);
}
.ul-project-details-floor-plan .tab-nav {
  height: clamp(35px, 2.1vw, 40px);
  padding: 0 clamp(12px, 1.26vw, 24px);
  border: 1px solid var(--ul-primary);
  background-color: transparent;
  color: var(--ul-primary);
}
.ul-project-details-floor-plan .tab-nav.active {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-project-details-floor-plan .ul-tab {
  overflow: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.ul-project-details-floor-plan .ul-tab.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}
.ul-project-details-review {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.05vw, 20px);
  border-bottom: 1px solid #E6E5E5;
  padding-bottom: clamp(20px, 2.1vw, 40px);
  padding-top: clamp(15px, 1.58vw, 30px);
}
@media screen and (max-width: 479px) {
  .ul-project-details-review {
    flex-direction: column;
  }
}
.ul-project-details-review-reviewer-img {
  flex-shrink: 0;
}
.ul-project-details-review-reviewer-img img {
  width: clamp(86px, 5.04vw, 96px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.ul-project-details-review-txt {
  flex-grow: 1;
}
.ul-project-details-review-txt .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(12px, 0.95vw, 18px);
}
.ul-project-details-review-txt .reviewer-name {
  font-weight: 600;
  font-size: clamp(15px, 1.05vw, 20px);
  line-height: 110%;
  color: var(--black);
}
.ul-project-details-review-txt .review-date {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  margin-bottom: 0;
  color: var(--ul-gray2);
}
.ul-project-details-review p {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  margin-bottom: 0;
}
.ul-project-details-review-reply-btn {
  background-color: var(--ul-primary);
  height: clamp(27px, 1.58vw, 30px);
  color: var(--white);
  border-radius: 999px;
  font-weight: 500;
  padding: 0 clamp(13px, 0.84vw, 16px);
  font-size: clamp(11px, 0.74vw, 14px);
}
.ul-project-details-review-reply-btn:hover {
  background-color: var(--black);
}
.ul-project-details-review-form-wrapper {
  margin-top: clamp(22px, 1.84vw, 35px);
}
.ul-project-details-review-form-wrapper label {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 600;
  margin-bottom: clamp(6px, 0.47vw, 9px);
}
.ul-project-details-review-form-wrapper input,
.ul-project-details-review-form-wrapper textarea {
  border: 1px solid #E6E5E5;
  border-radius: 9999px;
  width: 100%;
  height: clamp(45px, 2.94vw, 56px);
  padding: 0 clamp(15px, 1.05vw, 20px);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-project-details-review-form-wrapper textarea {
  padding: clamp(15px, 1.05vw, 20px);
  height: 200px;
  vertical-align: top;
  border-radius: 20px;
}
.ul-project-details-review-form-wrapper textarea:focus {
  outline: none;
}
.ul-project-details-review-form-wrapper .ul-btn {
  margin-top: clamp(27px, 1.58vw, 30px);
}

.ul-pricing {
  background-color: #F2F7FD;
}
.ul-pricing-title {
  font-weight: 700;
  font-size: clamp(25px, 2.52vw, 48px);
  margin-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-pricing-checks {
  border: 1px solid #E5E5E5;
  border-width: 1px 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 1.58vw, 30px);
  padding: clamp(15px, 1.05vw, 20px) 0;
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-pricing-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #535353;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-pricing-check i {
  color: var(--ul-primary);
}
.ul-pricing-descr {
  color: #535353;
  padding: clamp(2px, 0.26vw, 5px) 0;
  padding-left: clamp(8px, 0.79vw, 15px);
  border-left: 4px solid var(--ul-primary);
  margin-bottom: 0;
}
.ul-pricing-txt .ul-btn {
  margin-top: clamp(30px, 2.63vw, 50px);
}
.ul-pricing-txt .ul-btn i {
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-pricing-packages {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
}
@media screen and (max-width: 479px) {
  .ul-pricing-packages {
    flex-direction: column;
  }
}
.ul-pricing-packages > * {
  flex: auto;
}
.ul-pricing-package {
  border: 2px solid var(--ul-secondary);
  border-radius: clamp(22px, 1.68vw, 32px);
  background-color: var(--white);
}
.ul-pricing-package.popular {
  border-color: var(--ul-primary);
}
.ul-pricing-package.popular .ul-pricing-package-heading,
.ul-pricing-package.popular .ul-pricing-package-body {
  background-color: var(--ul-primary);
}
.ul-pricing-package.popular .ul-pricing-package-btn {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-pricing-package.popular .ul-pricing-package-btn:hover {
  background-color: var(--ul-secondary);
  border-color: var(--ul-secondary);
}
.ul-pricing-package.popular .ul-pricing-package-discount {
  color: var(--white);
}
.ul-pricing-package-heading {
  background-color: var(--ul-secondary);
  padding: clamp(25px, 2.63vw, 50px) clamp(15px, 1.58vw, 30px);
  border-radius: clamp(18px, 1.47vw, 28px);
  border-bottom-right-radius: 0;
  color: var(--white);
  position: relative;
}
.ul-pricing-package-heading .tag {
  position: absolute;
  top: clamp(-14px, -0.74vw, -11px);
  right: clamp(20px, 1.37vw, 26px);
  background-color: var(--ul-secondary);
  font-size: clamp(13px, 0.84vw, 16px);
  border-radius: 5px;
  padding: clamp(1.5px, 0.24vw, 4.5px) clamp(8px, 0.58vw, 11px);
}
.ul-pricing-package-name {
  font-weight: 600;
  font-size: clamp(18px, 1.26vw, 24px);
  margin-bottom: clamp(10px, 0.95vw, 18px);
  display: inline-block;
}
.ul-pricing-package-heading-bottom {
  display: flex;
  align-items: flex-end;
  gap: clamp(8px, 0.79vw, 15px);
}
.ul-pricing-package-price {
  font-weight: 700;
  font-size: clamp(44px, 3.89vw, 74px);
  line-height: 0.7;
}
.ul-pricing-package-discount {
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-primary);
}
.ul-pricing-package-duration {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(13px, 0.84vw, 16px);
  display: block;
}
.ul-pricing-package-duration .divider {
  font-weight: 600;
  font-size: clamp(18px, 1.26vw, 24px);
}

/* Featured Projects - Dynamic Cards per Row Responsive Design */
@media (min-width: 1200px) {
    .featured-projects .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .featured-projects .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .featured-projects .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Project Card Adjustments for Dynamic Layout */
.featured-projects .project-card,
.unique-card.h-100 {
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

.featured-projects .project-card {
    margin-bottom: 20px;
}

/* Ensure card image takes fixed space */
.unique-card .position-relative.overflow-hidden {
    flex-shrink: 0;
    height: 250px;
    overflow: hidden;
}

.unique-card .card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-projects .card-title {
    font-size: 1.1rem;
    line-height: 1.3;
}

.featured-projects .description-text {
    font-size: 0.9rem;
    line-height: 1.4;
}

.featured-projects .price-text {
    font-size: 1.1rem;
}
.ul-pricing-package-body {
  padding: clamp(15px, 1.58vw, 30px);
  background-color: var(--ul-secondary);
  position: relative;
  z-index: 1;
  border-radius: clamp(22px, 1.68vw, 32px);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
}
.ul-pricing-package-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-top-right-radius: clamp(22px, 1.68vw, 32px);
  background-color: var(--white);
}
.ul-pricing-package-body-title {
  font-weight: 600;
  font-size: clamp(16px, 1.05vw, 20px);
  color: var(--ul-secondary);
  margin-bottom: clamp(10px, 0.74vw, 14px);
}
.ul-pricing-package-body-list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(5px, 0.42vw, 8px);
  color: #868686;
  margin-bottom: 12px;
}
.ul-pricing-package-body-list li:last-child {
  margin-bottom: 0;
}
.ul-pricing-package-body-list li i {
  color: var(--ul-secondary);
  padding-top: 3px;
}
.ul-pricing-package-btn {
  margin-top: clamp(15px, 1.84vw, 35px);
  width: 100%;
  background-color: var(--ul-secondary);
  border-color: var(--ul-secondary);
}
.ul-pricing-package-btn i {
  font-size: clamp(20px, 1.31vw, 25px);
}
.ul-pricing-package-btn:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}

.ul-contact {
  background-color: #F2F7FD;
  padding: clamp(7px, 0.53vw, 10px);
  border-radius: 10px;
}
.ul-contact-infos {
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 2.63vw, 50px);
}
.ul-contact-infos-wrapper {
  background-color: var(--ul-primary);
  padding: clamp(20px, 2.1vw, 40px);
  border-radius: 10px;
  display: flex;
  gap: 50px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
}
.ul-contact-infos-title {
  font-weight: 600;
  font-size: clamp(22px, 1.47vw, 28px);
  margin-bottom: clamp(8px, 0.58vw, 11px);
}
.ul-contact-infos-sub-title {
  font-weight: 400;
  font-size: clamp(15px, 0.95vw, 18px);
  color: #C9C9C9;
}
.ul-contact-infos > * {
  color: var(--white);
  font-size: clamp(13px, 0.84vw, 16px);
  display: inline-flex;
  align-items: center;
  gap: clamp(22px, 1.31vw, 25px);
}
.ul-contact-infos > * i {
  font-size: clamp(21px, 1.26vw, 24px);
}
.ul-contact-infos a:hover {
  color: var(--ul-secondary);
}
.ul-contact-socials {
  gap: clamp(14px, 1.26vw, 24px);
  display: flex;
  align-items: center;
}
.ul-contact-socials a {
  background-color: var(--black);
  border: 1px solid var(--black);
  color: var(--white);
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(11px, 0.74vw, 14px);
}
.ul-contact-socials a:hover {
  background-color: var(--ul-primary);
  border-color: var(--white);
}
.ul-contact-form-wrapper {
  padding: clamp(30px, 3.15vw, 60px) clamp(20px, 2.1vw, 40px);
}
.ul-contact-form-wrapper form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 479px) {
  .ul-contact-form-wrapper form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ul-contact-form-wrapper form > *:nth-last-child(3), .ul-contact-form-wrapper form > *:nth-last-child(2) {
  grid-column: span 2;
}
@media screen and (max-width: 479px) {
  .ul-contact-form-wrapper form > *:nth-last-child(3), .ul-contact-form-wrapper form > *:nth-last-child(2) {
    grid-column: span 1;
  }
}
.ul-contact-form-wrapper form label,
.ul-contact-form-wrapper form .contact-inner-title {
  color: var(--black);
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  display: inline-block;
}
.ul-contact-form-wrapper form .contact-inner-title {
  margin-bottom: clamp(12px, 0.79vw, 15px);
}
.ul-contact-form-wrapper form input,
.ul-contact-form-wrapper form textarea {
  border: none;
  border-bottom: 1px solid #8D8D8D;
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 7px 0;
  font-size: clamp(12px, 0.74vw, 14px);
}
.ul-contact-form-wrapper form input:focus, .ul-contact-form-wrapper form input:focus-visible, .ul-contact-form-wrapper form input:focus-within,
.ul-contact-form-wrapper form textarea:focus,
.ul-contact-form-wrapper form textarea:focus-visible,
.ul-contact-form-wrapper form textarea:focus-within {
  outline: none;
  border-color: var(--black);
}
.ul-contact-form-wrapper form input:focus::placeholder, .ul-contact-form-wrapper form input:focus-visible::placeholder, .ul-contact-form-wrapper form input:focus-within::placeholder,
.ul-contact-form-wrapper form textarea:focus::placeholder,
.ul-contact-form-wrapper form textarea:focus-visible::placeholder,
.ul-contact-form-wrapper form textarea:focus-within::placeholder {
  opacity: 0;
}
.ul-contact-form-subjects {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 1.31vw, 25px);
}
.ul-contact-map {
  width: 100%;
  height: clamp(300px, 31.53vw, 600px);
  vertical-align: top;
  margin-top: clamp(60px, 6.31vw, 120px);
  filter: grayscale(1);
}

.ul-app-ad--contact {
  margin-top: clamp(-301px, -15.82vw, -60px);
}

/* --- City Card 68x68 Image Update --- */
.ul-city-card-img {
  flex-shrink: 0;
  width: 68px !important;
  height: 68px !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.ul-city-card-img img {
  width: 68px !important;
  height: 68px !important;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
/* Articles Slider Styles */
.articles-slider-container {
    position: relative;
    padding: 12px 0;
}

.articlesSwiper {
    padding: -2px 0 60px 0;
}

.articlesSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.articlesSwiper .article-card-modern {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.articlesSwiper .article-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.articlesSwiper .article-image-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.articlesSwiper .article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.articlesSwiper .article-card-modern:hover .article-img {
    transform: scale(1.05);
}

.articlesSwiper .article-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.articlesSwiper .article-content-modern {
    padding: 25px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.articlesSwiper .article-category {
    display: inline-flex;
    align-items: center;
    background: rgba(10, 86, 163, 0.1);
    color: #0a56a3;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    width: fit-content;
}

.articlesSwiper .article-title-modern {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 9px;
    flex: 1;
    padding: 0 5px !important;
}

.articlesSwiper .article-title-link {
    color: #2d3748;
    text-decoration: none;
    transition: color 0.3s ease;
}

.articlesSwiper .article-title-link:hover {
    color: #0a56a3;
    text-decoration: none;
}

.articlesSwiper .article-excerpt-modern {
    color: #718096;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
    flex: 1;
    padding: 0 5px !important;
}

.articlesSwiper .article-footer-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    padding: 15px 5px 0 5px !important;
    border-top: 1px solid #f1f5f9;
}

.articlesSwiper .article-meta {
    display: flex;
    align-items: center;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500;
}

.articlesSwiper .read-more-btn-modern {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0a56a3;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(10, 86, 163, 0.05);
}

.articlesSwiper .read-more-btn-modern:hover {
    background: rgba(10, 86, 163, 0.1);
    color: #0a56a3;
    text-decoration: none;
    transform: translateX(5px);
}

/* Navigation */
.articlesSwiper .swiper-button-next,
.articlesSwiper .swiper-button-prev {
    color: #0a56a3;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.articlesSwiper .swiper-button-next:hover,
.articlesSwiper .swiper-button-prev:hover {
    background: #0a56a3;
    color: white;
    transform: scale(1.1);
}

.articlesSwiper .swiper-button-next:after,
.articlesSwiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.articlesSwiper .swiper-pagination-bullet {
    background: #0a56a3;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.articlesSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .articlesSwiper .article-content {
        padding: 20px;
    }
    
    .articlesSwiper .article-title-modern {
        font-size: 18px;
    }
    
    .articlesSwiper .article-footer-modern {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

/* Stylish Inquiry Form - Red & Green Gradient Design */

@keyframes shimmer {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-content {
    padding: 40px;
    background: white;
}

/* Selected Property Display */
.selected-property-alert {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: white;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
}

.close-selection {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.close-selection:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Form Grid */

/* Form Groups */

.form-label-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-label-custom i {
    color: #e74c3c;
    font-size: 16px;
    width: 20px;
}

/* Form Inputs */
.form-input-custom, .form-select-custom {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #ecf0f1;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
    color: #2c3e50;
    font-family: inherit;
}

.form-input-custom:focus, .form-select-custom:focus {
    outline: none;
    border-color: #e74c3c;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.1);
    transform: translateY(-2px);
    background: #fff;
}

.form-input-custom::placeholder {
    color: #bdc3c7;
    font-style: italic;
}

.form-select-custom {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23e74c3c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 45px;
    appearance: none;
}

/* Textarea */
.form-textarea-custom {
    width: 100%;
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

/* Terms Section */
.terms-section {
    margin: 25px 0;
}

.terms-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #2c3e50;
    line-height: 1.5;
}

.terms-checkbox input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e74c3c;
    border-radius: 6px;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.3s ease;
    background: white;
}

.terms-checkbox input[type="checkbox"]:checked + .checkmark {
    background: #e74c3c;
    border-color: #e74c3c;
}

.terms-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.terms-link {
    color: #e74c3c;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.terms-link:hover {
    color: #c0392b;
    text-decoration: underline;
}

/* Submit Button */

.btn-loading {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Alert Messages */
.alert {
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: none;
    font-weight: 500;
    position: relative;
}

.alert-success {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: white;
    border-left: 4px solid #1e8449;
}

.alert-danger {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    border-left: 4px solid #a93226;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-content {
        padding: 25px;
    }

}

@media (max-width: 480px) {
    .form-content {
        padding: 20px;
    }

}

/* Form Animation */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Location Dropdown Styles */
.field-content {
  position: relative;
  width: 100%;
}

.location-dropdown-wrapper {
  position: relative;
  width: 100%;
}

.location-dropdown-wrapper .location-dropdown-options {
  position: absolute !important;
  top: 100% !important;
  bottom: auto !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  transform: none !important;
}

.location-dropdown-options {
  position: absolute !important;
  top: 100% !important;
  bottom: auto !important;
  left: 0 !important;
  right: 0 !important;
  background: #ffffff !important;
  border: 1px solid #e9ecef !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  display: none !important;
  z-index: 9999 !important;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  transform: none !important;
}

.location-dropdown-wrapper.active .location-dropdown-options {
  display: block !important;
}

.location-option {
  padding: 12px 15px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  color: #333 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.location-option:hover {
  background-color: rgba(53, 11, 1, 0.1) !important;
  color: #350b01 !important;
}

.location-option:last-child {
  border-bottom: none !important;
}

.location-option.highlight {
  background-color: rgba(53, 11, 1, 0.15) !important;
  color: #350b01 !important;
  font-weight: 600 !important;
}

/* Filter Tags - Bold */
.filter-tag {
  font-weight: 700 !important;
}

