:root {
            --primary: #0066cc;
            --secondary: #004080;
            --accent: #00a0e0;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            scroll-behavior: smooth;
        }
         html {
    scroll-behavior: smooth;
  }


  /*call button Start*/

        .call-fab {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            background: #00c853;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-shadow: 0 8px 25px rgba(255, 87, 34, 0.3);
            z-index: 999;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            animation: glow 2.5s infinite ease-in-out;
        }

        .call-fab:hover {
            transform: scale(1.1);
            box-shadow: 0 12px 30px rgba(255, 87, 34, 0.5);
        }

        .call-fab i {
            font-size: 24px;
            color: #fff;
            animation: ring 2s infinite ease-in-out;
        }

        @keyframes ring {
            0% {
                transform: rotate(0deg);
            }

            20% {
                transform: rotate(15deg);
            }

            40% {
                transform: rotate(-15deg);
            }

            60% {
                transform: rotate(10deg);
            }

            80% {
                transform: rotate(-10deg);
            }

            100% {
                transform: rotate(0deg);
            }
        }

        @keyframes glow {

            0%,
            100% {
                box-shadow: 0 0 12px rgba(255, 87, 34, 0.4), 0 0 20px rgba(255, 87, 34, 0.2);
            }

            50% {
                box-shadow: 0 0 20px rgba(255, 87, 34, 0.6), 0 0 40px rgba(255, 87, 34, 0.3);
            }
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .call-fab {
                width: 50px;
                height: 50px;
            }

            .call-fab i {
                font-size: 20px;
            }
        }

        @media (max-width: 480px) {
            .call-fab {
                bottom: 15px;
                right: 15px;
                width: 45px;
                height: 45px;
            }

            .call-fab i {
                font-size: 18px;
            }
        }

        /*call button End*/

        /*whatsapp button Start*/

        .whatsapp-fab {
            position: fixed;
            bottom: 100px;
            /* Above the call button */
            right: 20px;
            width: 60px;
            height: 60px;
            background: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
            z-index: 999;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            animation: glowW 2.5s infinite ease-in-out;
        }

        .whatsapp-fab:hover {
            transform: scale(1.1);
            box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
        }

        .whatsapp-fab i {
            font-size: 26px;
            color: #fff;
            animation: shakeW 2s infinite ease-in-out;
        }

        @keyframes shakeW {

            0%,
            100% {
                transform: rotate(0deg);
            }

            20% {
                transform: rotate(10deg);
            }

            40% {
                transform: rotate(-10deg);
            }

            60% {
                transform: rotate(6deg);
            }

            80% {
                transform: rotate(-6deg);
            }
        }

        @keyframes glowW {

            0%,
            100% {
                box-shadow: 0 0 12px rgba(37, 211, 102, 0.4), 0 0 20px rgba(37, 211, 102, 0.2);
            }

            50% {
                box-shadow: 0 0 20px rgba(37, 211, 102, 0.6), 0 0 40px rgba(37, 211, 102, 0.3);
            }
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .whatsapp-fab {
                width: 50px;
                height: 50px;
                bottom: 80px;
            }

            .whatsapp-fab i {
                font-size: 22px;
            }
        }

        @media (max-width: 480px) {
            .whatsapp-fab {
                bottom: 70px;
                right: 15px;
                width: 45px;
                height: 45px;
            }

            .whatsapp-fab i {
                font-size: 20px;
            }
        }
        
        section#about {
    margin-top: 5rem;
}

@media screen and (max-width: 680px){
            section#about{
            margin-top: 1rem;
        } 
        }

          /*whatsapp button End*/

  
  
/* Navbar */
header {
  position: sticky;
  width: 100%;
  top: 0;
  padding: 0px 0;
  transition: all 0.4s ease;
  background-color: #caf0f8;
  z-index: 50;
}
.navbar {
            transition: all 0.3s ease;
        }

