:root {
    --header-bg: #000;
    --header-text: #fff;
    --underline-color: #fff;
    --dream-home: #c08a2c2b;
    --primary: #fad72e;
    --text-color: #ffffff;
    --p-text-color: #a8a8a8;
    --bg-color: #363636;
    --white: #ffffff;
    --black: #000;
}
body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
h1, h2, h3, .thm-heading {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 47px;
}
h1 strong, h2 strong, h3 strong, .thm-heading strong {
    font-family: "Montserrat", sans-serif;
    color: var(--primary);
}

    .coming-soon {
      padding: 50px;
      border-radius: 15px;
      /*box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
      margin-top: 200px;
      margin-bottom: 50px;
    }
    /*all page banner section */
        .ldsec1 {
  position: relative;
  padding: 100px 0 15px;
  display: flex;
    align-items: center;
    justify-content: center;
  text-align: center;
  color: #c08a2c;
  z-index: 0;
  
}

.popup{
    max-height: 70vh;
    max-width: 500px;
    margin: 0 auto;
    border: 5px solid #e3a808;
    border-radius: 12px;
}
#delayedImageModal{
    z-index: 99999;
}
/*Loader*/
  .preloader-wrapper{    
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.5s ease-out;
  }
  .preloader .ldr_prt{
    height: 100vh;
    width: 100vw;
    background: var(--bg-color);
    position: absolute;
    top: 0;
    left: 0;
    transition: 1.2s ease-in-out;
  }
  .preloader .cntr{
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100vh);
    max-width: 500px;
    width: 90%;
    transition: 1s;
    z-index: 1;
    text-align: center;
  }
  .preloader .cntr:after{
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background: var(--bg-color);
    position: absolute;
    opacity: 1;
    animation: show 4s infinite;
    z-index: 1;
  }  
  .preloader .cntr img{
    max-width: 250px;
    max-height: 200px;
    object-fit: contain;
  }
  .preloader .cntr p{
    color: #737373;
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.4;
  }
  .preloader .ldr{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: calc(50% + 100px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .preloader .ldr .fa{
    color: #bfbfbf;
  }
  .preloader .ldr .ldrtxt{
    font-size: 16px;
    font-weight: 500;
    padding-left: 12px;
    margin: 10px auto;
    color: #bfbfbf;
  }
  
    .card-loader {
      /* color used to softly clip top and bottom of the .words container */
      background-color: var(--bg-color);
      padding: 1rem 2rem;
      border-radius: 1.25rem;
      z-index: 2;
      position: relative;
    }
    .card-loader .loader {
      color: #bfbfbf;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 25px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      height: 40px;
      padding: 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 8px;
    }
    
    .card-loader .words {
      overflow: hidden;
      position: relative;
    }
    .card-loader .words::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        var(--bg-color) 10%,
        transparent 30%,
        transparent 70%,
        var(--bg-color) 90%
      );
      z-index: 20;
    }
    
    .card-loader .word {
      display: block;
      height: 100%;
      padding-left: 6px;
      color: var(--primary);
      animation: spin_4991 4s infinite;
    }
    
    @keyframes spin_4991 {
      10% {
        -webkit-transform: translateY(-102%);
        transform: translateY(-102%);
      }
    
      25% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
      }
    
      35% {
        -webkit-transform: translateY(-202%);
        transform: translateY(-202%);
      }
    
      50% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
      }
    
      60% {
        -webkit-transform: translateY(-302%);
        transform: translateY(-302%);
      }
    
      75% {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%);
      }
    
      85% {
        -webkit-transform: translateY(-402%);
        transform: translateY(-402%);
      }
    
      100% {
        -webkit-transform: translateY(-400%);
        transform: translateY(-400%);
      }
    }
  @keyframes show {
    0% {
      opacity: .7;
      /*backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);*/
      transform: translateX(0%);
    } 
    100% {
      opacity: .4;
      /*backdrop-filter: blur(0px);
      -webkit-backdrop-filter: blur(0px);*/
      transform: translateX(110%);
    }
  }
  @-webkit-keyframes show {
    0% {
      opacity: .7;
      /*backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);*/
      transform: translateX(0%);
    } 
    100% {
      opacity: .4;
      /*backdrop-filter: blur(0px);
      -webkit-backdrop-filter: blur(0px);*/
      transform: translateX(110%);
    }
  }
  .preloader-wrapper.active{
    opacity: 1;
    visibility: visible;
    z-index: 999999;
  }
  .preloader-wrapper.active .preloader .cntr{
    transform: translate(-50%, -100%);
  }
  .preloader .lft{
    transform: translateX(-220%);
  }
  .preloader .rgt{
    transform: translateX(220%);
  }
  .preloader-wrapper.active .preloader .lft{
    transform: translateX(0);
  }
  .preloader-wrapper.active .preloader .rgt{
    transform: translateX(0);
  }
/*end*/



.ldsec1::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8); /* adjust darkness here */
  z-index: 1;
}

.ldsec1 .content {
  position: relative;
  z-index: 2; /* ensures text appears above overlay */
}

  /*.ldsec1 {*/
  /*  background-size: cover;*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  padding: 100px 0;*/
  /*  position: relative;*/
  /*  color: #c08a2c;*/
  /*  text-align: center;*/
  /*  opacity: 0.19;*/
  /*}*/

  .ldsec1 .sectag {
    /*text-transform: uppercase;*/
    font-size: 14px;
    margin-top: 10px;
    color: var(--p-text-color);
    display: none;
  }

  .ldsec1 h1 {
    font-size: 48px;
    font-weight: bold;
    color: var(--primary);
    margin: 0;
  }

  @media (max-width: 768px) {
    .ldsec1 {
      padding: 60px 0;
      height: auto !important;
    }

    .ldsec1 h1 {
      font-size: 32px;
      color: #c08a2c;
    }
  }
  /*end*/
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.shadow-txt{
    font-size: 100px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    display: block;
    background: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    margin: -0.67em 0px -0.48em;
    position: absolute;
    width: 100%;    
    top: -40px;
}
.section-tite{
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 40px;
    position: relative;
    left: 910px;
    top: 39px;
}
.section-tite::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 4px;
    background: var(--primary);
}
.shadow-txt-center{
    left:50%;
    transform: translateX(-50%);
    text-align: center;
}
.shadow-txt-left{
    left: 0;
    transform: translateX(0);
    text-align: left;
}
.shadow-txt-right{
    left: unset;
    right: 0;
    transform: translateX(0);
    text-align: right;
}

/*bg design*/
.bg-dgn{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-dgn::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-repeat: repeat;
    background-position: top;
    background-blend-mode: multiply;
    opacity: 0.07;
    z-index: -1;
    filter: brightness(100) invert(1);
}
.bg-1::after{
    background-image: url(/img/Shape.png);
}
.bg-2::after{
    background-image: url(/img/Shape1.png);
}
.bg-3::after{
    background-image: url(/img/Shape2.png);
}
/*end*/

/*Search*/
  .srch_cont{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding-left: 45px;
    padding-right: 45px;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    background: var(--white);
  }
  .srch_cont.active{
    visibility: visible;
    opacity: 1;
  }
  .srch_cont .clz_srch{
    position: absolute;
    top: 12px;
    right: 64px;
    font-size: 50px;
    /*transform: rotate(45deg);*/
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    color: var(--primary-color);
  }
  .srch_cont .clz_srch:hover{
    color: var(--secondary-color);
  }
  .srch_cont .srch_fields{
    width: 500px;
    max-height: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .srch_cont .srch_fields input{
    width: 100%;
    margin: 0;
    padding: 0 43px 1px;
    font-size: 27px;
    color: var(--primary-color);
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--primary-color);
  }
  .srch_cont .srch_fields .btn-srch{
    position: absolute;
    z-index: 2;
    right: 0;
    background: var(--primary-color);
    color: var(--white);
  }
/*end*/

/*Fixed Social Icons*/
  .fixed_social{
    position: fixed;
    top: 50%;
    right: 0px;
    text-align: center;
    z-index: 9;
    transform: rotate(-90deg) translate3d(50%, -100%, 0);
    transform-origin: top right;
    background: var(--primary);
    padding: 10px;
    backdrop-filter: blur(1px);
  }
  .fixed_social ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    white-space: nowrap;
    z-index: 1;
  }
  .fixed_social li{
    position: relative;
    display: inline-block;
    margin: 0 7px;
    line-height: 1;
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: .25em;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: .15em;
    transform: rotate(90deg);
  }
  .fixed_social li::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: var(--black);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
  }
  .fixed_social li:hover{
    color: var(--black);
  }
  .fixed_social li:hover::after{
    transform: scaleX(1);
    transform-origin: left;
  }
/*end*/

/*Swiper slider settings*/
  .swiper-button-next, .swiper-button-prev{
    width: 45px;
    border: 1px solid rgb(255 255 255 / 16%);
    background: rgb(255 255 255 / 14%);
    backdrop-filter: blur(3px);
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    color: var(--white);
    font-size: 32px;
  }
  .swiper{
    padding-top: 40px;
    position: relative;
    overflow: hidden;
  }
/*end*/

/*BG Lines*/
    .bg_line {
        content: '';
        position: fixed;
        display: block;
        top: 0;
        height: 100%;
        z-index: 1;
        width: 7px;
        left: 42px;
        background-repeat: repeat-y;
        background-image: url(../img/bg-dec.png);
        opacity: 0.05;
    }
/*end*/

