.elementor-28270 .elementor-element.elementor-element-9fccf96{--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-28270 .elementor-element.elementor-element-f95b46e > .elementor-widget-container{margin:-88px 0px 0px 0px;}.elementor-28270 .elementor-element.elementor-element-f95b46e{width:100%;max-width:100%;}.elementor-28270 .elementor-element.elementor-element-4701372{--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-28270 .elementor-element.elementor-element-9978ee2{width:100%;max-width:100%;}.elementor-28270 .elementor-element.elementor-element-5c07715{--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-28270 .elementor-element.elementor-element-11d7655{width:100%;max-width:100%;}.elementor-28270 .elementor-element.elementor-element-64558a2{--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-28270 .elementor-element.elementor-element-7273f31{width:100%;max-width:100%;}.elementor-28270 .elementor-element.elementor-element-b86557d{--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-28270 .elementor-element.elementor-element-e4dcaeb{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-f95b46e */.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/Max-estate-105.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-9978ee2 */.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-11d7655 */.why-mall {
  padding: 100px 0;
  background: #ffffff;
}

.why-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

.why-container h2 {
  text-align: center;
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #1f6f78;
  margin-bottom: 60px;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.why-card {
  background: #fff;
  border-radius: 14px;
  padding: 40px 20px;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
}

.why-card img {
  width: 70px;
  margin-bottom: 25px;
}

.why-card p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #000;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Animation trigger */
.why-mall.show .why-card {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-container h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7273f31 */.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 */
/* Start custom CSS for shortcode, class: .elementor-element-e4dcaeb */.project-extras {
  padding: 100px 0;
  background: #fff;
}

/* ===== Extras Block ===== */
.extras-block {
  max-width: 1200px;
  margin: 0 auto 90px;
  padding: 0 20px;
  text-align: center;
}

.extras-block h2 {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #0b4c5f;
  margin-bottom: 40px;
}

/* ===== Image Blocks ===== */
.extras-image img {
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* ===== Brands ===== */
.brands-title {
  background: #0b4c5f;
  color: #fff !important;
  padding: 15px;
  font-size: 16px;
}

.brands-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 30px;
  align-items: center;
}

.brands-grid img {
  max-width: 120px;
  margin: auto;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: 0.4s ease;
}

.brands-grid img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* ===== Gallery ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.gallery-grid img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.6s ease;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .extras-block h2 {
    font-size: 24px;
  }
}/* End custom CSS */