.elementor-27288 .elementor-element.elementor-element-83b2e50{--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-27288 .elementor-element.elementor-element-c4509c1 > .elementor-widget-container{margin:-88px 0px 0px 0px;}.elementor-27288 .elementor-element.elementor-element-c4509c1{width:100%;max-width:100%;}.elementor-27288 .elementor-element.elementor-element-6acf9c9{--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-27288 .elementor-element.elementor-element-24e902e{width:100%;max-width:100%;}.elementor-27288 .elementor-element.elementor-element-9cd25e0{--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-27288 .elementor-element.elementor-element-dda358f{width:100%;max-width:100%;}.elementor-27288 .elementor-element.elementor-element-cf1ad3a{--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-27288 .elementor-element.elementor-element-83f6ff7{width:100%;max-width:100%;}.elementor-27288 .elementor-element.elementor-element-5d30a6b4{--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-27288 .elementor-element.elementor-element-49b8deef{text-align:center;}.elementor-27288 .elementor-element.elementor-element-49b8deef .elementor-heading-title{font-size:60px;color:#0B0A0A;}.elementor-27288 .elementor-element.elementor-element-c374b83{--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-27288 .elementor-element.elementor-element-423c377{width:100%;max-width:100%;}.elementor-27288 .elementor-element.elementor-element-b860aff{--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-27288 .elementor-element.elementor-element-a4f8084{width:100%;max-width:100%;}.elementor-27288 .elementor-element.elementor-element-80a4bfc{--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-27288 .elementor-element.elementor-element-2ca1128{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-c4509c1 */.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/2025/12/gallery4-sm.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-24e902e */.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-dda358f *//* ===== 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-83f6ff7 */.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-423c377 */.brand-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8fbff, #eef5fb);
  text-align: center;
  overflow: hidden;
}

.brand-header h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0b3c5d;
  margin-bottom: 60px;
}

.brand-header h2 span {
  color: #0a6aa1;
}

/* Grid Layout */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

/* Brand Logos */
.brand-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-item img {
  max-width: 140px;
  max-height: 70px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.4s ease;
}

/* Hover Effects */
.brand-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.brand-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.brand-item {
  animation: floatLogo 6s ease-in-out infinite;
}

@keyframes floatLogo {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0px); }
}

/* Tablet */
@media (max-width: 992px) {
  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .brand-header h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .brand-item {
    padding: 20px;
  }

  .brand-item img {
    max-width: 110px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a4f8084 *//* ===== FLOOR PLAN SECTION ===== */
.fp-section {
  padding: 90px 20px;
  background: #ffffff;
}

.fp-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.fp-title {
  font-size: 34px;
  letter-spacing: 3px;
  color: #0d5c63;
  margin-bottom: 10px;
}

.fp-subtitle {
  max-width: 850px;
  margin: 0 auto 50px auto;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ===== GRID LAYOUT ===== */
.fp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* ===== CARD STYLE ===== */
.fp-card {
  background: #ffffff;
  border: 8px solid #0d5c63;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.fp-card img {
  width: 100%;
  display: block;
}

/* Optional zoom icon overlay */
.fp-card::after {
  content: "＋";
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0d5c63;
  color: #fff;
  font-size: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .fp-grid {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .fp-grid {
    grid-template-columns: 1fr;
  }

  .fp-title {
    font-size: 26px;
  }

  .fp-subtitle {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-2ca1128 */.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 Style 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: pointer;
}

.gallery-item img {
  width: 100%;
  display: block;
  border-radius: 14px;
  transition: transform 0.6s ease, filter 0.4s ease;
}

/* Hover Effects */
.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);
}

/* 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 */