/*banner section*/
  .sec_bt_dgs {
    overflow: hidden;
  }
  .sec-slider{  
    overflow: hidden;
    z-index: 1;
  }
  .showcase{
    overflow: hidden;
  }
  .readfull{
          color: #f8d52e;
  }
 
  .showcase .bgimg{
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40vh;
    height: calc(100vh - 0px);
    width: 100%;
    text-align: center;
  }
  .sliderimg{
    position: absolute;
    right: -100%;
    height: 100%;
    width: 100%;
    transition: .6s;
    transition-delay: .3s;
    filter: blur(10px);
  }
  .showcase .swiper-slide-active .sliderimg{
    right: 0%;
    filter: blur(0px);
  }
  .sliderimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .showcase .up_lable{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,100vh) scale(7.5);
    text-align: center;
    max-width: 90%;
    width: 1000px;
    filter: blur(10px);
    transition: .3s;
    transition-delay: .3s;
  }
  .showcase .swiper-slide-active .up_lable{
    transform: translate(-50%,-50%) scale(1.0);
    filter: blur(0px);
  }
  .showcase .up_lable h5{
    font-size: 11px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: .25em;
    color: var(--light-color);;
    text-transform: uppercase;
    display: block;
    margin-left: 15px;
  }
  .showcase .up_lable h1{
    margin: 0 0 15px 0;
    font-weight: 400;
    color: #fff;
    font-size: 55px;
    line-height: 1.14em;
    letter-spacing: .025em;
  }
  .showcase .up_lable h1 span{
    /*color: #fff;
    font-weight: 700;
    position: relative;*/
  }
  .showcase .up_lable p{
    font-size: 16px;
    line-height: 1.3;
    color: var(--light-color);;
  }
  .showcase .slidoverlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(0 0 0 / 50%);*/
    transform: none;
    opacity: 1;
  }
  .swiper-slide-active .slidoverlay{
    left: 0%;
  }
  .showcase .btn-theme {
    background: rgb(0, 0, 0, 0);
  }
  .sec-slider .swiper-button-next, .sec-slider .swiper-button-prev{
    bottom: 30px;
    top: unset;
    right: unset;
    width: 40px;
    position: absolute;
  }
  .sec-slider .swiper-button-next{
    left: 100px;
  }
  .sec-slider .swiper-button-prev{
    left: 45px;
  }
  .sec-slider .swiper-button-next:after, 
  .sec-slider .swiper-button-next:before, 
  .sec-slider .swiper-button-prev:after,
  .sec-slider .swiper-button-prev:before{
    content: "";
    color: var(--white);
    content: "";
    width: 15px;
    height: 1px;
    background: var(--white);
    left: 41%;
    top: 50%;
    position: absolute;
  }
  .sec-slider .swiper-button-next:after{
    transform: translate(-30%, 100%) rotate(-45deg);
    top: 57%;
  }
  .sec-slider .swiper-button-next:before{
    transform: translate(-30%, 50%) rotate(45deg);
    top: 35%;
  }
  .sec-slider .swiper-button-prev:after{
    transform: translate(-30%, 100%) rotate(45deg);
    top: 57%;
  }
  .sec-slider .swiper-button-prev:before{
    transform: translate(-30%, 50%) rotate(-45deg);
    top: 35%;
  }
  .sec-slider .swiper-slide{
    overflow: hidden;
  }
  .sec-slider .swiper-paginationmain{
    position: absolute;
    z-index: 1;
  }
  .sec-slider .swiper-pagination-bullet{
    background: var(--p-text-color);
  }
  .sec-slider .swiper-pagination-bullet-active{
    background: var(--p-text-color);
  }
/*end*/

/* Header */
    .custom-header {
        background-color: rgb(0 0 0 / 0%);
        padding: 15px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 9999;
        padding: 15px 0;
    }
    .custom-header-inner{
        position: relative;
        z-index: 1;
    }
    .custom-header-inner::after{
        content: "";
        width: calc(100% + 80px);
        height: 100%;
        min-height: 65px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0%);
        border-radius: 12px;
        backdrop-filter: blur(10px);
        background: rgb(0 0 0 / 85%);
        border: 1px solid rgb(255 255 255 / 20%);
        border-top: none;
        z-index: -1;
        transition: 0.5s;
    }
    .custom-logo{
        padding: 10px 0;
    }
    .custom-logo img {
        height: 77px;
        max-width: 180px;
        object-fit: contain;
        object-position: left center;
    }
    .nav-list li {
        list-style: none;
        margin: 0px;
    }
    .nav-list li a {
        color: var(--primary);
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        position: relative;
        z-index: 1;
        display: block;
        padding: 10px 12px;
    }
    .nav-list li a::after {
        content: "";
        position: absolute;
        left: 12px;
        bottom: 4px;
        width: calc(100% - 24px);
        height: 1px;
        background: var(--primary);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .2s ease-out;
    }
    .nav-list li a.active:after, .nav-list li:hover a:after {
        transform: scaleX(1);
        transform-origin: left;
    }
    .nav-list li a.active, .nav-list li a:hover {
        color: #fff;
    }
    /* Contact Button */
    .contact-btn {
        padding: 10px 25px;
        border-radius: 10px;
        font-weight: 600;
        text-decoration: none;
        margin-right: 20px;
        position: relative;
        z-index: 1;
    }
    .contact-btn span {
        margin-left: 8px;
    }
    /* Hamburger Menu */
    .menu-toggle {
        width: 30px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }
    .menu-toggle span {
        background: var(--text-color);
        height: 2px;
        width: 100%;
        display: block;
    }
    /* Overlay Panel */
    .side-overlay {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: var(--bg-color);
        z-index: 9999;
        padding: 100px 7% 30px 7%;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: right 0.4s ease-in-out;
        overflow-y: auto;
    }
    .side-overlay.open {
        right: 0;
    }
    .side-overlay .overlay-content {
        color: var(--primary);
        text-align: center;
    }
    .side-overlay .overlay-logo {
        width: 150px;
        margin-bottom: 20px;
    }
    .side-overlay .close-btn {
        background: #ffffff;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 26px;
        line-height: 1.4;
        text-align: center;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .side-overlay .maincont{
        text-align: left;
    }
    .side-overlay .maincont .left-box{

    }
    .maincont p{
        color: #fff;
    }
    .maincont p i{
        color: var(--primary);
        min-width: 25px;
        text-align: center;
        margin-right: 10px;
    }
    .side-overlay .maincont .right-box{
        max-width: 500px;
    }
    .side-overlay .maincont .gmap{
        width: 100%;
        height: 100%;
    }
    .side-overlay .maincont .gmap iframe{
        width: 100%;
        height: 100%;
    }
    .contact-btn {
        background: var(--primary);
        border: 1px solid #c08a2c;
        padding: 8px 16px;
        color: var(--bg-color);
        font-weight: 600;
        text-decoration: none;
        transition: 0.3s ease;
    }
    .contact-btn:hover {
        background: var(--bg-color);
        color: var(--primary);
    }
    /* Hamburger Icon */
    .menu-toggle {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .menu-toggle span {
        display: block;
        width: 25px;
        height: 2px;
        background: var(--primary);
    }
    /* Mobile Menu */
    .mobile-menu {
        display: none;
        background-color: var(--bg-color);
        padding: 20px;
    }
    .mobile-menu ul li {
        list-style: none;
        margin-bottom: 10px;
    }
    .mobile-menu ul li a {
        color: var(--text-color);
        text-decoration: none;
        font-weight: 500;
        display: block;
    }
    /* Show when toggled */
    .mobile-menu.show {
        display: block;
    }
/* end */
/*master plan*/
  .plans{
    padding-top: 42px;
  }
  .plan .sub-heading{
    color: var(--primary-color);
    text-align: center;
  }
  .plan .ttl_dgn1:after{
    left: 50%;
    transform: translateX(-50%);
  }
  .plan a{
    display: block;
    position: relative;
  }
  .plan a i{
    position: absolute;
    z-index: 2;
    right: 79px;
    top: 15px;
    font-size: 20px;
    color: #424242;
    -webkit-text-stroke: .5px rgb(255 255 255 / 62%);
  }
  .plan img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
    box-shadow: 0 5px 50px rgb(0 0 0 / 15%);
    transition: 1s;
    cursor: pointer;
    width: 90%;
    left: 33px;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
  }
  .flxcontrol{
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 43px;
  }
  .plan img:hover{
    object-position: bottom center;
  }
    .ttl_dgn1:after{
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 0px);
    width: 35px;
    height: 6px;
    background: var(--primary);
    border-radius: 50px;
  }
  .plans .btn{
    min-width: 170px;
    padding: 12px 18px;
    background: var(--primary);
    color: black;
    position: relative;
    left: -10px;
    /*animation: pulsh 7s infinite;*/
    margin: 18px 7px;
  }
  .plans .btn:hover{
    animation: pulsh 3s infinite;
    background: #000;
    color: white;
  }
  /*end*/
  /*Map info*/
  .map_view{
    padding-top: 170px;
    position: relative;
  }
  .map_view .maincont{
    align-items: stretch;
  }
  .mapp{
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    
    
  }
  .mapp iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: gray;
  }
  .map_info{
    padding-left: 30px;
  }
  .map_info .sub-heading{
    color: var(--primary);
  }
  .map_info .ttl_dgn1:after{
    
  }
  .map_info ul{
    padding: 0;
    margin: 0;
    align-items: flex-start;
    gap: 15px;
  }
  .map_info li{
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    gap: 10px;
    width: calc(50% - 15px);
  }
  .map_info li .icon{
    width: 53px;
  }
  .map_info li:hover .icon{
    transform: scale(1.2);
  }
  .map_info li .icon img{
    aspect-ratio: 10 / 1;
    object-fit: contain;
    object-position: left center;
  }
  .flxcontro{
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
  }
  .map_info li .info{
    width: calc(100% - 70px);
  }
  .map_info li .info h4{
    font-weight: 700;
    color: var(--primary);
    font-size: 36px;
    margin: 0;
  }
  .map_info li .info p{
    margin: 0;
    font-size: 14px;
  }
/*end*/
  
/*Intro section*/
    .intro-section {
        overflow: hidden;
        z-index: 2;
        position: relative;
    }
    .introSwiper {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .introSwiper .swiper-slide img {
        width: 100%;
        /* height: 70%;*/
        display: block;
    }
    .custom-nav {
        color: var(--text-color);
        transition: background 0.3s ease;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 50%;
        transform: translateY(-50%);
    }
    .swiper-button-prev::after, .swiper-button-next::after {
        font-size: 20px;
    }
    .intro-text h2 {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 20px;
        color: var(--text-color);
    }
    .intro-text h2 span {
        font-weight: 700;
        color: var(--primary);
    }
    .intro-text p {
        font-size: 16px;
        line-height: 1.6;
        color: var(--p-text-color);
        margin-bottom: 15px;
    }
    .divider {
        width: 40px;
        height: 5px;
        background-color: var(--primary);
        margin: 30px 0 15px;
    }
    .intro-text h3 {
        font-size: 32px;
        /* font-weight: 700;*/
        margin-bottom: 20px;
        color: var(--text-color);
        padding-right: 11px;
    }
    .intro-text h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        color: var(--primary);
    }
    .process-steps {
        display: flex;
        justify-content: space-between;
        max-width: 500px;
        margin-bottom: 30px;
        /* font-weight: 600;*/
        font-size: 12px;
        /*letter-spacing: 1px;*/
    }
    .portfolio-btn {
        display: inline-block;
        position: relative;
        color: var(--primary);
        text-decoration: none;
        font-weight: 600;
        padding: 10px 20px;
        border: 1px solid var(--primary);
        transition: color 0.3s ease, background-color 0.3s ease;
        overflow: hidden;
        z-index: 1;
    }
    .portfolio-btn::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: var(--primary);
        z-index: 1;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
    }
    .portfolio-btn:hover::before {
        transform: translateX(0);
        z-index: -1;
    }
    .portfolio-btn:hover {
        color: var(--bg-color);
    }
    .section-number {
        position: absolute;
        right: 50px;
        bottom: 20px;
        font-size: 160px;
        font-weight: bold;
        color: rgba(192, 138, 44, 0.07);
        /* light faded gold */
    }
    .process-steps {
        text-align: center;
        position: relative;
        margin-top: 30px;
    }
    .create-list {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
        gap: 60px;
        position: relative;
        z-index: 2;
    }
    .create-list li a {
        position: relative;
        text-decoration: none;
        color: var(--text-color);
        font-weight: 600;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }
    .intro-text {
        position: relative;
    }
