.elementor-28323 .elementor-element.elementor-element-bc3fb38{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-28323 .elementor-element.elementor-element-a7fd153{width:100%;max-width:100%;}.elementor-28323 .elementor-element.elementor-element-a7fd153 > .elementor-widget-container{margin:-88px 0px 0px 0px;}.elementor-28323 .elementor-element.elementor-element-95cf087{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-28323 .elementor-element.elementor-element-8bbf4fd{width:100%;max-width:100%;}.elementor-28323 .elementor-element.elementor-element-b5b85fb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-28323 .elementor-element.elementor-element-85281c1{width:100%;max-width:100%;}.elementor-28323 .elementor-element.elementor-element-c9d90de{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-28323 .elementor-element.elementor-element-7cfe720{width:100%;max-width:100%;}.elementor-28323 .elementor-element.elementor-element-817bfdd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28323 .elementor-element.elementor-element-2e83f4f{text-align:center;}.elementor-28323 .elementor-element.elementor-element-2e83f4f .elementor-heading-title{font-size:60px;color:#0B0A0A;}.elementor-28323 .elementor-element.elementor-element-b9df783{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28323 .elementor-element.elementor-element-07f4102 > .elementor-widget-container{margin:32px 0px 0px 0px;}.elementor-28323 .elementor-element.elementor-element-07f4102{text-align:center;}.elementor-28323 .elementor-element.elementor-element-07f4102 .elementor-heading-title{color:#206A79;}.elementor-28323 .elementor-element.elementor-element-7fcf2b6{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28323 .elementor-element.elementor-element-7fcf2b6.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-28323 .elementor-element.elementor-element-7fcf2b6{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-a7fd153 */.new-launched-hero {
  position: relative;
  width: 100vw;
  height: 100vh;

  /* FORCE FULL WIDTH */
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);

  background: url('https://prosperrainfra.com/wp-content/uploads/2026/02/bhutani-City-Center-32.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Dark overlay */
.new-launched-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.75)
  );
  z-index: 1;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  animation: fadeUp 1.5s ease forwards;
}

/* Heading */
.hero-title {
  font-size: clamp(2.5rem, 6vw, 5rem);
  color: #ffffff;
  letter-spacing: 6px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  animation: textGlow 3s infinite alternate;
}

/* Decorative line */
.hero-line {
  display: block;
  width: 80px;
  height: 3px;
  background: #ffffff;
  margin: 20px auto 0;
  animation: lineGrow 1.5s ease forwards;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

@keyframes textGlow {
  from {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  }
  to {
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
  }
}

/* Mobile optimization */
@media (max-width: 768px) {
  .new-launched-hero {
    height: 80vh;
  }
  .hero-title {
    letter-spacing: 3px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8bbf4fd */.project-details {
  padding: 100px 0;
  background: #ffffff;
}

.project-wrapper {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT CONTENT */
.project-content h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 25px;
  position: relative;
  color: #185866;
}

.project-content h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #18cc96;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.project-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}

.project-content .intro {
  font-weight: 600;
  color: #000;
}

/* RIGHT IMAGE */
.project-image {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  transform: translateY(0px);
  opacity: 0;
  transition: all 0.8s ease;
}

.project-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s ease;
}

.project-image:hover img {
  transform: scale(1.08);
}

/* Fade animation trigger */
.project-details.show .project-image {
  transform: translateY(0);
  opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .project-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .project-content h2 {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-85281c1 *//* ===== FEATURES SECTION ===== */
.features-section {
  padding: 80px 20px;
  background: #f8fafc;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 2px;
  color: #0f4c5c;
  margin-bottom: 50px;
  position: relative;
}

.section-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #0f4c5c;
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* GRID */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

/* CARD */
.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0f4c5c, #3ec6a8);
  opacity: 0;
  transition: 0.35s;
  z-index: 0;
}

.feature-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.feature-card h3 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  position: relative;
  z-index: 1;
  transition: color 0.35s ease;
}

/* HOVER EFFECT */
.feature-card:hover {
  transform: translateY(-8px);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover img {
  transform: scale(1.15);
  filter: brightness(0) invert(1);
}

.feature-card:hover h3 {
  color: #ffffff;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 600px) {
  .feature-card {
    padding: 30px 15px;
  }

  .feature-card img {
    width: 50px;
    height: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7cfe720 */.location-section {
  padding: 100px 0;
  background: #ffffff;
}

.location-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}

.location-container h2 {
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #1f6f78;
  margin-bottom: 30px;
}

.location-intro {
  max-width: 900px;
  margin: 0 auto 70px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* GRID */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  text-align: left;
}

/* IMAGE */
.location-image {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.location-image img {
  width: 100%;
  display: block;
  transition: transform 1s ease;
}

.location-image:hover img {
  transform: scale(1.08);
}

/* CONTENT */
.location-content {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease 0.2s;
}

.location-content h3 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #000;
}

.location-content ul {
  list-style: none;
  padding: 0;
}

.location-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.location-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #1f6f78;
}

/* Animation trigger */
.location-section.show .location-image,
.location-section.show .location-content {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
  .location-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .location-container h2 {
    font-size: 34px;
  }
}/* End custom CSS */