/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;
    4) font-family: "Oranienbaum", serif;
    5) font-family: "Arapey", serif;

*/


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    color: #333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

section,
div[id] {
    scroll-margin-top: 110px; /* adjust to your navbar height */
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}


/* Deafult Margin & Padding */


/*-- Margin Top --*/

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}


/*-- Margin Bottom --*/

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}


/*-- Padding Top --*/

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-113 {
    padding-top: 113px;
}


/*-- Padding Bottom --*/

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}


/*-- Padding Left --*/

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}


/*-- Padding Right --*/

.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}


/* font weight */

.f-700 {
    font-weight: 600;
}

.f-600 {
    font-weight: 600;
}

.f-500 {
    font-weight: 500;
}

.f-400 {
    font-weight: 400;
}

.f-300 {
    font-weight: 300;
}


/* Background Color */

.gray-bg {
    background: #f4f4fe;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #222;
}

.theme-bg {
    background: #222;
}

.primary-bg {
    background: #1a237e;
}


/* Color */

.white-color {
    color: #fff;
}

.black-color {
    color: #222;
}

.theme-color {
    color: #222;
}

.primary-color {
    color: #222;
}


/* Start button section  */
.button-1 {
    font-size: 13px;
    height: 40px;
    border-radius: 25px;
    padding-top: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    font-weight: 500;
    min-width: 214px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

@media (max-width: 1000px) {
    .button-1 {
        min-width:215px;
        font-size: 12px;
        height: 43px;
    }
}

.button-1.white {
    color: #FFF;
    border: 1px solid #FFF;
}

.button-1 i {
    width: 0px;
    height: 13px;
    background: url(../img/button-arrow.svg) no-repeat center center;
    opacity: 0;
    visibility: hidden;
    content: "";
    display: inline-block;
    transition: 0.5s ease;
    position: relative;
    top: 2px;
}

@media (min-width: 1200px) {
    .button-1:hover {
        border:none;
        color: #000;
    }

    .button-1:hover i {
        opacity: 1;
        visibility: visible;
        width: 18px;
        margin-left: 10px;
    }
}

.button-1.view-all {
    min-width: 215px;
}

@media (max-width: 1000px) {
    .button-1.view-all {
        min-width:185px;
    }
}

.button-1.read-more {
    min-width: 195px;
    text-decoration: none;
    color: #000;
}

@media (max-width: 1000px) {
    .button-1.read-more {
        min-width:165px;
    }
}

.button-1.white:hover {
    color: #FFF;
}

button.button-1 {
    padding-top: 0;
}

.read-more {
    color: #C7A386;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: underline;
    cursor: pointer;
}

.read-more:hover {
    text-decoration: none;
}

.read-more svg {
    margin-right: 10px;
}

.button-1.submit-bttn-main {
    min-width: 160px;
}

.button-1.submit-bttn-main .submit-bttn {
    height: 49px;
    background: none;
    border: none;
    width: auto;
    min-width: initial;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2.5px;
    font-weight: 500;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .button-1.submit-bttn-main .submit-bttn {
        font-size:12px;
        height: 42px;
    }
}

.button-1.submit-bttn-main .submit-bttn:hover {
    color: #000;
}

.button-1.submit-bttn-main i {
    position: absolute;
    right: 20px;
    top: 20px;
}

.button-1::before,.button-1::after {
    width: 0%;
    height: 0%;
    opacity: 0;
    position: absolute;
    content: "";
}

.button-1::before {
    top: 0;
    right: 0;
    border-top: 1px solid #c8a487;
    border-left: 1px solid #c8a487;
    transition: width 0.2s 0.5s ease-out,height 0.15s 0.35s linear,opacity 0s 0.7s;
    border-radius: 25px;
}

.button-1::after {
    bottom: 0;
    left: 0px;
    border-bottom: 1px solid #c8a487;
    border-right: 1px solid #c8a487;
    transition: width 0.2s 0.15s linear,height 0.15s ease-in,opacity 0s 0.35s;
    border-radius: 25px;
}

.button-1:hover::before,.button-1:hover::after {
    width: 100%;
    height: 96%;
    opacity: 1;
}

.button-1:hover::before {
    transition: width 0.2s ease-in,height 0.15s 0.2s linear,opacity 0s;
}

.button-1:hover::after {
    transition: width 0.2s 0.35s linear,height 0.15s 0.5s ease-out,opacity 0s 0.3s;
}

.button-main {
    display: flex;
}

@media (max-width: 1000px) {
    .button-main {
        justify-content:center;
    }
}
/* End of  button section  */


/* black overlay */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.text-upper {
    text-transform: uppercase;
}

.btn1 {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #222;
    outline: 0;
    border-radius: 4px;
}

.btn1:hover {
    background: goldenrod;
}


/* End of globle css */


/* Start Header section */

.top-header {
    color: white;
    padding: 8px 0;
    background: #8c746d;
}

.top-header p {
    margin-bottom: 0px;
    /* padding: 10px 0; */
    font-size: 16px;
    color: #fff
}

.top-header .t-info {
    float: right;
}

.top-header .t-info li {
    display: inline-block;
    /* padding: 10px 0; */
    margin-left: 20px;
}

.top-header .t-info li i {
    color: #efb22b;
    font-size: 16px;
    padding-right: 10px;
}

.top-header .t-info li a {
    color: #fff;
    font-size: 16px;
}

.top-header .t-info li a:hover {
    color: #efb22b
}

.f_social {
    text-align: right;
}

.f_social li {
    display: inline-block;
    margin-right: 2px;
    text-align: center;
}

.f_social li a {
    color: #ffffff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 70px;
    border: 1px solid #ffffff;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    display: inline-block;
}

.f_social li a:hover {
    background: #fbca19;
}


/* End  navbar hader section  */


/* Start Header section  */
/*.navbar-brand {
    font-size: 30px;
    font-weight: bold;
    padding-top: 35px;
}*/
.navbar-brand {
    display: flex;
    align-items: center;
    height: 90px;        /* set navbar height */
    padding: 0 !important;
}

/* End of Header section  */

/* Start google review section  */
section.review-section {
    padding: 60px 0;
}
.float-logo {
    max-width: 240px;
    margin-top: -143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.float-logobox {
    margin: 0px 0px 0px 0px;
    padding: 50px 30px;
    border: 1px solid #DDDDDD;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: -1px 9px 23px -19px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 9px 23px -19px rgba(0, 0, 0, 0.75);
}
.google-review img {
    width: 200px;
}

.rating {
    font-size: 19px;
}

.rating .stars {
    color: #fea500;
        font-size: 26px;
}
.google-review h5{
    margin-bottom: 0;
    color: #928787;
    font-weight: 500;
    font-size: 17px;
}
/* End of google review section  */

.heading_title {
    font-family: "Oranienbaum", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.title h1{
     font-family: "Oranienbaum", serif;
     letter-spacing: 1px;
     font-size: 50px;
}

/* Start about us section  */
.aboutsec {
    
}

.about-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.about-list li {
    list-style-type: disc;
    margin-bottom: 10px;
    line-height: 1.6;
}

.aboutsec p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}


/* End of about us section  */

/* Start of Feature section */
.FeatureSec .FeatureSlider { 
    object-fit: cover;
    padding: 60px 0; /* reduce the heavy spacing from the original */
}

.FeatureSec .swiper-slide {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.FeatureSec .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.FeatureSec .swiper-button-next,
.FeatureSec .swiper-button-prev {
    color: #000; /* adjust if needed */
}
/* End of Feature section*/

/* Start visual slider  */
.VisualSec .VisualSlider {
    width: 100%;
    margin: 40px 0;
    padding: 90px 0;
}

.VisualSec .swiper-slide {
    opacity: 0.4;
    overflow: hidden;
    transition: .7s;
}

.VisualSec .swiper-slide img {
    width: 100%;
}

.VisualSec .swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.5);
}
/* End of visual slider  */


/* Start Floor plan  */
.floorplan .swiper-slide{
    padding: 60px;
    background: #f2f2f2;
}

.floorplan .nav-tabs > li.active > a,.floorplan .nav-tabs > li.active > a:focus {
    border-radius: 0;
    border: transparent;
    border-bottom: 1px solid #000;
    margin: 0;
    color: #000;


}

.floorplan .nav-tabs > li > a{
     color: #8b8989;
}
.fplan-details h4{
    margin: 0px;
    padding: 0px 0px;
    color: #C7A386;
    font-size: 34px;
    line-height: 41px;
    font-family: "Oranienbaum", serif;
}

.fplan-details ul{
    padding: 58px 0px 0;
}
.fplan-details ul li{
   margin: 0px 0px 20px 0px;
    padding: 0px 0px;
    font-size: 14px;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 300;
}
.fplan-details ul li  span{
    display: block;
    font-size: 16px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

/* End of Floor plan  */

/* Start Amenities section  */
   .Amenities .luxury-section .luxury-box {
     flex: 0 1 calc(33.33% - 30px) !important;
   }

   .luxury-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1300px;
      margin: 0 auto;
    }

    .luxury-box {
        align-items: flex-start !important;
        text-align: left !important;
        min-height: auto !important;
        padding: 25px;
    }

    /* Section titles inside the box */
    .luxury-box h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #222;
    }

    /* Indoor / Outdoor titles */
    .luxury-box h3 {
        font-size: 14px;
        font-weight: 600;
        margin: 15px 0 8px;
        color: #555;
    }

    /* Lists */
    .luxury-box ul {
        list-style: none;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .luxury-box ul li {
        font-size: 13px;
        color: #333;
        padding: 4px 0;
        line-height: 1.4;
        border-bottom: 1px dashed #ddd;
    }

    .luxury-box ul li:last-child {
        border-bottom: none;
    }

    .luxury-box img {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin-bottom: 15px;
      filter: sepia(30%) hue-rotate(350deg) saturate(120%);
    }

    .luxury-box p {
      font-size: 13px;
      font-weight: 500;
      color: #222;
      letter-spacing: 0.5px;
    }

    .luxury-box:hover {
      background: #fff;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      transform: translateY(-5px);
    }

    /* Responsive breakpoints */
    @media (max-width: 992px) {
      .luxury-box {
        flex: 0 1 calc(100% - 30px); /* 2 per row */
      }
    }

    @media (max-width: 768px) {
      .luxury-section {
        display: block !important;
      }
      .luxury-box {
	width: 100% !important;
        flex: none !important; /* 1 per row */
      }
    }

    @media (max-width: 480px) {
      .luxury-section {
        display: block !important;
      }
      .luxury-box {
        width: 100% !important;
        flex: none !important; /* 1 per row */
      }
    }
/* End of Amenities section  */

/* Start Connectivity section  */
.city-section {
      /* max-width: 1200px; */
      margin: 0 auto;
      background: #fff;
      border-radius: 12px;
      padding: 50px 20px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }

    .city-section .swiper {
      padding: 20px 0 40px;
    }

    .city-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      transition: all 0.3s ease;
          width: 200px;
    margin: auto;
    }

    .city-box img {
      width: 40px;
      height: 40px;
      margin-bottom: 15px;
      filter: sepia(35%) hue-rotate(340deg) saturate(150%);
        filter: brightness(0) saturate(100%) invert(74%) sepia(24%) saturate(688%) hue-rotate(358deg) brightness(92%) contrast(90%);

    }

    .city-box h4 {
      font-size: 13px;
      letter-spacing: 0.5px;
      font-weight: 400;
      color: #111;
      margin-bottom: 8px;
      margin-bottom: 30px;
    }

    .city-box p {
      color: #b28d68;
      font-weight: 600;
      font-size: 13px;
      margin: 0;
    }

    .city-section .swiper-button-next,
    .city-section .swiper-button-prev {
      color: #b28d68;
    }



    @media (max-width: 768px) {
      .city-box img {
        width: 50px;
        height: 50px;
      }
    }