/* end */

/*fixed section*/
.explore-section {
  padding: 60px 0;
}
.explore-title strong{
    font-weight: 700;
}

.explore-card {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    aspect-ratio: 4 / 3;
    padding: 0 15px;
    display: flex;
    align-items: flex-end;
}
.explore-card .build-img{
    position: absolute;
    z-index: -1;
    width: 65%;
    height: 100%;
    right: 0;
    top: 0;
    clip-path: polygon(22% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 20%);
}

.explore-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* CSS */
.custom-apartment-card {
  position: relative;
  height: 300px;
  /*background-image: url('img/apartment.jpeg');*/
  background-size: cover;
  background-position: right center;
  border-radius: 8px;
  overflow: hidden;
}

.apartment-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(0 0 0), rgb(0 0 0 / 84%), rgb(0 0 0 / 6%), rgb(0 0 0 / 0%));
    opacity: 0.6;
}

.apartment-text {
    color: white;
    text-align: left;
    width: 75%;
    /* margin-bottom: 25%; */
    background: linear-gradient(45deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 30%), rgb(0 0 0 / 20%), rgb(0 0 0 / 10%));
    padding: 20px 20px;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    border-right: 1px solid rgb(255 255 255 / 30%);
}

.arrow-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #fad72e;
    color: var(--bg-color);
    padding: 8px 14px;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.3s;
    border-top-left-radius: 14px;
    z-index: 9;
}

.arrow-btn:hover {
  background: var(--bg-color);
  color: var(--primary);
  box-shadow: inset 5px 5px 8px rgb(0 0 0 / 50%);
}

/* Overlay at the bottom inside the image */
.explore-card .overlay-inf {
       position: absolute;
    bottom: 17px;
    left: 5px;
    right: 0px;
    background: rgb(0 0 0 / 48%);
    padding: 16px 21px;
    color: #fff;
    /* text-align: left; */
    /* border-bottom-left-radius: 8px; */
    /* border-bottom-right-radius: 12px; */
    width: 291px;
    height: 52px;
    clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
}

.explore-card .overlay-inf h5 {
  margin: 0;
  font-size: 16px;
  color: #FFD700;
}

.explore-card .overlay-inf small {
  font-size: 13px;
  color: #ddd;
}

/* Text label below image */
.explore-card .property-label {
  margin: 10px 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}


.explore-card:hover {
  transform: translateY(-5px);
}
@media (max-width: 576px) {
  .explore-title {
    font-size: 20px;
    line-height: 1.3;
  }

  .explore-card img {
    width: 100%;
    height: auto;
  }

  .explore-card h5 {
    font-size: 14px;
  }

  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*end*/

/* service-section */
    .services-section {
        padding: 100px 0 0 0;
        background-color: var(--bg-color);
        overflow: hidden;
        z-index: 2;
        position: relative;
    }
    .what-heading {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .what-heading .light-text {
        color: var(--text-color);
        /* Light gray for "WHAT" */
        font-weight: 400;
    }
    .what-heading .bold-text {
        color: var(--primary);
        /* Dark bold "WE DO" */
        font-weight: 700;
    }
    .what-subheading {
        color: var(--p-text-color);
        font-size: 16px;
        font-weight: 400;
    }
    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 40px;
        justify-content: center;
    }
    .service-box {
        max-width: 450px;
        border: 1px solid #c08a2c00;
        padding: 30px;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
        background: #00000024;
        border-radius: 20px 0px 20px 0px;
    }
    .service-box::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0%;
        left: 0;
        bottom: -10px;
        background-color: var(--primary);
        transition: height 0.4s ease;
        z-index: 0;
        border: 1px solid var(--primary);
    }
    .service-box:hover::before {
        bottom: 0px;
        height: 100%;
    }
    .service-icon {
        font-size: 40px;
        color: var(--text-color);
        margin-bottom: 20px;
        z-index: 2;
        position: relative;
    }
    .service-box h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        color: var(--primary);
        position: relative;
        z-index: 2;
    }
    .service-box:hover h4 {
        color: var(--text-color);
    }
    .service-box p {
        color: var(--p-text-color);
        opacity: 0.8;
        position: relative;
        z-index: 2;
        transition: all 0.3s ease;
    }
    .service-box:hover p {
        opacity: 1;
        color: var(--bg-color);
    }
    .iconn {
        width: 23%;
    }
    .ser {
        position: relative;
    }
    .section-number-two {
        /* position: absolute;*/
        /* right: 82px;*/
        top: 1687px;
        font-size: 160px;
        font-weight: bold;
        color: rgba(192, 138, 44, 0.07);
    }
/* end */
/*explore*/
.cities-section {
 
}
.cities-title {
  text-align: center;
}
.cities-title strong{
    font-weight: 700;
}
a{
    text-decoration: none;
    color: var(--primary);
}
.cities-subtitle {
  text-align: center;
  color: var(--text-color);
  font-size: 14px;
  max-width: 900px;
  margin: 0 auto;
}

.city-card {
    border: 1px solid #f5d32d;
    border-radius: 10px;
    padding: 15px 10px;
    transition: 0.3s;
    background-color: #ffffff1a;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.city-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.city-card img {
height: 62px;
}

.city-card span {

}
.cities-section .swiper-button-prev, .cities-section .swiper-button-next{
    top: 60%;
    border-radius: 50%;
}
.cities-section .swiper-button-prev{
    left: 0;
}
.cities-section .swiper-button-next{
    right: 0;
}
/*end*/



/*CTA Section*/
    .dream-home-section {
        padding: 60px 0;
        overflow: hidden;
        z-index: 2;
        position: relative;
    }
    .dream-home-section .container-custom {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
        z-index: 2;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 40px;
        background-color: var(--dream-home);
        border-radius: 0;
        clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
    }
    .dream-home-section .left-box {
        flex: 1 1 50%;
        color: var(--bg-color);
        z-index: 2;
        padding: 20px;
    }
    .dream-home-section .left-box h2 {
        font-size: 40px;
        font-weight: 700;
        color: var(--text-color);
    }
    .dream-home-section .left-box h2 span {
        color: var(--primary);
    }
    .dream-home-section .left-box p {
        margin: 20px 0;
        color: var(--p-text-color);
        font-size: 16px;
        max-width: 450px;
        text-align: justify;
    }
    .dream-home-section .cta-button::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: var(--primary);
        z-index: 1;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
    }
    .dream-home-section .cta-button {
        display: inline-block;
        position: relative;
        color: var(--primary);
        text-decoration: none;
        font-weight: 600;
        padding: 10px 20px;
        border: 1px solid var(--primary);
        transition: color 0.3s ease, background-color 0.3s ease;
        overflow: hidden;
        z-index: 1;
    }
    .dream-home-section .cta-button:hover::before {
        transform: translateX(0);
        z-index: -1;
    }
    .dream-home-section .cta-button:hover {
        color: var(--bg-color);
    }
    .dream-home-section .logo-img {
        width: 200px;
        max-height: 100px;
        object-fit: contain;
        margin-bottom: 25px;
        margin-left: 35px;
    }
    .dream-home-section .right-box {
        flex: 1 1 50%;
        z-index: 2;
        padding: 20px;
    }
    .dream-home-section .building-img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 0;
        clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
    }
/* end */

/* fact-section */
    .facts-section {
        position: relative;
        background: url(../img/17.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: var(--text-color);
        padding: 100px 20px;
        z-index: 2;
        overflow: hidden;
    }
    .facts-section .overlay {
        position: absolute;
        inset: 0;
        background-color: #000000cf;
        z-index: 1;
        opacity: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform: none;
        backdrop-filter: none;
        filter: none;
        visibility: visible;
    }
    .container {
        position: relative;
        z-index: 2;
    }
    .facts-content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .facts-left {
        flex: 0 0 30%;
    }
    .facts-left h4 {
        font-size: 32px;
        /* font-weight: 300;*/
        margin-bottom: 30px;
    }
    .facts-left h4 strong {
        font-weight: 700;
        font-size: 36px;
        display: block;
        margin-top: 10px;
        color: var(--primary);
    }
    .fancy-number {
        position: relative;
        font-size: 134px;
        font-weight: 700;
        color: var(--text-color);
        display: inline-block;
        line-height: 1;
        padding: 0 30px;
    }
    .fancy-number::before, .fancy-number::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 107px;
        height: 1px;
        background-color: var(--primary);
    }
    .fancy-number::before {
        left: 0;
        transform: translateX(-75%) translateY(-50%);
        width: 107px;
        height: 6px;
    }
    .fancy-number::after {
        right: 0;
        transform: translateX(4%) translateY(-50%);
    }
    .facts-right {
        flex: 0 0 65%;
    }
    .facts-right .facts-grid{
        margin-top: 140px;
    }
    .facts-text {
        font-size: 12px;
        margin-bottom: 40px;
        color: var(--p-text-color);
        line-height: 1.6;
    }
    .facts-grid {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
    }
    .fact-box {
        flex: 1;
        text-align: center;
    }
    .fact-box h3 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--primary);
        position: relative;
    }
    .fact-box h3::after{
        content: "+";
    }
    .fact-box p {
        font-size: 16px;
        color: var(--p-text-color);
    }
    /* Responsive */
    @media (max-width: 768px) {
            .facts-content {
                flex-direction: column;
        }
         .facts-left, .facts-right {
                flex: 100%;
                text-align: center;
        }
         .big-number {
                margin: 20px auto;
        }
         .facts-grid {
                flex-direction: column;
                align-items: center;
        }
    }
/* end */

