html, body {
  scroll-behavior: smooth;
}
body {
    /* font-family: "Oxygen"; */
    font-family: "Nunito Sans", sans-serif !important;
    overflow-x: hidden;
 
}
/* * { outline: solid 1px #d00;} */
body { overflow-x: hidden;}
.about_img_anim { overflow-x: hidden; width: 99vw; overflow: hidden; display: none;}
.light {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.regular {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fw-100 { font-weight: 100 !important;

}
.fw-300 { font-weight: 300 !important;}
.fw-500 { font-weight: 500 !important;}
.fw-600 { font-weight: 600 !important;}
.fw-700 { font-weight: 700 !important;}
.fw-800 { font-weight: 800 !important;}
.fw-900 { font-weight: 900 !important;}

.fs-xlg { font-size: clamp(36px,11vw,86px) !important;}
.fs-lg  { font-size:clamp(36px,5vw,64px) !important; }
.fs-36  { font-size: clamp(24px,8vw,36px) !important; }
.fs-24  { font-size: clamp(18px,8vw,24px) !important;}
.fs-22  { font-size: 22px !important;}
.fs-18  { font-size: 16px !important;}
.fs-16  { font-size: 14px !important;}
.fs-14  { font-size: 14px !important;}
.fs-12  { font-size: 12px !important;}
.fs-10  { font-size: 10px !important;}
.fs-9  { font-size: 9px !important;}
.fs-8  { font-size: 8px !important;}

.text-primary,
.color-primary { color: #9F7D50 !important;}
.btn-primary { background-color: #9F7D50 !important; border-color: #9F7D50 !important;}
.bg-primary { background-color: #9F7D50 !important;}

.mh-100 { min-height: 100vh;}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-vCenter {
    display: flex;
    align-items: center;
    /* flex-direction: column; */
}
.flex-hCenter {
    display: flex;
    justify-content: center;
}
header { 
  
    /* overflow: hidden; */
    display: block;

}
.homePg .fs-xlg {
  letter-spacing: -4.5px;
  line-height: clamp(30px,10vw,72px) !important;
}

.overlay::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    z-index: 99;
}
.navbar {
  position: fixed;
  transition: all 0.3s ease;
  isolation: isolate;
    z-index: 9999;
}
.navbar-brand img {
  filter: invert(1) brightness(22);
}
.navbar.navbar-fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  isolation: isolate;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: rgba(0,0,0,.8);
  padding-block: 5px !important;
  backdrop-filter: blur(10px); /* Blurs the area behind this element */
}

.navbar.navbar-fixed .navbar-brand img { height: 35px !important;}
.hd {
    padding-top: 50px;
    padding-left: 24px;
    font-size: 36px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 80px;
    line-height: 1;
    font-weight: 100;
}
.hd::after {
    content: '';
    width: 4px;
    inset: 0 auto 5px 0 ;
    background-color: #9F7D50;
    display: block;
    position: absolute;
}
.hd::before {
    content: 'canalOne:';
    display: block;
    font-size: 24px;
    text-transform: none;
    font-weight: 500;
}
.hd span {
    display: none;
    font-size: 24px;
}
.lh-md {
    line-height: 40px;
}
.m-sc {
    margin-block: 200px;
}
.p-sc {
    padding-block: 200px;
}


.img_about { 
    overflow: hidden;
    width: 100%;
    height: 65vh;
} 
.img_about img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}



.amen1Bx { 
    overflow: hidden;
    width: 100%;
    height: 65vh;
    margin-bottom: 24px;
} 
.amen1Bx img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}


.amen2Bx { 
    overflow: hidden;
    width: 100%;
    height: 65vh;
} 
.amen2Bx img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}
.blk {
    --block_width:20px;
    z-index: 99;
    position: absolute;
    background-color: #fff;
}
.pt{
   top: 0;
   right: 0;

}
.pb{
   bottom: 0;
   left: 0;

}
.pt::before,
.pt::after,
.pb::before,
.pb::after {
    content: '';
    position: absolute;
    display: block;
    background-color: #9F7D50;
}

.pt::before{
    width: calc(var(--block_width) * 5);
    height: var(--block_width) ;
    top: calc(var(--block_width) * -.5);
    right: calc(var(--block_width) * -.5);
}
.pt::after{
    height: calc(var(--block_width) * 5);
    width: var(--block_width) ;
    right: calc(var(--block_width) * -.5);
    top: calc(var(--block_width) * -.5);
}