/* End of Connectivity section  */


/* Start Contact information  */
.contactinner form label {
    display: block;
}
.contactinner form input {
    width: 100%;
}
.contactinner form textarea {
    width: 100%;
    height: 80px;
}
.contactinner form input,
.contactinner form textarea {
    border: 1px solid #e7ccac;
    background: transparent;
    margin-bottom: 15px;
    padding: 9px 10px;
    border-radius: 5px;
}
.contactinner input[type="submit"] {
    background: #c4a482;
    color: #ffffff;
    font-weight: 600;
}

.contactinfo ul {
    margin-top: 20px;
}
.contactinfo ul li {
    display: inline-block;
    margin-right: 30px;
}

.contactinfo ul li a {
    color: #fff;
    font-size: 16px;
}
.contactinfo ul li a img {
    margin-right: 13px;
}

.contactinfo ul li a:hover {
    color: #c4a482;
}


.footer-widget__Contact-list {
    position: relative;
    display: block;
    padding-top: 2px;
}

.footer-widget__Contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-widget__Contact-list li + li {
    margin-top: 5px;
}

.footer-widget__Contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__Contact-list li .icon span {
   
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #000;
}

.footer-widget__Contact-list li .text p,
.site-footer__bottom-text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.footer-widget__Contact-list li .text p a {
    color: #000;
    transition: 0.5s;
}
.social h4 {
    color: #c39a6b;
    font-size: 28px;
    font-family: "Oranienbaum", serif;
    letter-spacing: 1px;
}