/* fetured-section */
    .fetured{
        overflow: hidden;
        z-index: 2;
        position: relative;
    }
    .section-title {
        font-size: 27px;
        font-weight: 300;
        margin-bottom: 40px;
        position: relative;
        left: 910px;
    }
    .section-number-three {
        position: absolute;
        right: 108px;
        top: 1565px;
        font-size: 160px;
        font-weight: bold;
        color: rgba(192, 138, 44, 0.07);
    }
    .section-title strong {
        font-weight: 700;
    }
    .section-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 40px;
        height: 4px;
        background: var(--primary);
    }
    .meta-info {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        display: flex;
        gap: 15px;
    /*border-bottom: 1px solid var(--p-text-color);
    */
     padding-bottom: 10px;
        margin-bottom: 15px;
        color: var(--primary);
    }
    .description {
        color: var(--p-text-color);
        text-align: justify;
    }
    .featured-image {
        position: relative;
    }
    .featured-image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .fetured .featured-image h2{
        font-size: 30px;
    }
    .image-overlay {
        position: absolute;
        left: 0;
        top: 0;
        padding: 54px;
        min-height: 50%;
        color: var(--text-color);
        background: linear-gradient(180deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 70%), rgb(0 0 0 / 40%), rgb(0 0 0 / 0%));
        width: 100%;
        text-transform: uppercase;
    }
    .image-overlay h2 strong {
        font-weight: 700;
        display: block;
        color: var(--primary);
    }
    .image-overlay .btn {
        margin-top: 10px;
        font-size: 12px;
        padding: 5px 10px;
        border: 1px solid var(--bg-color);
        background-color: transparent;
        color: var(--bg-color);
    }
    .project-button::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: var(--primary);
        z-index: 1;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
    }
    .project-button {
        display: inline-block;
        position: relative;
        color: var(--primary);
        text-decoration: none;
        font-weight: 600;
        padding: 10px 20px;
        border: 1px solid var(--primary);
        transition: color 0.3s ease, background-color 0.3s ease;
        overflow: hidden;
        z-index: 1;
    }
    .project-button:hover::before {
        transform: translateX(0);
        z-index: -1;
    }
    .project-button:hover {
        color: var(--bg-color);
    }
    .met-info {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        display: flex;
        gap: 15px;
        border-bottom: 1px solid var(--p-text-color);
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    /* Optional media query for responsiveness */
    @media (max-width: 768px) {
        .image-overlay {
            font-size: 14px;
        }
        .section-title {
            font-size: 20px;
        }
    }
/* end */

/* team */
    .team-section {
        padding: 120px 0;
        overflow: hidden;
        z-index: 2;
        position: relative;
    }
    .team-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
    }
    .team-section p {
        color: var(--p-text-color);
    }
    .section-number-four {
        position: absolute;
        right: -87px;
        top: 657px;
        font-size: 160px;
        font-weight: bold;
        color: rgba(192, 138, 44, 0.07);
    }
    .btn-view-all::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: var(--primary);
        z-index: 1;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
    }
    .btn-view-all {
        display: inline-block;
        position: relative;
        color: var(--primary);
        text-decoration: none;
        font-weight: 600;
        padding: 10px 20px;
        border: 1px solid var(--primary);
        transition: color 0.3s ease, background-color 0.3s ease;
        overflow: hidden;
        z-index: 1;
    }
    .btn-view-all:hover::before {
        transform: translateX(0);
        z-index: -1;
    }
    .btn-view-all:hover {
        color: var(--bg-color);
    }
    .team-section .tm_mmbr {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0% 100%);
        filter: grayscale(1);
        opacity: 0.9;
        max-width: 340px;
        margin: 0 auto;
        mix-blend-mode: multiply;
        background: #313131;
        transition: 0.3s;
        z-index: 1;
    }
    .team-section .tm_mmbr:hover{
        filter: none;
        opacity: 1;
    }
    .tm_mmbr::after{
        content: "";
        position: absolute;
        width: 80%;
        aspect-ratio: 1 / 1;
        background: url(/img/logo1new.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0%) scale(0.0);
        transition: 0.5s ease-in-out;
    }
    .tm_mmbr:hover::after{
        transform: translate(-50%, -20%) scale(1.0);
    }
    .team-section .tm_mmbr img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 20px;
    }
    .team-section .overlay-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 70%), rgb(0 0 0 / 25%), transparent);
        color: var(--p-text-color);
        padding: 80px 15px 20px 15px;
        transition: 0.5s;
    }
    .team-section .tm_mmbr:hover .overlay-info{
        padding: 100% 15px 20px 15px;
        background: linear-gradient(to top, rgb(158 136 17 / 47%) 0%, rgb(113 95 16 / 35%) 20%, rgb(68 61 39 / 20%) 35%, rgb(0 0 0 / 0%) 45%, rgb(0 0 0 / 0%) 50%);
    }
    .fw-bold {
        color: var(--primary);
    }
    .team {
        color: var(--primary);
    }
    .swiper-button-next, .swiper-button-prev {
        color: var(--p-text-color);
    }
/* end */
/* testimonial */
.testimonial-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 80px;
    position: relative;
    overflow: visible;
    z-index: 2;
}
.section-number-five {
    position: absolute;
    right: -5%;
    bottom: -23%;
    font-size: 160px;
    font-weight: bold;
    color: rgba(192, 138, 44, 0.07);
    text-align: right;
}
/* Swiper Left Content */
.testimonialSwiper {
    max-width: 50%;
}
.testimonialSwiper .swiper-slide {
    font-size: 1.1rem;
    color: var(--p-text-color);
}
.testimonialSwiper .title {
    font-size: 3rem;
    font-weight: 100;
    position: relative;
    margin-bottom: 20px;
    color: var(--text-color);
    padding-top: 21px;
}
.testimonialSwiper .title strong {
    font-size: 3rem;
    font-weight: 900;
    position: relative;
    margin-bottom: 20px;
    color: var(--primary);
    padding-top: 21px;
}
.testimonialSwiper .stars {
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.testimonialSwiper .testimonial-text {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.6;
    max-width: 100%;
    text-align: justify;
}
.testimonialSwiper .author {
    margin-top: 30px;
    max-width: 100%;
}
.testimonialSwiper .avatar-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testimonialSwiper .info {
    font-size: 0.95rem;
    color: var(--p-text-color);
}
.testimonialSwiper .info strong {
    font-size: 0.95rem;
    color: var(--primary);
}
.testimonialSwiper .quote-icon {
    width: 60px;
    height: auto;
    opacity: 0.6;
    color: var(--primary);
}
/* Right Image Area */
.testimonial-images {
    position: relative;
    width: 45%;
    height: 500px;
}
.bg-image-fixed {
    position: absolute;
    top: 24px;
    left: 15px;
    width: 70%;
    height: 85%;
    z-index: 1;
}
.bg-image-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.floating-image {
    position: absolute;
    bottom: -50px;
    /* right: 0px; */
    left: 40%;
    z-index: 1;
    width: 74%;
    height: 50%;
}
.floating-image img {
    width: 69%;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
/* Swiper Pagination Custom */
.testimonialSwiper .swiper-pagination-bullets {
    margin-top: 40px;
}
.testimonialSwiper .swiper-pagination-bullet {
    background-color: #333;
    opacity: 0.5;
    margin: 0 5px;
}
@media (max-width: 768px) {
    .testimonial-section {
        flex-direction: column;
        padding: 30px;
}
 .testimonialSwiper, .testimonial-images {
        width: 100%;
        max-width: 100%;
}
 .testimonial-images {
        height: 300px;
        margin-top: 30px;
}
 .floating-image img {
        width: 100%;
}
}
/* end */
/* logo */
.logo-slider-section {
    padding: 120px 0px;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.section-number-six {
    position: absolute;
    right: -91px;
    top: 195px;
    font-size: 160px;
    font-weight: bold;
    color: rgba(192, 138, 44, 0.07);
}
.logo-heading strong {
    font-weight: 800;
}
.logoSwiper {
    padding: 10px 0;
}
.logoSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logoSwiper img {
    width: 100%;
    max-width: 180px;
    object-fit: contain;
    filter: grayscale(0.3);
    transition: 0.3s ease;
    aspect-ratio: 2 / 1;
    background: #ffffff;
    padding: 0 30px;
    border-radius: 5px;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}
.logoSwiper img:hover {
    filter: none;
    transform: scale(1.05);
}
/* end */
/*Collections*/
.sec-collection{
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.collections{
    padding-top: 58px;
    padding-bottom: 110px;
}
.sec-header{
    padding-top: 69px;
}
.clctn{
    position: relative;
}
.clctn .thumb_img{
    width: 100%;
}
.clctn .thumb_img img{
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.clctn .item_info{
    position: absolute;
    bottom: -1px;
    background: linear-gradient(0deg, rgb(0 0 0 / 80%), transparent);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    box-shadow: 0 15px 40px rgb(0 0 0 / 10%);
}
.clctn h4{
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 auto 0 auto;
    padding: 100px 0 15px 0;
}
.sec-collection .swiper-slide{
    transition: .4s;
    opacity: .5;
}
/*.gal{
*/
/* height: 400px;
*/
/*
}
*/
.sec-collection .swiper-slide-next{
    transform: scale(1.5);
    z-index: 3;
    opacity: 1;
}
.sec-collection .swiper-slide-next .clctn{
    box-shadow: 0 5px 70px rgb(0 0 0 / 12%);
}
.sec-collection .swiper-button-next, .sec-collection .swiper-button-prev{
    border: 1px solid rgb(0 0 0);
    background: rgb(255 255 255 / 14%);
}
.sec-collection .swiper-button-next:after, .sec-collection .swiper-button-prev:after {
    color: #000000;
}
.sectag{
    color: var(--p-text-color);
}
/*end*/
/* faq */
.faq-section {
    padding: 130px 0 60px 0;
    text-align: center;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.section-number-sev {
    position: absolute;
    left: 5%;
    bottom: 0;
    font-size: 160px;
    font-weight: bold;
    color: rgba(192, 138, 44, 0.07);
}
.faq-header h2 strong {
    font-size: 44px;
    margin-bottom: 10px;
    font-weight: 700;
}
.faq-header p {
    font-size: 15px;
    color: var(--p-text-color);
    margin-bottom: 40px;
}
.faq-container {
    max-width: 900px;
    margin: 0 auto;
}
.faq-item {
    border: 1px solid var(--primary);
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, calc(68% - -80px) 0, 100% 1px, 100% 109%, 0% 99%);
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: var(--primary);
    text-align: left;
    padding: 20px;
/* font-size: 16px;
    */
/* font-weight: 400;
    */
 position: relative;
    cursor: pointer;
}
.faq-question::after {
    content: '\f078';
/* FontAwesome chevron-down */
 font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 22px;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-question::after {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 15px 20px 20px;
    text-align: left;
}
.faq-answer p {
    margin: 0;
    font-size: 14px;
    color: var(--p-text-color);
}
/* end */
/*ftr*/
/*Footer*/ 
  .mainfooter{
    background: var(--primary);
  }
  .mainfooter p.identity{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
  }
  .mainfooter p{
    padding-top: 10px;
    border-top: 1px solid rgb(255 255 255 / 30%);
    font-size: 12px;
    text-align: left;
    color: white;
  }
  .mainfooter img{
    max-height: 70px;
    height: 60px;
    object-fit: contain;
    margin: 0;
    width: 120px;
    background: white;
    padding: 5px;
    border-radius: 10px;
  }
  .mainfooter h5{
    font-family: 'Poppins';
    font-size: 12px;
    color: white;
    margin-bottom: 10px;
  }
  .ftr_form{
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: var(--primary);
    padding: 12px 0;
    transition: .3s;
    transform: translateY(200%);
    /*border-top-right-radius: 100px;
    border-top-left-radius: 100px;*/
  }
  .scrolled .ftr_form{
    transform: translateY(0%);
  }
  .ftr_form .flxcontrol{
    justify-content: space-between;
    gap: 10px;
  }
  .ftr_form input, .ftr_form select{
    width: 100%;
    background: rgb(0 0 0 / 0%);
    border: none;
    border-bottom: 1px dashed #fff;
    padding: 8px 0;
    color: #fff;
  }
  .ftr_form input:hover, .ftr_form select:hover, .ftr_form input:active, .ftr_form select:active{
    border-bottom: 1px dashed var(--primary);
  }
  .ftr_form input::placeholder, .ftr_form select::placeholder{
    color: rgb(255 255 255 / 100%);
  }
  .ftr_form select option{
    color: #000;
  }
  .ftr_form .btn{
    min-width: 170px;
    padding: 12px 18px;
    background: var(--primary);
    color: #fff;
    position: relative;
    /*animation: pulsh 7s infinite;*/
  }
  
  #loader2 {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 18%);
    z-index: 2;
    cursor: progress;
    backdrop-filter: blur(2px);
  }

  #loader2 .spinner {
    width: 30px;
    height: 30px;
  }
/*Footer end*/
  /*end*/
/* footer */
.footer-section{
    background: #212121;
    padding-top: 70px;
}
.footer-content {
    position: relative;
    text-align: left;
}
.footer-logo img {
    max-height: 110px;
    margin-bottom: 0.5rem;
}
.design-label {
    letter-spacing: 1rem;
    font-size: 0.8rem;
}
.footer-text {
    max-width: 424px;
    font-size: 15px;
    color: var(--p-text-color);
}
.footer-contact {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    justify-content: flex-end;
    flex-direction: row;
}
.footer-col h4 {
    font-size: 17px;
    border-top: 1px solid var(--primary);
    color: var(--p-text-color);
    padding-top: 10px;
    margin-bottom: 25px;
}
.footer-col p, .footer-col a {
    font-size: 13px;
    color: var(--primary);
    text-decoration: none;
}

.map-link:hover {
    text-decoration: underline;
}
.footer-bottom {
    border-top: 1px solid var(--primary);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.footer-bottom p{
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
}
.to-top, .footer-bottom p a{
    color: var(--primary);
    text-decoration: none;
}
.to-top:hover, .footer-bottom p a{
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-contact {
        flex-direction: column;
    }
     .footer-bottom {
            flex-direction: column;
            align-items: flex-start;
    }
}
/* About Page*/
 .expert-farmers-section .tm_mmbr {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0% 100%);
        filter: grayscale(1);
        opacity: 0.9;
        max-width: 340px;
        margin: 0 auto;
        mix-blend-mode: multiply;
        background: #313131;
        transition: 0.3s;
        z-index: 1;
    }
      .expert-farmers-section .tm_mmbr:hover{
        filter: none;
        opacity: 1;
    }
     .expert-farmers-section .overlay-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 70%), rgb(0 0 0 / 25%), transparent);
        color: var(--p-text-color);
        padding: 80px 15px 20px 15px;
        transition: 0.5s;
    }
    .expert-farmers-section .tm_mmbr:hover .overlay-info{
        padding: 100% 15px 20px 15px;
        background: linear-gradient(to top, rgb(158 136 17 / 47%) 0%, rgb(113 95 16 / 35%) 20%, rgb(68 61 39 / 20%) 35%, rgb(0 0 0 / 0%) 45%, rgb(0 0 0 / 0%) 50%);
    }
    .fw-bol{
        color: black;
    font-weight: bold;
    }
.custom-card {
  background: #ffffff;
    border-radius: 16px;
    box-shadow: 12px 12px 14px 4px rgb(250 215 46 / 39%);
    height: 100%;
    transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-6px);
}

