

  :root{
    --ink:#0f172a; --muted:#64748b;
    --brand:red; --brand-dark:red;
    --bg-grad-1:#e0f2fe; --bg-grad-2:#ccfbf1;
    --nav-height:72px;
  }

  /* base */
  html,body{height:100%}
  html{
      scroll-behavior: smooth;
  }
  body{
    background:
      radial-gradient(at 20% 0%, var(--bg-grad-1) 0, transparent 50%),
      radial-gradient(at 80% 0%, var(--bg-grad-2) 0, transparent 50%),
      #f8fafc;
    color:var(--ink);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    margin:0;
  }

  /* ✅ Universal Section Width Fix for Mobile View */
  @media (max-width: 768px) {
    #hero-compact-premium{
      width: 100%;
    }
    .py-5{
      padding: 20px;
    }
  }


  .luxbc-title{
    font-family:monospace !important;
    font-size: 30px !important;
  }


  /* =================================================== NAVBAR START ================================== */
  
  
  
  
  .navbar{
    position:fixed; top:0; left:0; right:0; z-index:1050;
    height:var(--nav-height);
    background:white;
    backdrop-filter:blur(12px) saturate(160%);
    -webkit-backdrop-filter:blur(12px) saturate(160%);
    border-bottom:1px solid rgba(15,23,42,.08);
  }
  .navbar-brand img{ height:55px; width:auto; }
  .nav-link{ font-weight:600; color:#1f2937 !important; padding:.5rem 1rem !important; position:relative; transition:.2s }
  .nav-link:hover,.nav-link.active{ color:#0b1324 !important }

  /* hover underline */
  .navbar-nav .nav-link::after{
    content:""; position:absolute; bottom:6px; left:1rem; right:1rem; height:2.5px;
    background:var(--brand); border-radius:4px; transform:scaleX(0);
    transform-origin:left; transition:transform .3s ease; opacity:.85;
  }
  .navbar-nav .nav-link:hover::after{ transform:scaleX(1) }

  /* buttons */
  .btn-custom-ghost{
    background:transparent; border:1.5px solid #cbd5e1; color:var(--ink);
    font-weight:600; padding:.5rem 1.1rem; border-radius:10px; transition:.2s;
  }
  .btn-custom-ghost:hover{ background:#f1f5f9; border-color:#94a3b8 }
  .btn-custom-primary{
    background:linear-gradient(135deg,var(--brand),var(--brand-dark)); color:#fff; border:none;
    font-weight:600; padding:.5rem 1.25rem; border-radius:10px;
    box-shadow:0 4px 12px rgba(14,165,233,.25); transition:.2s;
  }
  .btn-custom-primary:hover{ transform:translateY(-1px); box-shadow:0 6px 16px rgba(14,165,233,.35) }

  /* mega dropdown (desktop) */
  .mega-dropdown{ position:static !important }
  .dropdown-menu.mega{
    display:block; visibility:hidden; opacity:0;
    position:fixed; top:calc(var(--nav-height) + 10px); left:50%; transform:translateX(-50%);
    width:94%; max-width:1140px; padding:2rem;
    border:1px solid rgba(255,255,255,.4);
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px);
    border-radius:20px; box-shadow:0 20px 60px -10px rgba(15,23,42,.15), 0 8px 20px -5px rgba(15,23,42,.1);
    transition:all .25s cubic-bezier(.4,0,.2,1); z-index:1060;
  }
  @media (min-width:992px){
    .mega-dropdown:hover .nav-link::after{ transform:scaleX(1) }
    .mega-dropdown:hover .dropdown-menu.mega{ visibility:visible; opacity:1; top:var(--nav-height) }
  }
  .mega-title{ font-size:.8rem; text-transform:uppercase; letter-spacing:1px; font-weight:800; color:var(--brand-dark); margin-bottom:1.2rem; border-left:3px solid var(--brand); padding-left:10px }
  .mega-list{ list-style:none; padding:0; margin:0 }
  .mega-list li{ margin-bottom:.4rem }
  .mega-item-link{ display:flex; align-items:center; gap:12px; padding:8px 12px; border-radius:12px; text-decoration:none; color:var(--ink); font-weight:500; transition:.2s; font-size:.95rem }
  .mega-item-link:hover{ background:#f1f5f9; color:var(--brand-dark) }
  .mega-icon{ width:32px; height:32px; display:grid; place-items:center; background:#fff; border:1px solid #e2e8f0; border-radius:8px; font-size:1rem; color:var(--brand); transition:.2s }
  .mega-item-link:hover .mega-icon{ background:var(--brand); border-color:var(--brand); color:#fff }

  /* ========== MOBILE: FULL-WIDTH COLLAPSE PANEL (WHITE) ========== */
  @media (max-width:991.98px){
    /* collapse becomes a fixed white drawer covering full width under the glass header */
    .navbar .navbar-collapse{
      position:static;
      top:var(--nav-height);
      left:0; right:0;
      width:100vw;
      height:calc(100vh - var(--nav-height));
      background:#ffffff;            /* PURE WHITE */
      overflow:auto;
      box-shadow:0 8px 24px rgba(0,0,0,.08);
      padding:1rem 1.25rem;
    }
    /* keep container padding from clipping the white panel edges */
    .navbar .container-fluid{ padding-left:1rem; padding-right:1rem }
  }


   /* Sirf open/transition me drawer banayein */
  .navbar .navbar-collapse.show,
  .navbar .navbar-collapse.collapsing{
    position: fixed;
    top: var(--nav-height);
    left: 0; right: 0;
    width: 100vw;
    height: calc(100vh - var(--nav-height));
    background: #ffffff;
    overflow: auto;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    padding: 1rem 1.25rem;
    z-index: 11500; /* toggler (12010) se neeche hi rakhein */
  }

  /* Offcanvas for Services on mobile — ensure it appears ABOVE everything */
  .offcanvas.mega-offcanvas{
    background:#ffffff;
    z-index:1200;              /* higher than navbar(1050) and collapse */
  }
  .offcanvas-backdrop{ z-index:1190; }



  /* ===== ENQUIRY MODAL (FIXED & CENTERED) ===== */
  .modal-backdrop-custom{
    position: fixed; inset: 0;
    z-index: 2000;                    /* above navbar/collapse */
    background: rgba(15,23,42,0.45);
    backdrop-filter: blur(4px);
    opacity: 0; visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }
  .modal-backdrop-custom.show{ opacity: 1; visibility: visible; }

  .enquiry-modal-wrap{
    position: fixed; inset: 0;
    z-index: 2001;                    /* above backdrop */
    display: grid; place-items: center;   /* perfect centering */
    pointer-events: none;
  }

  .enquiry-modal-card{
    width: min(600px, 92vw);          /* STOP 100% width */
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
    opacity: 0; transform: scale(.95) translateY(12px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: auto;
    max-height: 90vh; display: flex; flex-direction: column;
  }
  .modal-backdrop-custom.show .enquiry-modal-card{
    opacity: 1; transform: scale(1) translateY(0);
  }

  .modal-header-custom{
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex; align-items: center; justify-content: space-between;
  }
  .modal-body-custom{
    padding: 1.25rem;
    overflow-y: auto;
    max-height: calc(90vh - 64px);    /* keep content scroll inside card */
  }

  .btn-close-custom{
    background: #e2e8f0; border: 0; width: 32px; height: 32px;
    border-radius: 50%; display: grid; place-items: center; cursor: pointer;
  }
  .btn-close-custom:hover{ background:#cbd5e1 }

  /* make sure mobile navbar drawer sits under modal */
  @media (max-width: 991.98px){
    .navbar .navbar-collapse{ z-index: 1500; }  /* modal is 2001 */
  }




  /* navbar toggel error fix  */


  /* ====== FIX 1: Mobile par navbar toggle (hamburger) ko RIGHT me push karo ====== */
@media (max-width: 991.98px){
  .navbar .navbar-toggler{
    margin-left: auto;    /* push to extreme right */
    position: relative;
    z-index: 12010;       /* tappable above everything */
  }
  /* optional: brand image bada ho to wrap na ho */
  .navbar .navbar-brand img{ max-height: 52px; height:auto; }
}

/* ====== FIX 2: Floating icons ko navbar se neeche rakho + scroll btn ke upar set karo ====== */
.floating-icons{
  z-index: 1000;                 /* 9999 -> 1000 (navbar (1050+) se neeche) */
  bottom: calc(48px + 20px);     /* back-to-top (48px) ke just upar 20px gap */
  right: 16px;                   /* safe padding */
}

/* Scroll-to-top button already has lower z-index (40). Keep it visible under icons. */
.ilf-backtop{ z-index: 50; }

/* ====== FIX 3: Icons size ko scroll button ke equal (48px) karein, aur labels hover par aayein ====== */
.floating-icons .icon{
  width: 48px;                   /* was 50px */
  height: 48px;
  font-size: 20px;               /* thoda balanced inside 48px */
}

/* Tooltip (label) already set — keep smooth reveal */
.floating-icons .icon .label{
  right: 56px;                   /* 48px icon + 8px gap */
}

/* ====== FIX 4: Navbar/collapse/offcanvas stacking clean ====== */
.navbar{ z-index: 12000; }       /* always above floating icons */
.navbar .navbar-collapse{ z-index: 11500; }
.offcanvas.mega-offcanvas{ z-index: 12100; }  /* offcanvas sabse upar */



/* === Enquiry modal: keep centered with safe gap below fixed navbar === */
.enquiry-modal-wrap{
  padding-top: calc(var(--nav-height) + 16px);   /* gap below navbar */
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;                           /* bottom breathing */
  display: grid; place-items: center;             /* ensure centering */
}

.enquiry-modal-card{
  margin: 0 auto;
  max-height: calc(100vh - var(--nav-height) - 48px); /* avoid touching top/bottom */
}

/* Mobile fine-tune (handle notches + smaller heights) */
@media (max-width: 991.98px){
  .enquiry-modal-wrap{
    padding-top: calc(var(--nav-height) + env(safe-area-inset-top, 0px) + 12px);
  }
  .enquiry-modal-card{
    max-height: calc(100vh - var(--nav-height) - 32px);
  }
}



#luxbc-banner{
  margin-top: 50px;
}



  /* =================================================== NAVBAR END ================================== */




  /* =================================================== SLIDER START ================================== */


  /* ==== Slider Base ==== */
.unique-slider-section {
  position: relative;
}

.unique-slider-section .carousel-item {
  position: relative;
  height: 90vh;
  min-height: 550px;
  overflow: hidden;
}

.unique-slider-section .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 8s linear;
}

.unique-slider-section .carousel-item.active img {
  transform: scale(1.1);
}

/* ==== Black Shade Overlay ==== */
.unique-slider-section .unique-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(53, 52, 52, 0.45); 
  z-index: 1;
}

/* ==== Blur Info Card (Left Bottom) ==== */
.unique-info-card {
  position: absolute;
  bottom: 50px;
  left: 60px;
  z-index: 2;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 25px 30px;
  color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1.2s ease forwards;
}

.unique-info-card h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.unique-info-card p {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.5;
  opacity: 0.9;
}

/* ==== Attractive Button ==== */
.unique-btn {
  background: #6366f1;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.unique-btn:hover {
  background: #818cf8;
  transform: translateY(-2px);
}

/* ==== Controls ==== */
.carousel-control-prev,
.carousel-control-next {
  width: 7%;
  z-index: 5;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background-size: 55%;
  border: 1px solid rgba(15, 23, 42, 0.15);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* ==== Indicators ==== */
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* ==== Fade Animation ==== */
@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ==== Responsive ==== */
@media (max-width: 991.98px) {
  .unique-slider-section .carousel-item {
    height: 60vh;
  }

  .unique-info-card {
    left: 20px;
    right: 20px;
    bottom: 30px;
    max-width: 100%;
    padding: 20px;
  }

  .unique-info-card h2 {
    font-size: 1.4rem;
  }

  .unique-info-card p {
    font-size: 0.9rem;
  }

  .unique-btn {
    padding: 8px 18px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .unique-slider-section .carousel-item {
    height: 55vh;
  }

  .unique-info-card {
    bottom: 20px;
    padding: 18px;
  }

  .unique-info-card h2 {
    font-size: 1.2rem;
  }
}





  /* =================================================== ABOUT US START ================================== */
          :root {
              --luxury-accent: red;
              --luxury-dark: #0F172A;
              --luxury-gradient: linear-gradient(135deg, red 0%, #4F46E5 100%);
          }
          
          /* Custom Animations & Utilities that Bootstrap doesn't have by default */
          @keyframes float-premium {
              0%, 100% { transform: translateY(0px); }
              50% { transform: translateY(-12px); }
          }
          .animate-float-premium { animation: float-premium 4s cubic-bezier(0.45, 0, 0.55, 1) infinite; }
          
          .text-luxury-dark { color: var(--luxury-dark); }
          .text-luxury-accent { color: var(--luxury-accent); }
          .bg-luxury-dark { background-color: var(--luxury-dark); }
          .bg-luxury-accent { background-color: var(--luxury-accent); }
          .bg-luxury-gradient-text {
              background: var(--luxury-gradient);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
          }
          .shadow-luxury-card { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.12); }
          .shadow-luxury-glow { box-shadow: 0 15px 40px -15px rgba(109, 40, 217, 0.4); }
          .tracking-tight { letter-spacing: -0.035em; width: 100%;  } /* Tighter tracking for headings like the image */

          /* Custom styles to match previous look */
          #hero-compact-premium {
              min-height: 100vh;
              display: flex;
              align-items: center;
              position: relative;
              overflow: hidden;
              background-color: white;
          }
          .blur-blob {
              position: absolute;
              border-radius: 50%;
              filter: blur(120px);
              opacity: 0.3;
              z-index: 0;
          }
          .blob-1 { top: -10%; left: -10%; width: 35%; height: 35%; background-color: rgba(233, 213, 255, 0.5); animation: pulse 4s infinite; }
          .blob-2 { bottom: -10%; right: -5%; width: 45%; height: 45%; background-color: rgba(224, 231, 255, 0.6); }

          /* Button specific overrides */
          .btn-luxury-primary {
              background-color: var(--luxury-dark);
              color: white;
              border: none;
              transition: all 0.3s ease;
          }
          .btn-luxury-primary:hover {
              background-color: var(--luxury-accent);
              transform: translateY(-4px);
              box-shadow: var(--luxury-glow);
              color: white;
          }
          .btn-luxury-secondary {
              background-color: white;
              color: #334155;
              border: 2px solid #e2e8f0;
              transition: all 0.3s ease;
          }
          .btn-luxury-secondary:hover {
              border-color: rgba(109, 40, 217, 0.3);
              background-color: rgba(243, 232, 255, 0.5);
              color: var(--luxury-accent);
              transform: translateY(-4px);
          }

          /* Floating Card Specifics */
          #floating-insta-card {
              transition: all 0.5s ease;
          }
          #floating-insta-card:hover {
              transform: scale(1.05) rotate(-2deg);
          }

          /* Responsive Adjustments */
          @media (min-width: 992px) { /* lg breakpoint in Bootstrap */
              #hero-compact-premium { padding-top: 4rem; padding-bottom: 4rem; margin-left:-20px ; }
              #floating-insta-card { bottom: 3rem; left: -3rem;  }
          }
          @media (max-width: 991.98px) {
              #hero-compact-premium { padding-top: 3rem; padding-bottom: 3rem; padding: 20px; }
              #floating-insta-card { bottom: 2rem; left: -1.5rem;}
              
          }


  /* =================================================== ABOUT US end ================================== */



  /* -------------------------------------- SERVIES START -------------------------------------------- */

      /* Card Wrapper */
      .service-card-wrapper {
        position: relative;
        min-height: 250px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        overflow: hidden;
        border-radius: 1rem;
        background-color: #fff;
        transition: box-shadow 0.3s ease-in-out;
      }

      .service-card-wrapper:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      }

      /* Front Content */
      .front-content {
        transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
        opacity: 1;
        transform: translateY(0);
        height: 100%;
        padding: 2rem;
        text-align: center;
      }

      /* Back Content (Image Overlay) */
      .back-content {
        position: absolute;
        inset: 0;
        opacity: 0;
        transform: scale(0.9);
        transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
        z-index: 10;
      }

      .service-card-wrapper:hover .front-content {
        opacity: 0;
        transform: translateY(-20px);
      }

      .service-card-wrapper:hover .back-content {
        opacity: 1;
        transform: scale(1);
      }

      .icon-box {
        font-size: 2rem;
        color: red;
        background-color: #e6f9f0;
        border-radius: 1rem;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1rem;
      }

      .arrow-link {
        font-size: 1.25rem;
        color: red;
        text-decoration: none;
        transition: color 0.3s;
      }

      .arrow-link:hover {
        color: red;
      }

      img.rounded-xl {
        border-radius: 1rem;
        padding: 20px !important;
        border-radius: 5% !important;
      }




    /* <!-- ================================== CLINT LOGO START ================================== --> */


 
    /* ==================== CLIENT LOGO SLIDER FIX ==================== */

#logoSlider {
  background: #fff;
  padding: 32px 0;
  overflow: hidden;
  position: relative;
}

/* Track wrapper */
.logo-track-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* Base track animation */
.logo-track {
  display: flex;
  align-items: center;
  gap: 60px; /* desktop gap */
  width: max-content;
  animation: scroll 80s linear infinite; /* smooth and slow */
}

/* Each logo base style */
.logo-track img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  opacity: 0.9;
  transition: all 0.3s ease;
  margin: 0 !important; /* removed negative margin */
}

