html,
body {
  scroll-behavior: smooth;
}

/* css_start About-us */
.text-leader-design{color:rgba(62, 62, 89, 1);}
.about-us .about_us_bnr {
  background: url('../images/about_us/about_us_banner.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.about-us .about_us_bnr .container {
  height: 100%;
}

.about-us .about_us_bnr .container .about-content-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-us .abt_sec_section {
  /* background: url('../images/about_us/about-us-second-sec-bmr.png'); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

/* Start : card hover styles */

.design-cards {
  background: white;
  border-radius: 12px; /* Rounded corners for modern look */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: 
    background 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.6s ease;
  will-change: background, transform, box-shadow; /* Optimizes performance */
  position: relative;
  overflow: hidden; /* Needed for pseudo-element */
  z-index: 1;
}

/* Gradient Overlay (Smoother Transition) */
.design-cards::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(239, 183, 163, 1),
    rgba(207, 139, 116, 1),
    rgba(187, 111, 85, 1),
    rgba(179, 100, 73, 1)
  );
  z-index: -1;
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.design-cards:hover {
  transform: translateY(-6px) scale(1.02); /* Slight lift & zoom */
  box-shadow: 0 12px 24px rgba(179, 100, 73, 0.2); /* Glow effect */
}

.design-cards:hover::before {
  opacity: 1; 
}

/*End : card hover styles */

.ds-card-border-hover {
  display: none;
}

.design-cards:hover .ds-card-border {
  display: none;
}

.content-in-p {
  padding: 28px;
}

.design-cards:hover .ds-card-border-hover {
  display: block;
  border: 1px solid rgba(240, 224, 219, 1);
  height: 400px;
  display: flex;
  overflow:hidden;
  justify-content: space-between;
  flex-direction: column;
}

.ds-card-border {
  border: 1px solid rgba(240, 224, 219, 1);
  padding: 20px;
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}



.vm-sec {
  background: url("../images/about_us/vision-mission-sec-bnr.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.style-box {
  padding: 50px 20px 20px 20px;
  border: 1.31px solid rgba(51, 51, 51, 1);
  position: relative;
}

.title-holder {
  background: rgba(11, 16, 29, 1);
  width: fit-content;
  position: absolute;
  top: -20px;
  left: 50px;
  padding: 0px 10px;
}

.ind-leader-wrapper {
  border: 1.29px solid rgba(234, 236, 240, 1);
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.leader-contents {
  padding: 20px;
}

.leader-socials {
  padding: 20px;
}

.myLeaderSwiper.swiper {
  width: 100%;
  height: 100%;
}

.myLeaderSwiper .swiper-wrapper {
  display: flex;
  padding-bottom: 35px;
  align-items: stretch;
}

.myLeaderSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
  flex-direction: column;
}

.myLeaderSwiper .swiper-slide .ind-leader-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.myLeaderSwiper .swiper-pagination-bullet-active {
  background: rgba(179, 100, 73, 1);
}

@media (min-width:1500px) {
  .about-us .container-fluid.photo-fluid {
    max-width: 1550px;

  }
}

@media (max-width:650px) {
    .about-us .about_us_bnr {
    background-position: right center;
    }
    
    .resd-pro .res_pro_bnr {
    background-position: right center;
    }

     .design-cards {
    background: linear-gradient(to top, rgba(239, 183, 163, 1), rgba(207, 139, 116, 1), rgba(187, 111, 85, 1), rgba(179, 100, 73, 1)) !important;
  }

  .design-cards .ds-card-border {
    display: none !important;
  }

  .design-cards .ds-card-border-hover {
    display: flex !important;
    border: 1px solid rgba(240, 224, 219, 1);
    height: 400px;
    justify-content: space-between;
    flex-direction: column;
    overflow:hidden;
  }
     .ds-card-border-hover .content-in-p p {
        font-size: 18px;
        line-height: 24px;
      }
}

/* css_end About-us */


/* css_start Residential Pro */

.resd-pro .res_pro_bnr {
  background: url('../images/residential_projects/resd-pro-bnr.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.resd-pro .resd-pro-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.search-elem {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.search-elem .search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.search-elem input {
  width: 350px;
  padding: 10px 10px 10px 40px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
}
.prop-wrapper {
  background: white;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.prop-parent-content {
  height: 100%;
}

.prop-content-wrapper {
  border: 1px solid rgba(248, 184, 164, 1);
  padding: 15px;
  height: 100%;
}

.prop-content-wrapper p {
  font-size: 18px;
}

.para-in-prop-content{
    color:rgba(28, 28, 28, 1);
}

/*.para-in-prop-content::before {*/
/*  content: '-';*/
/*  padding-right: 10px;*/
/*}*/

.prop-wrapper img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
}

.prop-wrapper .img-container {
  overflow: hidden;
  min-height: 235px;
}

.prop-wrapper:hover img {
  scale: 1.1;
  overflow: hidden;
  transition: all 0.3s ease;
}

.shaping-spac-sec .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.shaping-spac-sec .content-in-blue {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shaping-spac-sec .top-line {
  width: 45%;
  height: 0.5px;
  background: rgba(220, 220, 220, 1);
  align-items: center;
}

.shaping-spac-sec .bottom-line {
  width: 60%;
  height: 0.5px;
  background: rgba(220, 220, 220, 1);
  align-items: center;
}

.know-more-cta a {
  text-decoration: none;
  background: #fff;
  padding: 10px 35px;
  color: black;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.2s ease;
}

.know-more-cta a:hover {
  transition: all 0.2s ease;
  box-shadow: 0px 2px 13px 0px rgba(255, 255, 255, 0.255);
}
.none-to-disp{
  display: none;
}

@media (max-width:650px) {

  .resd-pro .res_pro_bnr {
    background-position: right center;
  }
}

/* css_end Residential Pro */

/* start: cus-jack-style*/
.cus-frm .contact-frm{
    background: white;
    padding: 50px;
    border: solid 1px #F0E0DB;
    margin: 0px;
}

.cus-frm .contact-form-main{
    padding: 10px;
    background: white;
    box-shadow: 0px 2.07px 12.4px rgba(0, 0, 0, 0.08);
}
.bg-img-contactus{
  background-image: url(../images/contact-us/contact-us-image001.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.bnr-contact{
  background-image: url(../images/contact-us/image-002.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 380px;
  display: flex;
  align-items: center;

}
.bg-img-contactus .text-red {
    color: #B36449 !important;
}
.bg-img-contactus p, a {
    color: #5F5F5F;
}
.txt-h1{
  color:#EFB7A3;
}
.btn-get-touch{
  margin: 20px 0px 20px 0px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  background-color: black;
  border-radius: 30px;
}
.cus-h1-style{
    font-weight:400;
    font-family:'Veronica';
    
}
.cus-h3-style h3{
    font-size: 28px;
    font-weight:400;
    font-family:'Veronica';
    
}
.cus-h3-style p{
    font-size: 18px;
    font-weight:400;
    font-family:'Proxima Nova';
    
}
.cus-frm textarea{
    height:130px;
    
}

@media only screen and (max-width: 768px) {
  .bnr-contact{
    padding-top: 150px;
    text-align: center;
    
 }
 .cus-frm{
     
     padding-top:30px;
 }
}
/* End: cus-jack-style*/

/* Start:  VV styles */
.section-bg {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.home-banner {
background-image: url(../images/home/banner-img.png);
}
.bg-home-about {
background-image: url(../images/home/about-sec.png);
background-position: top;
}
.on-going-bg {
background-image: url(../images/home/on-going.png);
}
.leading-bg {
background-image: url(../images/home/leading.png);
background-position: top;
}
.residential-bg{
 background-image: url(../images/home/residential-projects-bg.png); 
}
.commercial-bg{
 background-image: url(../images/home/slider-section-bg.png); 
}
.client-sec-bg{
 background-image: url(../images/home/client-sec-bg.png); 
}
.cus-h-100 {
  height: 100vh;
}

/* Mobile banner */
@media (max-width: 768px) {
.home-banner {
background-image: url(../images/home/home-mobile-banner.png);
}
.about-us .about_us_bnr {
background-image: url(../images/home/about-us-mob-banner.png);
 height: 70vh !important;
}
.resd-pro .res_pro_bnr {
 background-image: url(../images/home/residential-projects-mob-banner.png);
 height: 70vh !important;   
}
.bnr-contact {
 background-image: url(../images/home/contact-us-mob-banner.png);   
}
.leading-bg {
  background-image: url(../images/home/leading-mob-banner.png);     
}
}


.txt-dark {
  color: #1C1C1C;
}

.cus-sp-about {
  padding-top: 100px;
  padding-bottom: 100px;
}

.counter-card {
  background-color: #f6d8cd;
  position: absolute;
  border-radius: 20px;
  border-top: 3px solid #EFB7A3;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li::before {
  content: "-";
  margin-right: 8px;
  color: inherit;
}

.cus-border {
  border: 1px solid #C4C4C4;
}

.icon-border-line:before {
    content: '';
    width: 1px;
    height: 22px;
    background-color: #efb7a378;
    position: absolute;
    left: 0px;
    top: 20%;
}

.border-ongoing {
  border: 1px solid #efb7a352;
}
.ongoing-head {
    position: absolute;
    top: 31.5%;
    left: 25px;
    width: fit-content;
    background-color: #0c101c;
}

.mb-80 {
  margin-bottom: 80px;
}

 .residential-section .nav-tabs {
    display: flex;
    justify-content: space-between; 
    width: 100%;
    flex-wrap: wrap; 
  }
  .residential-section .nav-tabs .nav-item {
    flex: 1 1 auto; 
    text-align: center;
  }

  .residential-section .nav-tabs .nav-link {
    width: 100%;
    border-radius: 0;
    border: 1px solid #C4C4C4;
    color: #787D84;
    padding: 12px 20px;
  }
  .border-tabs {
    border: 1px solid #B36449;
  }

 .residential-section .nav-link.active {
  color:#B36449;
   border: 1px solid #B36449
  }

.residential-section .tab-content {
    padding: 30px 30px !important;
}


/* start:  swiper slider styles */

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #ffffff00;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* Custom navigation styles */
    .custom-navigation {
      position: absolute;
      bottom: 6%;
       left: 0px;
      z-index: 10;
      display: flex;
      gap: 10px;
    }

    .custom-navigation button {
      width: 40px;
      height: 40px;
      background: #fff;
      color: #000;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
       box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }    
button.swiper-button-disabled {
    opacity: 0.6;
}
/* End:  swiper slider styles */

/* Client slider styles */

 .client-slider {
      width: 100%;
      height: 100%;
    }

    .client-slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .client-slider .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Progress bar pagination */
  .client-slider .swiper-pagination-progressbar {
  position: absolute;
  bottom: 10px; /* adjust vertical space as needed */
  left: 50% !important;
  transform: translateX(-50%);
  width: 20%;
  height: 4px; /* optional: adjust thickness */
  background: #ddd; /* background track */
  border-radius: 10px; /* optional: rounded edges */
  overflow: hidden;
}

.client-slider .swiper-pagination-progressbar-fill {
      background: #000;
      height: 100%;
 }

 .client-slider .client-progressbar {
    width: 15% !important;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: auto !important;
    bottom: 0px !important;
}

 .client-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {   
background: #B36449;
}



/*Start: common styles */

.fs-22 {
	font-size: 22px;
	line-height: 32px;
}
.fs-42 {
    font-size: 42px;
    line-height: 50px;
}
.fs-28 {
	font-size: 28px;
	line-height: 38px;
}
.ff-veronica {
font-family: 'Veronica';
}
/* ends  font styles */



.txt-gold {
  color: #EFB7A3 !important;
}
.txt-gold02 {
  color: #B36449 !important;
}
.text-grey {
	color: #4E4E4E;
}
.txt-dark {
	color: #1C1C1C;
}

.sp-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.cus-sp-pb {
    padding-top: 60px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
  .fs-42 {
    font-size: 32px;
    line-height: 42px;
}
 .cus-h-100 {
    height: 70vh;
}
.home-banner {
    background-position: right;
}
.counter-card {
  position: relative;
  margin: 5px;
}
.spt-100 {
    padding-top: 50px;
}

.sp-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.icon-border-line:before {
    content: '';
    width: 0px;
    height: 22px;
}
.ongoing-head {
    position: relative;
    top: 0px;
    left: 15%;
}
.leading-bg {
    background-position: right;
}
.custom-navigation {
    position: absolute;
    bottom: 0%;
    top: 38%;
    left: 65%;
    z-index: 10;
    display: flex;
    gap: 10px;
}
.cus-sp-pb {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cus-sp-about {
    padding-top: 50px;
    padding-bottom: 60px;
}
}

.custom-btn {
  background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 10px 35px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-btn:hover {
  border: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
}

section.c-leading-section {
    height: 492px;
    display: flex;
    align-items: center;
}
.c-leading-section h2 {
    line-height: 62px !important;
}
.w-90 {
    width:90%;
}

.residential-section .nav-link:hover {
    color: #B36449 !important;
}

.txt-gry {
  color: #787D84;  
}

.c-para-color {
 color: #1C1C1C;   
}

.bg-black002 {
  background-color: #0B101D;  
}

/* tab mobile styles */
@media (max-width: 767px) {
 .c-leading-section h2 {
    line-height: 46px !important;
}
.w-90 {
    width:100%;
}
.residential-section .nav-tabs {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    overflow: scroll;
} 
.residential-section .nav-tabs .nav-item {
    flex: none;
    text-align: center;
    width: 100%;
    height: 100%;
}
  .residential-section .nav-link button {
    width: 100%;
    height: 100%;
  }
}


/* End:  VV styles */

@media (max-width: 767px) {
  .residential-section .nav-tabs {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
  }
  .residential-section .nav-tabs::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari, Opera */
  }
  .residential-section .nav-tabs .nav-item {
    flex: none;
    width: 100%;
    height:100px;
  }
  .residential-section .nav-tabs .nav-link {
      height: 100%;
  }
  .tab-scroll-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
  }
  .tab-scroll-btn.prev { left: 0; }
  .tab-scroll-btn.next { right: 0; }
  .residential-tabs {
    position: relative;
  }
  button.tab-scroll-btn.prev {
    top: 50px;
}
button.tab-scroll-btn.next {
    top: 50px;
}
}
@media (min-width: 768px) {
  .tab-scroll-btn { display: none !important; }
}
.tab-slider {
  margin-top: 30px;
}

.tab-slider-navigation {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.tab-slider-navigation button {
      width: 40px;
      height: 40px;
      background: #fff;
      color: #000;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
       box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
       margin-left: 6px;
} 

/* Start : animation for bg */

@media only screen and (min-width: 1025px) {
  .home-banner, .about_us_bnr, .res_pro_bnr, .bnr-contact, .breeze-banner {
    animation: zoomInBg 4s ease-out forwards;
    background-color: #0b101d;
  }
}
/* Keyframes must be declared outside the media query */
@keyframes zoomInBg {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 110%;
  }
}

/* Newly added styles 23-05-2025 */
.spt-60 {
  padding-top: 60px !important;
}
.breeze-way h1, h2, h3, h4, h5 {
  font-weight: 400 !important;
}
.bg-light-peach {
  background-color: #FAF4F2;
}
.border-piechart {
  border: 1px solid #F0E0DB;
}
.box-shadow-piechart {
    padding: 8px 20px;
    box-shadow: 0px 2.07px 12.43px 0px #00000014;
}
.border-left-cus {
  border-left: 1px solid #B36449;
}
.border-left-0 {
    border-left: 0px;
}
.highlights-num {
    position: relative;
    bottom: -15px;
    left: -13px;
}
.ul-breeze li::marker {
    color: #ef925e;
}
.breeze-banner {
  background-image: url(../images/breeze-way/banner-breeze-way.png);
  background-position: bottom;
}
.our-residential-sec {
  background-image: url(../images/breeze-way/our-residential-bg.png);
  background-position: right;
}
.sp-in-dec {
 background-image: url(../images/breeze-way/bg-image.png); 
}
.gallery-bg {
background-image: url(../images/breeze-way/gallery-bg.png); 
}
.flat-specification {
    border: 1px solid #EAECF0;
    height: 780px;
}
.slider-bg01 {
   background-image: url(../images/breeze-way/slider-bg01.png); 
}
.slider-bg02 {
   background-image: url(../images/breeze-way/slider-bg02.png); 
}
.slider-bg03 {
   background-image: url(../images/breeze-way/slider-bg03.png); 
}
.slider-bg04 {
   background-image: url(../images/breeze-way/slider-bg04.png); 
}
.slider-bg05 {
   background-image: url(../images/breeze-way/slider-bg05.png); 
}
.slider-bg06 {
   background-image: url(../images/breeze-way/slider-bg06.png); 
}
.slider-bg07 {
   background-image: url(../images/breeze-way/slider-bg07.png); 
}
.slider-bg08 {
   background-image: url(../images/breeze-way/slider-bg08.png); 
}
.slider-bg09 {
   background-image: url(../images/breeze-way/slider-bg09.png); 
}
.slider-bg10 {
   background-image: url(../images/breeze-way/slider-bg10.png); 
}
.slider-bg11 {
   background-image: url(../images/breeze-way/slider-bg11.png); 
}

.color-grey-text-p {
  color: #5F6980;
}
.color-grey-text-h {
  color: #3E3E59;
}
.flat-custom-navigation {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 10;
    display: flex;
    gap: 10px;
}
.flat-custom-navigation button {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.flat-breeze { 
position: relative; 
}
.breeze-pagination {
  position: absolute;
  left: 0; right: 0; bottom: 10px;
  text-align: center;
  z-index: 20;
}

.flat-breeze span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3%;
    border-radius: 10px;
    background-color: #B36449;
}
.flat-sp-60 {
  padding-top: 70px !important;
  padding-bottom: 60px !important;
}

.breeze-gallery-slider .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 768px) { 
.border-left-cus {
  border: 0px ;
}
.flat-specification {
  border: 1px solid #EAECF0;
  height: 850px;
}
.border-left-0 {
    border: 1.31px solid rgba(51, 51, 51, 1);
}
.breeze-banner {
 height: 100vh;
 background-position: right;
}
}
/* End :Newly added styles 23-05-2025 */
.cus-mt-5 {
    margin-top: 30px;
}

.flat-custom-navigation-gallery {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 10;
    display: flex;
    gap: 10px;
}
.flat-custom-navigation-gallery button {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}