.btn-explore {
     background-color: #00000000;
    color: #000000;
    font-weight: 600;
    border: 2px solid #fad72e;
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
}

.btn-explore:hover {
    background-color: #fad72e;
    color: #000000;
}

.icon-circle {
  background-color: #363636;
    /* border-radius: 50% 0 0 50%; */
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}

.icon-img {
  width: 50px;
  height: auto;
}

/*end*/
/*team*/
.nam{
    display: flex;
    width: 100%;
    align-items: center;
}
.nm{
    width: 500px;
    max-width: 100%;

}
.degi{
    font-size: 14px;
    color: var(--p-text-color);
    text-transform: uppercase;
    margin-bottom: 25px;
}
.expert-t{
    font-size: 24px;
    /* color: white; */
    font-weight: 600;
    margin-bottom: 0;
}
.expert-farmers-section {
    padding: 80px 0;
}
.expert-icon {
    width: 100px;
    height: 59px;
}
.sub-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--p-text-color);
    display: inline-block;
    margin-bottom: 10px;
}
.expert-title {
    font-size: 36px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 20px;
}
.expert-desc {
    font-size: 16px;
    line-height: 1.8;
    color: var(--p-text-color);
    margin-bottom: 30px;
}
.custom-nav-btn {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 2;
/* left: 50%;
    */
 top: 93%;
    right: 91%;
}
.custom-nav-btn:hover {
    background-color: var(--primary);
    color: var(--p-text-color);
    border-color: var(--primary);
}
.team-card {
    text-align: center;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0% 100%);
}
.team-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}
.team-name {
    font-weight: 700;
    font-size: 18px;
    color: var(--primary);
    margin-bottom: 5px;
}
.team-role {
    font-size: 14px;
    color: var(--p-text-color);
}
/*end*/
/*our story*/
.our-story-section {
    padding: 60px 0;
}
.story-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.story-left {
    flex: 1;
}
.story-right img {
    width: 100%;
    height: 593px;
    object-fit: cover;
    border-radius: 4px;
    opacity: 0.6;
}
.story-title span {
    font-weight: 300;
    text-transform: uppercase;
    color: #ccc;
}
.story-title strong {
    font-weight: 700;
    color: var(--primary);
}
.story-left p {
    color: var(--p-text-color);
    font-size: 14px;
}
.story-left li {
    color: var(--p-text-color);
    font-size: 14px;
}
.underline {
    width: 85px;
    height: 5px;
    background-color: var(--primary);
    margin: 30px 0;
}
.what-we-do h3 {
    font-size: 24px;
    color: var(--p-text-color);
}
.what-we-do ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 20px;
}
.what-we-do a {
    text-decoration: none;
}
.what-we-do li {
    text-transform: uppercase;
    color: var(--primary);
    position: relative;
    padding-left: 25px;
}
.what-we-do li span {
    display: inline-block;
    width: 34px;
    height: 2px;
    background: var(--p-text-color);
    position: absolute;
    left: -14px;
    top: 47%;
    transform: translateY(-50%);
}
/*end*/
/*our skill*/
.skills-section {
    position: relative;
    background: url(../img/1-1.jpg) center center / cover no-repeat;
    padding: 80px 0;
}
.skills-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.skills-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.skills-left {
    flex: 1;
    min-width: 320px;
}
.skills-left h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}
.skills-left h2 strong {
    font-weight: 700;
}
.skills-left p {
    color: var(--p-text-color);
}
.skills-number {
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary);
    opacity: 0.1;
}
.skills-right {
    flex: 1.3;
    display: flex;
    gap: 29px;
    justify-content: center;
    flex-wrap: wrap;
}
.progress-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.progress-circle .circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(#c08a2c 0%, #c08a2c78 0%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-circle .circle::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #000;
    border-radius: 50%;
}
.progress-circle .circle .value {
    position: relative;
    z-index: 1;
}
.progress-circle .label {
    text-transform: uppercase;
    color: var(--primary);
}
/*end*/
/*our property*/
.property-filter {
    display: flex;
    justify-content: center;
    margin-top: -85px;
}
.filter-container {
    background: #fff;
    display: flex;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #00000050;
    flex-wrap: wrap;
    width: 100%;
}
.filter-title {
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 20px 30px;
    font-size: 1.1rem;
    flex: 1 0 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-dropdowns {
    display: flex;
    flex: 4;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.filter-item {
    position: relative;
    padding: 10px 0;
}
.filter-item select {
    padding: 9px 40px 14px 12px;
    border: none;
    appearance: initial;
    position: relative;
    outline: none;
}
.filter-item select:first-child {
    border-left: none;
}


.filter-container {
  background-color: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.filter-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
}

.location-select select {
  border: none;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  background: none;
  outline: none;
}

.search-input {
  flex: 1;
  display: flex;
  align-items: center;
  border-left: 1px solid #e1e1e1;
  padding-left: 15px;
}

.search-input i {
  color: #aaa;
  margin-right: 10px;
}

.search-input input {
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
  outline: none;
}

.search-icons {
  display: flex;
  gap: 10px;
  color: #00000045;
}

.search-icons button {
  background: #f5f3ff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  color: #6f42c1;
  font-size: 16px;
  cursor: pointer;
}

.filter-bottom {
  display: flex;
    flex-wrap: wrap;
    gap: 19px;
    margin-top: 8px;
}

.filter-bottom select {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: white;
  font-size: 14px;
  cursor: pointer;
  flex: 1;
  min-width: 150px;
}

.search-btn {
  background: #00a86b;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.sear-btn{
    margin-top: 14px;
    text-align: right;
    flex-grow: 1;
}
.search-btn {
    background: var(--primary);
    color: #000000;
    padding: 10px 40px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
}
.property-subtitle{
    color: var(--p-text-color);
}
.search-btn i {
    margin-right: 8px;
}
.search-btn:hover {
    background: linear-gradient(to right, #c08a2c, #000000);
    color: white;
}
.property-section {
    /*padding: 60px 20px;
    */
    /*background-color: #f4f6f8;
    */
    /*font-family: 'Segoe UI', sans-serif;
    */
}
.propertySwiper{
    /*mask-image: linear-gradient(to right, transparent, var(--bg-color) 30% 70%, transparent);*/
}
.property-cards{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 20px;
}
.property-heading {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 40px;
}
.property-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.property-card {
    background: var(--primary);
    overflow: hidden;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
    /*border-radius: 30px 0 30px 0;*/
    margin-bottom: 30px;
}
.property-header{
    text-align: center;
}
.property-header strong {
    font-weight: 700;
}
.property-card:hover {
    transform: translateY(-6px);
}
.property-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.property-img {
    position: relative;
}
.area{
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
}
.property-info{
    padding: 15px 15px;
    position: relative;
}
.location{
    font-size: 12px;
    margin-bottom: 3px;
    margin-left: -10px;
    padding-top: 8px;
    padding-left: 20px;
    padding-bottom: 8px;
    border-top: 1px dashed #d7b821;
    background: linear-gradient(45deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 0%));
    clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
}
.property-info p{
    color: var(--bs-body-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.property-info p.location strong{
    margin-left: 30px;
}
.property-info h4{
    margin: 0 0 10px 0;
    color: var(--black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.property-info .post-m-info{
    
}
.area-badge {
    position: absolute;
    top: 10px;
    left: 12px;
    background-color: rgb(0 0 0 / 48%);
    color: var(--text-color);
    padding: 0px 9px;
    border-radius: 3px;
}
.area-badge svg {
    stroke: var(--primary);
}
.property-info strong {
    color: black;
    font-weight: 800;
}
.property-info .area {
    color: #ffffff;
}
.property-info .descriptio {
    color: var(--p-text-color);
}
.property-card h3 {
    font-size: 18px;
    color: #222;
    margin: 0 0 8px;
}
/*end*/
/* contact us*/
.contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 5%;
    font-family: 'Arial', sans-serif;
    color: #333;
}
.contact-wrapper{
    display: flex;
}
.contact-left {
    flex: 1;
    min-width: 300px;
    margin-right: 30px;
}
.contact-info{
    color: var(--text-color);
}
.contact-info p strong{
    color: var(--primary);
    font-weight: 900;
}
.contact-left h2 {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}
.contact-left h3 {
    color: #f26d21;
    font-size: 22px;
    margin-bottom: 10px;
}
.contact-left p {
    font-size: 14px;
    margin: 8px 0;
    line-height: 1.6;
}
.contact-left a {
    color: #333;
    text-decoration: none;
}
.contact-form {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}
.contact-form input, .contact-form textarea {
    padding: 10px 15px;
    font-size: 14px;
    border: 3px solid #ffdc2e;;
    margin-bottom: 15px;
    width: 100%;
}
.contact-form textarea {
    height: 100px;
    resize: vertical;
}
.contact-form button {
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    background: #c08a2c;
    font-weight: 700;
    border-radius: 30px 30px 30px 30px;
}
.cont-form{
    background-color: #c08a2c14;
    border-radius: 30px 30px 30px 30px;
}
.contact-form button:hover {
    background-color: var(--text-color);
    color: var(--bg-color);
    border-color: var(--text-color);
}
.contact-map {
    margin-top: 40px;
    width: 100%;
    height: 400px;
}
.get_touch{
    letter-spacing: 12px;
}
.find{
    letter-spacing: 11px;
}
.map {
    width: 100%;
    margin-top: 31px;
    
}
.map-container iframe{
    width: 100%;
    aspect-ratio: 4 / 1;
}
.map-title{
    font-size: 46px;
    color: white;
    display: flex;
}
.map-title strong{
    color: var(--primary);
}
/*single property page*/
/*Aminities and specifications*/
  .aminities{
    position: relative;
    overflow: hidden;
  }
  .aminities .nav-tabs{
    border-bottom: 1px solid var(--primary);
    width: 100%;
    background: var(--primary);
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }
  .aminities .nav-tabs li{
    width: 50%;
  }
  .aminities .nav-tabs li a{
    color: #fff;
    border: none !important;
    padding: 20px;
    font-family: 'Cinzel Decorative';
    font-weight: 700;
  }
  .aminities .nav-tabs li a:hover{
    background: rgb(0 0 0 / 6%);
    border: none;
  }
  .aminities .nav-tabs li.active a{
    background: var(--primary);
    color: #fff;
    background: linear-gradient(90deg, var(--primary), var(--primary), var(--primary), var(--primary), var(--primary));
  }
  .aminities .tab-content{
    
  }
  .aminities .tab-content .tab-pane{
    
  }
  .aminities .tab-content .tab-pane.active{
    
  }
  .aminities .tabinfo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    margin: 30px 0;
    padding: 0;
  }
  .aminities .tabinfo>li{
    position: relative;
    list-style: none;
    padding: 100px 15px 10px 15px;
 background: linear-gradient(0deg, rgb(250 215 46 / 22%), rgb(255 230 44 / 0%));
    box-shadow: 3px 15px 40px rgb(250 215 46 / 17%);
    border-radius: 300px 300px 0px 0px;
    border-top: 2px solid var(--primary);
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    width: calc(25% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .aminities .tabinfo>li::after{
        content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
    background: linear-gradient(0deg, rgb(0 0 0), rgb(0 0 0 / 68%), rgb(0 0 0 / 54%), rgb(0 0 0 / 43%), rgb(0 0 0 / 0%));
  }
  .aminities .tabinfo li>img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    z-index: 2;
    /*filter: brightness(100) invert(1);*/
  }
  .aminities .tabinfo li>h4{
    font-size: 22px;
    font-family: 'Inter';
    width: 100%;
    z-index: 2;
    color: var(--primary);
    font-weight: 600;
    margin-top: 50px;
  }
  .aminities .tabinfo li>p{
    color: var(--primary);
    font-size: 13px;
    font-weight: 300;
    z-index: 2;
  }
  .aminities .tabinfo.spects li:before{
    content: "\f08e";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    color: var(--primary);
    line-height: 1.4;
    font-size: 10px;
    z-index: 2;
  }
  .aminities .tabinfo.spects> li:hover, .aminities .tabinfo.spects> li.active{
    cursor: pointer;
    /*background: var(--primary-color);*/
    border-color: var(--primary);
  }
  .aminities .tabinfo.spects>li:hover>h4, .aminities .tabinfo.spects>li.active>h4{
    color: var(--primary);
  }
  .aminities .tabinfo.spects li:hover:after, .aminities .tabinfo.spects li.active:after{
    color: var(--primary)
  }
  .aminities .tabinfo.spects> li:hover img, .aminities .tabinfo.spects> li.active img{
    /*filter: brightness(1.8) hue-rotate(325deg);*/
  }
  .aminities .tabinfo.aminiti> li:hover{
    /*background: var(--secondary-color);*/
    border-color: var(--primary);
  }
  .aminities .tabinfo.aminiti>li:hover>h4{
    color: var(--primary);
  }
  .aminities .tabinfo.aminiti> li:hover img{
    /*filter: brightness(1) hue-rotate(40deg);*/
  }
  .aminities .tabinfo.spects .moreview{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 200%);
    width: 600px;
    max-width: 90%;
    max-height: 80vh;
    overflow: auto;
    text-align: left;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 5px 55px rgb(0 0 0 / 15%);
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    transition: .6s;
  }
  .aminities .tabinfo.spects .active .moreview{
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
  }
  .aminities .tabinfo.spects .moreview .close_opt{
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 24px;
    transform: rotate(45deg);
    z-index: 2;
    padding: 5px;
    cursor: pointer;
  }
  .aminities .tabinfo.spects .moreview>img{
    margin: 0 auto;
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: none !important;
  }
  .aminities .tabinfo.spects .moreview>h4{
    text-align: center;
    font-weight: 700;
    color: var(--primary);
    font-size: 22px;
    position: relative;
    margin-bottom: 40px;
  }
  .aminities .tabinfo.spects .moreview>h4:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 12px);
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background: var(--primary);
  }
  .aminities .tabinfo.spects .moreview ul{
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .aminities .tabinfo.spects .moreview li{
    position: relative;
    padding-left: 30px;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .aminities .tabinfo.spects .moreview li:after{
    content: "\f00c";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 13px;
    color: var(--primary)!important;
  }
  .aminities2{
    position: relative;
    z-index: 1;
    overflow: hidden;
   
  }
  .aminities2::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background: rgb(0 0 0 / 87%);
    backdrop-filter: blur(3px);
  }
  .aminities2 .nav-tabs{
    border-bottom: none;
    background: rgb(0 0 0 / 0%);
  }
  .aminities2 .tab-content .tab-pane h2{
    font-family: inherit;
  }
  .aminities2 .nav-tabs li{
    font-size: 38px;
  }
  .aminities2 .nav-tabs li.active a{
    background: rgb(0 0 0 / 0%);
    padding: 0;
  }
  .aminities2 .tab-content .tab-pane{
    color: var(--primary);
  }
  .aminities2 .tabinfo>li{
    background: linear-gradient(0deg, rgb(0 0 0 / 34%), rgb(248 213 46 / 9%));
    border-top: 11px solid #fad72e;
    border-left: 1px solid #fad72e;
    border-right: 1px solid #fad72e;
    padding-bottom: 0;
    margin-bottom: 50px;
    scale: 0.8;
     clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
  }
  .aminities2 .tabinfo>li:hover{
    scale: 1;
  }
  .aminities2 .tabinfo li>h4{
    margin-top: 30px;
    margin-bottom: 0px;
    color: #fad72e;
    bottom: 28px;
    position: relative;
  }
  .aminities2 .tabinfo li:hover h4{
    color: var(--primary)!important;
    scale: 0.8;
    bottom: 10px;
  }
  .aminities2 .tabinfo li:hover img{
    scale: 1.5;
  }
  .aminities2 .tabinfo>li::after{
    display: none;
  }
  .overlay{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100vw;
    height: 100vh;
    background: rgb(36 0 71 / 22%);
    backdrop-filter: blur(3px);
    filter: blur(100px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
  }
  .overlay.active{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1.0);
    filter: blur(0);
  }
/*end*/
/*Popup*/
  #popup{
    z-index: 99999;
  }
  .modal-backdrop{
    z-index: 9999;
    backdrop-filter: blur(3px);
    opacity: 1 !important;
    background: rgb(53 0 62 / 20%);
  }
  #popup .modal-dialog{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    max-width: 90%;
    width: 580px;
    border-radius: 0;
    margin: 0;
    overflow: auto;
    box-shadow: 1px 7px 80px rgb(0 0 0 / 24%);
    border: .3px solid #fff;
    background: var(--bg-color);
  }
  #popup .modal-content{
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    width: 100%;
    max-height: unset;
    border: none;
    background-color: var(--bg-color);
    /* background: linear-gradient(220deg, var(--primary-color), var(--primary)); */
    background-image: url(../img/overview-overlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: luminosity;
  }
  .popup .modal-header{
    border: none;
    padding-bottom: 0;
    position: sticky;
    top: 0;
  }
  .popup .close{
    color: #ffffff;
    opacity: 1;
    position: relative;
    background: rgb(0 0 0 / 0%);
    box-shadow: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    border-radius: 20px;
    border: none;
    font-size: 20px;
  }
  .popup .modal-body{

  }
  .popupcont{

  }
  .popupcont .pp_hdr{
    position: relative;
    top: -15px;
  }
  .popupcont .pp_hdr img{
    width: 140px;
    margin-bottom: 15px;
    max-height: 70px;
    object-fit: contain;
  }
  .popupcont .pp_hdr h4{
    color: var(--primary);
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .popupcont .pp_hdr h2{
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: .5px solid rgb(255 255 255 / 34%);
    padding-bottom: 25px;
  }
  .popupcont .enq_form{

  }
  .popupcont .enq_form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
  }
  .popupcont .enq_form label{
    color: #fff;
    font-weight: 400;
    font-family: 'Cinzel Decorative';
    display: block;
    font-size: 14px;
  }
  .popupcont .enq_form input, .popupcont .enq_form textarea{
    width: 100%;
    max-width: 100%;
    max-height: 70px;
    border: none;
    border-radius: 0;
    padding: 7px 15px;
    margin: 0px 0 20px;
    background: rgb(255 255 255 / 10%);
    border-bottom: 1px dashed #fff;
    color: #fff;
  }
  .popupcont .enq_form .btn{
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 25px;
    background: var(--primary);
    color: #000;
    /*animation: pulsh 5s infinite;*/
    transition: .3s;
  }
  .popupcont .enq_form .btn:hover{
    transform: scale(1.02) translateY(-4px);
    box-shadow: 4px 6px 0px rgb(0 0 0 / 30%);
  }
  #loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 18%);
    z-index: 2;
    cursor: progress;
    backdrop-filter: blur(2px);
  }

  .spinner {
    border: 5px solid var(--primary);
    border-top: 5px solid #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: loaderspin 2s linear infinite;
    z-index: 2;
  }

  @keyframes loaderspin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/*end*/