.logo-track img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Animation */
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==================== RESPONSIVE FIX ==================== */

/* Tablets */
@media (max-width: 992px) {
  .logo-track {
    gap: 40px;
    animation-duration: 60s; /* little faster */
  }
  .logo-track img {
    width: 130px;
    height: 100px;
  }
}

/* Mobiles */
@media (max-width: 768px) {
  .logo-track {
    gap: 25px;               /* small gap */
    animation-duration: 90s; /* 👈 slower speed */
  }
  .logo-track img {
    width: 180px;            /* 👈 bigger logos */
    height: 140px;
  }
}

/* Small Mobiles */
@media (max-width: 576px) {
  .logo-track {
    gap: 20px;               /* very small gap */
    animation-duration: 100s; /* 👈 even slower for small screens */
  }
  .logo-track img {
    width: 200px;            /* 👈 clearly visible 1–2 logos */
    height: 160px;
  }
}




    /* <!-- ================================== CLINT LOGO START ================================== --> */


/* <!-------------------------------------- WHY CHOOUS SECTION START ---------------------------------> */


    /* ===== Section Styling ===== */
    #whyChooseUs {
      position: relative;
      background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat fixed;
      padding: 40px 0;
      display: flex;
      align-items: center;
    }

    /* Dark Overlay */
    #whyChooseUs::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(102, 126, 234, 0.88) 0%, rgba(118, 75, 162, 0.88) 100%);
      z-index: 1;
    }

    /* Content */
    .content-wrapper {
      position: relative;
      z-index: 2;
    }

    /* Left Section */
    .left-section {
      color: #fff;
    }

    .left-section h2 {
      font-weight: 800;
      font-size: 2.5rem;
      margin-bottom: 15px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    }

    .left-section p {
      font-size: 1rem;
      margin-bottom: 25px;
      opacity: 0.95;
      line-height: 1.6;
    }

    .btn-orange {
      background: linear-gradient(135deg, #f01010 0%, #df0f0f 100%);
      color: #fff;
      border-radius: 50px;
      padding: 15px 35px;
      border: none;
      font-weight: 600;
      font-size: 1rem;
      box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .btn-orange:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 30px rgba(255, 107, 53, 0.5);
    }

    /* ===== Feature Cards Grid ===== */
    .features-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 650px;
      margin-left: auto;
    }

    .feature-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
      padding: 20px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
    }

    .feature-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, #f50404 0%, #f01212 100%);
    }

    .feature-card:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    }

    .feature-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ec1919 0%, #ee1212 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
    }

    .feature-icon i {
      font-size: 1.5rem;
      color: #fff;
    }

    .feature-card h6 {
      margin: 0 0 10px 0;
      font-weight: 700;
      color: #222;
      font-size: 1.1rem;
    }

    .feature-card p {
      color: #666;
      font-size: 0.88rem;
      line-height: 1.5;
      margin: 0;
    }

    /* ===== Responsive ===== */
    @media (max-width: 1200px) {
      .features-grid {
        max-width: 600px;
      }
    }

    @media (max-width: 992px) {
      #whyChooseUs {
        padding: 60px 0;
      }

      .features-grid {
        margin-top: 40px;
        margin-left: 0;
      }

      .left-section h2 {
        font-size: 2.5rem;
      }
    }

    @media (max-width: 768px) {
      .features-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 40px auto 0;
      }

      .left-section h2 {
        font-size: 2rem;
      }

      .left-section {
        text-align: center;
      }
    }

    @media (max-width: 576px) {
      .left-section h2 {
        font-size: 1.8rem;
      }

      .feature-card {
        padding: 20px;
      }
    }

    