.pb::before{
    width: calc(var(--block_width) * 5);
    height: var(--block_width) ;
    left: calc(var(--block_width) * -.5);
    bottom: calc(var(--block_width) * -.5);
}
.pb::after{
    height: calc(var(--block_width) * 5);
    width: var(--block_width) ;
    bottom: calc(var(--block_width) * -.5);
    left: calc(var(--block_width) * -.5);
}
.property .btn-group { position: relative; bottom: -24px; z-index: 99;}
.property .btn-group button {
    background-color: #e4e4e4;
    border: 0;
    padding: 14px 36px;
}
.property .btn-group .active {
    background-color: #9F7D50;
    color: #fff;
}

.indicators { position: relative;}
.indicators button {
    display: block;
    width: 24px !important;
    height: 6px !important;
    background-color: #9F7D50 !important;
    display: inline-block;
    z-index: 999;
}

.sub_pic {
    position: absolute;
    right: 10px;
    z-index: 99;
    bottom: -70px;
}

.accordion-collapse {
  padding: 24px;
  font-size: 18px;
}

.plan {
    color: #fff ;
}
.plan .hd::after { background-color: #fff; }


/* swiper verticle start */

.planSwiper {
    width: 100%;
    height: 100vh; /* Full viewport height */
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    
}

.planSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
   
    height: 100%; /* Consistent height */
    will-change: transform; /* Optimize transition */
}

.planSwiper.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-numbers {
    position: relative !important;
    justify-content: start;
    align-items: start;
    padding-top: 8px;
}
.swiper-numbers span {
    width: 50px;
    height: 50px;
    border-radius: 0;
    display: block;
    position: relative;
    margin-bottom: 4px !important;
}
 .swiper-numbers span::before {
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    position: absolute;
    font-size: 24px;
}
.panel-pagination .swiper-pagination-bullet-active { background-color: #4b3414 !important;}
.swiper-numbers span:nth-child(1)::before { content: '1'; }
.swiper-numbers span:nth-child(2)::before { content: '2'; }
.swiper-numbers span:nth-child(3)::before { content: '3'; }
.swiper-numbers span:nth-child(4)::before { content: '4'; }
.swiper-numbers span:nth-child(5)::before { content: '5'; }
.swiper-numbers span:nth-child(6)::before { content: '6'; }
.swiper-numbers span:nth-child(7)::before { content: '7'; }
.swiper-numbers span:nth-child(8)::before { content: '8'; }
.swiper-numbers span:nth-child(9)::before { content: '9'; }
.swiper-numbers span:nth-child(10)::before { content: '10'; }
.swiper-numbers span:nth-child(11)::before { content: '11'; }
.swiper-numbers span:nth-child(12)::before { content: '12'; }
.swiper-numbers span:nth-child(13)::before { content: '13'; }
.swiper-numbers span:nth-child(14)::before { content: '14'; }
.swiper-numbers span:nth-child(15)::before { content: '15'; }
.swiper-numbers span:nth-child(16)::before { content: '16'; }
.swiper-numbers span:nth-child(17)::before { content: '17'; }
.swiper-numbers span:nth-child(18)::before { content: '18'; }
.swiper-numbers span:nth-child(19)::before { content: '19'; }
.swiper-numbers span:nth-child(20)::before { content: '20'; }
.swiper-numbers span:nth-child(21)::before { content: '21'; }
/* swiper verticle end */
  

.testimonials-section {
    background-color: #f5f7f9;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.testimonial-card .rating span {
    font-size: 1.25rem;
}

.testimonial-text {
    font-size: 0.9rem;
}


.form_box { position: relative;}
.form_box label { position: absolute; top: 14px; transition: all 300ms ease-in-out;}
.form_box:hover label,
.form-control:not(:placeholder-shown) ~ label { top: 0%; font-size: 10px;}
.register .form-select,
.register .form-select:focus,
.register .form-select:active,
.register .form-control,
.register .form-control:focus,
.register .form-control:active {
    border: 0 ;
    box-shadow: 0;
    border-bottom: solid 1px #ccc;
    background: none;
    border-radius: 0;
    padding: 14px 0;
    outline: none;
    box-shadow: none;
}

.form-selectform-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;


}

/* Hide default arrow in IE */
.form-select::-ms-expand {
  display: none;
}