/*video slider*/
.video-card {
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));

}

.video-card iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.section-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

.property-video-slider {
  padding-bottom: 40px;
}

.property-video-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-frame {
  width: 100%;
  height: 280px;
  border: none;
}

.property-info {
  background: #ffcf24;
  padding: 15px;
  color: #000;
}

.property-info h3 {
  font-size: 20px;
  margin: 0 0 10px;
}

.property-info p {
  margin: 4px 0;
}

.location-tag {
  margin-top: 8px;
  font-weight: bold;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.location-tag::before {
  content: '📍';
  margin-right: 6px;
}

.tag-corner {
  position: absolute;
  top: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  clip-path: polygon(100% 0, 100% 100%, 60% 100%, 0 100%, 0 0);
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

    /*end*/
/*About property*/
  .sec-information{
    
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .sec-information::after{
    content: "";
    position: absolute;
    width: 40%;
    aspect-ratio: 1 / 1;
    background: url(../img/shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    bottom: 0;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: -1;
    opacity: 0.2;
  }
  .sec-information.bg2{
   
  }
  .sec-information .sub-heading{
    font-family: 'Inter';
    color: var(--primary);
  }
  .ttl_dgn1{
    position: relative;
  }

  .sec-information .infm-info p{    
    margin-bottom: 13px;
    font-size: 16px;
  }
  .sec-information .btn-theme{
    padding: 12px 20px 12px 53px;
    color: #ffffff;
    background: var(--primary-color);
    border: none;
    border-radius: 50px;
    box-shadow: 3px 7px 10px 0px rgb(106 66 145 / 44%), 7px 17px 50px 0px rgb(106 66 145 / 28%);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: .3s;
    position: relative;
  }
  .sec-information .btn-theme:hover{
    transform: scale(1.1);
    padding: 12px 53px 12px 20px;
  }
  .sec-information .btn-theme i{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--primary);
    font-size: 12px;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    transition: .7s;
  }
  .sec-information .btn-theme:hover i{
    left: calc(100% - 40px);
    box-shadow: 0px 0px 0px 4px rgb(241 131 142 / 15%), 0px 0px 0px 9px rgb(241 131 142 / 15%), 0px 0px 0px 14px rgb(241 131 142 / 15%);
  }
  .sec-information .infm-info img{
    width: unset;
  }
  .sec-information .abtinfoimg{
    position: relative;
    z-index: 1;
  }
  .sec-information .abtinfoimg::before{
    content: "";
    width: calc(100% + 100px);
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: var(--primary);
    z-index: -1;
    background-image: url(../img/overview-overlay.png);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-blend-mode: color-dodge;
    border-radius: 50px 0;
  }
  .sec-information .abtinfoimg::after{
    content: "";
    width: calc(100% + 5px);
    height: calc(100% + 20px);
    position: absolute;
    right: 0;
    top: -20px;
    border: 1px solid #0043ae;
    z-index: -2;
    border-radius: 50px 0;
  }
  .sec-information .swiper-singlegallery{
    overflow: hidden;
  }
  .sec-information .swiper-button-disabled{
    opacity: 0;
  }
  .sec-information .infm-right-img{
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 40px 0;
    margin-bottom: 15px;
  }
  .sec-information .infm-right-img:after, .sec-information .infm-right-img:before{
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    border: 1px solid #fff;
    background: rgb(0 0 0 / 0%);
    z-index: 2;
    opacity: .5;
    transition: 1s;
  }
  .sec-information .infm-right-img:after{
    width: calc(100% + 15px);
  }
  .sec-information .infm-right-img:before{
    height: calc(100% + 15px);
  }
  .sec-information .swiper-slide-active .infm-right-img:after, .sec-information .swiper-slide-active .infm-right-img:before{
    transform:  translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .sec-information .infm-right-img img{
    width: 100%;
    aspect-ratio: 4/2.9;
    object-fit: cover;
    object-position: center;
  }
  .sec-information .photo_dgn{
    position: relative;
    text-align: right;
    padding-bottom: 150px;
  }
  .sec-information .photo_dgn .style1{
    width: 85%;
    right: 5%;
    border: 10px solid #fff;
    border-bottom: 20px solid #fff;
    position: relative;
    transform: rotate(3deg);
    box-shadow: -5px 7px 20px rgb(0 0 0 / 21%);
    aspect-ratio: unset;
  }
  .sec-information .photo_dgn .style2{
    width: 50%;
    border: 10px solid #fff;
    border-bottom: 20px solid #fff;
    transform: rotate(-3deg) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: -5px 7px 20px rgb(0 0 0 / 21%);
    aspect-ratio: unset;
  }
  .col_two{
    width: 50%;
  }
  .flatconfig{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .flatconfig li{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }
  .flatconfig .icon{
        background: var(--primary);
    width: 50px;
    height: 50px;
    /* overflow: hidden; */
    border-radius: 50%;
  }
  .flatconfig .icon svg{
    width: 60px;
    height: 60px;
    left: -15px;
    bottom: -2px;
    position: relative;
  }
  .flatconfig .info{
    width: calc(100% - 60px);
  }
  .flatconfig .info h3{
    color: var(--primary-color);
    margin: 10px 0 5px 0;
  }
  .flatconfig .info p{
    font-size: 14px;
    margin: 0;
  }
  .flatconfig li h4{
    width: 100%;
    font-weight: 100;
    font-family: 'Inter';
    color: var(--primary);
    text-align: left;
    /*margin-bottom: 0;*/
  }
  .flatconfig.vt_btns li{
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .flatconfig li a{
    width: 100%;
    text-align: center;
  }
  .flatconfig li .btn1{
    border: 3px solid var(--primary-color);
    color: var(--primary-color);
    background: rgb(0 0 0 / 0%);
    margin: 5px;
    padding: 10px 48px 10px 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
  }
  .flatconfig li .btn1 i{
    animation: pulsh 5s infinite;
    width: 30px;
    height: 30px;
    line-height: 2.6;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    padding-left: 3px;
  }
  .flatconfig li .btn1:hover{
    background: var(--primary-color);
    color: #fff;
    animation: pulsh 5s infinite;
  }
  .flatconfig li .btn1:hover i{
    animation: none;
    background: var(--primary);
  }
  .sec-information .btn2{
    min-width: 170px;
    padding: 12px 18px;
    background: var(--primary);
    color: black;
    position: relative;
    left: 318px;
    
  }
  .sec-information .btn2:hover{
    animation: pulsh 5s infinite;
  }
/*end*/
/*single-property map section*/
/* video section */
.video-section {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: auto;
    padding: 20px;
    gap: 20px;
    background-color: #fad72e;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
}

.video-left {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
}



.video-tabs button {
    padding: 8px 16px;
    background-color: #ddd;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
    font-weight: 600;
}

.video-tabs button.active,
.video-tabs button:hover {
    background-color: #211d52;
    ;
    ;
    color: #fff;
}

.main-video video {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/* RIGHT SIDE FIX */
.video-right {
    flex: 1 1 6%;
    max-height: 391px;
    overflow-y: auto;
    padding-right: 39px;
    padding-left: 13px;
    border-left: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 52px;
}

.video-right a {
    color: black;
}

.video-link {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    background: #fad72e;
    padding: 8px;
    /* border-radius: 6px; */
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
}

.must-watch-heading {
    margin: 0;
    padding: 0px;
    padding-left: 7px;
}

.video-link::before {
    content: '';
    background: #353939;
    width: calc(100% - 1px);
    height: 1px;
    position: absolute;
    /* left: 3px; */
    top: 0px;
    bottom: 0;
}

.video-link:hover {
    background: #eeeeee60;
}

.video-link img {
    width: 101px;
    height: 79px;
}

.video-title {
    font-size: 13px;
    font-weight: 400;
}

.video-thumb {
    position: relative;
    width: 120px;
    height: 70px;
    flex-shrink: 0;
}

.video-thumb img {
    width: 105px;
    height: 82px;


}

.play-icon {
    position: absolute;
    bottom: 14px;
    right: 49px;
    background-color: #c5c0ffbd;
    color: #211d52;
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .video-section {
        flex-direction: column;
    }

    .video-right {
        max-height: none;
        overflow: visible;
        border-left: none;
    }
}

.custom-box {
    padding: 24px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: -7px 11px 10px 0px rgb(216 188 40);
    height: 100%;
}

.box-title {
      font-weight: 600;
    /* font-size: 1.25rem; */
    margin-bottom: 1rem;
    color: black;
}

.map-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.location-text {
  font-size: 0.9rem;
  color: #333;
}

.btn-map {
 background: linear-gradient(to right, #f9d62e, #f7d42d);
    color: #000000;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn-map:hover {
  background: black;
  color: #fff;
}

.builder-logo {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}

.builder-text {
  font-size: 0.9rem;
  color: #333;
}

.project-table th,
.project-table td {
  font-size: 0.95rem;
  padding: 10px;
}

/*Global theme CSS*/
    .select2-container{
        color: #000;
    }
    
  /*Advance image uploader style*/
  /* Modal */
  .uploader-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 999;
    color: #000;
  }

  .uploader-content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    left: 50%;
    top: 120px;
    transform: translate(-50%, 0%);
  }

  .uploader-content>h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .uploader-content #minmax {
    font-size: 12px;
    color: #4b4b4b;
    font-weight: normal;
  }

  #closeUploader {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 22px;
    color: #333;
  }

  #closeUploader {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 22px;
    color: #333;
  }

  .drop-area {
    border: 2px dashed #007BFF;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    transition: 0.3s;
    background: #f1f8ff;
    border-radius: 0px 0px 10px 10px;
    border-top: 0;
    position: relative;
    z-index: 1;
    height: 150px;
  }

  .drop-area p {
    font-size: 20px;
    color: #4ca2ff;
    margin: 15px 0;
  }

  .drop-area input[type="file"] {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
  }

  .drop-area.dragover {
    border: 2px dashed #1a599d;
    background: #d7ebff;
  }

  .save-btn {
    background: #007bff;
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  /* Grid */
  .preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 15px;
    max-height: calc(50vh - 30px);
    overflow: auto;
  }

  .image-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    background: #efefef;
  }

  .image-box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 80%), rgb(0 0 0 / 60%), rgb(0 0 0 / 40%), rgb(0 0 0 / 15%), transparent);
    padding: 12px 35px 25px 12px;
    font-size: 14px;
    border-radius: 0;
    cursor: pointer;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
  }

  .title-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 80%), rgb(0 0 0 / 60%), rgb(0 0 0 / 40%), rgb(0 0 0 / 15%), transparent);
    padding: 12px 35px 25px 12px;
    font-size: 14px;
    border-radius: 0;
    cursor: pointer;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    border: none;
    outline: none;
  }

  .remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(4px);
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: 0.3s;
  }

  .remove-btn:hover {
    background: rgb(255 255 255 / 70%);
    color: #000000;
  }

  .drag-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.2s;
    color: #fff;
    font-size: 24px;
    z-index: 2;
    cursor: grab;
  }

  .image-box:hover .drag-overlay {
    opacity: 1;
  }

  /* Progress bar inside image */
  .progress-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: #28a745;
    width: 0%;
    z-index: 4;
  }

  /*Gallery tab*/
  .gallery-grid {
    display: flex;
    gap: 10px;
    border: 2px solid #007BFF;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.3s;
    background: #f1f8ff;
    border-radius: 0px 0px 10px 10px;
    border-top: 0;
    position: relative;
    z-index: 1;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    height: 150px;
    overflow: auto;
  }

  .gallery-item {
    position: relative;
    cursor: pointer;
    width: 80px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: 0 5px 10px rgb(0 0 0 / 12%);
    border-radius: 5px;
  }

  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 5px;
  }

  .gallery-item.selected img {
    border-color: #007bff;
  }

  .select-overlay {
    position: absolute;
    top: 6px;
    right: 3px;
    background: rgb(0 0 0 / 25%);
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }

  .gallery-item.selected .select-overlay {
    background: #007bff;
  }

  .gallery-grid .add-selected {
    position: sticky;
    bottom: -10px;
    background: #007bff;
    box-shadow: 0 20px 0px 20px #007bff;
    left: 0;
    right: 0;
    color: #fff;
    outline: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    z-index: 2;
    width: 100%;
  }

  .gallery-grid:has(.selected) .add-selected {
    display: block;
  }

  .tab-buttons {
    margin-bottom: 0;
    display: flex;
    background: #007bff;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
  }

  .tab-buttons button {
    background: rgb(0 0 0 / 0%);
    border: none;
    outline: none;
    padding: 10px 22px;
    margin: 0;
    color: rgb(255 255 255 / 85%);
  }

  .tab-buttons button.tab-active {
    background-color: #0067d7;
    color: #ffffff;
  }
