/*Animation Style*/
body {
    overflow-x: hidden;
}
/* Initial hidden state for the text */
.slide-up-text.visible {
  transform: translateY(0);  /* Slide up to original position */
  opacity: 1;               /* Fade in */
}

.slide-up-text {
  transform: translateY(100%);
  opacity: 0 ;
  transition: transform 2s ease, opacity 2s ease;
}

.zoom-out {
  transform: scale(1.2); /* Start zoomed in */
  opacity: 0;           /* Hidden initially */
  transition: transform 0.8s ease, opacity 0.8s ease; /* Smooth animation */
}

/* When the image is visible */
.zoom-out.zoom-visible {
  transform: scale(1);  /* Zoom out to original size */
  opacity: 1;           /* Fade in */
}



/*Banner Top */
.flat-section-v3.flat-slider-contact:nth-of-type(1) .box-contact-v2 {
    display: none !important;
}
.flat-section-v3.flat-slider-contact:nth-of-type(1){
display: flex;
    justify-content: center;
    align-items: center;
  
}  

.flat-section-v3.flat-slider-contact:nth-of-type(1) .section-title{
  font-size: 60px !important;
    padding-right: 0;
    font-weight: normal;
}

.flat-section-v3.flat-slider-contact:nth-of-type(1){
font-size: 40px;
    font-style: italic;
    font-family: lora;
  height:100vh
}

.flat-slider-contact .content-wrap .content-left {
 padding-right:0
}

