    /* =============== GLOBAL =============== */
    :root {
      --accent: #dd3232;
      --bg-beige: #f5e9dc;
      --text-dark: #3a3029;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: "Poppins", sans-serif;
      background-color: var(--bg-beige);
      overflow-x: hidden;
    }

    img {
      max-width: 100%;
      display: block;
    }

    section {
      width: 100%;
    }

    /* ================== 1. PARALLAX BANNER ================== */

    .parallax-banner {
      position: relative;
      width: 100%;
      min-height: 100vh;
      background-image: url("../banner/banner-4.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      overflow: hidden;
    }

    /* Optional extra layers (decoration only) */
    .parallax-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("layer2.png") center/contain no-repeat,
                  url("layer1.png") center/contain no-repeat;
      pointer-events: none;
      opacity: 0.55;
      z-index: 2;
    }

    /* Dark overlay */
    .parallax-banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.24);
      z-index: 3;
    }

    .parallax-content {
      position: absolute;
      width: 100%;
      max-width: 900px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 10;
      color: #fff;
      padding: 20px;
    }

    .parallax-sub {
      font-size: clamp(12px, 2vw, 18px);
      letter-spacing: 2px;
      opacity: 0.7;
      margin-bottom: 8px;
    }

.parallaxCurtain {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
 background: repeating-linear-gradient(
        to left,
        var(--accent) 5vw,
        #ad0c0c 10vw,
        #f26b6b 12vw
      );
     z-index: 12;
  transition: transform 1.8s cubic-bezier(.25,.8,.25,1);
  pointer-events: none;
}

.parallaxCurtain.left { left: 0; transform: translateX(0); }
.parallaxCurtain.right { right: 0; transform: translateX(0); }

.parallax-open .parallaxCurtain.left { transform: translateX(-100%); }
.parallax-open .parallaxCurtain.right { transform: translateX(100%); }


