/************** STATE WRAPPER CSS START *********/
.headinContent789 {
  position: relative;
  border-radius: 25px;
  min-height: 650px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  color: #fff;
}

.myBgSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.headinContent789 h1 {
  font-weight: 600;
}

.headinContent789 p {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.6px;
  word-spacing: 2px;
}

.formWrap890 {
  width: 70%;
  background: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 2px dashed black;
}

.boxColumn {
  border-right: 2px solid #ddd;
}

@media (max-width: 1200px) {
  .formWrap890 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .boxWrap678 {
    margin-bottom: 0.7rem;
  }

  .boxColumn {
    border: none;
  }
}

/************** STATE WRAPPER CSS END *********/

/* ************ POPULAR IN YOUR AREA START ********** */
.popular_area {
  background-color: #f3f5f7;
}

.hd-423d33 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* NAV */
.nb-98x7aa {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.nbtn-77a2bc {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

.nbtn-77a2bc:hover {
  background: #000;
  color: #fff;
  transform: scale(1.08);
}

/* SWIPER */
.swiper {
  padding-bottom: 15px;
}

.swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

/* CARD */
.pc-01x9ab {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 360px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

  transform: translate3d(0, 0, 0);
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

.pc-01x9ab:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* IMAGE SMOOTH ZOOM */
.pc-01x9ab .image-wrapper9900 img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1) translateZ(0);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pc-01x9ab .image-wrapper9900:hover img {
  transform: scale(1.08) translateZ(0);
}

.pi-77zzx {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 18px;
  color: #fff;
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.prc-22a {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}

.pi-77zzx h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.pi-77zzx p {
  margin: 4px 0 0;
  font-size: 12px;
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
  .hd-423d33 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .pc-01x9ab {
    height: 240px;
  }

  .pi-77zzx {
    padding: 15px;
  }

  .prc-22a {
    font-size: 16px;
  }

  .pi-77zzx h3 {
    font-size: 15px;
  }

  .pi-77zzx p {
    font-size: 12px;
  }
}

/* ************ POPULAR IN YOUR AREA END ********** */

/***********PROPERTY CARDS START ***********/
.property-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.property-card .property-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

.property-card .paraContent {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.feature-box {
  font-weight: 500;
  font-size: 1rem;
}

.feature-box i {
  color: #000;
  background-color: #d2d2d2;
  padding: 10px;
  border-radius: 5px;
}

.btn-green {
  background-color: #22c55e;
  color: white;
  border-radius: 50px;
  padding: 8px 20px;
}

.btn-green:hover {
  background-color: #16a34a;
  color: #fff;
}

@media (max-width: 991px) {
  .property-card .property-img {
    height: 100%;
  }
}

/*********** PROPERTY CARDS END ***********/

/*********** PROJECT CARDS START ***********/
.reWrapper_83742 {
  padding: 60px 0;
  overflow: hidden;
}

.reTop_83742 small {
  color: var(--secondary-color);
  font-weight: 600;
}

.reBtn_83742:hover {
  background: #1e293b;
}

.reCard_83742 {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}

.image-wrapper9900 img {
  height: 350px;
}

.reImg_83742 {
  height: 300px;
  object-fit: cover;
  width: 100%;
  transition: all 0.6s ease;
}

.reCard_83742:hover .reImg_83742 {
  transform: scale(1.08);
}

.reOverlay_83742 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 20px;
  background: linear-gradient(0deg,
      rgba(26, 39, 64, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
}

.reTag_83742 {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.reTitle_83742 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.reArrow_83742 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*********** PROJECT CARDS END ***********/
/*********** TESTIMONIAL CARDS START ***********/
.testWrapp876 .blackBox787 {
  background: #172023;
  color: #fff;
  border-radius: 70px;
}

.testWrapp876 .testimonial-heading {
  color: #e6e7e7;
}

.testWrapp876 .para796A p {
  color: #e7e6e6;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  font-size: 1.04rem;
}

.testWrapp876 .imgContent786 img {
  width: 100%;
  border-radius: 10px;
}

.testWrapp876 .beginnerWrap987 p {
  font-size: 0.8rem;
}

/* swiper */
.testWrapp876 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.testWrapp876 .swiper-pagination-bullet-active {
  width: 32px;
  background-color: white;
  border-radius: 14px;
}

@media (max-width: 768px) {
  .testWrapp876 .blackBox787 {
    border-radius: 0;
  }
}

/*********** TESTIMONIAL CARDS END ***********/

/************* FAQ UI START *****************/
.faqWrapper999 {
  padding: 60px 0;
  background: #f8f9fa;
}

.faqMainRow999 {
  height: 100%;
}

.faqDoubleImgWrap111 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.faqDoubleImgWrap111 .faqImgBox111 {
  flex: 1;
}

.faqWrapper999 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.faqSingleImgWrap222 {
  height: 100%;
}

.faqSingleImgWrap222 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.faqHeading444 h2 {
  font-weight: 700;
}

.faqHeading444 p {
  color: #6c757d;
}

.faqAccordion555 .accordion-item {
  border: none;
  border-radius: 12px;
  overflow: hidden;
}

.faqAccordion555 .accordion-button {
  background: #f1f3f5;
  font-weight: 500;
  border-radius: 12px !important;
}

.faqAccordion555 .accordion-button:not(.collapsed) {
  background: #e9ecef;
  box-shadow: none;
}

.faqAccordion555 .accordion-body {
  font-size: 14px;
  color: #555;
}

@media (max-width: 768px) {
  .faqDoubleImgWrap111 {
    flex-direction: row;
  }
}

/************* FAQ UI END *****************/

/*************FOOTER UI START ******************/

/**************ABOUT US-2 START ***************/

.sectionWrap567 {
  padding: 80px 0;
  overflow: hidden;
}

.subtitle {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: linear-gradient(70deg, #e58d8c, #07be8a);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.main-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
}

.feature {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #6b7280;
  font-weight: 500;
  font-size: 15px;
}

.feature .iCode {
  width: 40px;
  height: 40px;
  background: #06b5d43b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #4b5563;
}

.right-box {
  padding-left: 40px;
}

.quote {
  font-size: 28px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.5;
}

.quote span {
  color: #9ca3af;
  font-weight: 400;
  /* font-size: 28px; */
}

.quote-icon {
  color: #06b6d4;
  font-size: 28px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .right-box {
    padding-left: 0;
    margin-top: 40px;
  }

  .main-title {
    font-size: 32px;
  }

  .quote {
    font-size: 22px;
  }
}

/****************ABOUT US-2 END ****************/

/*******************CARDS UI START *****************/

.ex-cardsWrapP654 {
  background: #f2f2f2;
}

.ex-headingP654 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
  font-size: 2rem;
  transform: scaleY(1.5);
  letter-spacing: 2px;
}

.ex-cardP654 {
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
  padding: 10px;
}

.ex-cardP654:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.ex-imgWrapP654 img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 30px;
}

.ex-cardBodyP654 {
  padding: 15px 5px;
}

.ex-cardTitleP654 {
  font-weight: 700;
  font-size: 18px;
  color: #222;
}

.ex-cardTextP654 {
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}

.ex-readMoreP654 {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #0d6efd;
}

.ex-readMoreP654 i {
  margin-left: 5px;
  transition: 0.2s;
}

.ex-readMoreP654:hover i {
  transform: translateX(4px);
}

/*****************CARDS UI END ***************/

/*****************PROPERTY MAP START *************/

/* .section {
  padding: 60px 0;
} */

.map-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: 0;
}

.content h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}

.content p {
  color: #6c757d;
  font-size: 1rem;
  margin: 20px 0;
}

.btn-custom i {
  transition: transform 0.3s ease;
}

.btn-custom:hover i {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .content {
    text-align: center;
    margin-top: 30px;
  }

  .content h1 {
    font-size: 2rem;
  }
}

/*****************PROPERTY MAP END *************/
/* ********* blogs UI ************* */

.catbtn {
  border-radius: 0 15px 0 15px;
  padding: 3px 20px;
  border: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  color: white;
  font-weight: 600;
}

.catbtn:hover {
  background: var(--primary-color);
}

.blogs .card {
  transition: all 0.4s ease-in-out;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 123, 255, 0.2);
}

.blogs .card .position-relative img {
  transition: all 0.5s ease-in-out;
}

.blogs .card-img-top {
  height: 240px;
  object-fit: cover;
}

/* ***************** Blogs End *************** */