.elementor-28 .elementor-element.elementor-element-4130d5a{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-4130d5a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-28 .elementor-element.elementor-element-5a627b6{width:100%;max-width:100%;margin:70px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-28 .elementor-element.elementor-element-bad6bb0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-28 .elementor-element.elementor-element-3f6b565{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-28 .elementor-element.elementor-element-5c44378{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-28 .elementor-element.elementor-element-1483d5b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-28 .elementor-element.elementor-element-cb015f0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-28 .elementor-element.elementor-element-2886fd5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-28 .elementor-element.elementor-element-099b76f{--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-28 .elementor-element.elementor-element-2c18cf6{--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-28 .elementor-element.elementor-element-b1a116f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-28 .elementor-element.elementor-element-4130d5a{--width:100.747%;}}/* Start custom CSS for html, class: .elementor-element-5a627b6 *//* ===============================
   LUXURY VIDEO HERO – FINAL CSS
   =============================== */

.lux-single-video {
  position: relative;
  width: 100%;
  height: 85vh;
  padding-top: 120px; /* offset for fixed header */
  overflow: hidden;
  background: #000;
}

/* Video wrapper */
.lux-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

/* True background-video behavior */
.lux-video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;   /* 16:9 ratio */
  height: 100%;
  min-width: 100%;
  min-height: 56.25vw;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Dark luxury overlay */
.lux-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.70)
  );
  z-index: 2;
}

/* Content container */
.lux-content {
  position: relative;
  z-index: 3;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: #ffffff;
  padding: 0 24px;
}

/* Main headline */
.lux-content h1 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

/* Sub headline */
.lux-content p {
  max-width: 860px;
  font-size: 0.95rem;
  line-height: 1.6;
  letter-spacing: 1.2px;
  opacity: 0.85;
}

/* ===============================
   MOBILE OPTIMIZATION
   =============================== */

@media (max-width: 768px) {
  .lux-single-video {
    height: 70vh;
    padding-top: 100px;
  }

  .lux-content h1 {
    font-size: 1.6rem;
  }

  .lux-content p {
    font-size: 0.85rem;
    letter-spacing: 1px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bad6bb0 */.about-venue {
  background: #f7f6f4;
  padding: 120px 6%;
  position: relative;
  overflow: hidden;
}

.about-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.about-eyebrow {
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #8a7f73;
  margin-bottom: 16px;
  display: inline-block;
}

.about-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: #1c1c1c;
  margin-bottom: 28px;
}

.about-title span {
  font-style: italic;
}

.about-text {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #2f2f2f;
  margin-bottom: 20px;
  max-width: 560px;
}

.about-text.muted {
  color: #555;
}

.about-right {
  position: relative;
}

.about-image {
  width: 100%;
  height: 520px;
  background-image: url("https://mangalasserypavilion.com/wp-content/uploads/2026/02/vlcsnap-2026-02-03-13h38m08s155-e1770827674319.webp");
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.15);
  transform: scale(1.05);
  transition: transform 1.2s ease;
}

/* Hover refinement */
.about-venue:hover .about-image {
  transform: scale(1);
}

/* Subtle divider line */
.about-venue::before {
  content: "";
  position: absolute;
  left: 6%;
  top: 80px;
  width: 80px;
  height: 1px;
  background: #c5bdb4;
}

/* Responsive */
@media (max-width: 1024px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-title {
    font-size: 38px;
  }

  .about-image {
    height: 420px;
  }
}

@media (max-width: 600px) {
  .about-venue {
    padding: 80px 6%;
  }

  .about-title {
    font-size: 32px;
  }
}
#about-venue {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

#about-venue.visible {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f6b565 */.spaces-section {
  background: #ffffff;
  padding: 120px 6%;
}

.spaces-container {
  max-width: 1400px;
  margin: 0 auto;
}

.spaces-header {
  text-align: center;
  margin-bottom: 70px;
}

.spaces-eyebrow {
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #8a7f73;
  display: inline-block;
  margin-bottom: 14px;
}

.spaces-title {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 500;
  color: #1c1c1c;
}

.spaces-title span {
  font-style: italic;
}

.spaces-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.space-card {
  background: #f8f7f5;
  padding: 42px 36px;
  border-radius: 6px;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.space-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.space-icon {
  font-size: 34px;
  margin-bottom: 22px;
}

.space-card h4 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #1f1f1f;
}

.space-card p {
  font-family: "Inter", sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .spaces-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spaces-section {
    padding: 90px 6%;
  }

  .spaces-title {
    font-size: 32px;
  }

  .spaces-grid {
    grid-template-columns: 1fr;
  }
}
.space-card {
  opacity: 0;
  transform: translateY(30px);
}

.space-card.reveal {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c44378 */.lux-events {
  padding: 90px 0;
  background: #faf8f6;
  overflow: hidden;
}

.lux-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.lux-track {
  display: flex;
  gap: 30px;
  transition: transform 0.8s ease-in-out;
}

.lux-slide {
  min-width: 420px;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.lux-slide img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

/* Overlay */
.lux-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
}

.lux-overlay span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.lux-event-description {
  text-align: center;
  max-width: 800px;
  margin: 60px auto 0;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Responsive */
@media(max-width:1024px){
  .lux-slide { min-width: 340px; }
  .lux-slide img { height:380px; }
}

@media(max-width:768px){
  .lux-slide { min-width: 260px; }
  .lux-slide img { height:300px; }
}
/* Section Title */
.lux-heading {
  text-align: center;
  margin-bottom: 60px;
}

.lux-heading h2 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #111;
  margin: 0;
  position: relative;
  display: inline-block;
}

/* Optional luxury underline */
.lux-heading h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #c5a47e;
  margin: 18px auto 0;
}

/* Mobile */
@media(max-width:768px){
  .lux-heading h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1483d5b *//* SECTION */
.amenities-section {
  background: #f7f6f4;
  padding: 120px 6%;
}

/* CONTAINER */
.amenities-container {
  max-width: 1300px;
  margin: 0 auto;
}

/* HEADER */
.amenities-header {
  text-align: center;
  margin-bottom: 70px;
}

.amenities-eyebrow {
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #8a7f73;
  display: inline-block;
  margin-bottom: 14px;
}

.amenities-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 500;
  color: #1c1c1c;
}

.amenities-title span {
  font-style: italic;
}

/* GRID */
.amenities-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

/* COLUMN CARD */
.amenities-column {
  background: #ffffff;
  padding: 48px 52px;
  border-radius: 10px;
  position: relative;
  box-shadow:
    0 30px 60px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.6);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease, box-shadow 0.6s ease;
}

