@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



/*box*/
    .section-wrapper {
      display: flex;
      gap: 10px;
      padding: 5px;
    }

    .section-box {
      width: 100%;
      background: #f0f0f0;
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden; /* Required for shine */
    }


    .swiper-pagination-bullet-active{
	background:#4e341c!important;

      }
	  
.swiper-button-next, .swiper-button-prev{

	color:#4e341c!important;

      }


    /* Shine Effect */
    .section-box::after {
      content: "";
      position: absolute;
      top: 0;
      left: -120%;
      width: 60%;
      height: 100%;
      background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
      );
      transform: skewX(-25deg);
      transition: 0.7s ease;
      pointer-events: none;
    }

    .section-box:hover::after {
      left: 130%;
    }

    .section-image {
      width: 100%;
      /*height: 350px;*/
      object-fit: cover;
    }

    .section-footer {
      padding: 14px 10px;
      text-align: center;
      color: white;
      perspective: 800px; 
    }

    .logo-box {
      width: 40%;
      transition: transform 0.6s ease;
      transform-style: preserve-3d;
    }

    /* COLORS */
    .clr-1 { background: #966c3f; }
    .clr-2 { background: #4e341c; }
    .clr-3 { background: #044f7e; }
    .clr-4 { background: #196858; }
    .clr-5 { background: #967fa8; }

    /* Flip Animation on hover */
    .clr-1:hover .logo-box,
    .clr-2:hover .logo-box,
    .clr-3:hover .logo-box,
    .clr-4:hover .logo-box,
    .clr-5:hover .logo-box {
      transform: rotateY(180deg);
    }

    /* STATIC LOGO (NO HOVER EFFECT) */
    .static-logo {
      position: absolute;
      top: 63%;
      left: 0;
      width: 100%;               /* FULL WIDTH */
      height: 100px;              /* Adjust height as needed */
      background: rgba(0,0,0,0.6); /* Background color */
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      pointer-events: none;
    }

    .static-logo img {
      max-height: 60px;          /* Logo size inside */
      width: auto;
    }

    .img{
      width: 100%;
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
      .section-wrapper {
        flex-direction: column;
      }

      .section-box {
        width: 100%;
      }
    }
/*box*/

.top2 {
    width: 95%;
    margin: 0 auto;
    max-width: 1920px;
}

.top3 {
    width: 80%;
    margin: 0 auto;
    max-width: 1920px;
}


/* #Progress
    ================================================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.progress-wrap.show {
  opacity: 1;
  visibility: visible;
}

.progress-circle {
  transform: rotate(-90deg);
}

.progress-circle circle {
  stroke-dasharray: 126; /* 2πr where r = 20 (≈ 125.66) */
  stroke-dashoffset: 126;
  transition: stroke-dashoffset 0.25s linear;
}

.arrow-up {
  font-size: 20px;
  color: #cfc5b2;
  position: absolute;
  pointer-events: none;
}

/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*contact*/

.banner-text4{
    background-image: url(../images/contact-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 34px;
    background-attachment: fixed;
}

.banner-text4  h2{
    font-family: "Montserrat", sans-serif;
    font-size: 86px;
    line-height: 118%;
    color: #fff;
    text-align: center;
    font-weight: 600;
}


.recruiting-text4{
  background-image: url(../images/recruiting-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 34px;
  background-attachment: fixed;
}

.recruiting-text4  h2{
  font-family: "Montserrat", sans-serif;
  font-size: 86px;
  line-height: 118%;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.services-text4{
  background-image: url(../images/services-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 34px;
  background-attachment: fixed;
}

.services-text4  h2{
  font-family: "Montserrat", sans-serif;
  font-size: 86px;
  line-height: 118%;
  color: #fff;
  text-align: center;
  font-weight: 600;
}


.properties-text4{
  background-image: url(../images/properties-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 34px;
  background-attachment: fixed;
}

.properties-text4  h2{
  font-family: "Montserrat", sans-serif;
  font-size: 86px;
  line-height: 118%;
  color: #fff;
  text-align: center;
  font-weight: 600;
}


.contact-text4{
  background-image: url(../images/contact.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 34px;
  background-attachment: fixed;
}

.contact-text4  h2{
  font-family: "Montserrat", sans-serif;
  font-size: 86px;
  line-height: 118%;
  color: #fff;
  text-align: center;
  font-weight: 600;
}


.project-banner-text  h2{
    font-family: "Montserrat", sans-serif;
    font-size: 86px;
    line-height: 118%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding-top: 100px;
}

.project-banner-text3 h2{
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    line-height: 118%;
    color: #000;
    text-align: center;
    font-weight: 600;
    padding-top: 57px;
}

.cont-txt h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    line-height: 100%;
    color: #fff;
    text-align: justify;
    font-weight: 600;
}

.cont-txt p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: auto;
}

.info-item {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}


.info-item span, 
.info-item a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 140%;
    font-size: 16px;
}

.info-item i {
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
}


.info-item a:hover {
  text-decoration: underline;
}

.info-item strong {
  color: #000;
  font-weight: 600;
}
/*contact*/


/*services inte*/

.serv-txt-inte h2 {
    font-size: 28px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: #ccc3b2;
    text-align: justify;
    margin-top: 5px;
    text-transform: uppercase;
}

.serv-txt-inte p {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #ccc3b2;
    text-align: justify;
    margin-top: 5px;
    text-transform: uppercase;
}

/*services inte*/

/**/

.clear{
  clear: both;
}

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1% 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.pdg{
  padding: 60px 0 10px 0;
}

/*footer*/
.ftr-bg{
  background: #2c2d2d;
}

.ftr-bg2 {
    background: #4e341c;
}

.ftr-bg3 {
    background: #044f7e;
}

.ftr-bg4 {
    background: #196858;
}

.ftr-bg5 {
    background: #967fa8;
}



.flx{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ftr-logo{
  width: 160px;
  margin: 1%;
}

.ftr-head h2{
  font-size: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #cfc5b2;
}

.ftr-head-social h2{
  font-size: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #cfc5b2;
}


.ftr-head h3{
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #cfc5b2;
}

.ftr-head p{
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #cfc5b2;
}

.ftr-head-social p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #cfc5b2;
    display: inline;
}

.ftr-head p a{
  text-decoration: none;
  font-size: 16px;
  color: #cfc5b2;
  text-transform: capitalize;
}

.ftr-head-social p a{
  text-decoration: none;
  font-size: 16px;
  color: #cfc5b2;
  text-transform: capitalize;
}

.ftr-link ul li a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}

.ftr-link ul li {
  list-style: none;
  display: block;
  margin-right: 20px;
  margin-top: 10px;
}


.box-sld{
  display: block;
}

.box-sld2{
  display: none;
}

/**/
.info-item1 {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: auto;
}

.info-item1 i {
    color: #fff;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item1 span, .info-item1 a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 140%;
    font-size: 15px;
    font-weight: 500;
}

.social-links{
    display: flex;
    gap: 10px;
}

.facebook a, .instagram a, .behance a, .twitter a{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.facebook a:hover, .instagram a:hover, .behance a:hover, .twitter a:hover{
    color: #fff;
}

.ftr_btn p{
    font-size: 16px;
    line-height: 140%;
    color: #cfc5b2;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin:0 !important;
}
.ftr_btn a{
    color: #cfc5b2;
    text-decoration: none ;
}

.ftr_right {
    text-align: right;
}

.new hr{
  color: #cfc5b2;
}



/*counter*/

    .counter-section {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 60px 20px;
        gap: 100px;
    }

    .counter-box {
        position: relative;
        opacity: 0;
        transform: translateY(15px);
        transition: all 1s ease;
        width: fit-content;
    }

    .counter-box.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .counter-number {
        font-family: "Montserrat", sans-serif;
        font-size: 140px;
        font-weight: 800;
        color: #d0c4b0;
        transition: color 1s ease;
        width: 245px;
        text-align: center !important;
        display: inline-block;
    }

    /*.counter-number{
        width: 100%;
    }
*/
    .counter-text {
        font-family: "Montserrat", sans-serif;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        font-weight: 600;
        color: #000;
        letter-spacing: 1px;
        white-space: nowrap;
        text-align: center;
    }

    .divider {
        width: 1px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.1);
    }

.counter-bg{
    background: #fff;
}

/*services page*/


/*2*/
    .quality-work{
        background: #4e341c;
    }

    .quality-work2{
        padding: 80px 0 40px 0;
    }

    .quality-work-flex{
        display: flex;
        gap: 5%;
    }

    .quality-work-flex h6{

        font-family: "Montserrat", sans-serif;
        line-height: 140%;
        font-size: 30px;
        text-align: left;
        color: #fff;
        font-weight: 500;
        margin-bottom: 1%;
    }

    .quality-work-flex h2{
        font-family: "Montserrat", sans-serif;
        font-size: 55px;
        line-height: 118%;
        color: #cfc4b0;
        text-align: left;
        font-weight: 500;
    }

    .quality-work-flex  p{
        color: #fff;
        font-family: "Montserrat", sans-serif;
        line-height: 140%;
        font-size: 20px;
        font-weight: 400;
        margin-top: 18px;
        text-align: left;
    }

/*2*/


/*3*/
.project{
    background: #4e341c;
    padding: 100px 0;
}

.project h6{
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1%;
}

.project h2{
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    line-height: 118%;
    color: #cfc4b0;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.images-box2 {
        position: relative;
        cursor: pointer;
    }

    .images-box2 img {
        width: 100%;
        height: auto;
        transition: transform 0.6s ease;
        display: block;
    }

    .images-box2:hover img {
        transform: scale(1.1);
    }


    .images-box {
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    .images-box img {
        width: 100%;
        height: auto;
        transition: transform 0.6s ease;
        display: block;
    }

    .images-box:hover img {
        transform: scale(1.1);
    }


.text-box2 h3{
    font-family: "Montserrat", sans-serif;
    font-size: 33px;
    line-height: 118%;
    color: #cfc4b0;
    text-align: center;
    font-weight: 600;
    margin: 1%;
}

.text-box2 h5{
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    font-size: 18px;
    text-align: center;
    color: #cfc4b0;
    font-weight: 500;
    margin-bottom: 1%;
}
.text-box2 p{
    color: #cfc4b0;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.btn2{
    width: 100%;
    text-align: center;
}

.btn2 a{
    background: #cfc4b0;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    border-radius: 9px;
    transition: all 0.5s ease-in-out;
}

.btn2 a:hover{
    background: #cfc4b0;
}

.btn3{
    width: 100%;
    text-align: center;
}

.btn3 a{
    border: 1px solid #4e341c;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    color: #4e341c;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    border-radius: 9px;
    transition: all 0.5s ease-in-out;
}


/*3*/

/*5*/
.testi-bg {
    position: relative;
    background: #fff;
    padding: 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

/* Glass blur overlay */
.testi-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: 1;
}

/* Ensure content stays above the overlay */
.testi-bg > * {
    position: relative;
    z-index: 2;
}

.test-flex {
  display: flex;
  justify-content: center;
}

.test-box p {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    line-height: 140%;
    color: #4e341c;
    text-align: left;
    font-weight: 400;
    margin: 0 5%;
}

.test-box h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 140%;
  font-size: 18px;
  text-align: left;
  color: #4e341c;
  font-weight: 500;
  margin: 2% 5%;
}

.test-box h3 {
  color: #4e341c;
  font-family: "Montserrat", sans-serif;
  line-height: 140%;
  font-size: 18px;
  font-weight: 400;
  margin: 2% 5%;
}

.test-box {
  background: #d0c4b0;
  width: 71%;
  margin: 1%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.text-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 300px;
}


/* --- fade animation --- */
.slide {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slide.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}
/*5*/

/*4*/
.project-banner-text3 h2{
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    line-height: 118%;
    color: #4e341c;
    text-align: center;
    font-weight: 600;
    padding-top: 30px;
}

.serv-bg{
    background: #cfc4b0;
}
/*4*/

.btn a{
    border: 1px solid #56b6f6;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    margin: 10px 18px;
    border-radius: 9px;
    transition: all 0.5s ease-in-out;
}

.btn a:hover{
    background: #3185bd;
}

.cont-btn{
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
}

.serv-pdg{
  padding: 40px 0 40px 0;
}

/* TEXT SLIDES */
.text-slider .slide {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.text-slider .slide.active {
  display: block;
  opacity: 1;
}

/* IMAGE SLIDES */
.img-slider .img-main {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.img-slider .img-main.active {
  display: block;
  opacity: 1;
}

.about{
  background-image: url(../images/about-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}



.about h2{
  font-family: "Inter Tight", sans-serif;
    font-size: 23px;
    line-height: 118%;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

.about p{
  color: #fff;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
    font-size: 20px;
    font-weight: 400;
    margin-top: 18px;
}

.services-bg-full {
    background-image: url(../images/services-bg-full.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.interiors-project-bg {
    background-image: url(../images/interiors-project-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.serv-head h1{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  line-height: 140%;
  color: #ccc3b2;
  font-size: 58px;
  font-weight: 700;
}

.serv-txt-page h2{
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #ccc3b2;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
}

.serv-txt-page {
  background: rgba(22, 14, 6, 0.9);
  padding: 15px 0px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden; 
}

.serv-txt-page img {
  width: 100%;
  transition: transform 0.4s ease;
}

.serv-txt-page:hover img {
  transform: scale(1.1);
}

.flex-w{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/*services page end*/


@media only screen and (max-width:760px) {

.flex-w {
  flex-direction: column;
}

.col_sm3 {
  width: 98%;
}

.flx {
    flex-direction: column;
}

.col_sm5 {
    width: 98%;
}

.box-sld{
  display: none;
}

.box-sld2{
  display: block;
}

}

@media only screen and (max-width:460px) {
.static-logo {
    top: 66%;
}
}

@media only screen and (max-width:1650px){
    .counter-section {
        gap: 60px;
    }
}

@media only screen and (max-width:1600px){

    .counter-section {
        gap: 30px;
    }
}

@media only screen and (max-width:1500px){

.counter-section {
        gap: 50px;
    }
}

@media only screen and (max-width :1400px) { 
    .counter-section {
        gap: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .counter-section {
        gap: 44px;
    }
}

@media only screen and (max-width :1000px) {
    .counter-section {
        gap: 31px;
    }
}

@media only screen and (max-width:960px) {

    .counter-section {
        gap: 31px;
        flex-wrap: wrap;
    }

    .quality-work-flex {
    flex-direction: column;
}

.col_sm2 {
    width: 98%;
}

}

@media only screen and (max-width:960px) {

    .test-box {
        flex-direction: column;
    }
}

@media only screen and (max-width:700px) {

.quality-work-flex h2 {
    font-size: 46px;
}

.project h2 {
    font-size: 46px;
}

.project-banner-text3 h2 {
    font-size: 46px;
}

}

@media only screen and (max-width: 500px) {
    .quality-work-flex h2 {
        font-size: 30px;
    }

    .project h2 {
    font-size: 30px;
}

.project-banner-text3 h2 {
    font-size: 30px;
}

.text-box2 h3 {
    font-size: 28px;
}

.text-box2 h5 {
    font-size: 16px;
}

}