.social ul li {
    display: inline-block;
    margin: 0 6px;
}
.social ul li a{
    color: #000;
}
.ctninfobox h5{
     color: #c39a6b;
     margin-bottom: 7px;
}
/* End of Contact information  */

/* start footer Section  */
.footersec{
    background: #F9F9F9;
    padding: 108px 0 50px 0;
    margin-bottom: -1px;
    position: relative;
}

.footersec:before {
    position: absolute;
    left: 0;
    top: 135px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #D5B9A1;
}
.footersec .footer-logo {
    background: #F9F9F9;
    max-width: 320px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}


.rera {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}
.rera-details {
    display: flex;
    align-items: center;
    gap: 15px;
}
.rera-details p {
    margin-bottom: 0;
        color: #5a5a5a;
}

.disclaimer p {
    color: #5a5a5a;
      font-size: 10px;
}
.footersec .devider {
    background: #D5B9A1;
        width: 100%;
    height: 1px;
}

.footersec .footer-bottom-sec {
    padding: 22px 0;
    text-align: center;
}
/* End of footer Section  */

.navbar-brand img {
    height: 120px;    
    margin-top: 20px;
}

.herosec .HeroSlider,
.herosec .swiper-slide,
.herosec .swiper-slide img,
.herosec .swiper-slide video.hero-video {
    width: 100%;
    height: 80vh;           /* 80% of viewport height */
    max-height: 600px;      /* caps at 600px on large screens */
    min-height: 300px;      /* minimum 300px */
    object-fit: cover;
}

.float-logo {
    position: relative;
    margin-top: -170px;     /* pulls the logo upward onto the slider */
    z-index: 10;
}

.float-logobox {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.blur-img img {
    filter: blur(6px); /* adjust value as needed */
    transition: filter 0.3s ease;
}

