html{scroll-behavior:smooth;box-sizing:border-box}*{outline:0}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;font-family:Manrope,sans-serif}a,button{text-decoration:none;transition:all .3s ease-in-out}img{max-width:100%}h1,h2,h3,h4,h5,h6,li,ul{margin:0}li,ul{list-style:none;padding:0}.hero{width:100%;height:100vh;background-color:antiquewhite}.hero-banner{width:100%;height:100%;object-fit:cover}.hero .desktop-video{display:block}.hero .mobile-video{display:none}@media (max-width:768px){.hero .desktop-video{display:none}.hero .mobile-video{display:block}}.navbar{width:100%;padding:1rem 0;background-color:rgba(255,255,255,.8);position:fixed;top:3rem;z-index:100;transition:all .3s ease}.navbar-logo{position:absolute;top:0;width:110px}.navbar.fix{top:0;left:0;box-shadow:0 2px 10px rgba(0,0,0,.1);background-color:rgba(255,255,255,.8)}.navbar-menu{list-style:none;display:flex;gap:2rem;padding:0;margin:0}.navbar-menu li{font-size:16px;font-weight:600;color:#000;cursor:pointer}.navbar-menu li.active{color:#e50000;font-weight:700;border-bottom:2px solid #e50000;padding-bottom:5px}.navbar-menu li:hover{color:#e50000}.navbar-menu li a{color:inherit;text-decoration:none}.navbar-search{display:flex;gap:.5rem}.navbar-search button{background-color:transparent;border:1px solid #000;border-radius:50%;color:#000;height:30px;width:30px;font-size:1rem;cursor:pointer}.navbar-search input{border:1px solid #000;border-radius:20px;outline:none;color:#000;background-color:transparent;width:200px;padding:0 5px}.navbar-search input::placeholder{color:#000}.navbar-toggle{display:none;cursor:pointer;font-size:1.5rem;color:#000;background:none;border:none}@media (max-width:1024px){.navbar{top:0}.navbar .container{justify-content:flex-start}.navbar-logo{width:82px}.navbar-menu{flex-direction:column;gap:1rem;background-color:rgba(255,255,255,.8);position:absolute;top:100%;right:0;width:55%;padding:1rem;transform:translateX(100%);transition:transform .3s ease-in-out}.navbar-menu.active{transform:translateX(0)}.navbar-toggle{position:absolute;right:12px;top:1px;display:block}.navbar-search button{display:none}.navbar-search input{width:70%;margin-left:7px;padding:-1px 5px}.navbar-search input::placeholder{font-size:14px}}.why-choose{background:#fff;border-radius:12px;padding:2rem 1rem;max-width:900px;box-shadow:0 6px 15px rgba(0,0,0,.1);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:-2rem auto 3rem;z-index:10;position:relative}.why-choose h2{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#111}.why-choose-features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.why-choose-feature-box{display:flex;align-items:center;gap:1rem;text-align:left}.why-choose-feature-box-feature-icon{width:85px;height:85px;object-fit:contain;margin-top:5px}.why-choose-feature-box .feature-content h4{margin:0;font-size:1.1rem;font-weight:600;color:#000}.why-choose-feature-box .feature-content p{margin:.3rem 0 0;font-size:.95rem;color:#000}@media (max-width:1200px){.why-choose-features-grid{gap:1.5rem}.why-choose-feature-box{gap:.8rem}}@media (max-width:992px){.why-choose{max-width:90%;padding:1.5rem}.why-choose h2{font-size:1.8rem}}@media (max-width:768px){.why-choose-features-grid{grid-template-columns:1fr}.why-choose-feature-box{flex-direction:row;text-align:left}}@media (max-width:576px){.why-choose{padding:1rem}.why-choose h2{font-size:1.5rem}.why-choose-feature-box-feature-icon{width:60px;height:60px}.why-choose-feature-box .feature-content h4{font-size:1rem}.why-choose-feature-box .feature-content p{font-size:.85rem}}.kcm{display:flex;justify-content:start;gap:1rem;padding-top:2rem}.kcm-left{display:flex;flex-direction:column}.kcm-left-heading{font-size:2rem;font-weight:800;color:#000;margin-bottom:1rem}.kcm-right{width:100%}@media (max-width:992px){.kcm{gap:.8rem}.kcm-right{width:100%}.kcm-left-heading{font-size:1.6rem}}@media (max-width:768px){.kcm{flex-direction:column}.kcm-right{width:100%}.kcm-left-heading{font-size:1.5rem}}@media (max-width:576px){.kcm{padding-top:1rem;gap:.5rem}.kcm-left-heading{font-size:1.3rem}}.product-categories{padding-top:7rem;padding-bottom:2rem}.product-categories-head{font-size:2rem;font-weight:800;color:#000;margin-bottom:1rem}.product-categories .category-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.product-categories .category-grid .category-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:2.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease}.product-categories .category-grid .category-card:hover{transform:translateY(-6px)}.product-categories .category-grid .category-card .category-icon{width:109px;height:109px;object-fit:contain;margin-bottom:1rem}.product-categories .category-grid .category-card h4{font-size:1rem;font-weight:700;margin-bottom:.5rem}.product-categories .category-grid .category-card p{font-size:.9rem;color:#555;line-height:1.4}.product-categories .explore-button a{background-color:#e50000;color:#fff;border:none;padding:.75rem 1.8rem;border-radius:25px;font-weight:600;cursor:pointer;transition:background .3s}.product-categories .explore-button a:hover{background-color:#b80623}@media (max-width:900px){.product-categories .category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.product-categories .product-categories{padding:2rem 0}.product-categories .category-grid{grid-template-columns:1fr}.product-categories{padding:2rem 0}}.popular-products{display:flex;flex-direction:column;align-items:center;padding:3rem 0}.popular-products-head{font-size:2rem;font-weight:800;color:#000;margin-bottom:1rem;text-align:center}.popular-products .card-item{border-radius:3rem;padding:1rem;display:flex;flex-direction:column;align-items:center;margin-top:2rem;transition:transform .3s ease,background-color .3s ease;width:100%}.popular-products .card-item-img{border:1px solid #6d6d6d;padding:1rem;border-radius:1rem}.popular-products .card-item-head{font-size:1rem;font-weight:700;padding-bottom:8px;padding-top:20px;text-align:center}.popular-products .card-item-para{font-size:14px;color:#000;text-align:center;line-height:22px;flex-grow:1}.popular-products .card-item-btn{background-color:#e50000;color:white;border-radius:2rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.popular-products .card-item-btn:hover{background-color:#b80623;transform:scale(1.05)}.popular-products .product-swap{position:relative}.popular-products .product-swap .swiper{padding-bottom:2rem;padding-right:1rem;padding-left:1rem}.popular-products .product-swap-next{position:absolute;right:-90px;top:35%;z-index:10;display:flex;justify-content:center;align-items:center;background:none;border:none}.popular-products .product-swap-next-play{font-size:1.5rem;color:#070707}.popular-products .product-swap-prev{position:absolute;left:-90px;top:35%;z-index:10;width:3rem;height:3rem;background:none;border:none}.popular-products .product-swap-prev-play{font-size:1.5rem;color:#000000}.popular-products .product-swap .swiper-slide{height:auto;display:flex}@media (max-width:1024px){.popular-products .popular-products-head{font-size:2rem}.popular-products .card-item-pan{height:15rem}.popular-products .card-item-head{font-size:1.1rem}.popular-products .card-item-para{font-size:1rem}.popular-products .product-swap-next,.popular-products .product-swap-prev{width:3rem;height:3rem}.popular-products .product-swap-next{right:-19px}.popular-products .product-swap-prev{left:-19px}}@media (max-width:991px){.popular-products .popular-products-head{font-size:1.5rem}.popular-products .card-item{padding:1rem}.popular-products .card-item-pan{height:14rem}.popular-products .card-item-head{font-size:1.3rem}.popular-products .card-item-para{font-size:1rem}.popular-products .product-swap-next,.popular-products .product-swap-prev{width:2.8rem;height:2.8rem}.popular-products .product-swap-next{right:-7px}.popular-products .product-swap-prev{left:-7px}.popular-products .swiper-button-prev{left:-40px!important}.popular-products .swiper-button-next{right:-40px!important}}@media (max-width:576px){.popular-products .popular-products-head{font-size:1.5rem;margin-bottom:0}.popular-products .card-item{padding:.8rem;border-radius:2rem}.popular-products .card-item-pan{height:12rem}.popular-products .card-item-head{font-size:1.2rem}.popular-products .card-item-para{font-size:.9rem}.popular-products .product-swap-next,.popular-products .product-swap-prev{width:2.5rem;height:2.5rem}.popular-products .product-swap-next{right:-7px;top:30%}.popular-products .product-swap-prev{left:-7px;top:30%}.popular-products .swiper-button-prev{left:-30px!important}.popular-products .swiper-button-next{right:-30px!important}}.brand-story{padding:40px 0}.brand-story-tabs{display:flex;gap:20px;margin-bottom:15px}.brand-story-tabs span{font-weight:700;cursor:pointer;color:#000}.brand-story-tabs span.active{text-decoration:underline}.brand-story h2{padding-bottom:1rem;font-size:30px;font-weight:700}.brand-story-message{font-size:16px;line-height:1.7;margin-bottom:20px;color:#333}.brand-story-message .btn{color:#e50000;background:none;border:none;border-bottom:2px solid #e50000;font-size:16px}.brand-story-name{font-weight:600;color:#000}.brand-story-designation{font-size:13px;color:#666}.brand-story-image img{max-width:100%;height:auto;border-radius:8px}.brand-story .nav-pills .nav-link{padding:8px 0;color:#000;border:none;font-size:16px;background:none}.brand-story .nav-pills .nav-link.active{background:none;border-bottom:2px solid #e50000;border-radius:0;color:#000;padding-left:0;padding-right:0}@media (max-width:1200px){.brand-story-tabs{gap:15px}}@media (max-width:992px){.brand-story-message{font-size:17px}.brand-story-designation{font-size:16px}}@media (max-width:768px){.brand-story-message{font-size:16px}}@media (max-width:576px){.brand-story{padding:30px 0}.brand-story-message{font-size:16px;line-height:1.6}.brand-story-tabs{gap:8px}}.brand{padding:40px 0}.brand-tabs{display:flex;gap:20px;margin-bottom:15px}.brand-tabs span{font-weight:700;cursor:pointer;color:#000}.brand-tabs span.active{text-decoration:underline}.brand h2{padding-bottom:1rem;font-size:30px;font-weight:700}.brand-message{font-size:16px;line-height:1.7;margin-bottom:20px;color:#333}.brand-name{font-weight:600;color:#000}.brand-designation{font-size:13px;color:#666}.brand-image img{max-width:100%;height:auto;border-radius:8px}.brand .nav-pills .nav-link,.brand .nav-pills .nav-link.active{color:#000;padding-left:0;padding-right:0}.brand .nav-pills .nav-link.active{background:none;border-bottom:2px solid #e50000;border-radius:0}.awards{padding:40px 0;background-color:#fff}.awards .title{font-size:30px;font-weight:700;margin-bottom:10px}.awards .heading-line{width:100%;height:2px;background-color:black;margin:0 auto 30px}.awards .award-box{border:1px solid #ccc;background:#fff;display:flex;flex-direction:column;align-items:center;height:100%}.awards .award-box img{max-width:100%;object-fit:contain}.awards .award-box hr{width:100%;border-top:1px solid #000;margin:10px 0}.awards .award-box p{font-size:14px;font-weight:600;margin:0;text-align:center}.loved-customer{display:flex;flex-direction:column;align-items:center;padding:3rem 0}.loved-customer-head{font-size:2rem;font-weight:800;padding-bottom:2rem;color:#000;text-align:center}.loved-customer .milln{color:#e50000}.loved-customer .recipe-card{border:1px solid #ddd;border-radius:12px;overflow:hidden;width:100%}.loved-customer .recipe-card .profile-img{width:40px;height:40px;object-fit:cover}.loved-customer .recipe-card .food-img{width:100%;height:auto;margin-bottom:10px}.loved-customer .recipe-card h5{font-size:18px;color:#000;text-align:start}.loved-customer .recipe-card p{font-size:14px;line-height:1.5;text-align:start}.loved-customer .recipe-card .read-more-btn{background-color:#e50000;color:#fff;border:none;border-radius:20px;padding:6px 16px;font-weight:500;cursor:pointer;transition:background .3s}.loved-customer .recipe-card .read-more-btn:hover{background-color:#c50000}.loved-customer .loved-swap{position:relative}.loved-customer .loved-swap .swiper{padding-bottom:2rem;padding-right:1rem;padding-left:1rem}.loved-customer .loved-swap-next{position:absolute;right:-90px;top:50%;z-index:10;display:flex;justify-content:center;align-items:center;background:none;border:none}.loved-customer .loved-swap-next-play{font-size:1.5rem;color:#070707}.loved-customer .loved-swap-prev{position:absolute;left:-90px;top:50%;z-index:10;width:3rem;height:3rem;background:none;border:none}.loved-customer .loved-swap-prev-play{font-size:1.5rem;color:#000000}.loved-customer .loved-swap .swiper-slide{height:auto;display:flex}@media (max-width:1024px){.loved-customer .loved-customer-head{font-size:2rem}.loved-customer .loved-swap-next,.loved-customer .loved-swap-prev{width:3rem;height:3rem}.loved-customer .loved-swap-next{right:-19px}.loved-customer .loved-swap-prev{left:-19px}}@media (max-width:991px){.loved-customer .loved-customer-head{font-size:1.5rem}.loved-customer .loved-swap-next,.loved-customer .loved-swap-prev{width:2.8rem;height:2.8rem}.loved-customer .loved-swap-next{right:-7px}.loved-customer .loved-swap-prev{left:-7px}.loved-customer .swiper-button-prev{left:-40px!important}.loved-customer .swiper-button-next{right:-40px!important}}@media (max-width:576px){.loved-customer .loved-customer-head{font-size:1.5rem}.loved-customer .loved-swap-next,.loved-customer .loved-swap-prev{width:2.5rem;height:2.5rem}.loved-customer .loved-swap-next{right:-7px;top:30%}.loved-customer .loved-swap-prev{left:-7px;top:30%}.loved-customer .swiper-button-prev{left:-30px!important}.loved-customer .swiper-button-next{right:-30px!important}.loved-customer{padding-top:1rem}}.customer-service{padding:40px 0;background-color:#fff}.customer-service .cs-title{font-size:24px;font-weight:600;margin-bottom:5px}.customer-service .cs-subtitle{font-size:16px;margin-bottom:30px}.customer-service .cs-grid{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.customer-service .cs-box{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 40px}.customer-service .cs-box img{height:40px;margin-bottom:10px}.customer-service .cs-box .cs-line{margin:2px 0;font-size:16px;font-weight:500;color:#000}.customer-service .cs-divider{width:1px;background-color:#ccc;height:100px;margin:0 10px}@media (max-width:1200px){.customer-service .cs-title{font-size:22px}.customer-service .cs-subtitle{font-size:16px}.customer-service .cs-box{padding:0 30px}.customer-service .cs-box .cs-line{font-size:16px}.customer-service .cs-divider{height:80px}}@media (max-width:992px){.customer-service{padding:30px 0}.customer-service .cs-title{font-size:20px}.customer-service .cs-subtitle{font-size:16px;margin-bottom:25px}.customer-service .cs-box{padding:0 25px}.customer-service .cs-box img{height:35px}.customer-service .cs-box .cs-line{font-size:16px}.customer-service .cs-divider{height:60px}}@media (max-width:768px){.customer-service{padding:25px 0}.customer-service .cs-title{font-size:18px}.customer-service .cs-subtitle{font-size:16px}.customer-service .cs-box{padding:0 20px}.customer-service .cs-box img{height:32px}.customer-service .cs-box .cs-line{font-size:16px}.customer-service .cs-divider{height:50px}}@media (max-width:576px){.customer-service{padding:20px 0}.customer-service .cs-title{font-size:20px;text-align:center}.customer-service .cs-subtitle{font-size:16px;text-align:center;margin-bottom:20px}.customer-service .cs-grid{flex-direction:column;gap:15px}.customer-service .cs-box{padding:0 15px}.customer-service .cs-box img{height:30px}.customer-service .cs-box .cs-line{font-size:16px}.customer-service .cs-divider{display:none}}.footer{background-color:#ececec;padding:40px 0;font-size:16px;color:#383838}.footer h6{font-weight:600;margin-bottom:10px;color:#383838}.footer ul{list-style:none;padding:0}.footer ul li{margin-bottom:5px;cursor:pointer}.footer ul li a{color:#383838}.footer ul li:hover{text-decoration:underline}.footer .social-icons{display:flex;gap:10px}.footer .social-icons-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;padding:3px;color:white;background-color:#6d6d6d;border:none;object-fit:contain;cursor:pointer}.footer .social-icons-btn:hover{opacity:.7}.footer .newsletter-form{display:flex;flex-direction:column;align-items:flex-start;margin-top:10px}.footer .newsletter-form input{width:100%;max-width:220px;padding:6px 10px;margin-bottom:8px;border:1px solid #888;border-radius:4px}.footer .newsletter-form .submit-btn{background-color:#e50000;color:white;border:none;padding:6px 14px;font-size:14px;border-radius:4px;cursor:pointer}.footer .newsletter-form .submit-btn:hover{background-color:#b80623}.footer .newsletter-form .error{color:#e50000}.footer .newsletter-form .response-message{color:#31753d;background-color:rgb(176,226,176);padding:5px;margin-top:10px;border-radius:3px;font-size:13px}.footer .newsletter-form .success-cross{background:none;border:none}.footer-foo{text-align:center;font-size:16px;margin-top:20px}@media (max-width:768px){.footer-foo-copy{margin-bottom:2rem}}.sticky-widget{position:fixed;right:15px;bottom:51px;display:flex;flex-direction:column;gap:5px;z-index:1000}.sticky-widget__button{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:5px;cursor:pointer}.sticky-widget__button:hover{transform:scale(1.1)}.sticky-widget__button--share{background-color:#383838;color:white}.sticky-widget__button--whatsapp{background-color:#6ed34f;color:white}.sticky-widget__button--whatsapp a{color:white}.sticky-widget__button--up{background-color:#e50000;color:white}.grecaptcha-badge{opacity:0;visibility:hidden}.meadiaContact{display:none}@media (max-width:768px){.meadiaContact{display:flex;align-items:center;justify-content:space-around;background-color:#e50000;padding:0 1rem;height:3rem;width:100%;color:white;position:fixed;bottom:0;left:0;z-index:1000}}.meadiaContact-us{display:none}@media (max-width:768px){.meadiaContact-us{display:flex;gap:1rem;color:white;font-size:1.5rem;align-items:center;justify-content:center}}.meadiaContact-us-note{color:white;font-size:1rem;margin:0}.meadiaContact-line{display:none}@media (max-width:768px){.meadiaContact-line{display:block;width:2px;height:2rem;background-color:white}}.company-highlights{text-align:center;padding:3rem 1rem;background:#fff}.company-highlights h2{font-size:2rem;margin-bottom:2rem;font-weight:600;text-align:left}.company-highlights h2 .highlight-text{color:#e50000}.company-highlights .highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:0 auto}.company-highlights .highlight-card{background:#fafafa;border:1px solid #eee;padding:2rem;border-radius:8px;transition:all .3s ease}.company-highlights .highlight-card h3{color:#e50000;font-size:1.4rem;font-weight:700;margin-bottom:1rem;line-height:1.4}.company-highlights .highlight-card p{font-size:.95rem;color:#6d6d6d;line-height:1.5}.company-highlights .highlight-card:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-5px)}.blogs{display:flex;flex-direction:column;align-items:center;padding:3rem 0}.blogs-head{font-size:2rem;font-weight:800;color:#000;margin-bottom:1rem;text-align:center}.blogs .card-item{border:1px solid #6d6d6d;display:flex;flex-direction:column;align-items:center;margin-top:2rem;transition:transform .3s ease,background-color .3s ease;width:100%}.blogs .card-item-img{width:100%}.blogs .card-item-date{font-size:.7rem;padding:.5rem;text-align:center;background-color:#e50000;color:white;margin-top:-19px}.blogs .card-item-head{font-size:1rem;font-weight:700;padding-bottom:8px;padding-top:20px;text-align:center}.blogs .card-item-para{font-size:14px;color:#000;text-align:center;line-height:22px;flex-grow:1;margin-bottom:.5rem}.blogs .card-item-btn{color:#e50000;border-radius:2rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.blogs .card-item-btn:hover{transform:scale(1.05)}.blogs .blogs-swap{position:relative}.blogs .blogs-swap .swiper{padding-bottom:2rem;padding-right:1rem;padding-left:1rem}.blogs .blogs-swap-next{position:absolute;right:-90px;top:35%;z-index:10;display:flex;justify-content:center;align-items:center;background:none;border:none}.blogs .blogs-swap-next-play{font-size:1.5rem;color:#070707}.blogs .blogs-swap-prev{position:absolute;left:-90px;top:35%;z-index:10;width:3rem;height:3rem;background:none;border:none}.blogs .blogs-swap-prev-play{font-size:1.5rem;color:#000000}.blogs .blogs-swap .swiper-slide{height:auto;display:flex}@media (max-width:1024px){.blogs .blogs-head{font-size:2rem}.blogs .card-item-pan{height:15rem}.blogs .card-item-head{font-size:1.1rem}.blogs .card-item-para{font-size:1rem}.blogs .blogs-swap-next,.blogs .blogs-swap-prev{width:3rem;height:3rem}.blogs .blogs-swap-next{right:-19px}.blogs .blogs-swap-prev{left:-19px}}@media (max-width:991px){.blogs .blogs-head{font-size:1.5rem}.blogs .card-item{padding:0}.blogs .card-item-pan{height:14rem}.blogs .card-item-head{font-size:1.3rem}.blogs .card-item-para{font-size:1rem}.blogs .blogs-swap-next,.blogs .blogs-swap-prev{width:2.8rem;height:2.8rem}.blogs .blogs-swap-next{right:-7px}.blogs .blogs-swap-prev{left:-7px}.blogs .swiper-button-prev{left:-40px!important}.blogs .swiper-button-next{right:-40px!important}}@media (max-width:576px){.blogs .blogs-head{font-size:1.5rem;margin-bottom:0}.blogs .card-item{padding:0}.blogs .card-item-pan{height:12rem}.blogs .card-item-head{font-size:1.2rem}.blogs .card-item-para{font-size:.9rem}.blogs .blogs-swap-next,.blogs .blogs-swap-prev{width:2.5rem;height:2.5rem}.blogs .blogs-swap-next{right:-7px;top:30%}.blogs .blogs-swap-prev{left:-7px;top:30%}.blogs .swiper-button-prev{left:-30px!important}.blogs .swiper-button-next{right:-30px!important}}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem}.not-found h1{font-size:2rem;margin-bottom:1rem;color:#e50000}.not-found-logo-el{width:10rem;margin:2rem 0}.not-found p{color:#000;font-size:1.2rem}.not-found-back{width:10rem;height:4rem;border-radius:2rem;background-color:#000;color:white;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.about-hero{width:100%;height:100vh;background-color:antiquewhite;position:relative}.about-hero-banner{width:100%;height:100%;object-fit:cover}.about-hero-head{position:absolute;bottom:30%;left:18%}.about-hero-head h2{color:white;font-size:3rem;font-weight:700}.about-hero-head p{color:white;font-size:2rem;font-weight:400;margin-top:2rem}@media (max-width:1200px){.about-hero-head{left:12%;bottom:50%}.about-hero-head h2{font-size:2.5rem}.about-hero-head p{font-size:1.8rem}}@media (max-width:992px){.about-hero-head{left:10%;bottom:50%}.about-hero-head h2{font-size:2.2rem}.about-hero-head p{font-size:1.6rem}}@media (max-width:768px){.about-hero{height:60vh}.about-hero-head{bottom:55%;left:8%}.about-hero-head h2{font-size:2rem}.about-hero-head p{font-size:1.4rem}}@media (max-width:576px){.about-hero{height:30vh}.about-hero-head{bottom:10%;left:4%}.about-hero-head h2{font-size:1.5rem}.about-hero-head p{font-size:.8rem;margin-top:1rem}}.downld-catalog{display:flex;flex-direction:column;align-items:center;padding:1.5rem 0}.downld-catalog-head{font-size:2rem;font-weight:800;padding-bottom:2rem;color:#000;text-align:center}.downld-catalog .catalog-card{overflow:hidden;padding:20px;margin:auto}.downld-catalog .catalog-card,.downld-catalog .catalog-card-image-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.downld-catalog .catalog-card-image-container{border:1px solid #b9b9b9;border-radius:12px;padding:2rem;transform:scale(.9)}.downld-catalog .catalog-card-image-container-cat{width:100%;object-fit:contain;max-height:250px}.downld-catalog .catalog-card-btn{background-color:#e50000;color:white;border-radius:2rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:500}.downld-catalog .catalog-card-btn:hover{background-color:#b80623}.downld-catalog .catalog-swap{position:relative}.downld-catalog .catalog-swap .swiper{padding-bottom:2rem;padding-right:1rem;padding-left:1rem}.downld-catalog .catalog-swap-next{position:absolute;right:-90px;top:50%;z-index:10;display:flex;justify-content:center;align-items:center;background:none;border:none}.downld-catalog .catalog-swap-next-play{font-size:1.5rem;color:#070707}.downld-catalog .catalog-swap-prev{position:absolute;left:-90px;top:50%;z-index:10;width:3rem;height:3rem;background:none;border:none}.downld-catalog .catalog-swap-prev-play{font-size:1.5rem;color:#000000}.downld-catalog .catalog-swap .swiper-slide{height:auto;display:flex}@media (max-width:1024px){.downld-catalog .downld-catalog-head{font-size:2rem}.downld-catalog .catalog-swap-next,.downld-catalog .catalog-swap-prev{width:3rem;height:3rem}.downld-catalog .catalog-swap-next{right:-19px}.downld-catalog .catalog-swap-prev{left:-19px}}@media (max-width:991px){.downld-catalog .downld-catalog-head{font-size:1.5rem}.downld-catalog .catalog-swap-next,.downld-catalog .catalog-swap-prev{width:2.8rem;height:2.8rem}.downld-catalog .catalog-swap-next{right:-43px}.downld-catalog .catalog-swap-prev{left:-43px}.downld-catalog .swiper-button-prev{left:-40px!important}.downld-catalog .swiper-button-next{right:-40px!important}}@media (max-width:576px){.downld-catalog .downld-catalog-head{font-size:1.5rem;padding-bottom:0}.downld-catalog .catalog-swap-next,.downld-catalog .catalog-swap-prev{width:2.5rem;height:2.5rem}.downld-catalog .catalog-swap-next{right:-7px;top:35%}.downld-catalog .catalog-swap-prev{left:-7px;top:35%}.downld-catalog .swiper-button-prev{left:-30px!important}.downld-catalog .swiper-button-next{right:-30px!important}}@media (min-width:1024px){.swiper-slide-next{z-index:10}.swiper-slide-next .catalog-card{padding:40px}.swiper-slide-next .catalog-card-image-container{transform:scale(1);transition:transform .3s ease-in-out;border:1px solid #888888;padding:2rem;opacity:1}.swiper-slide-next .catalog-card-image-container-cat{max-height:300px}.swiper-slide-next .catalog-card-btn{display:block;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scale(1.2);transition:transform .3s ease-in-out;margin-top:2rem}.catalog-card-btn{display:none}}.overview{display:flex;justify-content:start;gap:1rem;padding-top:5rem}.overview-left{display:flex;flex-direction:column}.overview-left-heading{font-size:2rem;font-weight:800;color:#000;margin-bottom:1rem}.overview-right{width:35rem}@media (max-width:1200px){.overview-right{width:30rem}.overview-left-heading{font-size:1.8rem}}@media (max-width:992px){.overview{gap:.8rem}.overview-right{width:100%;display:flex;align-items:center;justify-content:center}.overview-left-heading{font-size:1.6rem}}@media (max-width:768px){.overview{flex-direction:column}.overview-right{width:100%;display:flex;align-items:center;justify-content:center}.overview-left-heading{font-size:1.5rem}.overview-description{font-size:16px}}@media (max-width:576px){.overview{padding-top:3rem;gap:.5rem}.overview-left-heading{font-size:1.3rem}}.vision-mission{display:flex;justify-content:center;gap:2rem;padding:5rem 0}.vision-mission .card{background:#fff;border-radius:20px;box-shadow:0 8px 20px rgba(0,0,0,.1);width:100%;max-width:350px;padding:1rem;text-align:center;transition:transform .3s ease}.vision-mission .card img{width:100%;object-fit:cover;border-radius:15px;margin-bottom:1rem}.vision-mission .card h3{font-size:1.5rem;font-weight:700;margin-bottom:.8rem}.vision-mission .card p{font-size:.95rem;line-height:1.5;color:#333}.vision-mission .card:hover{transform:translateY(-5px)}@media (max-width:1200px){.vision-mission{gap:1.5rem;padding:4rem 0}}@media (max-width:992px){.vision-mission{gap:1.2rem;padding:3.5rem 0}.vision-mission .card{max-width:320px}}@media (max-width:768px){.vision-mission{flex-direction:column;align-items:center;padding:3rem 0}.vision-mission .card{max-width:90%}}@media (max-width:576px){.vision-mission{padding:2.5rem 1rem}.vision-mission .card{padding:.8rem}.vision-mission .card h3{font-size:1.3rem}.vision-mission .card p{font-size:.9rem}}.core-values{padding:2rem 0}.core-values h2{font-size:2rem;font-weight:800;color:#000;margin-bottom:1rem}.core-values .value-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:1.5rem;text-align:center;height:100%;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease}.core-values .value-card img{width:70px;margin-bottom:1rem;height:70px;object-fit:contain}.core-values .value-card h5{font-weight:600;font-size:1.2rem;margin-bottom:.75rem}.core-values .value-card p{font-size:.95rem;color:#333;line-height:1.5}.core-values .value-card:hover{transform:translateY(-5px)}.growth-story{padding:2rem 0}.growth-story h2{font-size:2rem;font-weight:800;color:#000;text-align:center;margin-bottom:1.5rem}.growth-story .growth-card{background:#f8f8f8;border-radius:12px;padding:1.5rem;height:100%;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease}.growth-story .growth-card .year{font-size:2rem;font-weight:700;color:#000;text-align:center}.growth-story .growth-card .title{font-size:1.1rem;font-weight:600;margin:.5rem 0 1rem;text-align:center}.growth-story .growth-card ul{padding-left:1rem}.growth-story .growth-card ul li{font-size:.9rem;line-height:1.5;margin-bottom:.5rem;list-style-type:disc}.growth-story .growth-card:hover{transform:translateY(-5px)}.footprint{display:flex;flex-direction:column;align-items:center;justify-content:center}.footprint-content{text-align:center;padding-top:3rem}.footprint-heading{font-size:2rem;font-weight:800;color:#000;margin-bottom:1rem;text-align:center}.footprint-para{font-size:1rem;color:#000;text-align:center;line-height:1.5;margin-bottom:2rem}.footprint-image{width:100%;height:auto;border-radius:1rem;margin-bottom:2rem}.footprint-video{width:100%;height:400px;object-fit:cover}.footprint-head{font-size:1.5rem;font-weight:500;padding-bottom:2rem;color:#000;text-align:center}.our-team{display:flex;flex-direction:column;align-items:center;justify-content:center}.our-team-content{text-align:center;padding-bottom:5rem}.our-team-heading{font-size:2rem;font-weight:800;color:#000;margin-bottom:1rem;text-align:center}.our-team-para{font-size:1rem;color:#000;text-align:center;line-height:1.5;margin-bottom:2rem}.our-team-image{width:100%;height:auto;border-radius:1rem;margin-bottom:2rem}.global-presence{display:flex;flex-direction:column;align-items:center;padding:3rem 0}.global-presence-head{font-size:2rem;font-weight:800;color:#000;margin-bottom:1rem}.global-presence .card-item{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:2rem;transition:transform .3s ease,background-color .3s ease;width:100%}.global-presence .card-item-img{border:2px solid #e50000;border-radius:2rem;width:100%}.global-presence .card-item-date{font-size:.7rem;padding:.5rem;text-align:start;color:rgb(0,0,0)}.global-presence .card-item-head{font-size:1rem;font-weight:700;padding-bottom:8px;padding-top:20px;text-align:center}.global-presence .card-item-para{font-size:14px;color:#000;text-align:start;line-height:22px;flex-grow:1;margin-bottom:.5rem}.global-presence .card-item-btn{color:#e50000;border-radius:2rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.global-presence .card-item-btn:hover{transform:scale(1.05)}.global-presence .global-swap{position:relative}.global-presence .global-swap .swiper{padding-bottom:2rem;padding-right:1rem;padding-left:1rem}.global-presence .global-swap-next{position:absolute;right:-90px;top:35%;z-index:10;display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;border-radius:50%;border:none;background-color:#ececec}.global-presence .global-swap-next-play{font-size:1.5rem;color:#e50000}.global-presence .global-swap-prev{position:absolute;left:-90px;top:35%;display:flex;justify-content:center;align-items:center;z-index:10;height:3rem;width:3rem;border-radius:50%;border:none;background-color:#ececec}.global-presence .global-swap-prev-play{font-size:1.5rem;color:#e50000}.global-presence .global-swap .swiper-slide{height:auto;display:flex;align-items:flex-start}@media (max-width:1024px){.global-presence .global-presence-head{font-size:2rem}.global-presence .card-item-pan{height:15rem}.global-presence .card-item-head{font-size:1.1rem}.global-presence .card-item-para{font-size:1rem}.global-presence .global-swap-next,.global-presence .global-swap-prev{width:3rem;height:3rem}.global-presence .global-swap-next{right:-19px}.global-presence .global-swap-prev{left:-19px}}@media (max-width:991px){.global-presence .global-presence-head{font-size:1.5rem}.global-presence .card-item{padding:0}.global-presence .card-item-pan{height:14rem}.global-presence .card-item-head{font-size:1.3rem}.global-presence .card-item-para{font-size:1rem}.global-presence .global-swap-next,.global-presence .global-swap-prev{width:2.8rem;height:2.8rem}.global-presence .global-swap-next{right:-7px}.global-presence .global-swap-prev{left:-7px}.global-presence .swiper-button-prev{left:-40px!important}.global-presence .swiper-button-next{right:-40px!important}}@media (max-width:576px){.global-presence .global-presence-head{font-size:1.5rem;margin-bottom:0}.global-presence .card-item{padding:0}.global-presence .card-item-pan{height:12rem}.global-presence .card-item-head{font-size:1.2rem}.global-presence .card-item-para{font-size:.9rem}.global-presence .global-swap-next,.global-presence .global-swap-prev{width:2.5rem;height:2.5rem}.global-presence .global-swap-next{right:-7px;top:30%}.global-presence .global-swap-prev{left:-7px;top:30%}.global-presence .swiper-button-prev{left:-30px!important}.global-presence .swiper-button-next{right:-30px!important}}.global-presence .custom-progressbar{width:7%!important;height:.8rem!important;background:#ddd;margin:15px auto 0;border-radius:10px!important;padding:5px!important;overflow:hidden!important;position:relative}@media (max-width:576px){.global-presence .custom-progressbar{width:30%!important}}.global-presence .custom-progressbar .swiper-pagination-progressbar-fill{background:#e50000!important;border-radius:10px!important;padding:5px!important;width:93%!important;height:7px!important;top:2px!important;left:3px!important}.contact-hero{width:100%;background-color:antiquewhite}.contact-hero-banner{width:100%;object-fit:cover}.contact .contact-form h1{font-size:1.5rem;text-align:center;margin-bottom:1rem;font-weight:600}.contact .contact-form .subtitle{font-size:.95rem;color:#666;text-align:center}.contact .contact-form form{display:flex;flex-direction:column;gap:1rem}.contact .contact-form form input,.contact .contact-form form textarea{padding:.9rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;outline:none;transition:border .3s}.contact .contact-form form input:focus,.contact .contact-form form textarea:focus{border-color:#333}.contact .contact-form form .submit-btn{display:flex;flex-direction:column;justify-content:end;align-items:end}.contact .contact-form form .send-btn{background-color:#e50000;color:#fff;padding:.7rem 3rem;font-size:1rem;border:none;border-radius:25px;cursor:pointer;transition:background .3s}.contact .contact-form form .send-btn:hover{background:#000}.contact .contact-form form .response-message{color:#31753d;background-color:rgb(176,226,176);padding:5px;margin-top:10px;border-radius:3px}.contact .contact-form form .success-cross{background:none;border:none;font-size:18px}.contact .contact-info h2{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.contact .contact-info .icon-para{display:flex;gap:.5rem}.contact .contact-info .icon-para,.contact .contact-info p{font-size:.95rem;margin:.8rem 0;line-height:1.5}.contact .contact-info hr{margin:1rem 0;border:0;border-top:1px solid #ddd}.contact .contact-map h2{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.contact .contact-map iframe{border:1px solid #ddd;border-radius:8px;padding:3px}.enquiry-hero{width:100%;background-color:antiquewhite}.enquiry-hero-banner{width:100%;object-fit:cover}.enquiry-head{font-size:2.5rem;font-weight:800;color:#000;padding-top:3rem}.enquiry-sub-head{font-size:1.5rem;font-weight:500;color:#000;margin-bottom:1rem}.enquiry-para{font-size:1rem;color:#000}.enquiry .contact-form{margin:0 auto}.enquiry .contact-form .faq{font-size:1.6rem;font-weight:500;margin-bottom:1.5rem;color:#000000}.enquiry .contact-form form{display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem;margin-bottom:2rem}.enquiry .contact-form form .response-message{color:#31753d;background-color:rgb(176,226,176);width:50%;padding:10px;border-radius:5px;display:flex;align-items:center;justify-content:space-between}@media (max-width:768px){.enquiry .contact-form form .response-message{width:100%}}.enquiry .contact-form form .success-cross{border:none;background:none;font-size:18px}.enquiry .contact-form .form-group{display:flex;flex-direction:column}.enquiry .contact-form .form-group label{font-size:1rem;margin-bottom:.5rem;color:#333}.enquiry .contact-form .form-group input,.enquiry .contact-form .form-group select,.enquiry .contact-form .form-group textarea{padding:.7rem 1rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;background-color:#f5f7f9}.enquiry .contact-form .form-group textarea{resize:vertical}.enquiry .contact-form .form-group .error{color:#e50000}.enquiry .contact-form .submit-btn{background-color:#e50000;color:white;padding:.5rem 1.5rem;border:none;border-radius:2rem;font-size:1rem;font-weight:500;cursor:pointer;width:-moz-fit-content;width:fit-content}.enquiry .contact-form .submit-btn:hover{background-color:#b80623}@media (max-width:576px){.enquiry .enquiry-hero-banner{height:200px;object-fit:cover}.enquiry .enquiry-head{font-size:1.8rem;text-align:center}.enquiry .enquiry-sub-head{font-size:1.2rem;text-align:center}.enquiry .enquiry-para{font-size:.95rem;text-align:center}.enquiry .enquiry .contact-form{padding:1rem}.enquiry .enquiry .contact-form h2{font-size:1.3rem;text-align:center}.enquiry .enquiry .contact-form .form-group input,.enquiry .enquiry .contact-form .form-group label,.enquiry .enquiry .contact-form .form-group select,.enquiry .enquiry .contact-form .form-group textarea{font-size:.95rem}.enquiry .enquiry .contact-form .submit-btn{width:100%;text-align:center}}@media (min-width:577px) and (max-width:768px){.enquiry .enquiry-head{font-size:2.2rem}.enquiry .enquiry-sub-head{font-size:1.3rem}.enquiry .enquiry .contact-form{padding:1.5rem}}@media (min-width:769px) and (max-width:992px){.enquiry .enquiry-head{font-size:2.4rem}.enquiry .enquiry-sub-head{font-size:1.4rem}.enquiry .enquiry .contact-form{padding:2rem}}@media (min-width:993px){.enquiry .enquiry .contact-form{max-width:700px}}.news-hero{width:100%;background-color:antiquewhite}.news-hero-banner{width:100%;object-fit:cover}@media (max-width:576px){.news-hero-banner{height:200px;object-fit:cover}}.news .no-data-message{width:100%;text-align:center}.news-section-title{text-align:center;font-weight:700;font-size:1.8rem;margin-bottom:2rem;margin-top:4rem}@media (max-width:768px){.news-section-title{font-size:1.5rem;margin-top:2rem}}.news-update-card{background-color:#fff;border-radius:10px;overflow:hidden;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.news-update-card-image{width:100%;object-fit:cover}.news-update-card-title{padding:.8rem;font-size:1rem;font-weight:600;color:#000;text-align:center}@media (max-width:768px){.news-update-card-title{font-size:.95rem;padding:.6rem}}@media (max-width:576px){.news-update-card-title{font-size:.9rem}}.news-update-card-read-more{background-color:#e50000;color:#fff;border:none;padding:.5rem 2rem;margin:0 .8rem .8rem;border-radius:20px;font-weight:700;cursor:pointer}.news-update-card-read-more:hover{background-color:#b80019}@media (max-width:768px){.news-update-card-read-more{padding:.4rem 1.5rem;font-size:.9rem}}.news .see-more{background-color:#ccc;color:#000;padding:.5rem 1rem;border:none;border-radius:20px;font-weight:600;cursor:pointer}.news .see-more:hover{background-color:#aaa}@media (max-width:768px){.news .see-more{padding:.4rem .8rem}}.news .letter{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 0}.news .letter .text{font-size:2rem;text-align:center;font-family:600;padding-bottom:2rem}@media (max-width:768px){.news .letter .text{font-size:1.6rem}}.news .letter .get{font-size:.5;text-align:center}.news .letter .no{font-size:.4}.news .letter .send{display:flex;align-items:center;justify-content:center;gap:5px}.news .letter .send input{width:100%;padding:3px 10px;border:1px solid #888;border-radius:4px}.news .letter .send button{background-color:#e50000;height:100%;color:white;border:none;padding:5px 14px;font-size:14px;border-radius:4px;min-width:-moz-fit-content;min-width:fit-content;cursor:pointer}.news .letter .send button:hover{background-color:#b80623}.news .letter .error{color:#e50000}.news .letter .response-message{color:#31753d;background-color:rgb(176,226,176);padding:5px;margin-top:10px;border-radius:3px}.news .letter .success-cross{background:none;border:none;font-size:18px}.detailnews-back{color:#e50000;font-weight:500;text-decoration:none;display:inline-block;margin-bottom:1rem;transition:all .3s ease;padding-top:4rem}.detailnews-back:hover{text-decoration:underline}.detailnews-title{font-size:1.5rem;font-weight:700;color:#000}.detailnews-title span{color:#000}.detailnews-date{font-size:.9rem;color:#e50000;margin:.5rem 0 1.5rem}.detailnews-image-wrapper{width:100%;border:1px solid #e0e0e0;padding:1rem;display:flex;justify-content:center;align-items:center}.detailnews-image-wrapper img{max-width:100%;height:auto}.detailnews-content{margin-top:2rem;margin-bottom:4rem}.detailnews-content h3{font-size:1.2rem;font-weight:700;color:#000}.detailnews-content p{color:#000;margin-top:.5rem;line-height:1.6}.detailnews-right-content{padding-top:4rem}@media (max-width:1200px){.detailnews .detailnews-title{font-size:1.4rem}.detailnews .detailnews-content h3{font-size:1.1rem}}@media (max-width:992px){.detailnews .detailnews-back{padding-top:3rem}.detailnews .detailnews-title{font-size:1.3rem}.detailnews .detailnews-image-wrapper{padding:.8rem}.detailnews .detailnews-content{margin-top:1.5rem;margin-bottom:3rem}.detailnews .detailnews-content h3{font-size:1rem}.detailnews .detailnews-content p{font-size:.95rem}.detailnews .detailnews-right-content{padding-top:3rem}}@media (max-width:768px){.detailnews .detailnews-title{font-size:1.2rem}.detailnews .detailnews-date{font-size:.85rem}.detailnews .detailnews-image-wrapper{padding:.6rem}.detailnews .detailnews-content h3{font-size:.95rem}.detailnews .detailnews-content p{font-size:.9rem}.detailnews .detailnews-right-content{padding-top:2.5rem}}@media (max-width:576px){.detailnews .detailnews-back{font-size:.9rem;padding-top:2rem}.detailnews .detailnews-title{font-size:1.1rem}.detailnews .detailnews-date{font-size:.8rem}.detailnews .detailnews-image-wrapper{padding:.5rem}.detailnews .detailnews-content{margin-top:1rem;margin-bottom:2rem}.detailnews .detailnews-content h3{font-size:.9rem}.detailnews .detailnews-content p{font-size:.85rem;line-height:1.5}.detailnews .detailnews-right-content{padding-top:.5rem}}.recent-news{padding-left:1rem}.recent-news h4{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#000}.recent-news-news-item{display:flex;gap:10px;padding:.75rem 0;border-bottom:1px solid #e0e0e0;text-decoration:none}.recent-news-news-item:last-child{border-bottom:none}.recent-news-news-item:hover .news-title{text-decoration:underline}.recent-news-news-item-news-thumbnail{min-width:100px;max-width:100px;min-height:80px;max-width:80px;overflow:hidden;border:1px solid #ccc;display:flex;align-items:center;justify-content:center}.recent-news-news-item-news-thumbnail img{object-fit:cover;width:100%;height:100%}.recent-news-news-item-info-news-date{font-size:.75rem;color:#e50000;margin-bottom:2px}.recent-news-news-item-info-news-title{font-size:.875rem;font-weight:500;color:#000;margin:0}@media (max-width:768px){.recent-news{padding-left:0}}@media (max-width:576px){.recent-news{padding-left:0}}