.flat-section-v3.flat-slider-contact:nth-of-type(1) .overlay {
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    background:linear-gradient(to right, #171817d1 20%, rgba(87, 114, 101, 0) 100%);
    opacity: 0.9;
    z-index: 0;
    pointer-events: none;
}

.flat-section-v3.flat-slider-contact:nth-of-type(1) .text-subtitle.text-white{
font-size: 40px;
    font-style: italic;
    font-weight: normal;
    font-family: auto;
    margin-top: 25px;
    text-transform: capitalize;
    padding-right: 100px;
    line-height: 0.9;
}

.flat-section-v3.flat-service-v2 .btn-view .text .span {
    color: #000000 ;
}
.btn-view .text{
    color: #fff; /* Set the text color to white */
}
.top-header{
display:none
}

.show-admin-bar .fixed-header {
  top: unset;
}


/*About Us*/
.home-about-us-section{
    padding: 4px 40px 55px;
}
.home-about-second-img {
         max-width: 572px;
    text-align: center;
    width: 100%;
    margin-top: 90px;
}
.home-about-first-img img{
    height: 427px;
    object-fit: cover;
}
.home-about-text{
padding-top: 21px;
}
.row.home-about-third-row{
margin-top: 19px;
}
.first-image-about{
   display: flex;
    justify-content: end;
}
.second-image-about{
display: flex;
    justify-content: center;
}
.home-about-second-text{
    padding: 10px 2px 0 72px;
}

.first-column-about{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.second-column-about{
       display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/*Services Section*/
.service-heading-content span {
  font-size: 18px;
  color: #0A1439;
  font-weight: normal;
  position: relative;
  margin-right: 10px;
}
.flat-section-v3.flat-service-v2 .row.wrap-service-v2 .col-lg-6 .box-left .box-title .section-title.mt-4{
color: white;
}
.flat-section-v3.flat-service-v2 .row.wrap-service-v2 .col-lg-6 .box-left p{
color: white;
}
.flat-section-v3.flat-service-v2 .row.wrap-service-v2 .col-lg-6 .box-left .list-view{
color: white;
}
.subscribe-form button{
  top:0;
}
.service-heading-content span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 50px; 
  height: 2px;
  /*  background: #0A1439;Line color */
    background: white;
  transform: translateY(-50%);
}

.service-heading-content{
display: flex;
    gap: 59px;
}
.service-offplan-img,.service-ready-img,.service-rental-img{
text-align:center;
}
.service-offplan-img img, .service-ready-img img, .service-rental-img img{
max-width:500px;
  object-fit:cover;
}
.service-offplan-content{
    padding-left: 125px;
}
.service-rental-content{
padding: 3px 0 0 125px;
}

.service-seprator-div{
    width: 90%;
    height: 5px;
    border-bottom: 2px solid grey;
    margin: 0 auto;
  padding-top: 110px;
}

.service-heading-content{
margin-bottom:20px
}

.service-offplan, .service-ready, .service-rental{
padding-top:110px
}

.service-learn-more button{
      background: #e97772;
    border-radius: 32px;
    padding: 14px 45px;
    margin-top: 25px;
    border-color: #e97772;
    color: white;
}
.home-services-section {
    background-color: #071f0a;
    padding: 66px 0px;
}
.home-services-section p{
color:white
}
.home-services-section h3 {
    color: white;
    font-size: 36px;
}
.home-services-section span{
color:white
}
.about-us-spanabout-us-span{

}

.service-heading h2{
color:white
}

.home-about-us{
padding-bottom: 10px;
}
.service-offplan-img img{
border-radius:12px
}
.service-ready-img img{
border-radius:12px
}
.service-rental-img img{
border-radius:12px
}

/*Testimonials*/
.flat-testimonial-v2:before {
  background: #071f0a;
}

.tf-btn.size-1 {
    padding: 11px 32px;
    border-radius: 24px;
}
.nav-tab-recommended .nav-link-item {
border-radius:24px
}

.home-about-first-img img{
border-radius:12px
}
.home-about-second-img img{
border-radius:12px
}


/*Other*/
.tf-btn {
  background-color:#e97772;
}

.flat-section.flat-service-v3 .section-title{
color:white
}
.flat-section.flat-service-v3 .content .title{
color:white
}

.flat-section.flat-service-v3 .content .description{
color:white
}
.flat-section.flat-service-v3 .box-service.style-2.active, .box-service.style-2:hover .content .title{
color:black
}
.flat-section.flat-service-v3 .box-service.style-2.active, .box-service.style-2:hover .content .description{
color:black
}

.tf-btn.size-1 span{
color:white
}

/*About Section*/
.about-section, .values-section {
  padding: 60px 0;
}

.about-content {
  display: flex;
  /*flex-wrap: wrap;*/
 /* gap: 40px;*/
  /*align-items: center;*/
}
.about-section .image-content{
    position: relative;
  padding:20px;
   padding-left: 50px;
   /* left: 16px;*/
}

.about-content .text-content {
  flex: 1;
  min-width: 300px;
}

.about-content .text-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

.about-content .text-content p {
  font-size: 1rem;
  color: #555;
padding-right: 40px;
}

.about-content .image-content img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Values Section Styles */
.values-section {
  padding: 60px 0;
  background-color: #fff;
}

.values-content {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.image-group {
  position: relative;
  flex: 1;
  min-width: 300px;
}

.image-group .main-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.image-group .overlay-image {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 60%;
}

.image-group .overlay-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.text-content {
  flex: 2;
  min-width: 300px;
  padding-left: 30px;
  text-align: justify;
}

.text-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

.text-content h3 {
  font-size: 1.5rem;
  margin-top: 20px;
  color: #444;
}

.text-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
}
.values-section .image-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Ensures images stack if they can't fit */
  flex-direction:column
}

.values-section .image-box {
  flex: 1 1 calc(50% - 20px); /* Two images side by side with gap */
  position: relative; /* Default position */
}

.values-section .image-box img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/*.values-section .image-box{
position: relative;
    width: 463px;
}*/
/*.values-section .image-box:nth-of-type(1) img{
position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  left: 182px;
}
.values-section .image-box:nth-of-type(2) img{
position: relative;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    top: 202px;
    z-index: 1;
}*/
.values-section .image-box img{
width: 400px;
    height: 250px;
    object-fit: cover;
}
.values-section .image-box:nth-of-type(1){
text-align:end
}
.values-section .image-box:nth-of-type(2){
text-align:start;
      top: -79px;
}

.about-section .about-content .text-content{
padding:20px 0px 20px 100px
}

@media(max-width:767px){
.service-offplan-img img, .service-ready-img img, .service-rental-img img {
        width: 100%; 
  }
  .service-rental-content {
    padding:37px 0 29px 32px
}
.service-offplan, .service-ready, .service-rental {
   padding-top:unset
}
  .flat-section-v3.flat-slider-contact:nth-of-type(1) .section-title {
    font-size: 60px !important;
}
  .home-about-us-section {
    padding: 20px
}
.service-offplan-content {
    padding-left: 32px;
    padding-bottom: 32px;
}
  .service-heading-content {
    margin-bottom: 20px;
    margin-top: 20px;
}
  .about-content {
    display: block;
  }
  .about-section .image-content {
  padding:unset
  }
  .values-section .image-box {
  position:unset
  }
.values-section .image-box img {
    width: 100%;
    height: unset;
    object-fit: cover;
}
  .text-content {
    flex: 2;
    min-width: unset;
 padding-left:unset;
    text-align: justify;
    margin-top: 58px;
}
  body#page-10 .flat-section-v3.flat-slider-contact{
  height:unset !important
  }
  .about-section .about-content .text-content {
            padding: 5px;
}
  .about-content .text-content p{
      padding: unset;
  }
  .values-section .container .row{
  flex-direction:column-reverse
  }
  .values-section {
    padding: 0px 0;
    background-color: #fff;
}
  
  .values-section .image-row {
  margin-bottom:20px
  }
  .flat-section.flat-banner .box-right{
  display:none
  }
  .about-content .text-content {
    flex: 1;
    min-width: unset;
}
  
}
  .post-author a:hover, .post-author span:not(:first-child) a:hover, .post-navigation a:hover, .single-detail.ck-content a:hover, .single-property-contact .box-avatar a:hover, .title a:hover {
    color: white;
  }