/* Decorative accent */
.amenities-column::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 52px;
  width: 42px;
  height: 2px;
  background: #c5bdb4;
}

/* Hover */
.amenities-column:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.08);
}

/* Subtitle */
.amenity-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a7f73;
  margin-bottom: 28px;
}

/* LIST */
.amenities-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.amenities-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #2f2f2f;
  padding: 16px 0;
  border-bottom: 1px solid #ece9e6;
}

.amenities-list li:last-child {
  border-bottom: none;
}

/* ICON */
.amenity-icon {
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1eee9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* TEXT EMPHASIS */
.amenities-list strong {
  font-weight: 600;
  color: #1c1c1c;
}

/* REVEAL */
.amenities-column.visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .amenities-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 600px) {
  .amenities-section {
    padding: 90px 6%;
  }

  .amenities-title {
    font-size: 32px;
  }

  .amenities-column {
    padding: 40px 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb015f0 *//* ================================
   LUXURY GALLERY PREVIEW SECTION
================================ */

.lux-gallery-preview {
  padding: 120px 6%;
  background: #0f0f0f;
  position: relative;
  overflow: hidden;
}

.lux-gallery-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* LEFT CONTENT */

.lux-gallery-content {
  flex: 1;
  min-width: 320px;
  max-width: 520px;
}

.lux-gallery-title {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.lux-gallery-description {
  font-size: 17px;
  line-height: 1.8;
  color: #bfbfbf;
  margin-bottom: 35px;
}

/* CTA BUTTON */

.lux-gallery-btn {
  display: inline-block;
  padding: 14px 34px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #c8a96a;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.lux-gallery-btn:hover {
  background: #c8a96a;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(200,169,106,0.3);
}

/* RIGHT IMAGES GRID */

.lux-gallery-images {
  flex: 1;
  min-width: 320px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.lux-img {
  height: 220px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.6s ease;
}

.lux-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
  opacity: 0.6;
  transition: 0.4s;
}

.lux-img:hover {
  transform: scale(1.05);
}

.lux-img:hover::after {
  opacity: 0.3;
}

/* SAMPLE IMAGES (Replace with your own) */
.lux-img-1 { background-image: url('https://mangalasserypavilion.com/wp-content/uploads/2026/02/1721632495_WhatsApp_Image_2024_07_22_at_12.43.01_PM.webp'); }
.lux-img-2 { background-image: url('https://mangalasserypavilion.com/wp-content/uploads/2026/02/DSC05946.webp'); }
.lux-img-3 { background-image: url('https://mangalasserypavilion.com/wp-content/uploads/2026/02/unnamed.webp'); }
.lux-img-4 { background-image: url('https://mangalasserypavilion.com/wp-content/uploads/2026/02/unnamed-5.webp'); }

/* RESPONSIVE */

@media (max-width: 992px) {
  .lux-gallery-container {
    flex-direction: column;
  }

  .lux-gallery-title {
    font-size: 34px;
  }

  .lux-gallery-images {
    margin-top: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2886fd5 */.mp-testimonial-intro {
  padding: 90px 20px;
  background: #f9f9f9;
  text-align: center;
}

.mp-container {
  max-width: 800px;
  margin: 0 auto;
}

.mp-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #b08d57;
  margin-bottom: 15px;
}

.mp-title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #222;
}

.mp-description {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
  max-width: 650px;
  margin: 0 auto 35px auto;
}

/* Button Styling */
.mp-review-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #b08d57; /* soft gold */
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 40px;
  transition: all 0.3s ease;
}

.mp-review-btn:hover {
  background: #9a7848;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3df47f */.lux-location {
  padding: 100px 20px;
  background: #f9f7f3;
  font-family: 'Raleway', sans-serif;
}

.lux-container {
  max-width: 1200px;
  margin: auto;
}

.lux-location-grid {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.lux-location-content {
  flex: 1;
}

.lux-location-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
}

.lux-location-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.lux-map-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #d4af37;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s ease;
}

.lux-map-btn:hover {
  background: #b9972f;
}

.lux-map-box {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.lux-map-box iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .lux-location-grid {
    flex-direction: column;
  }

  .lux-map-box iframe {
    height: 350px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c31c98 */.lux-cta-section {
  position: relative;
  padding: 120px 20px;
  text-align: center;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  background: url('https://mangalasserypavilion.com/wp-content/uploads/2026/02/unnamed-8-scaled.webp') center/cover no-repeat;
  overflow: hidden;
}

.lux-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(0,0,0,0.6));
}

.lux-cta-container {
  position: relative;
  max-width: 900px;
  margin: auto;
  z-index: 2;
}

.lux-cta-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.lux-cta-text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
  opacity: 0.9;
}

.lux-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* Primary Button */
.lux-btn-primary {
  padding: 16px 40px;
  background: #d4af37;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.lux-btn-primary:hover {
  background: #b9972f;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

/* Outline Button */
.lux-btn-outline {
  padding: 16px 40px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.lux-btn-outline:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .lux-cta-title {
    font-size: 30px;
  }

  .lux-cta-text {
    font-size: 16px;
  }
}/* End custom CSS */