/*end*/
/*bradecam*/
.breadcrumb-section {
background: #1e1e1e;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.breadcrumb {
    margin: 0;
    /* padding: 0; */
    /* list-style: none; */
    display: flex;
    /* flex-wrap: wrap; */
    gap: 8px;
    /* font-size: 15px; */
    /* text-align: center; */
    justify-content: start;
}

.breadcrumb li {
  font-weight: 500;
}

.breadcrumb li a {
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li::after {
  content: ">";
  margin: 0 6px;
  color: #999;
}

.breadcrumb li:last-child::after {
  content: "";
}

/*blog page*/
.blog-section {
  padding: 60px 0;
}

.blog-container {
  display: flex;
  gap: 30px;
}

.featured-blog {
  
  border-radius: 10px;
  overflow: hidden;

}

.featured-blog img {
  width: 100%;
  height: auto;
  display: block;
}

.featured-content {
  padding: 20px;
}

.featured-content h2 {
  margin-bottom: 10px;
  color: var(--primary);
}

.featured-content p {
  font-size: 16px;
  color: var(--p-text-color);
  margin-bottom: 15px;
}

.read-more {
  color: black;
  font-weight: 600;
}

.read-more:hover {
  text-decoration: underline;
}

/* Right side small blogs */
.other-blogs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-card {
  background: var(--primary);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding-bottom: 24px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.blog-card img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-card h3 {
  margin: 10px 15px;
}

.blog-card p {
  color: #666;
  margin: 0 15px 10px;
}
.blog-card .read-more {
  margin-left: 15px;
}
/*end*/



/*Whatsapp and call button*/
  .fxbtn{
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    padding: 0px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 24%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .scrolled .fxbtn{
    bottom: 75px;
  }
  .fxbtn:hover{
    transform: scale(1.1);
  }
  .fxbtn svg{
    width: 30px;
    height: unset;
    aspect-ratio: 1;
  }
  .fxwp{
    color: #ffffff;
    background: #4caf50;
  }
  .fxcall{
    color: var(--header-bg);
    background: #fff;
    bottom: 75px;
  }
  .scrolled .fxcall{
    bottom: 135px;
  }
/*end*/


/*extra*/
  #ignore {
    display: none!important;
  }
  .blurFadeIn{
    animation-name: blurFadeIn;
    -webkit-animation-name: blurFadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
    opacity: 1;
    animation-delay: var(--d);
    transition: .3s ease-in-out;
  }
  .slideanim {
    opacity: 0;
    visibility:hidden;
    transition: .3s ease-in-out;
  }
  .slidelrmain {
    opacity: 0;
    visibility:hidden;
    transition: .3s ease-in-out;
  }
  .sliderlmain {
    opacity: 0;
    visibility:hidden;
    transition: .3s ease-in-out;
  }
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
    opacity: 1;
    /*animation-delay: var(--d);*/
    transition: .3s ease-in-out;
  }
  .slidelr {
    animation-name: slidelr;
    -webkit-animation-name: slidelr;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
  }
  .sliderl {
    animation-name: sliderl;
    -webkit-animation-name: sliderl;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
  }

/*end*/

/*Animations*/
  /* blur animation */
  @keyframes blurFadeIn {
    0% {
      transform: scale(2.5);
      opacity: 0;
      filter: blur(5px);
    }

    100% {
      transform: scale(1);
      opacity: 1;
      filter: blur(0);
    }
  }
  @-webkit-keyframes blurFadeIn {
    0% {
      transform: scale(2.5);
      opacity: 0;
      filter: blur(5px);
    } 
    100% {
      transform: scale(1);
      opacity: 1;
      filter: blur(0);
    }
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @keyframes slidelr {
    0% {
      opacity: 0;
      transform: translateX(-70%);
    } 
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes slidelr {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  @keyframes sliderl {
    0% {
      opacity: 0;
      transform: translateX(70%);
    } 
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes sliderl {
    0% {
      opacity: 0;
      -webkit-transform: translateX(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  /*pulsh effect*/
  @keyframes pulsh{
    0%{
      box-shadow: 0 0 0 0 rgb(255 172 0 / 44%), 0 0 0 0 rgb(255 106 0 / 65%);
    }
    40%{
      box-shadow: 0 0 0 50px rgba(99, 69, 238,0), 0 0 0 0 rgb(255 172 0 / 51%);
    }
    80%{
      box-shadow: 0 0 0 50px rgba(99, 69, 238,0), 0 0 0 30px rgba(99, 69, 238,0);
    }
    100%{
      box-shadow: 0 0 0 0 rgba(99, 69, 238,0), 0 0 0 30px rgba(99, 69, 238,0);
    }
  }
/*end*/

@media (max-width: 768px) {
    body{
        padding-top: 95px;
    }
    h1, h2, h3, .thm-heading{
        font-size: 32px;
    }
    .fixed_social{
        position: 5px;
        top: 75%;
    }
    .custom-header{
        padding: 0;
    }
    .shadow-txt{
        font-size: 50px;
    }
    .side-overlay .maincont{
        flex-wrap: wrap;
    }
    .side-overlay .maincont .right-box {
        max-width: unset;
        width: 100%;
        padding: 30px 0 30px 0!important;
    }

    .side_bar_menu .nav-list{
        flex-direction: column;
    }

    .swiper-mainslider{
        position: relative;
    }
    .swiper-mainslider img{
        max-height: 200px;
    }
    .showcase .bgimg{
        height: 200px;
        width: 100%;
        min-height: unset;
    }
    .sec-slider .swiper-button-prev{
        left: 0;
        bottom: -12px;
        scale: 0.7;
    }
    .sec-slider .swiper-button-next{
        left: 35px;
        bottom: -12px;
        scale: 0.7;
    }

    .property-filter{
        margin-top: 30px;
    }
    .filter-container{
        padding: 10px;
    }
    .filter-top{
        padding: 2px;
        width: 100%;
        border-radius: 8px;
    }
    .search-icons svg{
        width: 20px;
        margin-right: 6px;
    }
    .filter-bottom{
        gap: 10px;
        flex-grow: 1;
    }

    .location-select select,
    .search-input input{
        font-size: 12px;
    }
    .filter-bottom select{
        border-radius: 8px;
        font-size: 10px;
    }
    .filter-bottom > .filter-bottom{
        width: calc(50% - 10px);
    }
    .filter-bottom .sear-btn{
        width: 48%;
        margin-top: 8px;
        margin-left: 0;
    }
    .filter-bottom .sear-btn .search-btn{
        width: 100%;
        padding: 10px 15px;
        font-size: 12px;
    }


    .property-info h4{
        font-size: 16px;
    }
    .property-info p{
        font-size: 12px;
    }
    .location, .area{
        font-size: 10px;
    }

    .intro-section .shadow-txt{
        top: -450px;
    }
    .intro-section .d-flex{
        flex-wrap: wrap;
    }

    .dream-home-section .container-custom{
        padding: 30px 15px;
        flex-direction: column;
    }
    
    .bg-image-fixed{
        right: unset;

    }
    .floating-image{
        left: unset;
        right: 0;
    }

    .featured-image .image-overlay{
        padding: 30px;
    }

    .testimonial-section{
        padding: 0 20px;
    }
    .testimonialSwiper{
        padding-top: 0;
    }
    
    .fetured .featured-image h2{
        font-size: 20px;
    }
/* Mobile View Adjustments */
@media (max-width: 767px) {
  .blog-container {
    display: block;
  }

  .featured-blog, 
  .other-blogs {
    width: 100% !important;
    max-width: 100%;
    flex: none;
  }

    .other-blogs {
        margin-top: 20px; /* space below featured blog */
    }
    /* Collections */
        .sec-collection .swiper-slide-next{
          transform: scale(0);
          z-index: 1;
          opacity: .5;
        }
        .collections{
            padding-bottom: 15px;
        }
        .sec-collection .swiper-slide-active{
          transform: scale(1.1);
          z-index: 3;
          opacity: 1;
        }
        .sec-collection .swiper-slide-next .clctn{
          box-shadow: none;
        }
        .sec-collection .swiper-slide-active .clctn{
          box-shadow: 0 5px 70px rgb(0 0 0 / 12%);
        }
        .sec-collection .swiper-button-next, .sec-collection .swiper-button-prev{
            top: 64%;
            scale: 0.7;
        }
    /*end*/

    .footer-bottom p{
        font-size: 10px;
    }
    .expert-farmers-section .nam{
        flex-direction: column;
    }
    .expert-farmers-section .nm{
        max-width: 340px;
    }
    .expert-farmers-section .custom-nav-btn{
        top: 70%;
        right: 10px;
    }
    .story-container{
        flex-direction: column;
    }
    .testimonial-section .section-number-five{
        position: relative;
    }
    .facts-section .facts-left .facts-text{
        padding-left: 0 !important;
    }

}