@import "https://fonts.googleapis.com/css2?family=Anton+SC&family=Parkinsans:wght@300..800&display=swap";
:root{--primaryColor:#c83f12;--secondaryColor:#70998b}body{font-family:Parkinsans,sans-serif}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-track{background:#0000000c}::-webkit-scrollbar-thumb{background:#757575;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primaryColor)}.container{width:calc(100% - 600px);margin:0 auto}@media (max-width:1640px){.container{width:calc(100% - 400px)}}@media (max-width:1540px){.container{width:calc(100% - 300px)}}@media (max-width:1440px){.container{width:calc(100% - 200px)}}@media (max-width:1060px){.container{width:calc(100% - 100px)}}@media (max-width:768px){.container{width:calc(100% - 50px)}}@media (max-width:480px){.container{width:calc(100% - 30px)}}a,article,button,div,span,i,b,h1,h2,h3,h4,h5,h6,p,input,ul,li,select,label,textarea{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;font-family:Parkinsans,sans-serif}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;font-family:Parkinsans,sans-serif}input{-webkit-tap-highlight-color:transparent}::-webkit-datetime-edit-year-field:not([aria-valuenow]){color:#0000}::-webkit-datetime-edit-month-field:not([aria-valuenow]){color:#0000}::-webkit-datetime-edit-day-field:not([aria-valuenow]){color:#0000}video::-internal-media-controls-overlay-cast-button{display:none}textarea{resize:none;font-family:Parkinsans,sans-serif}::selection{color:#fff;background:#1d1d1d}p{font-family:Parkinsans,sans-serif}
.homeBanner{width:100%;padding-top:100px;position:relative}.homeBanner:before{content:"";filter:blur(10px);opacity:.4;z-index:-1;background-image:url(/assets/images/banner/img1.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:110%;position:absolute;top:0;left:0}.homeBanner .homeBannerMain{flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;padding-top:100px;display:flex}.homeBanner .homeBannerMain .homehomeBannerLeft{flex-direction:column;flex:0 0 50%;display:flex}.homeBanner .homeBannerMain .homehomeBannerLeft h1{font-size:32px;font-weight:600;line-height:1.5}.homeBanner .homeBannerMain .homehomeBannerLeft h2{font-size:52px;font-weight:600;line-height:1.5}.homeBanner .homeBannerMain .homehomeBannerLeft .homeBannerButtonList{align-items:center;gap:20px;margin-top:30px;display:flex}.homeBanner .homeBannerMain .homehomeBannerLeft .homeBannerButtonList .homeBannerButtons{border:1px solid #0000;border-radius:50px;padding:14px 28px;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s}.homeBanner .homeBannerMain .homehomeBannerLeft .homeBannerButtonList .primaryBtn{background:var(--primaryColor);color:#fff;border:1px solid var(--primaryColor)}.homeBanner .homeBannerMain .homehomeBannerLeft .homeBannerButtonList .primaryBtn:hover{background:var(--secondaryColor);border-color:var(--secondaryColor)}.homeBanner .homeBannerMain .homehomeBannerLeft .homeBannerButtonList .secondaryBtn{color:var(--primaryColor);border:1px solid var(--primaryColor)}.homeBanner .homeBannerMain .homehomeBannerLeft .homeBannerButtonList .secondaryBtn:hover{background:var(--secondaryColor);color:#fff;border-color:var(--secondaryColor)}.homeBanner .homeBannerMain .homehomeBannerRight{flex:0 0 45%}.homeBanner .homeBannerMain .homehomeBannerRight img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}@media (min-width:1025px){.homeBanner{padding:100px 0}.homeBanner .homeBannerMain{flex-direction:row}.homeBanner .homeBannerMain .homehomeBannerLeft,.homeBanner .homeBannerMain .homehomeBannerRight{text-align:left}}@media (max-width:1024px) and (min-width:769px){.homeBanner{padding:20px 0}.homeBanner .homeBannerMain{flex-direction:column-reverse;align-items:center}.homeBanner .homeBannerMain .homehomeBannerLeft,.homeBanner .homeBannerMain .homehomeBannerRight{text-align:center;flex:0 0 100%;width:100%}.homeBanner .homeBannerMain .homehomeBannerLeft h1{font-size:26px}.homeBanner .homeBannerMain .homehomeBannerLeft h2{font-size:40px}.homeBanner .homeBannerMain .homehomeBannerLeft .homeBannerButtonList{flex-direction:column;gap:15px}.homeBanner .homeBannerMain .homehomeBannerLeft .homeBannerButtonList .homeBannerButtons{padding:18px 34px;font-size:20px}.homeBanner .homeBannerMain .homehomeBannerRight{margin-bottom:30px}.homeBanner .homeBannerMain .homehomeBannerRight img{max-width:85%;margin:0 auto}}@media (max-width:768px){.homeBanner{padding:20px 0}.homeBanner .homeBannerMain{flex-direction:column-reverse;align-items:center}.homeBanner .homeBannerMain .homehomeBannerLeft,.homeBanner .homeBannerMain .homehomeBannerRight{text-align:center;flex:0 0 100%;width:100%}.homeBanner .homeBannerMain .homehomeBannerLeft h1{font-size:22px}.homeBanner .homeBannerMain .homehomeBannerLeft h2{font-size:32px}.homeBanner .homeBannerMain .homehomeBannerLeft .homeBannerButtonList{flex-direction:column;gap:12px}.homeBanner .homeBannerMain .homehomeBannerLeft .homeBannerButtonList .homeBannerButtons{padding:18px 34px;font-size:20px}.homeBanner .homeBannerMain .homehomeBannerRight{margin-bottom:20px}.homeBanner .homeBannerMain .homehomeBannerRight img{max-width:100%;height:auto}}.homeAboutSection{text-align:center;padding:10px 0}.homeAboutSection .homeAboutContent{flex-wrap:wrap;justify-content:center;align-items:center;width:100%;display:flex}.homeAboutSection .homeAboutContent .homeAboutTitle{font-size:36px;font-weight:500;line-height:1.5}.homeAboutSection .homeAboutContent .homeAboutDescription{text-align:center;color:#000;padding:20px 130px 30px;font-size:18px;font-weight:400;line-height:1.5}.homeAboutSection .homeAboutImages{justify-content:center;gap:24px;width:100%;height:300px;margin-bottom:32px;display:flex}.homeAboutSection .homeAboutImages .homeAboutImageWrapper{border-radius:12px;overflow:hidden}.homeAboutSection .homeAboutImages .homeAboutImageWrapper:first-child{width:calc(50% - 16px)}.homeAboutSection .homeAboutImages .homeAboutImageWrapper:nth-child(2),.homeAboutSection .homeAboutImages .homeAboutImageWrapper:nth-child(3){width:calc(25% - 16px)}.homeAboutSection .homeAboutImages .homeAboutImageWrapper .homeAboutImage{-o-object-fit:cover;object-fit:cover;border-radius:12px;width:100%;height:100%}.homeAboutSection .homeAboutButtonWrapper{margin-top:10px}.homeAboutSection .homeAboutButtonWrapper .homeAboutButton{color:#c83f12;cursor:pointer;background-color:#fff;border:2px solid #c83f12;border-radius:999px;padding:14px 28px;font-size:18px;transition:all .3s}.homeAboutSection .homeAboutButtonWrapper .homeAboutButton:hover{color:#fff;background-color:#c83f12}@media (max-width:1024px){.homeAboutSection .homeAboutContent .homeAboutTitle{font-size:30px}.homeAboutSection .homeAboutContent .homeAboutDescription{padding:20px 60px 30px;font-size:16px}.homeAboutSection .homeAboutImages{flex-wrap:wrap;height:auto}.homeAboutSection .homeAboutImages .homeAboutImageWrapper{height:250px}.homeAboutSection .homeAboutImages .homeAboutImageWrapper:first-child{width:100%}.homeAboutSection .homeAboutImages .homeAboutImageWrapper:nth-child(2),.homeAboutSection .homeAboutImages .homeAboutImageWrapper:nth-child(3){width:48%}.homeAboutSection .homeAboutButtonWrapper .homeAboutButton{padding:10px 24px}}@media (max-width:768px){.homeAboutSection .homeAboutContent .homeAboutTitle{font-size:26px}.homeAboutSection .homeAboutContent .homeAboutDescription{padding:10px 20px 20px;font-size:18px}.homeAboutSection .homeAboutImages{flex-direction:column;align-items:center}.homeAboutSection .homeAboutImages .homeAboutImageWrapper{height:200px;width:90%!important}.homeAboutSection .homeAboutButtonWrapper .homeAboutButton{width:100%;max-width:300px}}.homeCategorySection{text-align:center;width:100%;padding-top:50px}.homeCategorySection .homeCategoryTitle{padding-bottom:40px;font-size:36px;font-weight:500;line-height:1.5}.homeCategorySection .homeCategoryGrid{flex-wrap:wrap;justify-content:space-evenly;display:flex}.homeCategorySection .homeCategoryGrid .homeCategoryItem{flex-direction:column;align-items:center;width:120px;display:flex}.homeCategorySection .homeCategoryGrid .homeCategoryItem .homeCategoryImageWrapper{border-radius:50%;width:100px;height:100px;margin-bottom:12px;overflow:hidden}@media (max-width:768px){.homeCategorySection .homeCategoryGrid .homeCategoryItem .homeCategoryImageWrapper{width:130px;height:130px}}.homeCategorySection .homeCategoryGrid .homeCategoryItem .homeCategoryImageWrapper .homeCategoryImage{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.homeCategorySection .homeCategoryGrid .homeCategoryItem .homeCategoryText{align-items:center;width:200px;font-size:18px;font-weight:500;line-height:1.5}@media (max-width:1024px){.homeCategorySection .homeCategoryImageWrapper{width:130px;height:130px}.homeCategorySection .homeCategoryTitle{font-size:30px}.homeCategorySection .homeCategoryGrid{justify-content:space-between;padding:30px}.homeCategorySection .homeCategoryGrid .homeCategoryItem{width:140px;margin:10px}.homeCategorySection .homeCategoryGrid .homeCategoryItem .homeCategoryText{text-align:center;width:100%;font-size:16px}}@media (max-width:479px){.homeCategorySection .homeCategorySection{padding-top:30px}}@media (max-width:768px){.homeCategorySection .homeCategoryTitle{font-size:26px}.homeCategorySection .homeCategoryGrid{justify-content:space-between;padding:30px}.homeCategorySection .homeCategoryGrid .homeCategoryItem{width:130px;margin:10px 8px}.homeCategorySection .homeCategoryGrid .homeCategoryItem .homeCategoryText{text-align:center;width:100%;font-size:18px}}.homeFeaturedSection{text-align:center;background-color:#fff;padding:100px 0 50px}.homeFeaturedSection .homeFeaturedTitle{margin-bottom:40px;font-size:36px;font-weight:500}.homeFeaturedSection .homeFeaturedGrid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard{background:#fef5f3;border-radius:8px;flex-direction:column;align-items:flex-start;width:calc(25% - 22.5px);padding:20px;transition:transform .2s ease-in-out;display:flex;box-shadow:0 8px 16px #0000000f}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard:hover{transform:translateY(-5px)}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedImageWrapper{border-radius:10px;width:100%;overflow:hidden}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedImageWrapper img{-o-object-fit:cover;object-fit:cover;border-radius:10px;width:100%;height:auto;display:block}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedProductTitle{text-align:start;margin-top:10px;padding-bottom:5px;font-size:16px;font-weight:500;line-height:1.5}@media (max-width:768px){.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedProductTitle{font-size:22px}}@media (max-width:1025px){.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedProductTitle{font-size:24px}}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedWeights{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:10px;display:flex}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedWeights .homeFeaturedWeight{color:#c83f12;background:#faeae5;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500}@media (max-width:768px){.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedWeights .homeFeaturedWeight{font-size:18px}}@media (max-width:1025px){.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedWeights .homeFeaturedWeight{font-size:20px}}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedDescription{color:#333;text-align:left;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:15px;font-size:14px;display:-webkit-box;overflow:hidden}@media (max-width:768px){.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedDescription{font-size:18px}}@media (max-width:1025px){.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedDescription{font-size:20px}}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedButton{color:#fff;cursor:pointer;background-color:#c7461c;border:none;border-radius:4px;width:100%;padding:10px 25px;font-weight:600}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedButton:hover{background-color:#a83913}@media (max-width:1024px){.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard .homeFeaturedButton{padding:15px 30px;font-size:16px}}.homeFeaturedSection .homeFeaturedViewAll{margin-top:40px}.homeFeaturedSection .homeFeaturedViewAll .homeFeaturedViewAllBtn{color:#c83f12;cursor:pointer;background:0 0;border:1px solid #c83f12;border-radius:50px;padding:14px 28px;font-size:18px;font-weight:500;line-height:1.5}.homeFeaturedSection .homeFeaturedViewAll .homeFeaturedViewAllBtn:hover{color:#fff;background:#c83f12}@media (max-width:1024px){.homeFeaturedSection .homeFeaturedTitle{font-size:30px}.homeFeaturedSection .homeFeaturedGrid{justify-content:space-between}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard{width:calc(50% - 15px)}.homeFeaturedSection .homeFeaturedViewAllBtn{font-size:16px}}@media (max-width:480px){.homeFeaturedSection{padding:15px 0 30px}.homeFeaturedSection .homeFeaturedSection .homeFeaturedViewAll{margin-top:20px}.homeFeaturedSection .homeFeaturedTitle{font-size:26px}.homeFeaturedSection .homeFeaturedGrid{gap:16px}.homeFeaturedSection .homeFeaturedGrid .homeFeaturedCard{width:100%;padding:14px}.homeFeaturedSection .homeFeaturedViewAllBtn{padding:8px 16px;font-size:14px}}.testimonialsSection{text-align:center;background-color:#fff;padding:40px 0}.testimonialsSection .testimonialsTitle{margin-bottom:40px;padding-top:20px;font-size:36px;font-weight:500}.testimonialsSection hr{border:none;border-top:1px solid #ddd;width:60%;margin:0 auto 10px}.testimonialsSection .testimonialCard{text-align:center;background-color:#fdf8f5;border:.4px solid #c9591645;border-radius:8px;flex-direction:column;align-items:center;height:100%;padding:30px 20px;display:flex;box-shadow:0 0 10px #0000000d}.testimonialsSection .testimonialCard .testimonialQuote{color:#ebcdbb;margin-bottom:10px;font-size:40px}.testimonialsSection .testimonialCard .testimonialText{color:#333;text-align:center;max-height:4.5em;margin-bottom:20px;padding-right:5px;font-size:18px;font-weight:300;line-height:1.5;overflow-y:auto}.testimonialsSection .testimonialCard .testimonialText::-webkit-scrollbar{width:6px}.testimonialsSection .testimonialCard .testimonialText::-webkit-scrollbar-thumb{background:#aaa;border-radius:4px}.testimonialsSection .testimonialCard .testimonialText::-webkit-scrollbar-track{background:#f1f1f1}.testimonialsSection .testimonialCard .testimonialProfile{flex-direction:column;align-items:center;gap:15px;display:flex}.testimonialsSection .testimonialCard .testimonialProfile .testimonialAvatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:70px;height:70px}.testimonialsSection .testimonialCard .testimonialProfile .testiname{font-size:18px;font-weight:500}.testimonialsSection .testimonialCard .testimonialProfile .testimonialCountry{color:#555;font-size:14px;font-style:italic}.testimonialsSection .swiper-button-next,.testimonialsSection .swiper-button-prev{color:#333;z-index:99999;background:#fff;border-radius:50%;width:40px;height:40px;box-shadow:0 4px 10px #00000026}.testimonialsSection .swiper-button-next:after,.testimonialsSection .swiper-button-prev:after{font-size:18px;font-weight:700}.testimonialsSection .swiper-button-prev{left:0}.testimonialsSection .swiper-button-next{right:0}@media (max-width:1024px){.testimonialsSection .testimonialsTitle{font-size:30px}}@media (max-width:768px){.testimonialsSection .testimonialsTitle{font-size:26px}.testimonialsSection .swiper-button-next,.testimonialsSection .swiper-button-prev{width:32px;height:32px}.testimonialsSection .swiper-button-next:after,.testimonialsSection .swiper-button-prev:after{font-size:14px}}.contactHome{background:#fff4f0;padding-top:50px;padding-bottom:50px}.contactHome .contactTitle{text-align:center;color:#000;margin-bottom:40px;font-size:36px;font-weight:500;line-height:1.5}@media screen and (max-width:428px){.contactHome .contactTitle{font-size:26px}}.contactHome .titleCon{text-align:center}.contactHome .contactContainer{flex-wrap:wrap;justify-content:center;gap:40px;margin:0 auto;display:flex}.contactHome .contactContainer .contactImageBox{text-align:center;background:#fff;border-radius:12px;flex-direction:column;flex:480px;justify-content:space-between;padding:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.contactHome .contactContainer .contactImageBox .logoWrapper{justify-content:flex-start;margin-bottom:20px;display:flex}.contactHome .contactContainer .contactImageBox .logoWrapper .logoImage{-o-object-fit:cover;object-fit:cover;z-index:1}.contactHome .contactContainer .contactImageBox .saladWrapper{width:100%;height:100%;position:absolute;top:0;right:-20%}.contactHome .contactContainer .contactImageBox .saladWrapper .saladImage{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.contactHome .contactContainer .contactImageBox .contactTagline{color:#c83f12;text-align:left;z-index:1;font-size:24px;font-weight:600;line-height:1.6}.contactHome .contactContainer .contactFormBox{background:#fff;border-radius:12px;flex:480px;padding:40px;box-shadow:0 4px 12px #0000000d}.contactHome .contactContainer .contactFormBox .formTitle{color:#000;margin-bottom:24px;font-size:36px;font-weight:500;line-height:1.5}.contactHome .contactContainer .contactFormBox .contactForm{flex-direction:column;gap:20px;display:flex}.contactHome .contactContainer .contactFormBox .contactForm .formLabel{color:#333;flex-direction:column;font-size:18px;font-weight:400;line-height:1.5;display:flex}.contactHome .contactContainer .contactFormBox .contactForm .formLabel .formInput,.contactHome .contactContainer .contactFormBox .contactForm .formLabel .formTextarea{resize:none;background:#fefafa;border:1px solid #eee;border-radius:8px;margin-top:6px;padding:12px 16px;font-size:18px;font-weight:400;line-height:1.5;transition:border .2s}.contactHome .contactContainer .contactFormBox .contactForm .formLabel .formInput:focus,.contactHome .contactContainer .contactFormBox .contactForm .formLabel .formTextarea:focus{border-color:#d44702;outline:none}.contactHome .contactContainer .contactFormBox .contactForm .formLabel .formTextarea{height:120px}.contactHome .contactContainer .contactFormBox .contactForm .formButton{color:#fff;cursor:pointer;background-color:#c83f12;border:none;border-radius:9999px;margin-top:10px;padding:14px;font-size:16px;font-weight:500;transition:background .3s}.contactHome .contactContainer .contactFormBox .contactForm .formButton:hover{background-color:var(--secondaryColor)}@media (max-width:1024px){.contactHome .contactContainer .contactFormBox .contactForm .formButton{font-size:20px}}@media (max-width:76px){.contactHome .contactContainer .contactFormBox .contactForm .formButton{font-size:18px}}@media (max-width:480px){.contactHome .contactContainer .contactFormBox .contactForm .formButton{font-size:18px}}@media (max-width:520px){.contactHome .contactTagline{font-size:16px!important}.contactHome .contactTitle,.contactHome .formTitle{font-size:26px!important}}@media (max-width:400px){.contactHome .recapchaStyle{width:200px;overflow:auto}}@media (max-width:350px){.contactHome .contactTagline{font-size:13px!important}.contactHome .logoImage{-o-object-fit:cover;object-fit:cover;position:relative;right:30px}}@media screen and (max-width:1200px) and (min-width:520px){.contactHome .saladImage{height:100%;-o-object-fit:cover!important;object-fit:cover!important;width:50%!important}}.getSection{z-index:0;background-color:#f7f7f7;padding:140px 0;position:relative}@media (max-width:1024px){.getSection{padding:100px 0}}@media (max-width:768px){.getSection{padding:80px 0}}@media (max-width:480px){.getSection{padding:60px 0}}.getSection .getWrapper{justify-content:center;align-items:center;width:100%;display:flex}.getSection .getWrapper .getContent{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:900px;padding:0 20px;display:flex}.getSection .getWrapper .getContent h2{color:#000;text-align:center;margin-bottom:20px;font-size:44px;font-weight:500;line-height:1.5}.getSection .getWrapper .getContent p{color:#444;text-align:center;margin-bottom:30px;font-size:24px;font-weight:300;line-height:1.5}.getSection .getWrapper .getContent button{color:#fff;cursor:pointer;background-color:#c83f12;border:none;border-radius:30px;padding:10px 102px 14px;font-size:18px;transition:background-color .3s}.getSection .getWrapper .getContent button:hover{background-color:var(--secondaryColor)}@media (max-width:1024px){.getSection .getWrapper .getContent h2{font-size:36px}.getSection .getWrapper .getContent p{font-size:20px}.getSection .getWrapper .getContent button{padding:15px 100px;font-size:20px}}@media (max-width:768px){.getSection .getWrapper .getContent h2{font-size:30px}.getSection .getWrapper .getContent p{font-size:18px}.getSection .getWrapper .getContent button{padding:15px 80px;font-size:18px}}@media (max-width:480px){.getSection .getWrapper .getContent h2{font-size:24px}.getSection .getWrapper .getContent p{font-size:15px}.getSection .getWrapper .getContent button{padding:15px 80px;font-size:18px}}.getSection .getImageLeft{z-index:-1;width:20%;height:100%;position:absolute;top:0;left:0}.getSection .getImageLeft img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}@media (max-width:1024px){.getSection .getImageLeft{width:25%}}@media (max-width:768px){.getSection .getImageLeft{width:28%}}@media (max-width:480px){.getSection .getImageLeft{width:25%}}.getSection .getImageRight{z-index:-1;width:45%;height:100%;position:absolute;top:0;right:0}.getSection .getImageRight img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:none}@media (max-width:1024px){.getSection .getImageRight{width:40%}}@media (max-width:768px){.getSection .getImageRight{width:35%}.getSection .getImageRight img{-o-object-fit:contain;object-fit:contain}}@media (max-width:480px){.getSection .getImageRight{width:35%;top:40px}.getSection .getImageRight img{-o-object-fit:contain;object-fit:contain}}@media (max-width:400px){.getSection .getImageRight{width:35%;top:60px}.getSection .getImageRight img{-o-object-fit:contain;object-fit:contain}}.historyPage{color:#2f2f2f;padding-top:100px}.historyPage .heroSection{background:url(/assets/images/aboutpage/banner/img1.webp) 50%/cover no-repeat;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.historyPage .heroSection .overlay{color:#fff;text-align:center;background-color:#00000080;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:40px 20px;display:flex;position:absolute;top:0;left:0}.historyPage .heroSection .overlay h1{margin-bottom:10px;font-size:42px}.historyPage .heroSection .overlay p{font-size:18px}@media (max-width:1024px){.historyPage .heroSection{height:300px}.historyPage .heroSection .overlay{padding:30px 16px}.historyPage .heroSection .overlay h1{font-size:32px}.historyPage .heroSection .overlay p{font-size:16px}}@media (max-width:768px){.historyPage .heroSection{height:250px}.historyPage .heroSection .overlay{padding:20px 14px}.historyPage .heroSection .overlay h1{font-size:24px}.historyPage .heroSection .overlay p{font-size:14px}}@media (max-width:480px){.historyPage .heroSection{height:200px;padding:0 12px}.historyPage .heroSection .overlay{padding:15px 12px}.historyPage .heroSection .overlay h1{font-size:24px}.historyPage .heroSection .overlay p{font-size:15px}}.historyPage .timelineSection{background:#fffaf3;padding:30px 20px}.historyPage .timelineSection .sectionTitle{text-align:center;color:#000;margin-bottom:60px;font-size:36px;font-weight:500;line-height:1.5}.historyPage .timelineSection .timeline{max-width:1100px;margin:0 auto;padding:0 20px;position:relative}.historyPage .timelineSection .timeline:before{content:"";background-color:#c83f12;width:4px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.historyPage .timelineSection .timeline .timelineItem{justify-content:flex-start;align-items:center;width:100%;margin-bottom:70px;display:flex;position:relative}.historyPage .timelineSection .timeline .timelineItem .iconCircle{color:#fff;z-index:2;background:#c83f12;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.historyPage .timelineSection .timeline .timelineItem.left .content{margin-left:0;margin-right:auto}.historyPage .timelineSection .timeline .timelineItem.right{flex-direction:row-reverse}.historyPage .timelineSection .timeline .timelineItem.right .content{margin-left:auto;margin-right:0}.historyPage .timelineSection .timeline .timelineItem .content{background:#fff;border-radius:12px;width:45%;padding:25px 30px;position:relative;box-shadow:0 8px 20px #0000000f}.historyPage .timelineSection .timeline .timelineItem .content .year{color:#c83f12;margin-bottom:10px;font-size:20px;font-weight:700;display:block}.historyPage .timelineSection .timeline .timelineItem .content p{color:#333;font-size:18px;line-height:1.6}@media (max-width:768px){.historyPage .timelineSection .timeline:before{left:20px}.historyPage .timelineSection .timelineItem,.historyPage .timelineSection .timelineItem.right,.historyPage .timelineSection .timelineItem.left{flex-direction:column;align-items:flex-start}.historyPage .timelineSection .timelineItem .iconCircle,.historyPage .timelineSection .timelineItem.right .iconCircle,.historyPage .timelineSection .timelineItem.left .iconCircle{left:20px;transform:translateY(-50%)}.historyPage .timelineSection .timelineItem .content,.historyPage .timelineSection .timelineItem.right .content,.historyPage .timelineSection .timelineItem.left .content{width:100%;margin-left:60px}}.visionPage{color:#333;background:#fdf9f8;font-family:Segoe UI,sans-serif}.visionPage .textCon{text-align:center;margin:auto}.visionPage .section-title{color:#000;margin-bottom:10px;font-size:36px;font-weight:500;line-height:1.5}.visionPage .section-subtitle{color:#666;margin-bottom:50px;max-width:700px;margin-inline:auto;font-size:18px}.visionPage .cardGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;padding-bottom:40px;display:grid}.visionPage .card{text-align:left;background:#fff;border-top:5px solid #c83f12;border-radius:16px;padding:30px 25px 60px;transition:all .3s;position:relative;box-shadow:0 8px 20px #0000000d}.visionPage .card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000014}.visionPage .card .iconWrapper{color:#c83f12;margin-bottom:20px;font-size:36px}.visionPage .card h3{color:#c83f12;margin-bottom:10px;font-size:24px;font-weight:600}.visionPage .card p{color:#444;font-size:18px;line-height:1.6}.visionPage .card .badge{color:#fff;background:linear-gradient(135deg,#c83f12,#8a280a);border-radius:20px;padding:6px 14px;font-size:16px;font-weight:600;position:absolute;bottom:20px;right:20px;box-shadow:0 4px 8px #c83f124d}@media (max-width:768px){.visionPage .section-title{font-size:28px}.visionPage .section-subtitle{font-size:18px}.visionPage .card h3{font-size:24px}}.certificationsPage{color:#2c2c2c;background-color:#fefefe;padding-top:60px;padding-bottom:60px;font-family:Segoe UI,sans-serif}.certificationsPage .certHeader{text-align:center;margin-bottom:50px}.certificationsPage .certHeader h1{color:#000;margin-bottom:10px;font-size:36px;font-weight:500;line-height:1.5}.certificationsPage .certHeader p{color:#666;max-width:600px;margin:0 auto;font-size:1rem}@media (max-width:768px){.certificationsPage .certHeader p{font-size:18px}}.certificationsPage .certGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin:0 auto;display:grid}.certificationsPage .certGrid .certCard{text-align:center;background:#fff;border-radius:12px;padding:30px 20px;transition:all .3s;box-shadow:0 4px 12px #0000000f}.certificationsPage .certGrid .certCard:hover{transform:translateY(-5px);box-shadow:0 6px 18px #0000001a}.certificationsPage .certGrid .certCard .certImage{max-width:120px;margin:0 auto 20px}.certificationsPage .certGrid .certCard .certImage .cert-img{-o-object-fit:contain;object-fit:contain;width:100%;height:100px}.certificationsPage .certGrid .certCard h3{color:#b34727;margin-bottom:10px;font-size:22px}.certificationsPage .certGrid .certCard p{color:#555;font-size:18px}.globalexport .hero{text-align:center;background-image:url(/assets/images/aboutpage/global/img1.webp);background-position:50%;background-size:cover;height:400px;position:relative}.globalexport .hero .overlay{color:#fff;background:#0009;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:60px 20px;display:flex;position:absolute;top:0;left:0}.globalexport .hero .overlay h1{margin-bottom:10px;font-size:3rem}.globalexport .hero .overlay p{max-width:700px;margin:0 auto;font-size:1.2rem}@media (max-width:768px){.globalexport .hero{height:300px}.globalexport .hero .overlay{padding:50px 16px}.globalexport .hero .overlay h1{font-size:2rem;line-height:1.3}.globalexport .hero .overlay p{font-size:1rem}}@media (max-width:480px){.globalexport .hero{height:250px}.globalexport .hero .overlay{padding:40px 12px}.globalexport .hero .overlay h1{font-size:1.6rem;line-height:1.2}.globalexport .hero .overlay p{font-size:.95rem}}.globalexport .features{text-align:center;padding:60px 0}.globalexport .features h2{margin-bottom:30px;font-size:36px;font-weight:500;line-height:1.5}.globalexport .features .grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.globalexport .features .grid .box{background:#f4f4f4;border-radius:12px;padding:25px;transition:all .3s}.globalexport .features .grid .box:hover{background:#fff;transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.globalexport .features .grid .box h3{margin:15px 0 10px;font-size:1.2rem}.globalexport .features .grid .box p{color:#555;font-size:18px}.globalexport .exports{text-align:center;padding:60px 0}.globalexport .exports h2{margin-bottom:30px;font-size:36px;font-weight:500;line-height:1.5}.globalexport .exports .imageGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.globalexport .exports .imageGrid .imageBox{border-radius:10px;overflow:hidden}.globalexport .exports .imageGrid .imageBox img{-o-object-fit:cover;object-fit:cover;width:100%;display:block}.globalexport .counters{text-align:center;background:#fefefe;flex-wrap:wrap;justify-content:space-around;padding:50px 20px;display:flex}@media (max-width:480px){.globalexport .counters{flex-direction:column;display:flex}}.globalexport .counters .counter{margin:15px}.globalexport .counters .counter h3{color:#c83f12;font-size:40px}.globalexport .counters .counter p{margin-top:5px;font-size:1rem}.globalexport .tieups{text-align:center;background:#f9f9f9;padding:60px 20px}.globalexport .tieups h2{margin-bottom:25px;font-size:2rem}.globalexport .tieups ul{flex-wrap:wrap;justify-content:center;gap:20px;padding:0;list-style:none;display:flex}.globalexport .tieups ul li{background:#fff;border-radius:8px;padding:12px 20px;box-shadow:0 2px 6px #0000001a}.warehouseContainer{color:#1e1e1e;font-family:Inter,sans-serif}.warehouseContainer .warehouseBanner{background:url(/assets/images/aboutpage/warehouse/img1.webp) 50%/cover no-repeat;justify-content:center;align-items:center;width:100%;height:75vh;display:flex;position:relative}.warehouseContainer .warehouseBanner .bannerOverlay{text-align:center;color:#fff;background-color:#0009;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2.5rem 3rem;display:flex;position:absolute;top:0;left:0}.warehouseContainer .warehouseBanner .bannerOverlay h1{margin-bottom:1rem;font-size:3rem;font-weight:700}.warehouseContainer .warehouseBanner .bannerOverlay p{color:#eee;font-size:1.2rem}@media (max-width:768px){.warehouseContainer .warehouseBanner{aspect-ratio:16/9;height:auto}.warehouseContainer .warehouseBanner .bannerOverlay{padding:2rem 1.5rem}.warehouseContainer .warehouseBanner .bannerOverlay h1{font-size:1.8rem;line-height:1.3}.warehouseContainer .warehouseBanner .bannerOverlay p{font-size:1rem}}@media (max-width:480px){.warehouseContainer .warehouseBanner .bannerOverlay{padding:1.5rem 1rem}.warehouseContainer .warehouseBanner .bannerOverlay h1{font-size:1.5rem}.warehouseContainer .warehouseBanner .bannerOverlay p{font-size:.95rem}}.warehouseContainer .infoCards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:4rem 0;display:grid}.warehouseContainer .infoCards .card{text-align:center;background:#fff;border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #0000000f}.warehouseContainer .infoCards .card .icon{color:#c83f12;margin-bottom:1rem;font-size:2.5rem}.warehouseContainer .infoCards .card h2{color:#2c3e50;margin-bottom:.5rem;font-size:1.4rem}@media (max-width:768px){.warehouseContainer .infoCards .card h2{font-size:24px}}.warehouseContainer .infoCards .card p{color:#555;font-size:1rem}@media (max-width:768px){.warehouseContainer .infoCards .card p{font-size:18px}}.warehouseContainer .infoCards .card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000014}.warehouseContainer .callToAction{text-align:center;background:#fef6f0;padding:3rem 2rem}.warehouseContainer .callToAction h3{color:#c83f12;margin-bottom:.5rem;font-size:1.8rem}.warehouseContainer .callToAction p{color:#666;font-size:1.1rem}@media (max-width:768px){.warehouseContainer .callToAction p{font-size:18px}}.productPage{background-color:#f4f4f4;padding:100px 0}.productPage .topBar{justify-content:flex-end;align-items:center;margin-bottom:30px;display:flex}.productPage .topBar .categoryFilter{color:#333;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;outline:none;margin-top:30px;padding:10px 14px;font-size:15px;transition:border-color .3s;box-shadow:0 2px 6px #0000001a}.productPage .topBar .categoryFilter:hover{border-color:#999}.productPage .productGrid{flex-wrap:wrap;justify-content:flex-start;gap:24px;display:flex}.productPage .productCard{background:#fef5f3;border-radius:10px;width:calc(25% - 18px);min-width:240px;padding:16px;box-shadow:0 2px 12px #00000014}.productPage .productCard .imageWrapper{border-radius:8px;width:100%;height:200px;margin-bottom:16px;position:relative;overflow:hidden}.productPage .productCard .productImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.productPage .productCard .productName{padding-bottom:2px;font-weight:700}@media (max-width:768px){.productPage .productCard .productName{font-size:22px}}.productPage .productCard .productDescription{color:#555;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:14px;font-weight:400;display:-webkit-box;overflow:hidden}@media (max-width:768px){.productPage .productCard .productDescription{font-size:16px}}.productPage .productCard .productWeight{color:#777;margin-bottom:12px;font-size:13px}@media (max-width:768px){.productPage .productCard .productWeight{font-size:15px}}.productPage .productCard .knowMoreButton{color:#fff;cursor:pointer;background-color:#c83f12;border:none;border-radius:5px;width:100%;padding:10px 20px;font-size:14px;font-weight:500;transition:background-color .3s}.productPage .productCard .knowMoreButton:hover{background-color:#a8320d}@media (max-width:768px){.productPage .productCard .knowMoreButton{font-size:18px}}.productPage .popupOverlay{z-index:1000;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.productPage .popupContent{background:#fff;border-radius:10px;width:100%;max-width:600px;max-height:90vh;padding:24px;animation:.3s ease-in-out fadeIn;position:relative;overflow-y:auto;box-shadow:0 0 20px #0000004d}.productPage .popupContent h2{color:#222;margin-bottom:8px;font-size:20px;font-weight:600}.productPage .popupContent p{color:#444;margin-bottom:8px;font-size:15px}.productPage .popupContent .popupImageWrapper{border-radius:8px;width:100%;height:300px;margin-bottom:16px;position:relative;overflow:hidden}.productPage .popupContent .popupImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.productPage .popupContent .closeButton{color:#fff;cursor:pointer;background-color:#c83f12;border:none;border-radius:5px;margin-top:16px;padding:10px 20px}.productPage .popupContent .closeButton:hover{background-color:#a8320d}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.productPage .productCard{width:calc(33.333% - 16px)}}@media (max-width:768px){.productPage .topBar{flex-direction:column;align-items:flex-start;gap:10px}.productPage .productCard{width:calc(50% - 12px)}.productPage .popupContent{max-width:90%;padding:20px}.productPage .popupImageWrapper{height:220px}}@media (max-width:868px) and (min-width:769px){.productPage .productPage .productGrid{justify-content:center;gap:20px}.productPage .productPage .productGrid .productCard{width:calc(50% - 12px)}}@media (max-width:550px){.productPage .productGrid{gap:16px}.productPage .productCard{width:100%;padding:12px}.productPage .popupContent{padding:16px}.productPage .popupContent h2{font-size:18px}.productPage .popupContent p{font-size:14px}.productPage .popupContent .popupImageWrapper{height:180px}.productPage .popupContent .closeButton{width:100%;margin-top:12px;padding:10px}.productPage .knowMoreButton{width:100%;padding:10px}}.productBannerSection{background:url(/assets/images/products/banner/img1.webp) 50%/cover no-repeat;justify-content:center;align-items:center;height:400px;padding-bottom:100px;display:flex;position:relative}.productBannerSection .overlay{color:#fff;text-align:center;background-color:#00000080;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:40px 20px;display:flex;position:absolute;top:0;left:0}.productBannerSection .overlay h1{margin-bottom:10px;font-size:42px;font-weight:700}.productBannerSection .overlay p{font-size:18px}@media (max-width:1024px){.productBannerSection{height:300px}.productBannerSection .overlay{padding:30px 16px}.productBannerSection .overlay h1{font-size:32px}.productBannerSection .overlay p{font-size:16px}}@media (max-width:768px){.productBannerSection{height:250px}.productBannerSection .overlay{padding:20px 14px}.productBannerSection .overlay h1{font-size:24px}.productBannerSection .overlay p{font-size:14px}}@media (max-width:480px){.productBannerSection{height:200px;padding:0 12px}.productBannerSection .overlay{padding:15px 12px}.productBannerSection .overlay h1{font-size:25px}.productBannerSection .overlay p{font-size:15px}}.contactPage{background-color:#fff7f5;padding:60px 0}.contactPage .contactGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;display:grid}.contactPage .box{background:#fff;border-radius:12px;padding:40px;box-shadow:0 0 30px #0000000d}.contactPage .box .sectionTitle{color:#222;margin-bottom:24px;font-size:26px;font-weight:600}.contactPage .leftBox .contactForm{flex-direction:column;gap:20px;display:flex}.contactPage .leftBox .contactForm .formGroup{flex-direction:column;display:flex}.contactPage .leftBox .contactForm .formGroup label{color:#333;margin-bottom:6px;font-size:14px;font-weight:500}.contactPage .leftBox .contactForm .formGroup input,.contactPage .leftBox .contactForm .formGroup textarea{resize:none;background-color:#fdf9f8;border:1px solid #eee;border-radius:8px;outline:none;padding:12px;font-size:14px}.contactPage .leftBox .contactForm .formGroup input:focus,.contactPage .leftBox .contactForm .formGroup textarea:focus{border-color:#c83f12}.contactPage .leftBox .contactForm .submitBtn{color:#fff;cursor:pointer;background-color:#c83f12;border:none;border-radius:30px;padding:12px 20px;font-size:16px;font-weight:500;transition:background-color .3s}.contactPage .leftBox .contactForm .submitBtn:hover{background-color:#c83f12}.contactPage .rightBox{flex-direction:column;gap:20px;display:flex}.contactPage .rightBox .infoItem{align-items:flex-start;gap:12px;display:flex}.contactPage .rightBox .infoItem .infoIcon{color:#c83f12;margin-top:3px;font-size:18px}.contactPage .rightBox .infoItem p{color:#444;font-size:15px;line-height:1.5}.contactPage .rightBox .infoItem p a{color:#c83f12;text-decoration:none}.contactPage .rightBox .infoItem p a:hover{text-decoration:underline}.contactPage .rightBox .mapContainer{margin-top:10px}.contactPage .rightBox .mapContainer iframe{border:none;border-radius:10px;width:100%}@media (max-width:768px){.contactPage .contactGrid{grid-template-columns:1fr}.contactPage .box{padding:30px 20px}}@media (max-width:400px){.contactPage .recapchaStyle{width:200px;overflow:auto}}@media (max-width:868px) and (min-width:769px){.productPage .productGrid{justify-content:center;gap:20px}.productPage .productGrid .productCard{width:calc(50% - 12px)}}@media (max-width:479px){.homeCategorySection{padding-top:30px}.homeFeaturedSection .homeFeaturedViewAll{margin-top:20px}}@media screen and (max-width:1024px){.homeFeaturedSection{text-align:center;background-color:#fff;padding:60px 0 30px}}.conWid{width:100%}.productUp{min-height:100vh}@media (max-width:1024px){.homeAboutSection .homeAboutContent{padding-top:40px}}@media (max-width:860px){.homeAboutSection .homeAboutContent{padding-top:20px}}hr{background-color:#ccc;border:none;height:1px;margin:20px 0}
.body{background-color:#fff}.navbar{z-index:10;background-color:#0000;width:100%;position:fixed;top:0}.navbar .navbarMain{justify-content:space-between;align-items:center;width:100%;height:100px;display:flex}.navbar .navbarMain .navCol1{align-items:center;display:flex}.navbar .navbarMain .navCol1 .navLogo{width:200px;height:100px;display:flex}.navbar .navbarMain .navCol1 .navLogo img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.navbar .navbarMain .navCol2{justify-content:center;align-items:center;display:flex}.navbar .navbarMain .navCol2 .navLinks{background:#f7f6f6;border-radius:50px;align-items:center;gap:30px;padding:18px;display:flex}.navbar .navbarMain .navCol2 .navLinks li{list-style:none}.navbar .navbarMain .navCol2 .navLinks li a{color:#00000080;border-radius:50px;padding:10px 16px;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s}.navbar .navbarMain .navCol2 .navLinks li a:hover,.navbar .navbarMain .navCol2 .navLinks li .navLinkActive,.navbar .navbarMain .navCol2 .navLinks li a.navLinkActive{background:var(--primaryColor);color:#fff}.navbar .navbarMain .navCol3{align-items:center;width:200px;display:flex}.navbar .navbarMain .navCol3 .call-btn{color:var(--primaryColor);border:1px solid var(--primaryColor);-webkit-backdrop-filter:blur(8px);opacity:1.9;background-color:#ffffff85;border-radius:50px;justify-content:center;align-items:center;width:100%;padding:12px 24px;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.navbar .navbarMain .navCol3 .call-btn:hover{background:var(--primaryColor);color:#fff}.navbar .navbarMain .navToggle{cursor:pointer;display:none}@media (max-width:1024px){.navbar .navbarMain .navCol2{z-index:1000;background:#fff;flex-direction:column;justify-content:flex-start;width:80%;height:100vh;padding:2rem;transition:right .3s ease-in-out;position:fixed;top:0;right:-100%}.navbar .navbarMain .navCol2.showMenu{right:0}.navbar .navbarMain .navCol2 .navLinks{background:0 0;flex-direction:column;gap:50px;padding:100px 0 0}.navbar .navbarMain .navCol2 .navLinks li a{padding:12px 20px;font-size:25px}.navbar .navbarMain .navCol3{display:none}.navbar .navbarMain .navToggle{z-index:1001;display:block}}.desc{letter-spacing:0%;margin-top:20px;font-size:18px;font-weight:400;line-height:1.5}.footer{color:#111;background:#fff;padding:60px 0}.footer .footerTop{flex-wrap:wrap;justify-content:space-between;gap:40px;padding-bottom:40px;display:flex}.footer .footerTop .footerColumn h4{text-align:left;margin-top:10px;margin-bottom:16px;font-size:20px;font-weight:500;line-height:100%}.footer .footerTop .footerColumn p{text-align:left;margin:6px 0;font-size:18px;font-weight:400;line-height:1.5}.footer .footerTop .footerColumn ul{text-align:left;padding:0;list-style:none}.footer .footerTop .footerColumn ul li{color:#11111191;margin-bottom:10px;font-size:18px;font-weight:400;line-height:1.5}.footer .footerTop .footerColumn ul li a{color:#555;text-decoration:none;transition:color .3s}.footer .footerTop .footerColumn ul li a:hover{color:#d44702}.footer .footerTop .footerColumn ul li+li{margin-top:25px}.footer .footerTop .footerColumn .contactLink{color:#000;font-weight:500;text-decoration:none}.footer .footerTop .footerColumn .contactLink:hover{color:#000;text-decoration:underline}.footer .footerTop .footerColumn .socialIcons{justify-content:flex-start;gap:12px;margin-top:10px;display:flex}.footer .footerTop .footerColumn .socialIcons .socialIcon{color:#555;cursor:pointer;font-size:35px;transition:color .3s}.footer .footerTop .footerColumn .socialIcons .socialIcon:hover{color:#d44702}.footer .footerBottom{text-align:center;margin-top:30px;padding:0 20px;font-size:14px}.footer .footerBottom a{color:#5555558d;margin:0 5px;text-decoration:none}.footer .footerBottom a:hover{color:#d44702}@media screen and (max-width:414px){.footer .footerBottom p{font-size:9px}}.footer .footerBottom .designedBy{justify-content:center;align-items:center;gap:5px;margin-top:10px;display:flex}.footer .footerBottom .designedBy .esightLink{align-items:center;gap:6px;display:flex}.footer .floatingButtons{z-index:1000;flex-direction:column;gap:14px;display:flex;position:fixed;bottom:100px;right:20px}.footer .floatingButtons a{background-color:#d44702;border-radius:50%;justify-content:center;align-items:center;padding:12px;transition:background .3s;display:flex;box-shadow:0 2px 8px #0003}.footer .floatingButtons a:hover{background-color:#bb3b01}@media (max-width:1024px){.footer .footerTop{justify-content:flex-start}.footer .footerTop .footerColumn{flex:45%}.footer .floatingButtons{bottom:80px;right:16px}}@media (max-width:768px){.footer{padding:50px 0}.footer .footerTop{flex-direction:column;gap:30px}.footer .footerTop .footerColumn{text-align:center;flex:100%}.footer .footerTop .footerColumn h4,.footer .footerTop .footerColumn p,.footer .footerTop .footerColumn ul,.footer .footerTop .footerColumn .socialIcons{text-align:center;justify-content:center}.footer .footerTop .footerColumn ul li{font-size:16px}.footer .footerBottom{margin-top:20px;font-size:13px}.footer .floatingButtons{bottom:60px;right:12px}.footer .floatingButtons a{padding:10px}}@media (max-width:480px){.footer .footerTop{gap:24px}.footer .footerColumn h4{font-size:18px}.footer .footerColumn p,.footer .footerColumn ul li{font-size:15px}.footer .footerBottom{padding:0 10px;font-size:15px}.footer .floatingButtons{bottom:50px;right:10px}.footer .floatingButtons a{padding:9px}}.floatingContactButtons{z-index:9999;background-color:#c83f12;border-radius:30px;flex-direction:column;gap:20px;padding:23px 15px;display:flex;position:fixed;bottom:25%;right:10px}@media (max-width:480px){.floatingContactButtons{padding:23px 14px}}.contactButton{color:#fff;cursor:pointer;justify-content:center;align-items:center;font-size:22px;display:flex}.phoneNumbers a{color:#000;margin-right:20px;text-decoration:none}.phoneNumbers a:last-child{margin-right:0}