header.scrolled {
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0.5, 1.1);
  
}
/* Container */
.nav-link.active{
  color:#004080;
  font-weight: 800;
  font-size: 20px;
}
.nav-sec {
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Nav Links */

.call-btn a{
    color: #fff;
}

header.scrolled .nav-links a {
  color: #000;
}
header.scrolled .call-btn a{
    color: #fff;
}

.nav-links a:hover {
  color: #007bff;
}
img.logo {
    width: 110px;
}

/* Menu Toggle */
.menu-toggle {
  display: none;
  font-size: 24px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  z-index: 1100;
  transition: color 0.3s ease;
}

header.scrolled .menu-toggle {
  color: #000;
}

 /* Responsive styles */
@media (max-width: 480px) {
  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: #3300ff;
    display: none;
    padding: 20px 0;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
  }
  header.scrolled .nav-links a {
  color: #f7f6f6;
}

  .nav-links.show {
    height: 72vh;
    top: 100px;
    padding-left: 15px;
    display: flex;
    opacity: 1;
    align-items: flex-start;
    transform: translateY(0);
  }

  .nav-links a {
    float: left;
    color: white;
    padding: 7px 25px;
    font-size: 18px;
  }

  .menu-toggle {
    display: block;
  }

  .fa-times{
    color: #000;
  }
  .fa-bars{
    color: #000;
  }
}

/* hero section */
        
        .hero {
            /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('assest/img/hero.png') no-repeat center center; */
            background-image: url('assest/img/hero.png');
            background-size: cover;
            min-height: 60vh;
        }

        .hover-button {
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .hover-button:hover {
            background-color: var(--secondary) !important;
            color: white !important;
        }
        
        .hover-button span {
            position: relative;
            z-index: 2;
        }
        
        .hover-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--secondary);
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.3s ease;
            z-index: 1;
        }
        
        .hover-button:hover::after {
            transform: scaleX(1);
            transform-origin: left;
        }
        
       
        @media screen and (max-width: 680px){
           #about{
            margin-top: 1rem;
        } 
        }

         /* Slideshow container */
/* LED TV frame */
    .tv-frame {
      background: #222;
      border: 30px solid #000;
      border-radius: 20px;
      box-shadow: 0 0 30px #000, inset 0 0 10px #444;
      max-width: 1200px;
      width: 100%;
      position: relative;
    }

    .tv-stand {
      width: 120px;
      height: 20px;
      background: #333;
      margin: 20px auto 0;
      border-radius: 5px;
      box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    }

    /* Slideshow */
    .slideshow-container {
      width: 100%;
      position: relative;
    }

    .mySlides {
      display: none;
    }

    .mySlides img {
      width: 100%;
      border-radius: 5px;
    }

    .text {
      color: #f2f2f2;
      font-size: 15px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 100%;
      text-align: center;
      background: rgba(0,0,0,0.5);
    }

    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }

    .dot {
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }

    .active {
      background-color: #717171;
    }

    .fade {
      animation-name: fade;
      animation-duration: 1.5s;
    }

    @keyframes fade {
      from {opacity: .4}
      to {opacity: 1}
    }

    @media only screen and (max-width: 600px) {
      .text { font-size: 11px; }
      .tv-frame{
        border: 10px solid #000;
      }
      .dots-container{
        padding: 0px !important;
      }
    }

    .dots-container {
      text-align: center;
      padding: 10px 0;
    }

        /* product section */
        
        .product-card {
            transition: all 0.3s ease;
            overflow: hidden;
        }
        @media screen and (max-width: 1180px){
          .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    }
          
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .product-overlay {
            background: linear-gradient(to top, rgba(0, 102, 204, 0.9), transparent);
            transition: all 0.3s ease;
        }
        
        .product-card:hover .product-overlay {
            opacity: 1;
        }
        .product-card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 150, 200, 0.2);
            transition: all 0.3s ease-in-out;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }

        .product-img {
            position: relative;

            overflow: hidden;
        }

        .product-img img {
            width: 100%;
            height: auto;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .product-card:hover img {
            transform: scale(1.08);
        }

        .shop-now {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            transition: 0.4s;
            background: #28a745;
            color: #fff;
            padding: 10px 25px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            opacity: 0;
        }

        .product-card:hover .shop-now {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }

        .product-body {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .product-body h5 {
            font-weight: 600;
            margin-bottom: 12px;
            font-size: 18px;
        }

        .product-body ul {
            padding-left: 0;
            list-style: none;
            margin-bottom: 15px;
        }

        .product-body ul li {
            margin-bottom: 6px;
            font-size: 14px;
        }

        .product-body ul li i {
            color: #007bff;
            margin-right: 6px;
        }

        .enquire-btn {
            background: #007bff;
            text-decoration: none;
            padding: 10px 18px;
            border-radius: 50px;
            color: #fff;
            font-size: 14px;
            transition: 0.3s;
            display: inline-block;
            align-self: flex-start;
        }

        .enquire-btn:hover {
            background: #0056b3;
            color: #fff;
        }

        /* RESPONSIVENESS */
        @media (max-width: 991px) {
            .product-body h5 {
                font-size: 16px;
            }

            .product-body ul li {
                font-size: 13px;
            }
        }

        @media (max-width: 767px) {
            .shop-btn {
                font-size: 13px;
                padding: 6px 14px;
            }

            .enquire-btn {
                font-size: 13px;
                padding: 8px 14px;
            }
        }

        @media (max-width: 575px) {
            .product-body {
                padding: 15px;
            }

            .product-body h5 {
                font-size: 15px;
            }

            .product-body ul li {
                font-size: 12px;
            }
        }

        /* Gallery */
.gallery {
  padding: 4rem 2rem;
  background: #fff;
  text-align: center;
}
section#gallery {
    background-color: #eff6ff;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.gallery-grid img {
  width: 100%;
  transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  border-radius: 8px;
  transition: transform 0.3s;
  cursor: zoom-in;
}
.gallery-grid img:hover {
  transform: scale(1.1);
}
.zoom-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.zoomed-img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
}
.zoom-modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

