/* ----------index.css-------- */
.gallery-card {
  position: relative;
  overflow: hidden;
}


.gallery-card .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}


.gallery-card:hover .hover-content {
  transform: translateY(0);
}


.gallery-card img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-card p {
  margin: 0;
}



.property-project {
  overflow: hidden;
  width: 100%;
  border: 2px solid #fff;
  max-width: 500px;
  border-radius: 56px 10px;
}

.images-eco img {
  border: 2px solid var(--gray-color);
  border-radius: 113px 10px;
}

.property-project img {
  width: 100%;
  transition: transform 0.3s ease;
}

.property-project:hover img {
  transform: scale(1.1);
}

.advance-1 {
  background: #447c88;
}

.free-title {
  color: #fff;
}

.real-text {
  color: var(--gray-color);
}

.features-omp {
  background: var(--th-body-background);
}

.explore {
  color: var(--gray-color);
}

.gallery-card-1 a:after {
  background: transparent !important;
}

.projects-ions {
  display: flex;
  gap: 10px;
  padding-top: 12px;
}

.projects-ions img {
  padding-bottom: 19px;
}

.footer-logoes {
  border: 1px solid #447c88;
  border-radius: 11px;
}

.msotly-image {
  display: none;
}

.excellence-text {
  font-size: 30px;
}

.image-container-1 {
  width: 100%;
  max-width: 670px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-container-1 img {
  width: 100%;
  display: block;
}

.images-test {
  clip-path: polygon(87% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
  border-radius: 10px 10px 10px 10px;
}

.padd-about {
  background-color: var(--white-color);
}

.images-test1 {
  clip-path: polygon(87% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
  border-radius: 10px 10px 10px 10px;
}

.aim-menu {
  background-color: rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.whatsapp-icon-bottom {
  position: fixed;
  right: 89px;
  bottom: 14px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #00e676;
  color: #fff !important;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  display: block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.whatsapp-icon-bottom a {
  color: #fff !important;
}

/*.carousel-realar {*/
/*  bottom: 120px;*/
/*}*/

.sub-hero-met {
  color: #fff;
}

.bottom-1 {
  background-color: var(--white-color);
}


.checklist1 {
  color: var(--white-color);
  list-style-type: none;
  padding: 0px;
  padding-bottom: 12px;
}

.checklist1 ul {
  list-style-type: none;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 12px;
}

.checklist1 ul li img {
  margin-right: 12px;
}


/* Zoom effect on hover */
.portfolio-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Apply zoom on hover */

.ma-aditya {
  margin: 16px;
}

.checklist02 {
  color: var(--title-color) !important;
}

.padd-client {
  padding-top: 120px;
}

.paddabout {
    background-image: url(../img/aditya-images/bg/2.png);
  padding-top: 90px !important;
}

.sec-title-1 a {
  color: #000;
}



.model-about {
  border-radius: 28px 35px 29px;
  clip-path: polygon(25% 0, 96% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}

.property-card-meta-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}

.property-card-meta-1 span {
  color: var(--black-color);
  font-size: 18px;
  font-family: var(--body-font);
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  padding-left: 10px;
  margin-right: 50px;
  border-right: 1px solid var(--gray-color);
  width: 100%;
}

.flip-icon {
  transition: transform 0.3s ease; /* Add transition for the icon */
}

.property-card-meta-1 span:hover .flip-icon {
  transform: rotateY(180deg); /* Flip the icon on hover */
  transition: 1s;
}






.property-thumb-1 {
  display: flex;
  justify-content: end;
  position: relative;
  padding-top: 14px;
  left: 50%;
}

.model-about1 {
  border-radius: 28px 35px 29px;
  clip-path: polygon(25% 0, 96% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}

.footer-layout2 {
  --body-color: #1C2D37;
}

.footer-layout2 .copyright-wrap {
  background: var(--light-color);
  padding: 22px 0;
}

.have-any {
  background-color: var(--th-body-background);
}

.media {
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.team-card-content:hover .media {
  opacity: 1;
  pointer-events: auto;
}


.esay-1 {
  display: flex;
  justify-content: center;
}

.bg-white {
  background-color: var(--white-color);
}

.property-card-title a {
  color: var(--black-color);
}



.quality-pro {
  border: 1px solid var(--light-color);
  border-radius: 59px;
  padding: 15px 40px;
}

.sustain {
  display: flex;
  justify-content: center;
  margin: 0px 0px 30px;
}
.get-touch {
  border-radius: 25px !important;
  border: 1px solid var(--white-color);
}
.life-adiya {
  justify-content:center;
  display: flex;
  /* flex-direction: column; */
  gap: 12px;
}
.div-moe {
  display: flex;
  justify-content: end;
}
.adiya-1 {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

 
  gap: 20px;
}
.years-1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 120px;
  margin: 50px 0px 0px 12px;
}
.yeash {
   display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  /* width: 270px; */
  padding: 0px 0px 16px;
  border-radius: 25px;
}

.mad-1 {
    margin: 0px;
    font-weight: 400;
}

.expet-1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* height: 120px; */
  margin: 50px 0px 0px 12px;
}
.adiya-2 {
  /* display: flex; */
  justify-content: space-between;
}
.measurement__bottom-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.measurement__bottom-img img {
  -webkit-transform: scale(1);
  transform: scale(1.1);
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.measurement__bottom-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.measurement__bottom-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
.measurement__bottom-img:hover::before {
  animation: shine 2s; /* Slower shine effect */
}

.measurement__bottom-img::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: left 2s; /* Slower transition speed */
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.an-com {
  padding-bottom: 20px !important;
}
.an-com1 {
  padding-left: 12px !important;
}


.life-adiya-1 {
  display: flex;
  /* flex-direction: column; */
  gap: 12px;
  justify-content: end;
}