.elementor-28169 .elementor-element.elementor-element-1e27786{--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-28169 .elementor-element.elementor-element-3c6adbd{width:100%;max-width:100%;}.elementor-28169 .elementor-element.elementor-element-3c6adbd > .elementor-widget-container{margin:-88px 0px 0px 0px;}.elementor-28169 .elementor-element.elementor-element-003aefd{--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-28169 .elementor-element.elementor-element-c0ca6d4{width:100%;max-width:100%;}.elementor-28169 .elementor-element.elementor-element-c0ca6d4 > .elementor-widget-container{margin:-21px 0px 0px 0px;}.elementor-28169 .elementor-element.elementor-element-f70c96e{--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-28169 .elementor-element.elementor-element-229ffc9{--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-28169 .elementor-element.elementor-element-e24722a.elementor-element{--align-self:center;}.elementor-28169 .elementor-element.elementor-element-e24722a{text-align:center;}.elementor-28169 .elementor-element.elementor-element-e24722a .elementor-heading-title{color:#206A79;}.elementor-28169 .elementor-element.elementor-element-8fd7394{--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-28169 .elementor-element.elementor-element-e643bcc{--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-28169 .elementor-element.elementor-element-51309c0{--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-28169 .elementor-element.elementor-element-8bd09f9{width:100%;max-width:100%;}.elementor-28169 .elementor-element.elementor-element-7121e87{--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-28169 .elementor-element.elementor-element-c6d3072{width:100%;max-width:100%;}.elementor-28169 .elementor-element.elementor-element-74f044f{--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-28169 .elementor-element.elementor-element-018cd19{width:100%;max-width:100%;}.elementor-28169 .elementor-element.elementor-element-2215670{--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-28169 .elementor-element.elementor-element-0b05f9d{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-3c6adbd */.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/elhi-saab.webp') 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-c0ca6d4 */.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-8bd09f9 */.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-c6d3072 */.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-0b05f9d */.gallery-section {
  padding: 80px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.gallery-title {
  text-align: center;
  font-size: 34px;
  letter-spacing: 2px;
  margin-bottom: 50px;
  color: #0b3c5d;
  position: relative;
}

.gallery-title::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #0a6aa1;
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Masonry Grid */
.gallery-grid {
  column-count: 3;
  column-gap: 25px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  display: block;
  border-radius: 14px;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(0.9);
}

.gallery-item::after {
  content: "View Image";
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.gallery-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

.lightbox img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Tablet */
@media (max-width: 992px) {
  .gallery-grid { column-count: 2; }
}

/* Mobile */
@media (max-width: 600px) {
  .gallery-grid { column-count: 1; }
  .gallery-title { font-size: 26px; }
}/* End custom CSS */