/* Custom Styling */
    .stats-section {
      background: #2563eb; /* Bootstrap Primary Blue */
      color: #fff;
      padding: 80px 0;
    }
    .stat-box {
      padding: 30px 15px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.1);
      transition: transform 0.3s ease-in-out;
    }
    .stat-box:hover {
      transform: translateY(-5px);
    }
    .stat-number {
      font-size: 3rem;
      font-weight: 700;
    }
    .stat-text {
      font-size: 1.2rem;
      margin-top: 10px;
    }

/* testimonial */

 .testimonial-section {
  background: #f0f4f8;
  padding: 40px 20px;
  overflow: hidden;
}

.carousel-container {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial-card {
  flex: 0 0 32%;
  background: #fff;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  min-height: 140px;
}

/* Responsive Slides */
@media (max-width: 991px) {
  .testimonial-card {
    flex: 0 0 50%;
  }
}
@media (max-width: 576px) {
  .testimonial-card {
    flex: 0 0 100%;
  }
}



 .footer {
            background: linear-gradient(to right, #111, #333);
            color: white;
        }

        .footer-link {
            transition: all 0.2s ease;
        }

        .footer-link:hover {
            color: #3b82f6 !important;
            transform: translateX(5px);
        }

        .social-icon {
            transition: all 0.2s ease;
        }

        .social-icon:hover {
            transform: translateY(-5px);
            color: #3b82f6 !important;
        }

        .animate-on-scroll {
            opacity: 0;
            transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
        }

        .animate-from-left {
            transform: translateX(-50px);
        }
        
        .animate-from-right {
            transform: translateX(50px);
        }
        
        .animate-scale {
            transform: scale(0.95);
        }
        
        .animate-on-scroll.animated {
            opacity: 1;
            transform: translate(0) scale(1);
        }

        .section-title {
            position: relative;
            display: inline-block;
            margin-bottom: 40px;
        }

        .section-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: #0843a2;
        }

        .floating {
            animation: floating 3s ease-in-out infinite;
        }

        @keyframes floating {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }

        .pulse {
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }

        /* contact */
        .title {
  text-align: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin: 10px 0 30px 0;
  font-size: 28px;
  font-weight: 800;
}
.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 15px;
}
.input {
  border-radius: 20px;
  border: 1px solid #c0c0c0;
  outline: 0 !important;
  box-sizing: border-box;
  padding: 12px 15px;
}



.slider-wrapper {
      overflow: hidden;
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: auto;
      background: white;
      padding: 20px 0;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .slider-track {
      display: flex;
      width: calc(250px * 10 * 2); /* Width = image width * image count * 2 (duplicate for loop) */
      animation: scroll-left 30s linear infinite;
    }

    .slide {
      flex: 0 0 auto;
      width: 250px;
      margin: 0 15px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .slide img {
      max-width: 100%;
      height: auto;
      filter: grayscale(100%);
      transition: filter 0.3s ease;
    }

    .slide img:hover {
      filter: grayscale(0%);
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .slide {
        width: 180px;
      }
    }

    @media (max-width: 480px) {
      .slide {
        width: 120px;
      }
    }