        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Nunito Sans', sans-serif;
            background-color: #ffffff;
            overflow-x: hidden !important;
        }

        .fontNunito {
            font-family: 'Nunito Sans', sans-serif !important;
        }

        .titleFont {
            font-family: 'Squada One', cursive !important;
        }

        .bg_baner {
            background-color: #c7d8ea;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            margin: 2rem;
            border-radius: 17px;
        }

        .bg_baner h1 {
            color: #FFF;
            font-weight: bolder;
            font-size: 3rem;
            text-align: center;
            letter-spacing: 6px;
        }

        section {
            overflow: hidden !important;
        }

        .wrapper2 {
            overflow: hidden;
        }

        .content2 {
            will-change: transform;
        }

        /* Navigation Styles */
        .navbar {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            padding: 15px 0;
        }

        .navbar.scrolled {
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        }


        .navbar-brand img {
            width: 140px;
            transition: all 0.3s ease;
        }

        .footer-logo {
            width: 180px;
            transition: all 0.3s ease;
        }

        .menu-toggle {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #333;
            transition: all 0.3s ease;
        }

        .menu-toggle:hover {
            color: #0056b3;
            /* transform: rotate(90deg); */
        }

        /* Side Navigation */
        .side-nav {
            position: fixed;
            top: 0;
            right: -300px;
            width: 300px;
            height: 100vh;
            background: linear-gradient(45deg, #007bff, #0056b3);
            transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 2000;
            padding: 10px 10px 10px;
            overflow-x: hidden;
            overflow-y: auto;
            overflow: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .sidesubmenu {
            background: linear-gradient(45deg, #007bff, #0056b3);
            padding: 10px;
            padding-left: 20px;
            padding-right: 20px;
        }

        .sidesubmenu li a {
            font-size: 14px !important;
        }

        .sidesubmenu li {
            margin-bottom: 10px !important;
        }

        .side-nav::-webkit-scrollbar {
            display: none;
        }

        .side-nav.active {
            right: 0;
        }

        .side-nav-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1500;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .side-nav-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .side-nav-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .side-nav-close:hover {
            transform: rotate(90deg);
        }

        .side-nav ul {
            list-style: none;
            margin-top: 50px;
        }

        .side-nav ul li {
            margin-bottom: 25px;
        }

        .side-nav ul li a {
            color: white;
            text-decoration: none;
            font-size: 18px;
            font-weight: 500;
            display: block;
            padding: 10px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }

        .side-nav ul li a:hover {
            color: #fe0000;
            font-weight: bold;
            padding-left: 20px;
        }

        /* Hero Section */
        .hero-section {
            width: 100%;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }



        .subIMG-section {
            width: 100%;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .subIMG-section img {
            /* width: 100%; */
            object-fit: cover;
            width: calc(100% - 4rem);
        }

        .see_btn {
            bottom: 12%;
            position: absolute;
            z-index: 3;
            width: calc(100% - 8rem);
        }

        .subIMG {
            position: absolute;
            z-index: 2;
            object-fit: cover;
        }

        .hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hero-content {
            text-align: center;
            color: white;
            animation: fadeInUp 1s ease-out;
        }

        .hero-content h1 {
            font-size: 3.5rem;
            font-weight: bold;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Section Title with Animated Line */
        .section-title {
            /* text-align: center; */
            margin: 30px 20px 30px;
            position: relative;
        }

        .marginremake {
            margin: 30px 0px 30px;
        }

        .section-title2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            max-width: 1200px;
            margin: 0 auto;

        }

        .section-title h2 {
            font-size: 2.1rem;
            font-weight: 500;
            color: #333;
            margin-bottom: 10px;
        }

        .animated-line {
            width: 90px;
            height: 4px;
            /* background: #e9ecef; */
            /* margin: 0 auto; */
            border-radius: 2px;
            position: relative;
            /* overflow: hidden; */
        }

        .line-fill {
            height: 100%;
            background: linear-gradient(90deg, #0056b3, #007bff);
            width: 0;
            border-radius: 2px;
            animation: fillLine 2s ease-in-out forwards;
            animation-delay: 0.5s;
        }

        .animated-line2 {
            width: 50px;
            height: 3px;
            /* background: #e9ecef; */
            /* margin: 0 auto; */
            border-radius: 2px;
            position: relative;
            /* overflow: hidden; */
        }

        .line-fill2 {
            height: 100%;
            background: linear-gradient(90deg, #000000, #3f3f3f);
            width: 0;
            border-radius: 2px;
            animation: fillLine 2s ease-in-out forwards;
            animation-delay: 0.5s;
        }

        @keyframes fillLine {
            to {
                width: 100%;
            }
        }

        /* Product Cards */
        .product-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            padding: 0 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .product-grid2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            padding: 0 20px;
            max-width: 1000px;
            margin: 0 auto;
        }


        .product-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            border: 2px solid #d8d8d8;
            height: 100%;
        }



        .product-card:hover {
            transform: translateY(-5px) scale(1.01) !important;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }

        .product-card_home:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }

        .product-image {
            width: 100%;
            height: auto;
            /* background: url('/images/cart01.jpg'); */
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
        }


        .product-grid_home {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 auto;
        }

        .product-grid_home2 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;

            margin: 0 auto;
        }


        .product-card_home {
            max-width: 300px;
            width: 100%;
            background: #e1ffdb;
            border-radius: 15px;
            /* overflow: hidden; */
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            border: 3px solid #d39797;
        }

        .imagecontent {
            width: 100%;
            background-size: cover;
            background-position: center;
            position: relative;
            /* overflow: hidden; */
        }

        .product-image_home {
            width: 170%;
            margin-left: -50%;
            height: auto;
            /* background: url('/images/cart01.jpg'); */
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
        }

        .product-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(0, 123, 255, 0.1), rgba(0, 86, 179, 0.1));
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .product-image_home::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(0, 123, 255, 0.1), rgba(0, 86, 179, 0.1));
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .product-card:hover .product-image::before {
            opacity: 1;
        }

        .product-card_home:hover .product-image_home::before {
            opacity: 1;
        }

        .product-info {
            padding: 15px;
            padding-top: 15px;
            height: 100%;
        }

        .product-title {
            font-size: 1.2rem;
            font-weight: 500;
            color: #333;
            margin-bottom: 20px;
            text-align: center;
        }

        .product-info_home {
            padding: 15px;
            padding-top: 8px;
            padding-bottom: 5px;
            background-color: #d39797;
            border-radius: 10px;
        }

        .product-title_home {
            font-size: 1.2rem;
            font-weight: 600;
            color: #FFF;
            text-align: center;
        }

        .button-group {
            display: flex;
            gap: 5px;
            justify-content: center;
            flex-wrap: wrap;
        }

        /* Animated Buttons */
        .btn-custom {
            border: none;
            border-radius: 100px;
            font-weight: 500;
            /* text-transform: uppercase; */
            letter-spacing: 1px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            font-size: 15px;
        }

        .btn-inquire_see {
            background: #FFFFFF !important;
            /* background: linear-gradient(45deg, #007bff, #0056b3); */
            border: 2px solid #0056b3 !important;
            color: black !important;
            /* padding: 4px 25px; */
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            padding-left: 4px;
        }


        .btn-inquire {
            background: linear-gradient(90deg, #0e1ace, #061358);
            /* background: linear-gradient(45deg, #007bff, #0056b3); */
            color: white;
            /* padding: 4px 25px; */
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            padding-left: 4px;
        }

        .btn-inquire span {
            width: 85%;
            padding-left: 15px;
            padding-top: 4px;
            padding-bottom: 4px;
            padding-right: 15px;
        }

        .span_cus {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .btn-inquire::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            /* transform: translate(-50%, -50%); */
            /* transition: all 0.6s ease; */
        }

        .btn-inquire:hover::before {
            width: 300px;
            height: 300px;
        }

        .btn-inquire:hover .roundicon {
            animation: moveAndReturn 0.6s ease-in-out;
            /* box-shadow: 0 10px 25px rgba(0, 123, 255, 0.4); */
        }

        @keyframes moveAndReturn {
            0% {
                transform: translateX(0px);
            }

            50% {
                transform: translateX(10px);
            }

            100% {
                transform: translateX(0px);
            }
        }

        .btn-inquire::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.6s ease;
        }

        .btn-inquire:hover::after {
            left: 100%;
        }

        .roundicon {
            background-color: white;
            border-radius: 100%;
            width: 24px;
            height: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.3s ease;
        }

        .roundicon i {
            color: #0e1ace;
            font-size: 10px !important;
            transform: rotate(45deg);
        }

        .roundicon_see {
            background-color: #0e1ace !important;
            border-radius: 100%;
            width: 24px;
            height: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.3s ease;
        }

        .roundicon_see i {
            color: #FFFFFF !important;
            font-size: 10px !important;
            transform: rotate(45deg);
        }

        .btn-see-more {
            padding: 0px 2px;
            background: linear-gradient(90deg, #0e1ace, #061358);
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .btn-see-more span {
            padding: 2px 24px;
            border-radius: 100px;
            background-color: white;
        }

        .btn-see-more::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            /* transform: translate(-50%, -50%); */
            /* transition: all 0.6s ease; */
        }

        .btn-see-more:hover::before {
            width: 300px;
            height: 300px;
        }

        .btn-see-more:hover span {
            background: linear-gradient(90deg, #0e1ace, #061358);
            color: white;
            /* transform: translateX(10px); */
            /* box-shadow: 0 10px 25px rgba(0, 123, 255, 0.4); */
        }

        .btn-see-more::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.6s ease;
        }

        .btn-see-more:hover::after {
            left: 100%;
        }


        /* Modal Styles */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            z-index: 3000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .modal-content {
            background: white;
            max-width: 600px;
            width: 90%;
            max-height: 90vh;
            border-radius: 20px;
            padding: 30px;
            padding-right: 20px;
            padding-left: 20px;
            position: relative;
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }


        .modal-content2 {
            height: auto;
            width: 100%;
            position: relative;
            overflow-y: scroll;
        }

        .modal-overlay.active .modal-content {
            transform: scale(1);
        }

        .modal-close {
            position: absolute;
            top: -10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 40px !important;
            cursor: pointer;
            color: #999;
            transition: color 0.3s ease;
        }

        .modal-close:hover {
            color: #fd0202;
        }

        .modal-image {
            width: 100%;
            height: auto;
            /* background: url('/images/cart01.jpg'); */
            background-size: cover;
            background-position: center;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        /* Footer */
        .footer {
            background-color: #edffff;
            padding: 30px 0 10px;
            /* margin-top: 100px; */
        }

        .footer h5 {
            color: #333;
            /* margin-bottom: 5px; */
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 5px;
        }

        .footer-links a {
            color: #333;
            text-decoration: none;
            font-size: 18px;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: #333;
        }

        .contact-info p {
            margin-bottom: 5px;
            color: #333;
        }

        .border-bottom {
            color: #333;
            font-weight: 700;
            font-family: "Barlow", sans-serif;
            font-size: 16px;
            /* text-decoration: none; */
        }

        .footertitle {
            color: #333;
            font-weight: 700;
            font-family: "Barlow", sans-serif;
            font-size: 25px;
        }

        .Ficon {
            width: 25px;
            height: 25px;
            background: linear-gradient(90deg, #0e1ace, #061358);
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 100%;
            margin-right: 10px;
        }

        .Ficon i {
            color: white;
            font-size: 13px;
        }

        .Ftext {
            margin-top: -3px !important;
        }

        .footerCop {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footerCop .visibleSm {
            display: none;
        }

        .navdeit ul {
            list-style-type: none;
            /* Remove li dots */
            padding: 0;
            margin: 0;
            display: flex;
            gap: 20px;
            /* Adjust spacing as needed */
        }

        .navdeit ul li {
            position: relative;
        }

        .navdeit ul li a {
            position: relative;
            text-decoration: none;
            color: black;
            padding: 1px 2px;
            display: inline-block;
            transition: all 0.3s ease;
            font-weight: 500;
        }

        .navdeit ul li a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 0;
            background-color: black;
            transition: width 0.3s ease;
        }

        .navdeit ul li a:hover::after,
        /* .navdeit ul li a:focus::after, */
        .navdeit ul li.active a::after {
            width: 100%;
        }

        .topsubmenu li a:hover::after,
        /* .navdeit ul li a:focus::after, */
        .topsubmenu li.active a::after {
            width: 0 !important;
        }


        .navdeit ul li.active a {
            /* font-weight: bold; */
        }

        .topsubmenu {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
            display: none !important;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: white;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            list-style: none;
            /* padding: 10px 0; */
            margin: 0;
            z-index: 100;
            min-width: 200px;
        }

        .topsubmenu li a {
            display: block;
            white-space: nowrap;
            color: black;
            font-weight: 400 !important;
            margin-left: 20px !important;
            margin-top: 3px !important;
            margin-bottom: 3px !important;
            cursor: pointer !important;
        }

        /* Show submenu when .open is added via JS */
        .dropdown.open .topsubmenu {
            display: block !important;
        }


        .titlehome {
            line-height: 2;
            margin-top: -5px;
            width: 90%;
            font-size: 16px;
            font-weight: 400;
        }



        .why-choose-us {
            position: relative;
            /* background: linear-gradient(to right, #ffffff, #b3baff); */
            /* background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f7f7ff 70%, #f7f7ff 70%, #b3baff 100%); */
        }

        .cert-img {
            height: 40px;
            object-fit: contain;
            margin-right: 10px;
        }

        .rotate-img {
            width: 100%;
            height: auto;
            /* max-width: 200px; */
            border-radius: 15px;
            /* z-index: -1; */
        }

        .rotate-imgwhy {
            width: 100%;
            height: auto;
            /* max-width: 200px; */
            border-radius: 20px;
            /* z-index: -1; */
        }

        .rotate-img2 {
            width: 100%;
            height: auto;
            max-width: 1000px;
            /* z-index: -1; */
        }

        .rotate-img3 {
            width: 100%;
            height: auto;
            background-position: center;
            border-radius: 12px;
            /* max-width: 1000px; */
            /* z-index: -1; */
        }

        .parcontact {
            font-size: 16px;
            font-weight: 400;
            line-height: 2;
        }



        .stat-item {
            /* flex: 1 1 150px; */
        }

        .stat-item h3 {
            font-size: 5rem;
            color: #000000;
            line-height: 1;
        }

        .stat-item p {
            margin: 0;
            font-size: 1.5rem;
            font-weight: 500;
        }





        @media (max-width: 992px) {

            .stat-item h3 {
                font-size: 3rem;
                line-height: 1;
            }

            .stat-item p {
                font-size: 1rem;
            }

            .product-card_home {
                max-width: 200px;
            }

            .titlehome {
                line-height: 2;
                width: 90%;
                font-size: 14px;
            }

            .see_btn h2 {
                font-size: 18px;
            }

            .see_btn {
                bottom: 8%;
                width: calc(100% - 4rem);
            }

            .btn-inquire_see {
                height: 34px;
            }


        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .rotate-imgwhy {
                border-radius: 15px;
            }

            .product-card_home {
                max-width: 100%;
            }

            .subIMG-section img {
                width: calc(100% - 1rem);
            }

            .bg_baner {
                margin: 0.5rem;
            }

            .see_btn {
                width: calc(100% - 2rem);
            }

            .titlehome {
                line-height: 1.5;
                width: 90%;
                font-size: 14px;
            }

            .navdeit {
                display: none;
            }

            .hero-content h1 {
                font-size: 2.5rem;
            }

            .section-title h2 {
                font-size: 1.5rem;
            }

            .animated-line {
                width: 70px;
            }

            .product-grid {
                grid-template-columns: 1fr;
                padding: 0 15px;
            }

            .button-group {
                flex-direction: column;
                align-items: center;
            }

            .btn-custom {
                width: 100%;
                max-width: 200px;
            }

            .btn-see-more span {
                width: 100%;
                max-width: 200px;
                height: auto;
            }

            .btn-see-more {
                padding-top: 2px;
                padding-bottom: 2px;
                width: 100%;
                max-width: 198px;

            }

            .hero-image {
                width: 150%;
            }

            .footerCop {
                justify-content: center;
            }

            .footerCop .visibleSm {
                display: block;
            }


            .slider {
                height: 35vh !important;
            }

            .slide {
                height: 35vh !important;
            }

            .container_ani {
                height: 35vh !important;
            }

            .layer {
                height: 35vh !important;
            }

            .layer2 {
                height: 35vh !important;
            }

        }

        @media (max-width: 480px) {
            .animated-line2 {
                width: 30px;
            }



            .stat-item h3 {
                font-size: 2rem;
                line-height: 1;
            }

            .stat-item p {
                font-size: 0.8rem;
            }

            .see_btn {
                bottom: 0%;
                width: calc(100% - 1rem);
            }

            .hero-content h1 {
                font-size: 2rem;
            }

            .product-card {
                margin: 0 10px;
            }

            .product-card_home {
                /* margin: 0 10px; */
            }

            .side-nav {
                width: 100%;
                right: -100%;
            }

            .footerCop p {
                font-size: 10px;
            }

            .bg_baner h1 {
                font-size: 2rem;
            }
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }


        #scrollBtn {
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            display: none;
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 999;
            font-size: 20px;
            border: none;
            outline: none;
            background-color: #333;
            color: white;
            cursor: pointer;
            /* padding: 12px 16px; */
            border-radius: 50%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            transition: background-color 0.3s ease;
        }

        #scrollBtn:hover {
            background-color: #555;
        }

        .vision-card {
            /* background: linear-gradient(to right, #0000ff, #000033); */
            background-color: #4B59BC;
            /* blue gradient */
            color: white;
            padding: 30px;
            border-radius: 10px;
            width: fit-content;
            height: fit-content;
            font-family: Arial, sans-serif;
            width: 100%;
            max-width: 300px;
            /* margin: 0 auto; */
        }

        .vision-card h5 {
            font-weight: bold;
            font-size: 28px;
        }

        .vision-card p {
            margin-bottom: 0;
            font-size: 20px;
        }

        .vision-highlight {
            font-weight: bold;
        }

        .vision-subtext {
            font-size: 16px !important;
            margin-top: 10px;
        }





        /* Slider 01 */

        .container_ani {
            width: 100%;
            height: 100vh;
            position: relative;
            background: url('background.jpg') center/cover no-repeat;
            overflow: hidden !important;
        }


        .layer {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            transition: all 1s ease-out;
            height: 100vh;
            min-width: 100%;
        }

        .ice {
            min-width: 100%;
            top: 0;
        }

        .tonic {
            opacity: 0;
            transform: translate(-50%, 100%);
        }

        .bottle {
            opacity: 0;
            transform: translate(-50%, 100%);
        }

        .bottle.active,
        .tonic.active {
            opacity: 1;
            transform: translate(-50%, 0) rotate(0deg);
        }

        .tonic.animate {
            animation: dropTonic 1s ease forwards;
        }

        @keyframes dropTonic {
            0% {
                transform: translate(-50%, -100%) rotate(0deg);
            }

            60% {
                transform: translate(-50%, 0%) rotate(0deg);
            }

            100% {
                transform: translate(-50%, 0%) rotate(0deg);
            }
        }

        #startScreen {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 200;
        }

        #startScreen button {
            font-size: 2rem;
            padding: 20px 40px;
            cursor: pointer;
            background-color: #fff;
            border: none;
            border-radius: 10px;
            transition: background-color 0.3s;
        }

        #startScreen button:hover {
            background-color: #ccc;
        }



        .layer2 {
            position: absolute;
            /* opacity: 0; */
            left: 50%;
            transform: translateX(-50%);
            transition: all 1s ease-out;
            height: 100vh;
            min-width: 100%;
        }

        .tineCan {
            transform: translate(-100%, 0);
            opacity: 0;
        }

        @keyframes moveFromLeft {
            0% {
                transform: translate(-100%, 0);
                opacity: 0;
            }

            100% {
                transform: translate(-50%, 0) rotate(0deg);
                opacity: 1;
            }
        }

        .tineCan.animate {
            animation: moveFromLeft 1s ease-out forwards;
        }

        @keyframes smokeFade {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: 0;
            }
        }

        /* Common style */
        .smoke {
            position: absolute;
            opacity: 0;
            pointer-events: none;

        }

        /* First smoke starts immediately */
        .smoke1 {
            animation: smokeFade 4s ease-in-out infinite;
            animation-delay: 0s;
        }

        /* Second smoke starts halfway (after 2s), creating alternation */
        .smoke2 {
            animation: smokeFade 4s ease-in-out infinite;
            animation-delay: 1s;
        }


        /* All layers start off-screen and hidden */
        .tineLeft {
            transform: translate(-100%, 0);
            opacity: 0;
        }

        .tineLeftGroup {
            transform: translate(-100%, 0);
            opacity: 0;
        }

        .tineRight {
            transform: translate(100%, 0);
            opacity: 0;
        }

        .tonik {
            transform: translate(100%, 0);
            opacity: 0;
        }

        .tineLeft.animate {
            animation: slideFromLeft 1s ease-out forwards;
        }

        .tineLeftGroup.animate {
            animation: slideFromLeft 1s ease-out forwards;
        }

        .tineRight.animate2 {
            animation: slideFromRight 1.5s ease-out forwards;
        }

        .tonik.animatetonik {
            animation: slideFromRightTonik 1s ease-out forwards;
        }

        .hand {
            transform: translate(-100%, -50%);
            opacity: 1;
        }

        .hand.animatehand {
            animation: slideFromRighthand 3s ease-out forwards;
        }

        @keyframes slideFromRighthand {
            0% {
                transform: translate(-100%, -50%);
                opacity: 1;
            }

            100% {
                transform: translate(-50%, 0) rotate(0deg);
                opacity: 1;
            }
        }

        /* Right to left */
        @keyframes slideFromRightTonik {
            0% {
                transform: translate(100%, 0);
                opacity: 0;
            }

            100% {
                transform: translate(-50%, 0) rotate(0deg);
                opacity: 1;
            }
        }

        /* Left to right */
        @keyframes slideFromLeft {
            0% {
                transform: translate(-100%, 0);
                opacity: 0;
            }

            100% {
                transform: translate(-50%, 0) rotate(0deg);
                opacity: 1;
            }
        }

        /* Right to left */
        @keyframes slideFromRight {
            0% {
                transform: translate(100%, 0);
                opacity: 0;
            }

            100% {
                transform: translate(-50%, 0) rotate(0deg);
                opacity: 1;
            }
        }

        .line01 {
            transform: translate(-50%, -20px);
        }

        .line02 {
            transform: translate(-50%, -20px);
        }

        .animateFline {
            animation: slideFromLeft2 1s ease-out forwards;
        }

        .animateline {
            animation: lineAni 7s ease-out forwards;
        }

        .animateline2 {
            animation: lineAni 3s ease-out forwards;
        }

        @keyframes slideFromLeft2 {
            0% {
                transform: translate(-100%, -20px);
                opacity: 1;
            }

            100% {
                transform: translate(-50%, -20px) rotate(0deg);
                opacity: 1;
            }
        }

        @keyframes lineAni {
            0% {
                transform: translate(-50%, -20px);
                opacity: 1;
            }

            100% {
                transform: translate(-50%, 0) rotate(0deg);
                opacity: 1;
            }
        }

        /* @keyframes lineAni2 {
            0% {
                transform: translate(-50%, 0);
                opacity: 1;
            }

            100% {
                transform: translate(-100%, -20px);
                opacity: 1;
            }
        } */


        .slider {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden !important;
        }

        .slides {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden !important;
        }


        .slide {
            position: absolute;
            width: 100%;
            height: 100vh;
            object-fit: cover;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            z-index: 0;
            overflow: hidden !important;
        }

        .slide.active {
            opacity: 1;
            z-index: 1;
        }

        .dots {
            text-align: center;
            position: absolute;
            bottom: 20px;
            width: 100%;
            z-index: 2;
        }

        .dot {
            height: 17px;
            width: 17px;
            margin: 0 5px;
            /* background-color: #bbb; */
            background-color: transparent;
            border: 2px solid #013e73;
            border-radius: 50%;
            display: inline-block;
            /* cursor: pointer; */
            transition: background-color 0.3s ease;
        }

        .dot.active {
            background-color: #013e73;
        }


        .glide {
            width: 100%;
            padding: 20px 0;
            background: #fff;
        }

        .glide__slide img {
            width: 100%;
            height: auto;
            margin: 0 auto;
            transition: transform 0.3s ease;
        }

        .glide__slide img:hover {
            transform: scale(1.1);
        }

        .glide__slides {
            display: flex;
            align-items: center;
        }



        .image-slider img {
            position: absolute;
            top: 0;
            left: 0;
            transition: opacity 0.5s ease-in-out;
            opacity: 0;
            z-index: 0;
        }

        .image-slider img.active {
            position: relative;
            opacity: 1;
            z-index: 1;
        }

        .why-choose-us-section {
            background: linear-gradient(to right, #dcebff 20%, #b5dbff 80%);
            padding: 10px 0;
        }

        .feature-box {
            background-color: #d4e8fc;
            border: 2px solid #f3fbff;
            border-radius: 15px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .feature-box hr {
            height: 2px;
            border: #f3fbff;
            background-color: #f3fbff;
        }

        .feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        }

        .feature-icon {
            width: 100%;
            max-width: 200px;
            height: auto;
            object-fit: contain;
        }

        .feature-title {
            font-weight: 700;
            font-size: 1.1rem;
            margin-top: 10px;
            color: #111;
        }

        .feature-text {
            font-size: 0.95rem;
            color: #333;
        }

        .mailLoder {
            position: fixed;
            width: 100%;
            height: 100vh;
            top: 0 !important;
            left: 0 !important;
            z-index: 999999;
            background-color: #00000056;
            display: flex;
            justify-content: center;
            align-items: center;
            visibility: hidden;
        }