/*----------------------------------------- project se ction start -------------------------------- */

 :root {
            --primary: red;
            --primary-dark: #5B21B6;
            --cream: #f8f6f0;
            --dark: #1a1a1a;
            --grey: #6b6b6b;
            --light-grey: #f5f5f5;
        }
    .luxury-section {
            background: white;
            padding: 120px 0;
            position: relative;
        }

   

        .section-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .section-subtitle-luxury {
            font-family: 'Playfair Display', serif;
            font-size: 0.9rem;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 15px;
        }

        .section-title-luxury {
            font-family: 'Playfair Display', serif;
            font-size: 4rem;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .section-divider {
            width: 80px;
            height: 2px;
            background: var(--primary);
            margin: 25px auto;
        }

        .section-description {
            color: var(--grey);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.8;
        }

        /* Luxury Card */
        .luxury-card {
            background: #ffffff;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
            position: relative;
            height: 100%;
            margin-bottom: 30px;
        }

        .luxury-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--primary), transparent);
            transform: scaleX(0);
            transition: transform 0.6s ease;
        }

        .luxury-card:hover::before {
            transform: scaleX(1);
        }

        .luxury-card:hover {
            transform: translateY(-20px);
            box-shadow: 0 30px 60px rgba(109, 40, 217, 0.15);
        }

        .luxury-image-wrapper {
            position: relative;
            overflow: hidden;
            height: 250px;
            background: var(--light-grey);
        }

        .luxury-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
            filter: grayscale(20%);
        }

        .luxury-card:hover .luxury-image {
            transform: scale(1.1);
            filter: grayscale(0%);
        }

        .luxury-number {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background: var(--primary);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Playfair Display', serif;
            font-size: 1.2rem;
            font-weight: 700;
            z-index: 2;
            border-radius: 50%;
        }

        .luxury-content {
            padding: 30px 25px;
            background: white;
        }

        .luxury-category {
            font-size: 0.75rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 15px;
            display: inline-block;
        }

        .luxury-project-title {

            font-size: 20px;
            font-weight: 600;
            color: var(--dark);
            margin-bottom: 18px;
            line-height: 1.3;
        }

        .luxury-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 20px;
            border-top: 1px solid #eeeeee;
        }

        .luxury-link {
            color: var(--dark);
            text-decoration: none;
            font-weight: 500;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .luxury-link:hover {
            color: var(--primary);
            gap: 12px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .section-title-luxury {
                font-size: 2.5rem;
            }

            .luxury-image-wrapper {
                height: 200px;
            }

            .luxury-content {
                padding: 20px 15px;
            }
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .luxury-card {
            animation: fadeInUp 0.8s ease forwards;
        }

        #card-1 { animation-delay: 0.1s; }
        #card-2 { animation-delay: 0.2s; }
        #card-3 { animation-delay: 0.3s; }
        #card-4 { animation-delay: 0.4s; }
        #card-5 { animation-delay: 0.5s; }
        #card-6 { animation-delay: 0.6s; }






/* -----------------------------------------CLINT SECTION START----------------------------------- */

        .testimonial__main__wrapper {
            padding: 80px 0;
            background-color: #ffffff;
            position: relative;
        }

        .testimonial__section__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

.testimonial__content__grid {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    --bs-gutter-x: 0; /* Bootstrap gutter remove */

}

.testimonial__section__container .col-lg-5,
.testimonial__section__container .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


        .testimonial__client__card__wrapper {
            flex: 0 0 auto;
            position: relative;
            transition: all 0.5s ease;
        }

        .testimonial__card__backdrop {
            background: linear-gradient(135deg, #FFD93D 0%, #FFC107 100%);
            width: 320px;
            height: 400px;
            border-radius: 20px;
            position: relative;
            box-shadow: 0 20px 60px rgba(255, 193, 7, 0.3);
        }

        .testimonial__client__photo__container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #ffffff;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease;
        }

        .testimonial__client__photo__container:hover {
            transform: translate(-50%, -50%) scale(1.05);
        }

        .testimonial__client__image__box {
            position: relative;
            width: 260px;
            height: 300px;
            overflow: hidden;
            border-radius: 10px;
        }

        .testimonial__client__profile__img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .testimonial__video__play__overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: rgba(255, 193, 7, 0.95);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(255, 193, 7, 0.5);
        }

        .testimonial__video__play__overlay:hover {
            background: #FFD93D;
            transform: translate(-50%, -50%) scale(1.1);
        }

        .testimonial__play__icon {
            font-size: 28px;
            color: #ffffff;
            margin-left: 4px;
        }

        .testimonial__client__info__box {
            text-align: center;
            margin-top: 20px;
        }

        .testimonial__client__name__heading {
            font-size: 22px;
            font-weight: 700;
            color: #333333;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .testimonial__client__designation__text {
            font-size: 14px;
            color: #666666;
            font-weight: 500;
        }

        .testimonial__reviews__content__area {
            flex: 1;
            min-width: 300px;
            transition: all 0.5s ease;
        }

        .testimonial__section__title__heading {
            font-size: 42px;
            font-weight: 700;
            color: red;
            margin-bottom: 30px;
            position: relative;
            display: inline-block;
        }

        .testimonial__quote__icon__wrapper {
            display: inline-block;
            margin-bottom: 20px;
        }

        .testimonial__quote__icon {
            font-size: 60px;
            color: red;
            opacity: 0.2;
        }

        .testimonial__review__description__text {
            font-size: 16px;
            line-height: 1.8;
            color: #555555;
            margin-bottom: 30px;
        }

        .testimonial__quote__mark__end {
            display: inline-block;
            font-size: 48px;
            color: red;
            opacity: 0.3;
            float: right;
            margin-top: -10px;
        }

        .testimonial__carousel__dots__navigation {
            display: none;
        }

        .testimonial__pause__play__control {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-top: 25px;
            background: #f5f5f5;
            padding: 12px 20px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid red;
        }

        .testimonial__pause__play__control:hover {
            background: #e3f2fd;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(33, 150, 243, 0.2);
        }

        .testimonial__control__icon {
            font-size: 18px;
            color: red;
            transition: transform 0.3s ease;
        }

        .testimonial__control__text {
            font-size: 14px;
            font-weight: 600;
            color: red;
            margin: 0;
        }

        /* Fade animation for slider */
        .testimonial__fade__animation {
            animation: fadeInContent 0.5s ease;
        }

        @keyframes fadeInContent {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Video Modal Styles */
        .video__modal__overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }

        .video__modal__overlay.active__modal__state {
            display: flex;
        }

        .video__modal__content__box {
            position: relative;
            width: 90%;
            max-width: 900px;
            background: #000;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
        }

        .video__modal__close__btn {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255, 255, 255, 0.2);
            border: 2px solid #ffffff;
            color: #ffffff;
            font-size: 24px;
            cursor: pointer;
            z-index: 10000;
            transition: all 0.3s ease;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(10px);
        }

        .video__modal__close__btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1) rotate(90deg);
        }

        .video__iframe__container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
        }

        .video__iframe__element {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        /* Responsive Styles */
        @media (max-width: 992px) {
            .testimonial__content__grid {
                gap: 30px;
                justify-content: center;
            }

            .testimonial__section__title__heading {
                font-size: 36px;
            }

            .testimonial__card__backdrop {
                width: 280px;
                height: 360px;
            }

            .testimonial__client__image__box {
                width: 220px;
                height: 260px;
            }
        }

        @media (max-width: 768px) {
            .testimonial__main__wrapper {
                padding: 60px 0;
            }

            .testimonial__section__title__heading {
                font-size: 32px;
            }

            .testimonial__review__description__text {
                font-size: 15px;
            }

            .testimonial__card__backdrop {
                width: 260px;
                height: 340px;
            }

            .testimonial__client__image__box {
                width: 200px;
                height: 240px;
            }

            .testimonial__video__play__overlay {
                width: 60px;
                height: 60px;
            }

            .testimonial__play__icon {
                font-size: 24px;
            }
        }

        @media (max-width: 576px) {
            .testimonial__main__wrapper {
                padding: 40px 0;
            }

            .testimonial__section__title__heading {
                font-size: 28px;
            }

            .testimonial__card__backdrop {
                width: 240px;
                height: 320px;
            }

            .testimonial__client__image__box {
                width: 180px;
                height: 220px;
            }

            .testimonial__client__name__heading {
                font-size: 18px;
            }

            .video__modal__close__btn {
                top: -40px;
                font-size: 30px;
            }
        }
    

 /* -----------------------------------------CLINT SECTION END-----------------------------------  */




/* <!-------------------------------------- BLOG SECTION START ----------------------------------- ----> */





    #main-blog-container {
            padding: 80px 0;
            position: relative;
            background-color: #fff;
        }

        #blog-title-text {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #blog-description-text {
            font-size: 1rem;
            color: #666;
            margin-bottom: 40px;
            letter-spacing: 0.5px;
        }

        #blog-grid-layout {
            position: relative;
        }

        .blog-image-box {
            width: 100%;
            background: #999;
            border-radius: 0;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .blog-image-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(124, 58, 237, 0.8), rgba(168, 85, 247, 0.8));
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 1;
        }

        .blog-image-box::after {
            content: 'View More';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            color: white;
            font-size: 1.2rem;
            font-weight: 600;
            letter-spacing: 1px;
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 2;
        }

        .blog-image-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        .blog-image-box:hover::before {
            opacity: 1;
        }

        .blog-image-box:hover::after {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }

        #large-blog-image-left {
            height: 400px;
        }

        #top-blog-image-right {
            height: 280px;
        }

        #bottom-blog-image-right {
            height: 280px;
        }

        .blog-featured-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .blog-image-box:hover .blog-featured-img {
            transform: scale(1.15) rotate(2deg);
        }

        @media (max-width: 991px) {
            #large-blog-image-left {
                height: 350px;
            }

            #top-blog-image-right {
                height: 250px;
            }

            #bottom-blog-image-right {
                height: 250px;
            }
        }

        @media (max-width: 767px) {
            #main-blog-container {
                padding: 50px 0;
            }

            #blog-title-text {
                font-size: 1.25rem;
            }

            #blog-description-text {
                font-size: 0.9rem;
            }

            #large-blog-image-left {
                height: 300px;
                margin-bottom: 20px;
            }

            #top-blog-image-right {
                height: 220px;
            }

            #bottom-blog-image-right {
                height: 220px;
            }
        }

        @media (max-width: 575px) {
            #large-blog-image-left {
                height: 250px;
            }

            #top-blog-image-right {
                height: 200px;
            }

            #bottom-blog-image-right {
                height: 200px;
            }
        }