/*Style*/
.single-property-contact .contact-form .ip-group{
display:flex;
  flex-direction:column;
}

@media(max-width:767px){
  .flat-pagination{
flex-wrap:wrap
}


.box-title-listing .box-filter-tab .d-flex.gap-2{
flex-wrap:wrap;
}

.nav-tab-filter li:nth-child(2){
display:none
}
  .flat-section.flat-banner{
  display:none;
  }
  .nice-select.open .list {
    z-index:12
  }
}

.post-author a:hover, .post-author span:not(:first-child) a:hover, .post-navigation a:hover, .single-detail.ck-content a:hover, .single-property-contact .box-avatar a:hover, .title a:hover {
    color: white;
}
.flat-section {
    padding: 70px 0 20px;
}

.privacy-policy-content {
    padding: 70px 0px;
}
.privacy-policy-content h3 {
    font-size: 31px;
    padding: 8px 0px;
}
.term-conditions-content{
padding: 70px 0px;
}
.term-conditions-content h3 {
    font-size: 31px;
    padding: 8px 0px;
}
.flat-slider.home-1 {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
}
@media (max-width: 767px) {
    .flat-slider.home-1 {
        background-attachment: unset;
}
}
@media(max-width:767px){
  .flat-pagination{
flex-wrap:wrap
}


.box-title-listing .box-filter-tab .d-flex.gap-2{
flex-wrap:wrap;
}

.nav-tab-filter li:nth-child(2){
display:none
}
  .flat-section.flat-banner{
  display:none;
  }
  .nice-select.open .list {
    z-index:12
  }
}
.privacy-policy-content {
    padding: 70px 0px;
}
.privacy-policy-content h3 {
    font-size: 31px !important;
    padding: 8px 0px;
}
.term-conditions-content{
padding: 70px 0px;
}
.term-conditions-content h3 {
    font-size: 31px !important;
    padding: 8px 0px;
}
.iti__selected-country {
top:0;
}
.flat-blog-detail h2 {
    font-size: 30px !important;
}
.flat-blog-detail h3 {
    font-size: 30px!important;
}
.flat-blog-detail h4 {
    font-size: 30px!important;
}
.flat-blog-detail ol {
  margin-bottom: 20px
}
.flat-blog-detail ul {
  margin-bottom: 20px
}
#page-10 .box-navigation {
    display: none;
}
.top-header .top-header-right a:not(.dropdown-toggle, .dropdown-item):first-of-type {
    display: none;
}
.header-property-detail .content-bottom .icon-box .item {
    align-items: center;
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    display: flex;
    height: 52px;
    justify-content: center;
    width: 52px;
    display: none;
}
.homeya-box .images-group .box-icon {
    background-color: var(--primary-color);
    display: none;
}
.mobi-icon-box .box:first-child {
    display: none;
}
.archive-bottom.d-flex.justify-content-between.align-items-center .avatar img {
    display: none;
}

.mobile-button svg, .mobile-button:after, .mobile-button:before {
    stroke-width: 2;
    color: white;
    height: 2rem;
    transition: all .3s ease;
    width: 2rem;
}
.home-about-second-row .col-lg-6{
display:flex;
justify-content:center;
}
.home-about-first-img img {
    height: 300px;
    object-fit: cover;
}




