/*Animation Style*/

/* 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: 50px !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, #0A1439 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: 55px;
    font-style: italic;
    font-weight: normal;
    font-family: auto;
    margin-top: 25px;
    text-transform: capitalize;
    padding-right: 100px;
    line-height: 0.9;
  font-size: 40px;
}

.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: 100px;
}
.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: 50px 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:90px
}

.service-learn-more button {
    background: #f7f7f7;
    border-radius: 32px;
    padding: 14px 45px;
    margin-top: 25px;
    border-color: #f7f7f7;
    color: black;
}
.home-services-section {
    background-color: black;
    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: 34px;
}
.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: black;
}

.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;
  text-align: left;
}

.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 5px 24px 0px;
}
  .service-offplan{
   padding: 37px 5px 24px 0px;
}
.service-offplan, .service-ready, .service-rental {
   padding-top:unset
}
  .flat-section-v3.flat-slider-contact:nth-of-type(1) .section-title {
    font-size: 50 !important;
}
  .flat-section-v3.flat-slider-contact:nth-of-type(1) .text-subtitle.text-white {
    font-size: 27px;
}
  .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-section.flat-service-v3 .text-subtitle.text-primary {
    color: white !important;
}
.flat-section.flat-service-v3 .section-title {
    color: white;
}
.box-service.style-2:hover {
  background-color: #8198a429;
  color:white !important;
}
.flat-section.flat-service-v3 .content .description {
    color:white !important;
}
.flat-section.flat-service-v3 .content .title {
     color:white !important;
}
.flat-slider.home-1 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
@media(max-width:767px){
  .flat-pagination{
flex-wrap:wrap
}

.service-seprator-div {
    width: 90%;
    height: 5px;
    border-bottom: 1px solid rgb(3, 48, 73); 
    margin: 0 auto;
    padding-top: 110px;
}
  
.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;
}
.flat-blog-detail h3 {
    font-size: 30px;
}
.flat-blog-detail ol {
  margin-bottom: 20px
}
.flat-blog-detail ul {
  margin-bottom: 20px
}
.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;
}
.navigation-menu-footer li a:hover {
    color: white !important;
}
.navigation-menu-footer li a:after {
    background: white !important;
}
.footer-cl-4 .subscribe-form input {
    color: white;
}
.wd-find-select.style-2 .inner-group .form-style .form-control {
    color: black;
}
.sw-pagination .swiper-pagination-bullet {
  display:none;
}
#page-10 .flat-section-v3.flat-service-v2 .text-primary {
    color: white !important;
}
#page-10 .flat-slider-contact{
height:auto !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 {

    background-color: var(--primary-color) !important;
  color:white !important;
}
@media (max-width: 767px) {
    .service-offplan-content {
        padding-left: 32px;
        padding-bottom: 32px;
        padding-left: 0px;
    }
}
.mobile-menu .mobi-icon-box .box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 15px;
}
.mobile-menu .nav-logo {
    background: black !important;
}