footer { 
    color: #fff; 
    background-color:#000 !important;
    position: relative;
    isolation: isolate;
}
footer::after {
    content: '';
    background: url(../i/amenities02.jpg) center center no-repeat; 
    background-size: cover;
    position: absolute;
    opacity: .05;
    inset: 0;
    z-index: -1;
}
footer  a,
footer .nav a { color: #fff;}


.textBx {
      height: 0;
      overflow: hidden; /* Ensures no overflow when height is 0 */
      /* background-color: lightblue; */
      margin: 20px 0;
      transition: height 0.5s ease-out; /* Smooth transition for height */
    }

@media screen and (max-width:900px) {
    .panel-pagination { display: flex; flex-wrap: wrap;}
}


.d-border {
    position: relative;
}
.d-border::before {
    content: '';
    inset: 0;
    position: absolute;
    transform: translate(-5px,-5px);
    border: solid 1px #9F7D50;
    z-index: 99;

}
.d-border::after {
    content: '';
    inset: 0;
    position: absolute;
    transform: translate(10px,10px);
    border: solid 1px #9F7D50;
    z-index: 99;

}

/* about image horizontal animation start */

.about_img_anim .img {
    position: relative;
}
.about_img_anim .img::before {
    content: '';
    inset: 0;
    position: absolute;
    transform: translate(-10px,-10px);
    border: solid 1px #9F7D50;
    z-index: 99;

}
.about_img_anim .img::after {
    content: '';
    inset: 0;
    position: absolute;
    transform: translate(15px,15px);
    border: solid 1px #9F7D50;
    z-index: 99;

}

section.horizontal {
  overflow-x: hidden;
}

section.horizontal .pin-wrap,
section.horizontal .animation-wrap {
    display: flex !important;
    position: relative;
    z-index: 1;  
    height: 100vh;
}


section.horizontal .item {
    position: relative;
    padding: 150px 80px;
    flex: 0 0 500px;
    height: calc(100vh - 300px);
    display: flex;
    align-items: center;
    line-height: 1.7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    background-color: transparent;
}

section.horizontal .item:before {
    position: absolute;
    font-size: 100px;
    opacity: .13;
    font-weight: bold;    
    z-index: -1;
    -webkit-transform: translate(-30px, -50px);
    transform: translate(-30px, -50px);
    line-height: 1;
}




section.horizontal .animation-wrap.to-right {
    counter-reset: item;
    float: left;
}


/* pricingNew start */

.pricing_tbl th { 
background-image: linear-gradient(30deg,#9F7D50,#c39d6c) ;
color: #fff; 
text-align: center; 
border-color: #9F7D50;
font-weight: bold;
}
.pricing_tbl tr th:first-child { text-align: left;}



.pricing_tbl td { text-align: center; background-color: #ece1d3;  }
.pricing_tbl tr td:first-child { text-align: left;font-weight: 700;}

@media screen and (max-width:900px) {
  .pricing_tbl td {
    display: block;
  }
  .pricing_tbl td {
    text-align: left;
    font-weight: bold;
    border-bottom: solid 1px #fff;
    display: flex;
    justify-content: space-between;
    
  }
  .pricing_tbl tr {
    margin-bottom: 14px;
    display: block;
  }
  .pricing_tbl td::before { 
    font-weight: normal; 
    width: 196px; display: 
    inline-block; 
    margin-right: 4px; 
  
  } 
  .pricing_tbl .area::before { content: 'Area:';}
  .pricing_tbl .rate::before { content: 'Rate/Sft: ';}
  .pricing_tbl .totl::before { content: 'Total Amount: ';}
  .pricing_tbl .book::before { content: 'Booking 10%: ';}
  .pricing_tbl .digg::before { content: 'Digging 5%: ';}
  .pricing_tbl .conf::before { content: 'Confirmation 10%: ';}
  .pricing_tbl .grey::before { content: 'Grey Structure 10%: ';}
  .pricing_tbl .poss::before { content: 'Possession 15%: ';}
  .pricing_tbl .qutr::before { content: 'Quarterly 12 Installments: ';}
  .pricing_tbl .inst::before { content: '30 Monthly Installments: ';}
  .pricing_tbl .pmnt::before { content: '6 Balloon Payments: ';}

  .pricing_tbl td:first-child { 
    font-weight: bold; 
    text-align: center !important; 
    font-size: 20px;
  }
  .pricing_tbl td:first-child::before {
    width: auto;
    font-weight: bold;
  }

  
}











.pricing_tbl .num { 
  position: absolute; 
  top: 0; 
  right: 0; 
  font-size: 8px;
  padding: 3px;
  background-color: #9F7D50;
  border-radius: 0 0 0 3px;
  width: 14px;
  line-height: 1;
  font-weight: normal;
}
.pricing_tbl th,
.pricing_tbl td { position: relative;}
.pricing_tbl .small { 
  position: absolute; 
  top: 0; 
  right: 0; 
  font-size: 9px;
  padding: 3px;
  background-color: #9F7D50;
  border-radius: 0 0 0 3px;
  width: 20px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  display: block;
}
.pricing_tbl .corner {
  position: absolute;
  bottom:0;
  right: 0;
  font-size: 6px;
  padding: 3px;
  background-color: #9F7D50;
}

@media screen and (max-width:999px) {
  .pricing_tbl th { 
    display: none;
  }
}
/* pricingNew end */


/* about image horizontal animation start */

/*--------------------------------------------------------------
# Pricing Section start
--------------------------------------------------------------*/
/* .pricing {
  padding: 60px 0 120px 0;
}

.pricing .section-title {
  margin-bottom: 40px;
}

.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
  height: 100%;
  position: relative;
  border-radius: 15px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}

.pricing .icon {
  margin: 30px auto 20px auto;
  width: 70px;
  height: 70px;
  background: #;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.pricing .icon i {
  color: var(--background-color);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  line-height: 0;
}

.pricing .icon::before {
  position: absolute;
  content: "";
  height: 86px;
  width: 86px;
  border-radius: 50%;
  background: color-mix(in srgb, #, transparent 80%);
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.pricing .icon::after {
  position: absolute;
  content: "";
  height: 102px;
  width: 102px;
  border-radius: 50%;
  background: color-mix(in srgb, #, transparent 90%);
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-2px);
}

.pricing h4 {
  font-size: 48px;
  color: #;
  font-weight: 700;
  font-family: var(--heading-font);
  margin-bottom: 25px;
  text-align: center;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 18px;
  font-weight: 400;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.pricing ul .na i {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  transition: none;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--heading-font);
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background-color: #;
  color: #4b3414;
}

.pricing .featured {
  z-index: 10;
  border: 3px solid #9F7D50;
}

@media (min-width: 992px) {
  .pricing .featured {
    transform: scale(1.15);
  }
} */

/*--------------------------------------------------------------
# Pricing Section start
--------------------------------------------------------------*/

/* about us page start  */
.management .mng {
  position: relative;
  overflow: hidden !important;
}
/* .management .nme {
  position: absolute;
  bottom: 20px;
  left: -100%;
  transition: all 500ms ease-in-out;
  background-color: #9F7D50;
  z-index: 99;
  line-height: 1;
  color: #fff;
  padding: 18px;

}
 .mng:hover .nme {
  left: 0 !important;
} */
.modal-content .modal-body {
 overflow: hidden;
}
.modal-dialog { top: 50% !important; transform: translateY(-50%) !important;}
.btnModel { 
  background-color: #9F7D50;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  top:-14px;
  right: -14px;
  z-index: 999;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  
}
.btnModel:hover {
background-color: #4b3414;
filter: invert(1) brightness(1);
opacity: 1;
}
.modelImgBlock {
  
  min-height: 400px;
}
.modelImgBlock img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.management .nme {
  position: absolute;
  bottom: 20px;
  left: -100%;
  background-color: #9F7D50;
  z-index: 99;
  line-height: 1;
  color: #fff;
  padding: 18px;
  animation: slideLeft 1200ms ease-in-out forwards; /* 100ms delay + 500ms transition */
}

.mng:hover .nme {
  animation: slideLeftHover 600ms ease-in-out forwards; /* Re-run animation on hover */
}

@keyframes slideLeft {
  0% {
    left: 0;
  }
  16.67% { /* 100ms out of 600ms = ~16.67% */
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes slideLeftHover {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

.carousel-caption {
  left: 0 !important;
  background-color: #000;
  right: auto !important;
  padding: 20px 36px;
  border-right: solid 8px #9F7D50;
}
.carousel-caption h5 { font-size: 32px;}
.carousel-caption h2 { font-size: 64px;}


 .carousel-custom  .carousel-item { height:100vh !important; overflow:hodden}
  .carousel-caption h5, .carousel-caption h2 {
  /* opacity: 0; Start hidden for animation */
  /* transform: translateY(-50px); Start offscreen */
      transition: opacity 0, transform 0.5s;
      text-align:left
  }

    .carousel-caption h2 span {
        display: inline-block;
        /* opacity: 0; */
        /* transform: translateX(-50px); */
    }

    .carousel-caption span[id$="-extra"] {
        font-size: 36px; /* Larger text */
        color: white; /* Visible on any background */
        display: inline; /* Ensure it's displayed inline with other elements */
    }
    .prcBx { 
        position: absolute;
        background-color: #000;
        padding: 24px;
        color: #fff;
        bottom: 50px;
        line-height: 1;
  border-right: solid 8px #9F7D50;
    }
    .prcBx h2 { font-size: 48px; font-weight: 800;}
    .prcBx h2 small { font-size: 24px;}

    .nav-ppt .nav-link { background-color: #e4e4e4; border-radius: 0;}
    .nav-ppt .nav-link.active { background-color: #4b3414;}


    @media screen and (max-width:900px) {
        .carousel-custom .carousel-item { height: auto !important;}
        .m-sc {
          margin-block: 100px;
        }
        main {
          width: 100vw;
          overflow: hidden;
        }
        .navbar-collapse { background-color: #000; padding: 14px 24px; border-radius: 14px;}
      
    }