.flat-slider.home-2 .img-banner-right{
background-position:100%;
background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    inset-inline-end: 0;
     inset-inline-start: unset;
    position: absolute;
    top: 0;
    width: 100%;
    }


    .container.relative{
        position: relative;
    z-index: 9;
    }
    .container.relative .row{
    display:flex;
    justify-content:center;
    }

   .flat-slider.home-2 .slider-content .heading .subtitle {
    color: #5c6368;
    margin-bottom:0;
    margin-top: 12px;
    max-width:1000px
     padding-inline-end: unset

}
.flat-slider.home-2 .slider-content .heading {
text-align:center;
      display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flat-slider.home-2 .slider-content .heading .title{
    color:white;

}
.flat-slider.home-2 .slider-content .heading .subtitle{
    color:white;
  padding-inline-end:unset;
  max-width: 663px;

}

.flat-slider .slider-home2 img{
    position:relative;

}

.flat-slider.home-2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease; /* Smooth transition for the overlay */
    z-index: 1; /* Ensure overlay appears above the image */
}
.flat-slider.home-2 .slider-content .heading .title{
padding-inline-end:unset
}
.flat-slider.home-2 .tf-btn.size-2{
background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 8px 36px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.flat-slider.home-2 .slider-content{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  gap:20px
}
.wd-find-select .inner-group .group-ip .icon{
color:white
}
.wd-find-select .inner-group .form-style .nice-select:after{
    border-bottom: 1.7px solid white;
    border-right: 1.7px solid white;
}
.box-contact-v2{
border-radius: unset;
}


/*Mobile Styling*/

@media(max-width:767px){
  .stat-item {
  width:unset
  }
  .about-section {
      padding: 51px 12px;
  }
  .why-choose-us {
    padding: 50px 20px;
}
  .why-choose-us .margin-left-offset {
  margin-left: 0px;
  }
  .whatsapp-icon-holder .whatsapp-icon {
    width: 61px;
    height: 56px;
    cursor: pointer;
    margin: -23px;
}
}
.flat-slider.home-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
 @media(max-width:767px){
  .service-offplan-img img, .service-ready-img img, .service-rental-img img {
          width: 100%; 
    }
    .service-rental-content {
      /*padding:37px 0 29px 32px*/
       padding:20px 0px

  }
  .service-offplan, .service-ready, .service-rental {
     padding-top:unset
  }
    .flat-section-v3.flat-slider-contact:nth-of-type(1) .section-title {
      font-size: 76px !important;
  }
    .home-about-us-section {
      padding: 20px
  }
  .service-offplan-content {
    /*  padding-left: 32px;
      padding-bottom: 32px;*/
    padding:20px 0px;
  }
    .service-heading-content {
      margin-bottom: 0px;
      margin-top: 20px;
   }
  
}
@media only screen and (max-width: 991px) {
    .flat-slider.home-2 .img-banner-right {
      display: block !important
    }
  
.footer-cl-4 {
margin-top:5px
}
}
@media only screen and (max-width: 575px) {
    h1, h2, h3 {
        font-size: 27px !important;
        line-height: 58px;
    }
  h2.title.fadeIn.animationtext.animated.animated{
  font-size:34px !important
  }
}

.post-author a:hover, .post-author span:not(:first-child) a:hover, .post-navigation a:hover, .single-detail.ck-content a:hover, .single-property-contact .box-avatar a:hover, .title a:hover{
color:black
}

/*.small_images_swiper_section {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.small_images_swiper_section {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.small_images_swiper_container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.small_images_swiper_image_container {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.8s ease;
    opacity: 0;
    z-index: 0;
    width: 100%;
}

.small_images_swiper_image_container img {
    width: 100%;
    height: auto;
    display: block;
   
  height:90vh;
  object-fit:cover;
}

.small_images_swiper_image_container.prev {
    opacity: 0.5;
    z-index: 1;
}

.small_images_swiper_image_container.current {
    opacity: 1;
    z-index: 3;
}

.small_images_swiper_image_container.next {
    opacity: 0.5;
    z-index: 1;
}

.small_images_container {
    position: absolute;
    top: 50%;
    right: 12%;
    z-index: 10;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    transform: translate(-50%, -50%) !important;
}
.small_images_container .small_image {
    width: 95px;
    height: 79px;
    object-fit: contain;
    background-color: transparent;
    border: 0;
    outline: 0;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    z-index: 200;
}
.small_images_container .small_image:hover{
    cursor: pointer;
}
.small_image.blur::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.317);
}
.small_img_fluid {
    height: 100%;
    width: auto;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width:767px){
.small_images_container {
    right: -5% !important
  }
}*/
.small_images_swiper_section {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.small_images_swiper_container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small_images_swiper_image_container {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.8s ease;
    opacity: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('images/dubai-frame5.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.small_images_swiper_image_container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.small_images_swiper_image_container.prev {
    opacity: 0.5;
    z-index: 1;
}

.small_images_swiper_image_container.current {
    opacity: 1;
    z-index: 3;
}

.small_images_swiper_image_container.next {
    opacity: 0.5;
    z-index: 1;
}



/* small images container */
.small_images_container {
    position: absolute;
    top: 50%;
    right: 15%;
    z-index: 10;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    transform: translate(-50%, -50%) !important;
}
.small_images_container .small_image {
    width: 70px;
    height: 50px;
    object-fit: contain;
    background-color: transparent;
    border: 0;
    outline: 0;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    z-index: 200;
}
.small_images_container .small_image:hover{
    cursor: pointer;
}
.small_image.blur::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.317);
}
.small_img_fluid {
    height: 100%;
    /* width: auto; */
    width: 100%;
   /* position: absolute;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width:767px){

.small_images_container
 {
    top: 63%;
   right: -4%;

}
}
.home-about-us{
margin-top:30px

}


.custom_qr_box{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .home_about_us_img {
            float: right;
            width: 25%;
        }
        .custom_qr_code_para{
            float: left;
            padding-right: 20px;
            width: 75%;
        }

@media(max-width:767px){
.home-about-us h2{
font-size:18px !important;
  line-height:25px; 
  }
}
.list-info a{
word-break: break-all;
}