/* <!-------------------------------------- BLOG SECTION END ----------------------------------- ----> */




/*------------------------------- CONATC FORM SECTION-------------------------------  */


  :root{
    --ilqw-primary:red;      /* elegant indigo accent */
    --ilqw-primary-2:red;
    --ilqw-dark:#0b1220;
    --ilqw-muted:#6b7280;
    --ilqw-border:#eaeaea;
  }
 
  /* Section spacing kept compact to fit 100vh cleanly */
  #ilqw-quote{ background:#ffffff; }
  .ilqw-title{
    font-weight:800;
    font-size: clamp(28px, 3.5vw, 40px);
    color:#0f172a;
    letter-spacing:.2px;
  }
  .ilqw-accent{ color:var(--ilqw-primary); position:relative; }
  .ilqw-accent::after{
    content:""; position:absolute; left:0; bottom:-6px; height:3px; width:100px;
    background: linear-gradient(90deg, var(--ilqw-primary), var(--ilqw-primary-2));
    border-radius:2px;
  }

  .ilqw-check{
    width:22px; height:22px; flex:0 0 22px; border-radius:50%;
    background: linear-gradient(135deg, var(--ilqw-primary), var(--ilqw-primary-2));
    position:relative; box-shadow:0 6px 18px rgba(79,70,229,.25);
  }
  .ilqw-check::after{
    content:""; position:absolute; left:6px; top:3px; width:8px; height:12px;
    border:2px solid #fff; border-top:0; border-left:0; transform:rotate(45deg);
  }

  .ilqw-card{
    border-radius:16px;
    border:1px solid var(--ilqw-border);
    background:#fff;
  }
  .ilqw-label{ font-weight:600; color:#111827; }
  .ilqw-control{
    border-radius:10px; border:1px solid #e5e7eb;
  }
  .ilqw-control:focus, .form-select.ilqw-control:focus{
    box-shadow:0 0 0 .22rem rgba(79,70,229,.15);
    border-color: var(--ilqw-primary);
  }
  .form-select.ilqw-control option{ color:#111; }

  .ilqw-btn-primary{
    background: linear-gradient(135deg, var(--ilqw-primary), var(--ilqw-primary-2));
    color:#fff; border:none; border-radius:10px; font-weight:700;
  }
  .ilqw-btn-primary:hover{ filter:brightness(1.05); color:#fff; }

  .ilqw-btn-wa{
    border-radius:10px; border:1px solid rgba(16,185,129,.35);
    color:#065f46; background: rgba(16,185,129,.10); font-weight:600;
  }
  .ilqw-btn-wa:hover{ background: rgba(16,185,129,.16); color:#065f46; }

  /* Keep whole section one-screen; let form body scroll if tall */
  .ilqw-form-scroll{
    max-height: calc(100vh - 6rem); /* header+footer breathing space */
    overflow:auto;
  }

  /* Modal */
  .ilqw-modal{ border-radius:14px; }

  @media (max-width: 575.98px){
    .ilqw-form-scroll{ max-height: calc(100vh - 4rem); }
  }


  /* === Height behavior fix === */
#ilqw-quote{
  /* Desktop/Large screens: pure one-screen */
  min-height: 100dvh;  /* better than 100vh on mobile browsers */
}

/* Form area shouldn't force internal scroll by default */
.ilqw-form-scroll{
  max-height: none;
  overflow: visible;
}

/* Mobile & tablet: allow natural height (no inner scrollbar) */
@media (max-width: 991.98px){
  #ilqw-quote{
    min-height: auto;      /* remove 100vh on small screens */
    padding-top: 2.25rem;  /* comfortable spacing */
    padding-bottom: 2.25rem;
  }
  .ilqw-form-scroll{
    max-height: none !important;
    overflow: visible !important;
  }
  /* Compact gaps for small screens to avoid overflow */
  .row.g-4{ --bs-gutter-y: 1rem; --bs-gutter-x: 1rem; }
  .ilqw-title{ font-size: clamp(24px, 6vw, 34px); }
}

/* Extra small phones */
@media (max-width: 575.98px){
  .ilqw-title{ font-size: clamp(22px, 7vw, 30px); }
  .ilqw-btn-primary, .ilqw-btn-wa{ padding-top:.65rem; padding-bottom:.65rem; }
}



/*------------------------------- CONATC FORM END -------------------------------  */



/*------------------------------ FOOTER ECTION STRAT --------------------------- */


  /* ===== Theme ===== */
  #ilf-footer{
    background: #15171c;
    color: #d5d8de;
    overflow: hidden;
  }
 /* Footer Logo - luxury white border */
#ilf-logo {
  border: 1px solid #fff;        /* thin white border */
  border-radius: 4px;            /* slightly rounded for premium feel */
  padding: 5px;                  /* around 1px look visually (depends on image) */
  background-color: rgba(255,255,255,0.04); /* soft contrast backdrop */
  transition: all 0.3s ease;
  width: auto;
  height: 60px;
}