.parallax-title {
      text-transform: uppercase;
      font-size: clamp(2rem, 8vw, 5rem);
      line-height: 1.1;
      opacity: 0.95;
      margin-bottom: 12px;
    }

    .parallax-title span {
      font-weight: 900;
    }

    .parallax-desc {
      font-size: clamp(14px, 2vw, 20px);
      opacity: 0.9;
      margin-bottom: 25px;
    }

    .parallax-btn {
      display: inline-block;
      padding: 14px 32px;
      border-radius: 35px;
      background: #fff;
      color: #000;
      font-weight: 600;
      font-size: clamp(14px, 1.8vw, 18px);
      text-decoration: none;
      transition: 0.3s ease;
    }

    .parallax-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    }

    @media (max-width: 1024px) {
      .parallax-banner {
        background-attachment: scroll; /* smoother on mobile/tablet */
      }
    }

    @media (max-width: 768px) {
      .parallax-banner {
        min-height: 75vh;
        background-position: top center;
      }
      .parallax-content {
        padding: 15px;
      }
    }

    @media (max-width: 480px) {
      .parallax-title {
        font-size: clamp(1.8rem, 10vw, 3rem);
      }
      .parallax-desc {
        font-size: 14px;
      }
      .parallax-btn {
        padding: 12px 28px;
      }
    }

    /* ================== 2. ABOUT / MISSION ================== */

    .about-mission-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 25px;
      padding: 60px 30px;
      background: #f7f1ea;
      border-radius: 20px;
      overflow: hidden;
      max-width: 1200px;
      margin: 40px auto;
    }

    .left-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px;
    }

    .right-grid {
      display: grid;
      gap: 20px;
    }

    .box {
      background: #e3d5cc;
      padding: 35px;
      border-radius: 15px;
    }

    .box h3 {
      margin-bottom: 12px;
      font-size: 22px;
      font-weight: 600;
    }

    .box p {
      font-size: 15px;
      line-height: 1.6;
    }

    @media (max-width: 992px) {
      .about-mission-section {
        grid-template-columns: 1fr;
      }
      .left-img {
        order: 1;
      }
      .right-grid {
        order: 2;
      }
    }

    @media (max-width: 576px) {
      .about-mission-section {
        padding: 40px 20px;
      }
      .box {
        padding: 25px;
      }
      .box h3 {
        font-size: 20px;
      }
      .box p {
        font-size: 14px;
      }
    }

    /* ================== 3. CURTAIN SECTION ================== */

    .curtainSection {
      position: relative;
      width: 100%;
      height: 100vh;
      min-height: 500px;
      overflow: hidden;
    }

    .curtainContent {
      width: 100%;
      height: 100%;
      position: relative;
    }

    .curtainContent img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    @media (max-width: 576px) {
      .curtainSection {
        height: 90vh;
      }
      .curtainContent img {
        object-position: center top;
      }
    }

    .topShape {
      position: absolute;
      top: 0;
      width: 100%;
      height: 120px;
      background:#671411;
      clip-path: ellipse(60% 100% at 50% 0%);
      z-index: 10;
    }

    .curtainContainer {
      position: absolute;
      top: 0;
      height: 100%;
      width: 50%;
      display: flex;
      transition: transform 5s cubic-bezier(.25,.8,.25,1);
      z-index: 5;
      pointer-events: none;
    }

    #leftCurtain { left: 0; justify-content: flex-end; transform: translateX(0); }
    #rightCurtain { right: 0; justify-content: flex-start; transform: translateX(0); }

    .unCurtain {
      width: 10vw;
      height: 100%;
      background: repeating-linear-gradient(
        to left,
        var(--accent) 5vw,
        #8c1212 10vw,
        #f26b6b 12vw
      );
      animation: swing 4s ease-in-out infinite;
      transform-origin: center;
    }

    .open #leftCurtain { transform: translateX(-150%); }
    .open #rightCurtain { transform: translateX(150%); }

    @keyframes swing {
      50% { transform: rotate(-1.5deg); }
    }

    .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0,0,0,.6), transparent);
      transition: opacity 5s ease-in-out;
      z-index: 6;
    }
    .open .overlay { opacity: 0; }

    @media(max-width:1200px) {
      .unCurtain { width: 12vw; }
    }

    @media(max-width:992px) {
      .curtainContainer { width: 55%; }
      .topShape { height: 90px; }
    }

    @media(max-width:768px) {
      .curtainContainer { width: 65%; }
      .unCurtain { width: 18vw; }
      .topShape { clip-path: ellipse(75% 100% at 50% 0%); }
    }

    @media(max-width:576px) {
      .curtainContainer { width: 75%; }
      .unCurtain { width: 22vw; }
      .topShape { height: 70px; clip-path: ellipse(85% 100% at 50% 0%); }
    }

    @media(max-width:400px) {
      .curtainContainer { width: 90%; }
      .unCurtain { width: 28vw; }
    }

    /* ================== 4. MIRROR SHOWCASE SECTION ================== */

    .mirrorShowcase {
      width: 100%;
      padding: 80px 20px;
      background: #f5e9dc;
      display: flex;
      justify-content: center;
    }

    .mirrorShowcase-container {
      max-width: 1400px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 50px;
    }

    .mirrorShowcase-content {
      width: 50%;
      text-align: center;
      color: var(--text-dark);
    }

    .mirrorShowcase-content h2 {
      font-size: clamp(32px, 4vw, 64px);
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 25px;
    }

    .mirrorShowcase-btn {
      padding: 10px 25px;
      border: 1px solid var(--text-dark);
      border-radius: 25px;
      background: transparent;
      font-size: 15px;
      cursor: pointer;
      text-decoration: none;
      color: var(--text-dark);
      transition: .3s ease;
    }

    .mirrorShowcase-btn:hover {
      background: var(--text-dark);
      color: #fff;
    }

    .mirrorShowcase-image {
      width: 50%;
      position: relative;
    }

    .mirrorShowcase-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .mirrorShowcase-tag {
      position: absolute;
      right: 45px;
      top: 50%;
      transform: translateY(-50%);
      background: var(--text-dark);
      color: #fff;
      padding: 18px 20px;
      border-radius: 50%;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      line-height: 18px;
      font-weight: 500;
    }

    @media (max-width: 1024px) {
      .mirrorShowcase-container {
        flex-direction: column;
        gap: 40px;
      }
      .mirrorShowcase-content,
      .mirrorShowcase-image {
        width: 100%;
      }
      .mirrorShowcase-tag {
        right: 20px;
        top: 40%;
      }
    }

    @media (max-width: 600px) {
      .mirrorShowcase-tag {
        right: 15px;
        padding: 14px 16px;
        font-size: 14px;
      }
    }

    /* ================== 5. HERO WITH FLOATING CARD ================== */

    .hero-section {
      position: relative;
      width: 100%;
      overflow: hidden;
      margin-top: 40px;
    }

    .hero-image {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      display: block;
      border-top-left-radius: 60px;
      border-top-right-radius: 60px;
    }

    .floating-card {
      position: absolute;
      right: 5%;
      top: 44%;
      transform: translateY(-50%);
      background: #fff;
      padding: 24px;
      border-radius: 16px;
      max-width: 420px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
      z-index: 10;
    }

    .floating-card h3 {
      margin-bottom: 12px;
      font-size: 1.4rem;
      font-weight: 700;
    }

    .floating-card p {
      margin: 12px 0 16px;
      font-size: 1rem;
      line-height: 1.5;
    }

    .card-image {
      width: 100%;
      height: auto;
      max-width: 350px;
      max-height: 240px;
      border-radius: 14px;
      display: block;
      margin: 0 auto 15px auto;
      object-fit: cover;
      border-top-left-radius: 60px;
      border-top-right-radius: 60px;
    }

    @media(max-width: 768px) {
      .hero-section {
        min-height: auto;
        padding: 0 0 120px 0;
      }

      .hero-image {
        height: 55vh;
        border-radius: 0;
      }

      .floating-card {
        position: relative !important;
        top: auto;
        right: auto;
        transform: none;
        margin: -40px auto 0;
        width: 92%;
        max-width: 380px;
        text-align: center;
        padding: 20px;
      }

      .card-image {
        max-width: 230px;
        max-height: 170px;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
      }
    }

    @media(max-width: 480px) {
      .floating-card {
        width: 95%;
        margin-top: -30px;
        padding: 16px;
      }

      .card-image {
        max-width: 180px;
        max-height: 140px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
      }

      .floating-card h3 { font-size: 1.1rem; }
      .floating-card p { font-size: 0.88rem; }
    }

    /* ================== 6. SERVICES SECTION ================== */

    .serviceSection {
      width: 100%;
      background: black;
      color: white;
      padding: 80px 20px;
      display: flex;
      justify-content: center;
    }

    .serviceContainer {
      width: 100%;
      max-width: 1300px;
      margin: auto;
    }

    .serviceTitle {
      font-size: clamp(34px, 6vw, 70px);
      font-weight: 800;
    }

    .serviceSubtitle {
      font-size: 18px;
      margin-top: 10px;
      opacity: 0.7;
    }

    .serviceDivider {
      margin: 40px 0;
      border: none;
      border-top: 1px solid #fff;
    }

    .serviceRow {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 25px;
      padding: 40px 0;
      border-bottom: 1px solid #fff;
    }

    .serviceLeft,
    .serviceMiddle,
    .serviceRight {
      flex: 1 1 100%;
      text-align: center;
    }

    .serviceLeft h3 {
      font-size: 32px;
      font-weight: 600;
    }

    .serviceLeft span {
      font-size: 15px;
      opacity: 0.8;
      margin-top: 5px;
      display: block;
    }

    .serviceMiddle {
      font-size: 16px;
      line-height: 1.6;
      opacity: 0.9;
    }

    .serviceRight {
      display: flex;
      justify-content: center;
    }

    .serviceIcon {
      font-size: 45px;
      color: #8d8d8d;
    }

    @media (min-width: 992px) {
      .serviceLeft {
        flex: 0 0 30%;
        text-align: left;
      }
      .serviceMiddle {
        flex: 0 0 55%;
        text-align: left;
      }
      .serviceRight {
        flex: 0 0 10%;
        justify-content: flex-end;
      }
    }

    @media (max-width: 600px) {
      .serviceSection {
        padding: 60px 15px;
      }
    }

    /* ================== 7. FOOTER ================== */

    .custom-footer {
      background: #671411;
      padding: 80px 20px 40px;
      color: #fff;
      text-align: center;
      margin-top: 40px;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
    }

    .footer-logo img {
      width: 160px;
      height: auto;
      margin-bottom: 30px;
    }

    .footer-line {
      border: none;
      border-top: 1px solid rgba(255,255,255,.4);
      width: 90%;
      margin: 0 auto 30px;
    }

    .footer-columns {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 50px;
      margin-bottom: 40px;
      text-align: center;
    }

    .footer-col h4 {
      margin-bottom: 15px;
      font-size: 18px;
      opacity: 0.9;
    }

    .footer-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-col ul li {
      font-size: 18px;
      margin-bottom: 10px;
      transition: .3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .footer-col ul li i {
      font-size: 18px;
      color: #ffffffc1;
    }

    .footer-copy {
      margin-top: 10px;
      font-size: 15px;
      opacity: .75;
    }

    @media (max-width: 600px) {
      .footer-logo img {
        width: 120px;
      }
      .footer-col ul li {
        font-size: 16px;
      }
    }







     /* Floating Button Container */
.floating-buttons {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999999999 !important; /* VERY HIGH */
  pointer-events: auto;
}


/* Individual Buttons */
.float-btn {
  width: 55px;
  height: 55px;
  background: #25D366; /* WhatsApp default */
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0,0,0,0.28);
  transition: .35s ease;
}

/* Hover effect */
.float-btn:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 6px 25px rgba(0,0,0,0.35);
}

/* Call button style */
.float-btn.call {
  background: #8c1212; /* Custom brand color */
}
.float-btn.call:hover {
  background: #a41515;
}

/* WhatsApp custom hover */
.float-btn.whatsapp:hover {
  background: #1ebe5c;
}

/* MOBILE RESPONSIVE */
@media(max-width: 600px) {
  .floating-buttons {
    bottom: 15px;
    right: 15px;
  }
  .float-btn {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
}




