.about{
    margin-top: 70px;
}
.hero{
    width: 100%;
    height: calc(100vh - 70px);
}

.about-bg{
    position: absolute;
    height: calc(100vh - 70px);
    top: 70px;
    right: 0;
    z-index: -1;
}

.mb-bg{
    display: none;
}

.hero-info-title{
    position: relative;
}

.hero-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    height: 100%;
    padding:0 7%;
}

.hero-info p{
    font-size: 24px;
    color: #858585;
    max-width: 550px;
}

.hero-info button{
    background: #3734A9;
    color: white;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.08em;
    border: none;
    border-radius: 8px;
    margin-top: 20px;
}

.hero-title{
    position: relative;
    display: inline-block;
}

.hero-title h1{
    font-size: 88px;
    font-weight: 400;
    display: inline-block;
}

.hero-title img{
    position: absolute;
    width: 200px;
    top: 50%;
    right: -40px;
}

.stat{
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.client, .years, .project, .sqft{
    position: relative;
    padding-left: 10px;
}

.stat h4{
    font-size: 28px;
}

.stat p{
    font-size: 20px;
    font-weight: 200;
    margin-top: 5px;
}

.stat hr{
    position: absolute;
    left: 0;
    width: 2px;
    height: 60px;
    color: #E9EAEA;
    background-color: #E9EAEA;
    border: none;
}

.leading-architect{
    text-align: center;
    margin-top: 40px;
}

.leading-head h2{
    font-size: 70px;
    font-weight: 100;
    line-height: 55px;
    color: #242424;
}

.leading-head p{
    color: #4C4A46;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 100;
}

.leading-cont{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-top: 60px;
    padding: 0 7%;
}

.leading-item{
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.leading-item img{
    height: 140px;
}

.leading-item h6{
    margin-top: 20px;
    font-size: 34px;
    font-weight: lighter;
    color: #242424;
}

.leading-item p{
    color: #4C4A46;
    font-size: 20px;
    font-weight: 100;
}

.residential-development{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
    padding: 7%;
}

.residential-development h4{
    font-size: 80px;
    font-weight: 100;
    line-height: 65px;
}

.residential-development hr{
    height: 140px;
}

.residential-development p{
    max-width: 500px;
    font-size: 20px;
    font-weight: 100;
    color: #4C4A46;
}

.residential-design{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
    text-align: center;
    padding: 0 7%;
}

.residential-img{
    max-width: 400px;    
}

.residential-design p{
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin-top: 20px;
}

.contact-label{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding-left: 7%;
    height: 500px;
    margin:200px 0;
}

.contact-label-image{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact-label h5{
    font-size: 50px;
    font-weight: 400;
}

.contact-label button{
    padding: 15px 20px;
    color: white;
    background-color: black;
    display: flex;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.15em;
    gap: 10px;
    border: none;
}

.contact-label button:hover{
    cursor: pointer;
}


.whatsapp {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 9999;
}

.whatsapp img {
  width: 55px;   /* Adjust size for mobile/tablet */
  height: 55px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  transition: transform 0.2s ease-in-out;
}

.whatsapp img:hover {
  transform: scale(1.1);
}


.call {
  position: fixed;
  bottom: 20px;  /* lowest corner */
  right: 20px;
  z-index: 9999;
}
.call img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  transition: transform 0.2s ease-in-out;
}
.call img:hover {
  transform: scale(1.1);
}

@media  (max-width: 1180px) {
    .about-bg{
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
    }
    .hero{
        width: 100%;
        height: auto;
    }
    .hero-info{
        margin-top: 200px;
        /* justify-content: flex-end;
        margin-top: 60vh; */
    }
}

@media (max-width: 970px) {
    .residential-design{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 910px) {
    .leading-cont {
        flex-direction: column;
        align-items: center;
        gap: 100px;
    }
}

@media (max-width: 910px) {
    .residential-development{
        flex-direction: column;
        gap: 20px;
        
    }
    .residential-development{
        margin: 100px 0;
        padding: 0 7%;
    }
    .residential-development hr{
        display: none;
    }
    .residential-development h4{
        line-height: auto;
    }
    .residential-development p{
        text-align: center;
    }
}

@media (max-width: 720px) {
    .residential-img{
        max-width: 350px;    
    }
    .hero-title h1{
        font-size: 60px;
    }
    .hero-title img{
        width: 150px;
    }
    .hero-title p{
        font-size: 18px;
    }
    .leading-head{
        padding: 0 7%;
    }
    .leading-head h2{
        font-size: 50px;
        font-weight: 100;
        line-height: auto;
        color: #242424;
    }
    .leading-head p{
        font-size: 18px;
    }
    .residential-development{
        margin: 100px 0;
        padding: 0 7%;
    }
    .residential-development h4{
        font-size: 60px;
        font-weight: 100;
        text-align: center;
        line-height: auto;
    }
    .residential-development p{
        font-size: 18px;
        text-align: center;
    }
}