#ilf-logo:hover {
  box-shadow: 0 0 12px rgba(255,255,255,0.35); /* glow on hover */
  transform: scale(1.02);
}

  /* subtle dotted bg */
  #ilf-footer::before{
    content:""; position:absolute; inset:0;
    background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 14px 14px;
    opacity:.35; pointer-events:none;
  }
  .ilf-heading{
    color:#eaf0ff; font-weight:700; margin-bottom:.35rem; position:relative;
  }
  .ilf-heading::after{
    content:""; display:block; width:60px; height:4px; border-radius:2px;
    background:#d7e64a; margin-top:.4rem;
  }
  .ilf-text{ color:#bfc5cf; }
  .ilf-text-sm{ font-size:.95rem; color:#cbd1da; }
  .ilf-text-xsm{ font-size:.875rem; color:#9ea6b2; }

  /* Address box */
  .ilf-address-box{ background: rgba(255,255,255,.02); border-color: rgba(255,255,255,.12)!important; }
  .ilf-ico{ color:#9ec5ff; font-size:1.05rem; line-height:1.3; }

  /* Links */
  .ilf-link{ color:#cfe4ff; text-decoration:none; }
  .ilf-link:hover{ color:#8dc0ff; }

  /* Lists */
  .ilf-list li{ margin:.45rem 0; }

  /* Inputs & Buttons */
  .ilf-input{
    background:#0f1116; border:1px solid rgba(255,255,255,.12); color:#e7ebf3;
    border-radius:.8rem; padding:.7rem .9rem;
  }
  .ilf-input::placeholder{ color:#7d8591; }
  .ilf-btn-sub{
    background: red;
    color:#fff; border:none; border-radius:.8rem; padding:.7rem 1rem; font-weight:600;
  }
  .ilf-btn-sub:hover{ filter:brightness(1.06); color:#fff; background-color: red; color: black; }

  .ilf-hours{ border-color: rgba(255,255,255,.12)!important; background: rgba(255,255,255,.02); }
  .ilf-btn-map{
    background: transparent; border:1px solid rgba(255,255,255,.22);
    color:#e5e9f1; border-radius:.7rem; font-weight:600;
  }
  .ilf-btn-map:hover{ background: rgba(255,255,255,.06); color:#fff; }

  /* Bottom bar */
  .ilf-hr{ border-color: rgba(255,255,255,.12); }
  .ilf-bottom-links .nav-link{ color:#aeb6c2; }
  .ilf-bottom-links .nav-link:hover{ color:#e0e7ff; }

  /* Social */
  .ilf-social{
    background:#0e1015; border:1px solid rgba(255,255,255,.12);
    color:#cfd6e1; border-radius:.7rem; width:44px; height:44px;
    display:flex; align-items:center; justify-content:center;
  }
  .ilf-social:hover{ background:#171a22; color:#fff; }

  /* Back-to-top button */
  .ilf-backtop{
    position: fixed; right: 18px; bottom: 18px; z-index: 40;
    width:48px; height:48px; border-radius:50%;
    background: linear-gradient(135deg,#2b2f3a,#1f232d); color:#fff;
    border:1px solid rgba(255,255,255,.15); box-shadow: 0 10px 24px rgba(0,0,0,.35);
    display: none; align-items:center; justify-content:center; font-size:1.4rem;
  }
  .ilf-backtop.show{ display:flex; }
  .ilf-backtop:hover{ filter:brightness(1.08); }




  .floating-icons {
  position: fixed;
  right: 20px;
  bottom: 80px; /* Adjust to sit right above your scroll button */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  z-index: 9999;
}

.floating-icons .icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-icons .icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

/* Colors matching your sample */
.icon.whatsapp { background: #25D366; }
.icon.email { background: #E74C3C; }
.icon.chat { background: #3498DB; }

/* Tooltip label styling */
.icon .label {
  position: absolute;
  right: 60px;
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* Hover effect for label */
.icon:hover .label {
  opacity: 1;
  transform: translateX(0);
}

.icon.call { background-color: #28a745; } /* green call button */






/*------------------------------ FOOTER ECTION END --------------------------- */
