.Hero-module__ZARIfG__hero{text-align:center;background:radial-gradient(circle,#fffc 0%,#fff0 70%);justify-content:center;align-items:center;min-height:90vh;padding-top:100px;display:flex;position:relative;overflow:hidden}@media (max-width:968px){.Hero-module__ZARIfG__hero{min-height:80vh;padding-top:120px}}.Hero-module__ZARIfG__backgroundOverlay{opacity:.3;z-index:1;background-image:linear-gradient(#0000000d 1px,#0000 1px),linear-gradient(90deg,#0000000d 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__container{z-index:2;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.Hero-module__ZARIfG__content{color:var(--foreground);text-align:center;flex-direction:column;flex:1;align-items:center;gap:1rem;display:flex}.Hero-module__ZARIfG__imageContainer{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.Hero-module__ZARIfG__heroImage{border-radius:var(--radius);max-width:100%;height:auto;transition:transform .3s;transform:perspective(1000px)rotateY(-5deg);box-shadow:0 10px 30px #0000001a}.Hero-module__ZARIfG__heroImage:hover{transform:perspective(1000px)rotateY(0)}.Hero-module__ZARIfG__title{letter-spacing:-.5px;flex-direction:column;align-items:center;font-size:1.8rem;font-weight:700;line-height:1.1;display:flex;position:relative}@media (min-width:480px){.Hero-module__ZARIfG__title{font-size:2.2rem}}@media (min-width:768px){.Hero-module__ZARIfG__container{text-align:left;flex-direction:row;justify-content:space-between}.Hero-module__ZARIfG__content{text-align:left;align-items:flex-start}.Hero-module__ZARIfG__title{align-items:flex-start;font-size:3.5rem}.Hero-module__ZARIfG__slidingText span{text-align:left}}.Hero-module__ZARIfG__slidingText{height:1.25em;color:var(--primary-red);margin-top:.5rem;font-size:2rem;display:block;position:relative;overflow:hidden}@media (min-width:480px){.Hero-module__ZARIfG__slidingText{font-size:2.5rem}}@media (min-width:768px){.Hero-module__ZARIfG__slidingText{font-size:3rem}}.Hero-module__ZARIfG__slidingText span{text-align:center;height:100%;animation:15s infinite Hero-module__ZARIfG__slideWords;display:block}@keyframes Hero-module__ZARIfG__slideWords{0%,15%{transform:translateY(0%)}20%,35%{transform:translateY(-100%)}40%,55%{transform:translateY(-200%)}60%,75%{transform:translateY(-300%)}80%,95%{transform:translateY(-400%)}to{transform:translateY(-500%)}}.Hero-module__ZARIfG__subtitle{color:#555;margin-top:1rem;font-size:1.25rem}.Hero-module__ZARIfG__ctaButton{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:var(--radius);color:#0f1115;margin-top:2rem;padding:.8rem 2.5rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #4f8ac94d}.Hero-module__ZARIfG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f8ac980}
.UserOptions-module__XdtIfq__optionsSection{text-align:center;padding:4rem 2rem}.UserOptions-module__XdtIfq__heading{color:var(--foreground);border-bottom:2px solid var(--border-color);margin-bottom:3rem;padding-bottom:.5rem;font-size:2rem;display:inline-block}.UserOptions-module__XdtIfq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.UserOptions-module__XdtIfq__card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius);cursor:pointer;flex-direction:column;align-items:center;gap:1rem;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.UserOptions-module__XdtIfq__card:hover{border-color:var(--accent);box-shadow:0 0 15px var(--accent);transform:translateY(-5px)}.UserOptions-module__XdtIfq__icon{color:var(--accent);border:2px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;font-size:2rem;font-weight:700;display:flex}.UserOptions-module__XdtIfq__title{color:var(--foreground);font-size:1.5rem}.UserOptions-module__XdtIfq__desc{color:#555;margin-bottom:1rem;font-size:1rem}.UserOptions-module__XdtIfq__waButton{background-color:var(--accent);color:#fff;border-radius:var(--radius);padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.UserOptions-module__XdtIfq__waButton:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media (max-width:768px){.UserOptions-module__XdtIfq__optionsSection{padding:3rem 1rem}.UserOptions-module__XdtIfq__heading{font-size:1.5rem}.UserOptions-module__XdtIfq__grid{grid-template-columns:1fr}.UserOptions-module__XdtIfq__card{padding:1.5rem}}
.Industries-module__OOIqcq__container{padding:4rem 2rem}.Industries-module__OOIqcq__sectionTitle{text-align:center;color:var(--primary-red);margin-bottom:3rem;font-size:2.5rem}.Industries-module__OOIqcq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Industries-module__OOIqcq__card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius);transition:transform .3s;overflow:hidden}.Industries-module__OOIqcq__card:hover{border-color:var(--primary-blue);transform:translateY(-5px)}.Industries-module__OOIqcq__imageContainer{height:200px;position:relative;overflow:hidden}.Industries-module__OOIqcq__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Industries-module__OOIqcq__card:hover .Industries-module__OOIqcq__image{transform:scale(1.05)}.Industries-module__OOIqcq__overlay{background:linear-gradient(#0000,#000c);align-items:flex-end;width:100%;height:100%;padding:1rem;display:flex;position:absolute;top:0;left:0}.Industries-module__OOIqcq__cardTitle{color:#fff;font-size:1.5rem;font-weight:600}.Industries-module__OOIqcq__productList{color:var(--foreground);padding:1rem;list-style:none}.Industries-module__OOIqcq__productList li{border-bottom:1px solid #0000000d;align-items:center;padding:.5rem 0;display:flex}.Industries-module__OOIqcq__cardAction{text-align:center;padding:0 1rem 1.5rem}.Industries-module__OOIqcq__cardButton{border:1px solid var(--primary-blue);width:100%;color:var(--primary-blue);border-radius:var(--radius);background:0 0;padding:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.Industries-module__OOIqcq__cardButton:hover{background:var(--primary-blue);color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #8fcdff4d}@media (max-width:768px){.Industries-module__OOIqcq__container{padding:3rem 1.5rem}.Industries-module__OOIqcq__sectionTitle{margin-bottom:2rem;font-size:2rem}.Industries-module__OOIqcq__grid{grid-template-columns:1fr;gap:1.5rem}.Industries-module__OOIqcq__imageContainer{height:180px}}
.CustomDesign-module__DNtOAG__section{background:linear-gradient(135deg,#ffffffe6,#fffffff2),var(--bg-image);color:var(--foreground);text-align:center;border-top:1px solid var(--border-color);background-position:50%;background-size:cover;padding:5rem 2rem;position:relative}.CustomDesign-module__DNtOAG__content{z-index:10;max-width:900px;margin:0 auto;position:relative}.CustomDesign-module__DNtOAG__title{background:linear-gradient(90deg,var(--primary-red),var(--primary-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:3rem;display:inline-block}.CustomDesign-module__DNtOAG__description{color:#555;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.CustomDesign-module__DNtOAG__features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.CustomDesign-module__DNtOAG__feature{border-radius:var(--radius);background-color:#fff9;border:1px solid #0000000d;padding:1.5rem;transition:transform .3s;box-shadow:0 4px 6px #00000005}.CustomDesign-module__DNtOAG__feature:hover{border-color:var(--primary-blue);background-color:#ffffffe6;transform:translateY(-5px);box-shadow:0 10px 15px #0000000d}.CustomDesign-module__DNtOAG__feature h3{color:var(--primary-red);margin-bottom:.5rem}.CustomDesign-module__DNtOAG__feature p{color:#666}.CustomDesign-module__DNtOAG__ctaButton{border:2px solid var(--primary-blue);color:var(--primary-blue);border-radius:var(--radius);background:0 0;padding:1rem 3rem;font-size:1.2rem;font-weight:600;transition:all .3s}.CustomDesign-module__DNtOAG__ctaButton:hover{background:var(--primary-blue);color:#0f1115;box-shadow:0 0 20px #8fcdff66}@media (max-width:768px){.CustomDesign-module__DNtOAG__section{padding:3rem 1rem}.CustomDesign-module__DNtOAG__title{font-size:2.2rem}.CustomDesign-module__DNtOAG__description{margin-bottom:2rem;font-size:1.1rem}.CustomDesign-module__DNtOAG__features{grid-template-columns:1fr;gap:1rem}}
.Reviews-module__yTtV6W__container{color:var(--foreground);padding:4rem 2rem}.Reviews-module__yTtV6W__sectionTitle{text-align:center;color:var(--primary-red);margin-bottom:3rem;font-size:2.5rem}.Reviews-module__yTtV6W__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Reviews-module__yTtV6W__card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius);padding:1.5rem;transition:transform .2s;box-shadow:0 4px 6px #0000001a}.Reviews-module__yTtV6W__card:hover{border-color:var(--primary-blue);transform:translateY(-2px)}.Reviews-module__yTtV6W__header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Reviews-module__yTtV6W__avatar{background-color:var(--primary-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:700;display:flex}.Reviews-module__yTtV6W__name{margin:0;font-weight:600}.Reviews-module__yTtV6W__company{color:#666;margin:0;font-size:.9rem}.Reviews-module__yTtV6W__text{color:#333;margin-bottom:1rem;font-style:italic}.Reviews-module__yTtV6W__rating{color:gold;font-size:1.2rem}.Reviews-module__yTtV6W__actionArea{text-align:center;margin-top:3rem}.Reviews-module__yTtV6W__addButton{background-color:var(--secondary-blue);color:#fff;border-radius:var(--radius);padding:.8rem 2rem;font-size:1.1rem;transition:background-color .2s}.Reviews-module__yTtV6W__addButton:hover{background-color:var(--primary-blue)}.Reviews-module__yTtV6W__form{background-color:var(--card-bg);border-radius:var(--radius);border-color:var(--border-color);max-width:500px;margin:0 auto;padding:2rem;box-shadow:0 4px 15px #0000001a}.Reviews-module__yTtV6W__form h3{color:var(--primary-red);margin-bottom:.5rem}.Reviews-module__yTtV6W__note{color:#666;margin-bottom:1.5rem;font-size:.9rem}.Reviews-module__yTtV6W__input,.Reviews-module__yTtV6W__textarea{background-color:var(--background);border:1px solid var(--border-color);border-radius:var(--radius);width:100%;color:var(--foreground);margin-bottom:1rem;padding:.8rem;font-family:inherit}.Reviews-module__yTtV6W__buttons{justify-content:center;gap:1rem;margin-top:1rem;display:flex}.Reviews-module__yTtV6W__submitButton{background-color:var(--primary-blue);color:#0f1115;border-radius:var(--radius);padding:.8rem 2rem;font-weight:700}.Reviews-module__yTtV6W__cancelButton{border:1px solid var(--border-color);color:#555;border-radius:var(--radius);background-color:#0000;padding:.8rem 2rem}@media (max-width:768px){.Reviews-module__yTtV6W__container{padding:3rem 1.5rem}.Reviews-module__yTtV6W__sectionTitle{margin-bottom:2rem;font-size:2rem}.Reviews-module__yTtV6W__grid{grid-template-columns:1fr}.Reviews-module__yTtV6W__form{padding:1.5rem}.Reviews-module__yTtV6W__buttons{flex-direction:column}.Reviews-module__yTtV6W__submitButton,.Reviews-module__yTtV6W__cancelButton{width:100%}}
.InstaReels-module__JeWP5q__section{text-align:center;padding:4rem 2rem}.InstaReels-module__JeWP5q__title{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.5rem}.InstaReels-module__JeWP5q__grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.InstaReels-module__JeWP5q__reelWrapper{background-color:var(--card-bg);border-radius:var(--radius);cursor:pointer;border:none;width:300px;height:533px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.InstaReels-module__JeWP5q__reelWrapper:hover{transform:translateY(-5px)}.InstaReels-module__JeWP5q__image,.InstaReels-module__JeWP5q__videoThumbnail{object-fit:cover;background-position:50%;background-size:cover;width:100%;height:100%;display:block}.InstaReels-module__JeWP5q__hoverOverlay{opacity:0;color:#fff;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;font-weight:600;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.InstaReels-module__JeWP5q__reelWrapper:hover .InstaReels-module__JeWP5q__hoverOverlay{opacity:1}.InstaReels-module__JeWP5q__playIcon{color:#fff;text-shadow:0 2px 10px #00000080;font-size:3rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.InstaReels-module__JeWP5q__errorNote{color:#666;margin-top:1rem;font-size:.8rem;font-style:italic}@media (max-width:768px){.InstaReels-module__JeWP5q__section{padding:3rem 1rem}.InstaReels-module__JeWP5q__title{margin-bottom:2rem;font-size:2rem}.InstaReels-module__JeWP5q__grid{gap:1rem}.InstaReels-module__JeWP5q__reelWrapper{aspect-ratio:9/16;width:calc(50% - .5rem);height:auto}}@media (max-width:480px){.InstaReels-module__JeWP5q__reelWrapper{width:100%;max-width:300px}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-color);color:#ccc;background-color:#080a0d;padding:4rem 2rem 2rem}.Footer-module__S6Hkya__container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid}.Footer-module__S6Hkya__column h3{color:var(--primary-red);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.2rem}.Footer-module__S6Hkya__description{margin-bottom:2rem;line-height:1.6}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__column ul{padding:0;list-style:none}.Footer-module__S6Hkya__column ul li{margin-bottom:.8rem}.Footer-module__S6Hkya__column ul li a{transition:color .2s}.Footer-module__S6Hkya__column ul li a:hover{color:var(--primary-blue)}.Footer-module__S6Hkya__column p{margin-bottom:.8rem}.Footer-module__S6Hkya__copyright{text-align:center;color:#666;border-top:1px solid #ffffff0d;margin-top:4rem;padding-top:2rem;font-size:.9rem}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:3rem 1.5rem 1.5rem}.Footer-module__S6Hkya__container{text-align:center;grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__socials{justify-content:center}.Footer-module__S6Hkya__copyright{margin-top:2rem}}
.career-module__6cLsJG__container{background:radial-gradient(circle at 0 0,#5c6cfa1a,#0000 40%);justify-content:center;align-items:center;max-width:1200px;min-height:80vh;margin:0 auto;padding:6rem 2rem;display:flex}.career-module__6cLsJG__card{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius);border:1px solid var(--border-color);opacity:0;width:100%;max-width:800px;padding:3rem;animation:.8s forwards career-module__6cLsJG__fadeIn;transform:translateY(20px);box-shadow:0 8px 32px #0000001a}@keyframes career-module__6cLsJG__fadeIn{to{opacity:1;transform:translateY(0)}}.career-module__6cLsJG__title{text-align:center;color:var(--primary-blue);margin-bottom:2rem;font-size:2.5rem}.career-module__6cLsJG__subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:1.1rem}.career-module__6cLsJG__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.career-module__6cLsJG__fullWidth{grid-column:span 2}.career-module__6cLsJG__formGroup{margin-bottom:1rem}.career-module__6cLsJG__label{color:var(--foreground);margin-bottom:.5rem;font-weight:500;display:block}.career-module__6cLsJG__input,.career-module__6cLsJG__select,.career-module__6cLsJG__textarea{border:1px solid var(--border-color);border-radius:var(--radius);background:#ffffffe6;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:box-shadow .3s,border-color .3s}.career-module__6cLsJG__input:focus,.career-module__6cLsJG__select:focus,.career-module__6cLsJG__textarea:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #5c6cfa33}.career-module__6cLsJG__fileInput{padding:.5rem 0}.career-module__6cLsJG__button{background:linear-gradient(135deg,var(--primary-red),var(--secondary-red));color:#fff;border-radius:var(--radius);cursor:pointer;border:none;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #fc0d0033}.career-module__6cLsJG__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fc0d004d}@media (max-width:768px){.career-module__6cLsJG__container{padding:8rem 1rem 2rem}.career-module__6cLsJG__card{padding:2rem 1.5rem}.career-module__6cLsJG__title{font-size:2rem}.career-module__6cLsJG__formGrid{grid-template-columns:1fr;gap:1rem}.career-module__6cLsJG__fullWidth{grid-column:span 1}}
.contact-module__swMWYG__container{justify-content:center;align-items:center;max-width:1200px;min-height:80vh;margin:0 auto;padding:4rem 2rem;display:flex}.contact-module__swMWYG__card{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius);border:1px solid var(--border-color);opacity:0;width:100%;max-width:600px;padding:3rem;animation:.8s forwards contact-module__swMWYG__fadeIn;transform:translateY(20px);box-shadow:0 8px 32px #0000001a}@keyframes contact-module__swMWYG__fadeIn{to{opacity:1;transform:translateY(0)}}.contact-module__swMWYG__title{text-align:center;color:var(--primary-blue);width:100%;margin-bottom:2rem;font-size:2.5rem;display:inline-block;position:relative}.contact-module__swMWYG__formGroup{margin-bottom:1.5rem}.contact-module__swMWYG__label{color:var(--foreground);margin-bottom:.5rem;font-weight:500;display:block}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{border:1px solid var(--border-color);border-radius:var(--radius);background:#ffffffe6;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:box-shadow .3s,border-color .3s}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #5c6cfa33}.contact-module__swMWYG__textarea{resize:vertical;min-height:150px}.contact-module__swMWYG__button{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff;border-radius:var(--radius);cursor:pointer;border:none;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #2657f733}.contact-module__swMWYG__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2657f74d}.contact-module__swMWYG__button:active{transform:translateY(0)}@media (max-width:768px){.contact-module__swMWYG__container{padding:8rem 1rem 2rem}.contact-module__swMWYG__card{padding:2rem 1.5rem}.contact-module__swMWYG__title{font-size:2rem}}
.products-module__E8alaG__pageWrapper{flex-direction:column;min-height:100vh;display:flex}.products-module__E8alaG__mainContent{background-color:var(--background);flex:1;padding:10rem 2rem 4rem}.products-module__E8alaG__header{text-align:center;border-bottom:2px solid var(--border-color);margin-bottom:3rem;padding-bottom:2rem}.products-module__E8alaG__header h1{color:var(--primary-blue);margin-bottom:1rem;font-size:3rem}.products-module__E8alaG__header p{color:#666;max-width:600px;margin:0 auto 1.5rem;font-size:1.2rem}.products-module__E8alaG__downloadButton{background:linear-gradient(135deg,var(--foreground),#333);color:#fff;border-radius:var(--radius);align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:500;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 4px 10px #0000001a}.products-module__E8alaG__downloadButton:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0003}.products-module__E8alaG__container{gap:2rem;max-width:1400px;margin:0 auto;display:flex}.products-module__E8alaG__sidebar{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius);width:250px;height:max-content;padding:1.5rem}.products-module__E8alaG__filterSection{margin-bottom:1.5rem}.products-module__E8alaG__filterSection h3{color:var(--foreground);margin-bottom:.8rem;font-size:1.1rem}.products-module__E8alaG__searchInput{border:1px solid var(--border-color);border-radius:var(--radius);outline:none;width:100%;padding:.6rem}.products-module__E8alaG__filterList{padding:0;list-style:none}.products-module__E8alaG__filterList li{border-bottom:1px solid var(--border-color);cursor:pointer;padding:.5rem}.products-module__E8alaG__filterList li:hover{background-color:#0000000d}.products-module__E8alaG__activeFilter{color:var(--primary-blue);font-weight:700}.products-module__E8alaG__selectFilter{border:1px solid var(--border-color);border-radius:var(--radius);width:100%;padding:.6rem}.products-module__E8alaG__gridWrapper{flex:1}.products-module__E8alaG__resultsInfo{color:#666;margin-bottom:1rem;font-size:.9rem}.products-module__E8alaG__productGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.products-module__E8alaG__productCard{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius);transition:transform .2s,box-shadow .2s;overflow:hidden}.products-module__E8alaG__productCard:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.products-module__E8alaG__imageContainer{background-color:#f9f9f9;width:100%;height:250px}.products-module__E8alaG__imageContainer img{object-fit:contain;width:100%;height:100%;padding:1rem}.products-module__E8alaG__cardBody{padding:1rem}.products-module__E8alaG__categoryTag{color:#555;background-color:#eee;border-radius:4px;margin-bottom:.5rem;padding:.2rem .5rem;font-size:.8rem;display:inline-block}.products-module__E8alaG__productName{color:var(--foreground);margin:.5rem 0;font-size:1.1rem;font-weight:600}.products-module__E8alaG__productSize{color:#666;margin-bottom:1rem;font-size:.9rem}.products-module__E8alaG__enquireBtn{border:1px solid var(--primary-blue);width:100%;color:var(--primary-blue);border-radius:var(--radius);cursor:pointer;background-color:#0000;padding:.6rem;font-weight:500;transition:all .2s}.products-module__E8alaG__enquireBtn:hover{background-color:var(--primary-blue);color:#fff}.products-module__E8alaG__noResults{text-align:center;grid-column:1/-1;padding:4rem}.products-module__E8alaG__resetBtn{background-color:var(--primary-red);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;margin-top:1rem;padding:.6rem 1.2rem}@media (max-width:768px){.products-module__E8alaG__mainContent{padding:9rem 1rem 2rem}.products-module__E8alaG__header h1{font-size:2rem}.products-module__E8alaG__header p{font-size:1rem}.products-module__E8alaG__container{flex-direction:column;gap:1.5rem}.products-module__E8alaG__sidebar{z-index:10;width:100%;position:relative}.products-module__E8alaG__productGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.products-module__E8alaG__imageContainer{height:180px}.products-module__E8alaG__productName{font-size:1rem}}@media (max-width:480px){.products-module__E8alaG__productGrid{grid-template-columns:1fr}}
.FeaturedProducts-module__HyGnCG__section{text-align:center;background-color:#f9f9f9;padding:4rem 2rem}.FeaturedProducts-module__HyGnCG__heading{color:var(--primary-blue);margin-bottom:2rem;font-size:2.5rem}.FeaturedProducts-module__HyGnCG__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.FeaturedProducts-module__HyGnCG__card{border-radius:var(--radius);background:#fff;transition:transform .3s;overflow:hidden;box-shadow:0 4px 10px #0000001a}.FeaturedProducts-module__HyGnCG__card:hover{transform:translateY(-5px)}.FeaturedProducts-module__HyGnCG__imageContainer{background-color:#eee;width:100%;height:200px;overflow:hidden}.FeaturedProducts-module__HyGnCG__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.FeaturedProducts-module__HyGnCG__card:hover .FeaturedProducts-module__HyGnCG__image{transform:scale(1.05)}.FeaturedProducts-module__HyGnCG__productName{color:var(--foreground);padding:1rem;font-size:1.1rem;font-weight:600}.FeaturedProducts-module__HyGnCG__ctaButton{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff;border-radius:var(--radius);padding:1rem 2.5rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 15px #5c6cfa4d}.FeaturedProducts-module__HyGnCG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5c6cfa66}@media (max-width:768px){.FeaturedProducts-module__HyGnCG__section{padding:3rem 1rem}.FeaturedProducts-module__HyGnCG__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.FeaturedProducts-module__HyGnCG__imageContainer{height:150px}.FeaturedProducts-module__HyGnCG__productName{padding:.75rem;font-size:.9rem}}@media (max-width:480px){.FeaturedProducts-module__HyGnCG__grid{grid-template-columns:1fr}}
.Navbar-module__cJzEcG__navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;width:100%;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;box-shadow:0 2px 20px #0000000d}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;transition:transform .3s;display:flex}.Navbar-module__cJzEcG__logo:hover{transform:scale(1.05)}.Navbar-module__cJzEcG__logoImage{object-fit:contain;width:auto;height:60px}.Navbar-module__cJzEcG__links{align-items:center;gap:2.5rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navItem{position:relative}.Navbar-module__cJzEcG__navLink{color:var(--foreground);padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:linear-gradient(90deg,var(--primary-blue),var(--primary-red));width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__navLink:hover{color:var(--primary-blue)}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__ctaLink{background:var(--primary-blue);border-radius:var(--radius);padding:.6rem 1.5rem;transition:transform .2s,box-shadow .2s;color:#fff!important}.Navbar-module__cJzEcG__ctaLink:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5c6cfa4d}.Navbar-module__cJzEcG__ctaLink:after{display:none}@media (max-width:968px){.Navbar-module__cJzEcG__container{padding:0 1.5rem}.Navbar-module__cJzEcG__menuToggle{z-index:1001;cursor:pointer;background:0 0;border:none;width:30px;height:20px;display:block;position:relative}.Navbar-module__cJzEcG__hamburger{background:var(--foreground);width:100%;height:2px;transition:background .3s;display:block;position:absolute;top:50%;transform:translateY(-50%)}.Navbar-module__cJzEcG__hamburger:before,.Navbar-module__cJzEcG__hamburger:after{content:"";background:var(--foreground);width:100%;height:2px;transition:all .3s;position:absolute;left:0}.Navbar-module__cJzEcG__hamburger:before{top:-8px}.Navbar-module__cJzEcG__hamburger:after{bottom:-8px}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open{background:0 0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open:before{top:0;transform:rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open:after{bottom:0;transform:rotate(-45deg)}.Navbar-module__cJzEcG__links{z-index:1000;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:80%;height:100vh;transition:right .4s cubic-bezier(.77,0,.175,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.Navbar-module__cJzEcG__links.Navbar-module__cJzEcG__menuOpen{right:0}.Navbar-module__cJzEcG__navLink{font-size:1.25rem}.Navbar-module__cJzEcG__logoImage{height:50px}}@media (min-width:969px){.Navbar-module__cJzEcG__menuToggle{display:none}}
