.ExploreOurServices-module__q8xGoa__bottomSection{background-color:#fff;width:100%;margin:auto;padding:60px 0}.ExploreOurServices-module__q8xGoa__bottomContent{justify-content:space-between;align-items:flex-start;gap:60px;width:1300px;margin:0 auto;padding:0 40px;display:flex}.ExploreOurServices-module__q8xGoa__bottomSectionContainer{flex-direction:column;align-items:flex-start;width:100%;max-width:650px;display:flex}.ExploreOurServices-module__q8xGoa__title{flex-shrink:0}.ExploreOurServices-module__q8xGoa__bottomTitle{color:var(--color-primary-button);letter-spacing:1px;text-transform:uppercase;margin:0 0 10px;font-size:19px;font-weight:700}.ExploreOurServices-module__q8xGoa__bottomSubtitle{color:#101010;margin:0 0 24px;font-size:23px;font-weight:400;line-height:1.3}.ExploreOurServices-module__q8xGoa__descriptionContainer{width:100%;transition:max-height .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.ExploreOurServices-module__q8xGoa__descriptionContainer.ExploreOurServices-module__q8xGoa__collapsed{max-height:90px}.ExploreOurServices-module__q8xGoa__descriptionContainer.ExploreOurServices-module__q8xGoa__expanded{max-height:1000px}.ExploreOurServices-module__q8xGoa__bottomDescription{color:#101010;-webkit-box-orient:vertical;margin:0;font-size:16px;line-height:1.875;transition:-webkit-line-clamp .3s;display:-webkit-box;overflow:hidden}.ExploreOurServices-module__q8xGoa__collapsed .ExploreOurServices-module__q8xGoa__bottomDescription{-webkit-line-clamp:3}.ExploreOurServices-module__q8xGoa__expanded .ExploreOurServices-module__q8xGoa__bottomDescription{-webkit-line-clamp:unset;display:block}.ExploreOurServices-module__q8xGoa__bottomButton{justify-content:flex-start;margin-top:30px;display:flex}.ExploreOurServices-module__q8xGoa__continueButton{cursor:pointer;text-transform:capitalize;color:#000;background:0 0;border:none;align-items:center;gap:8px;font-size:15px;font-weight:500;transition:all .3s;display:flex}.ExploreOurServices-module__q8xGoa__continueButton:hover{transform:translateY(-2px)}.ExploreOurServices-module__q8xGoa__plusIcon{background:var(--color-primary-button);color:#fff;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;font-weight:700;transition:all .4s;display:flex}.ExploreOurServices-module__q8xGoa__plusIcon.ExploreOurServices-module__q8xGoa__rotated{transform:rotate(180deg)}.ExploreOurServices-module__q8xGoa__continueButton:hover .ExploreOurServices-module__q8xGoa__plusIcon{color:#009ca8;background:#fff}@media (max-width:768px){.ExploreOurServices-module__q8xGoa__ExploreOurServices{background-color:#fff;padding:0}.ExploreOurServices-module__q8xGoa__bottomSection{width:100%;padding:10px 0 0}.ExploreOurServices-module__q8xGoa__bottomContent{flex-direction:column;padding:0 16px 0 0}.ExploreOurServices-module__q8xGoa__bottomSectionContainer{max-width:100%}.ExploreOurServices-module__q8xGoa__bottomTitle{color:#ff8836;font-size:22px}.ExploreOurServices-module__q8xGoa__bottomSubtitle{color:#253b7e;margin-bottom:8px;font-size:20px;font-weight:200}.ExploreOurServices-module__q8xGoa__bottomContent{gap:0}.ExploreOurServices-module__q8xGoa__continueButton{margin:30px 0 0}.ExploreOurServices-module__q8xGoa__bottomSection{display:none!important}.ExploreOurServices-module__q8xGoa__descriptionContainer.ExploreOurServices-module__q8xGoa__collapsed{max-height:75px}}
.BrandFeaturedProjects-module__gyjr0W__portfolioSection{background:#204d5a;min-height:100vh;padding:80px 20px 100px;position:relative;overflow:hidden}.BrandFeaturedProjects-module__gyjr0W__projectIconWrapper{justify-content:center;align-items:center;width:100%;height:120px;display:flex;overflow:hidden}.BrandFeaturedProjects-module__gyjr0W__projectIcon{width:200px;height:auto}.BrandFeaturedProjects-module__gyjr0W__portfolioSection:before{content:"";-webkit-filter:blur(120px);z-index:1;background-color:#0bc8d4;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-360px;left:30%;transform:translate(-50%)}.BrandFeaturedProjects-module__gyjr0W__portfolioSection:after{content:"";-webkit-filter:blur(220px);z-index:1;background-color:#0bc8d4;border-radius:50%;width:870px;height:870px;position:absolute;top:-360px;left:50%;transform:translate(-50%)}.BrandFeaturedProjects-module__gyjr0W__container{z-index:99;max-width:1200px;margin:0 auto;position:relative}.BrandFeaturedProjects-module__gyjr0W__header{text-align:center;color:#fff;margin-bottom:60px}.BrandFeaturedProjects-module__gyjr0W__subtitle{letter-spacing:2px;text-transform:uppercase;opacity:.9;margin-bottom:15px;font-size:.9rem;font-weight:600}.BrandFeaturedProjects-module__gyjr0W__title{margin:0 0 20px;font-size:2.8rem;font-weight:700;line-height:1.2}.BrandFeaturedProjects-module__gyjr0W__description{opacity:.95;margin:0;font-size:1rem;line-height:1.6}.BrandFeaturedProjects-module__gyjr0W__projectsGrid{border-bottom:7px solid;border-image:linear-gradient(90deg,#0000,#12626e,#10626e,#0bdbea,#0bdbea,#10626e,#12626e,#0000) 2;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:25px;margin-bottom:50px;padding-bottom:30px;transition:all .4s cubic-bezier(.4,0,.2,1);display:grid;position:relative}.BrandFeaturedProjects-module__gyjr0W__projectCard{cursor:pointer;-webkit-backdrop-filter:blur(10px);opacity:1;background:#ffffff1a;transition:all .3s;animation:.5s forwards BrandFeaturedProjects-module__gyjr0W__fadeIn;overflow:hidden;transform:scale(1)}@keyframes BrandFeaturedProjects-module__gyjr0W__fadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.BrandFeaturedProjects-module__gyjr0W__projectCard.BrandFeaturedProjects-module__gyjr0W__newCard{animation:.6s cubic-bezier(.4,0,.2,1) forwards BrandFeaturedProjects-module__gyjr0W__slideDown}@keyframes BrandFeaturedProjects-module__gyjr0W__slideDown{0%{opacity:0;max-height:0;transform:translateY(-30px)scale(.9)}to{opacity:1;max-height:500px;transform:translateY(0)scale(1)}}.BrandFeaturedProjects-module__gyjr0W__projectCard:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.BrandFeaturedProjects-module__gyjr0W__projectImageWrapper{width:100%;height:350px;position:relative;overflow:hidden}.BrandFeaturedProjects-module__gyjr0W__projectImage{object-fit:cover;transition:transform .4s}.BrandFeaturedProjects-module__gyjr0W__projectCard:hover .BrandFeaturedProjects-module__gyjr0W__projectImage{transform:scale(1.08)}.BrandFeaturedProjects-module__gyjr0W__projectInfo{color:#fff;z-index:2;background:linear-gradient(#0000,#00000045,#000000b2);flex-direction:column;justify-content:flex-end;height:100%;padding:25px;transition:all .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.BrandFeaturedProjects-module__gyjr0W__projectLogo{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:15px;display:flex;box-shadow:0 4px 15px #0000004d}.BrandFeaturedProjects-module__gyjr0W__projectLogo img{object-fit:contain;width:40px;height:40px}.BrandFeaturedProjects-module__gyjr0W__projectTitle{margin:0 0 10px;font-size:1.1rem;font-weight:500;line-height:1.8}.BrandFeaturedProjects-module__gyjr0W__projectDescription{opacity:.9;max-width:300px;margin:0;font-size:.9rem;line-height:1.5}.BrandFeaturedProjects-module__gyjr0W__projectOverlay{opacity:0;z-index:3;pointer-events:none;background:#0009;justify-content:center;align-items:center;transition:all 1s cubic-bezier(.25,.46,.45,.94);display:flex;position:absolute;inset:0}.BrandFeaturedProjects-module__gyjr0W__projectCard:hover .BrandFeaturedProjects-module__gyjr0W__projectOverlay{opacity:1}.BrandFeaturedProjects-module__gyjr0W__overlayBox{background:#000000a0;border-radius:15px;padding:30px 50px;transition:all 1s cubic-bezier(.25,.46,.45,.94);transform:scale(.9)}.BrandFeaturedProjects-module__gyjr0W__projectCard:hover .BrandFeaturedProjects-module__gyjr0W__overlayBox{transform:scale(1)}.BrandFeaturedProjects-module__gyjr0W__overlayText{color:#fff;text-align:center;text-shadow:0 2px 8px #00000080;margin:0;font-size:.9rem;font-weight:500;line-height:2}.BrandFeaturedProjects-module__gyjr0W__loadMoreContainer{text-align:center;opacity:1;margin-top:30px;transition:opacity .5s}.BrandFeaturedProjects-module__gyjr0W__loadMoreBtn{color:var(--color-primary-button);cursor:pointer;letter-spacing:.5px;background:0 0;border:none;outline:none;align-items:center;gap:10px;padding:15px 30px;font-size:1.2rem;font-weight:600;transition:all .3s;display:inline-flex}.BrandFeaturedProjects-module__gyjr0W__loadMoreBtn:hover{transform:translateY(-2px)}.BrandFeaturedProjects-module__gyjr0W__popupOverlay{-webkit-backdrop-filter:blur(3px);z-index:1000;opacity:0;visibility:hidden;background:#000000cf;justify-content:center;align-items:center;transition:all .7s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;inset:0}.BrandFeaturedProjects-module__gyjr0W__popupOverlay.BrandFeaturedProjects-module__gyjr0W__open{opacity:1;visibility:visible}.BrandFeaturedProjects-module__gyjr0W__popupContent{width:1200px;height:100%;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;transform:scale(.8)}.BrandFeaturedProjects-module__gyjr0W__popupOverlay.BrandFeaturedProjects-module__gyjr0W__open .BrandFeaturedProjects-module__gyjr0W__popupContent{transform:scale(1)}.BrandFeaturedProjects-module__gyjr0W__popupCloseBtn{color:#fff;cursor:pointer;z-index:99999999;background-color:#0a9da7;border:none;justify-content:center;align-items:center;width:57px;height:57px;padding:0;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:60px;left:90%}[dir=rtl] .BrandFeaturedProjects-module__gyjr0W__popupCloseBtn{left:9%}.BrandFeaturedProjects-module__gyjr0W__popupCloseBtn:hover{scale:1.1}.BrandFeaturedProjects-module__gyjr0W__popupBody{height:100%;padding:100px 0 0 60px;display:flex}.BrandFeaturedProjects-module__gyjr0W__popupMainContent{background-color:#0a9da7;flex:1;justify-content:center;align-items:center;height:579px;display:flex;position:relative}.BrandFeaturedProjects-module__gyjr0W__popupImageContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.BrandFeaturedProjects-module__gyjr0W__popupImagesWrapper{width:100%;height:110%;position:relative;overflow:hidden}.BrandFeaturedProjects-module__gyjr0W__popupImageItem{opacity:0;z-index:0;pointer-events:none;justify-content:center;align-items:flex-start;width:100%;height:100%;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;left:0}.BrandFeaturedProjects-module__gyjr0W__popupImageItem.BrandFeaturedProjects-module__gyjr0W__active{opacity:1;z-index:2;pointer-events:auto}.BrandFeaturedProjects-module__gyjr0W__popupMainImage{object-fit:contain;width:100%;height:auto;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1)}.BrandFeaturedProjects-module__gyjr0W__popupSidebar{align-items:center;width:250px;margin-top:0;padding-right:20px;display:flex}.BrandFeaturedProjects-module__gyjr0W__thumbnailContainer{background-color:#fff;border-left:1px solid #00000021;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:15px;margin-top:102px;padding:30px;display:flex;position:relative}.BrandFeaturedProjects-module__gyjr0W__navigationArrows{flex-direction:column;gap:60px;display:flex}.BrandFeaturedProjects-module__gyjr0W__arrowBtn{color:#fff;cursor:pointer;background-color:#0000;border:none;outline:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.BrandFeaturedProjects-module__gyjr0W__arrowBtn:hover{transform:translateY(-2px)}.BrandFeaturedProjects-module__gyjr0W__arrowBtn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.BrandFeaturedProjects-module__gyjr0W__thumbnailImages{flex-direction:column;gap:10px;width:120px;display:flex}.BrandFeaturedProjects-module__gyjr0W__thumbnailWrapper{width:100%;position:relative}.BrandFeaturedProjects-module__gyjr0W__thumbnailImage{object-fit:cover;cursor:pointer;z-index:1;border:none;width:100%;height:68px;transition:all .3s;position:relative;box-shadow:0 0 6px 1px #17171734}.BrandFeaturedProjects-module__gyjr0W__thumbnailImage.BrandFeaturedProjects-module__gyjr0W__active{z-index:3}.BrandFeaturedProjects-module__gyjr0W__thumbnailWrapper:after{content:"";z-index:0;pointer-events:none;opacity:0;background:linear-gradient(130deg,#0eecfc,#0ec0cd);width:100%;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:-3px;transform:translateY(-50%)}.BrandFeaturedProjects-module__gyjr0W__thumbnailWrapper:not(:has(.BrandFeaturedProjects-module__gyjr0W__thumbnailImage.BrandFeaturedProjects-module__gyjr0W__active)):hover:after{opacity:.7;height:100%;left:-3px}.BrandFeaturedProjects-module__gyjr0W__thumbnailWrapper:has(.BrandFeaturedProjects-module__gyjr0W__thumbnailImage.BrandFeaturedProjects-module__gyjr0W__active):after{opacity:1;height:102%;left:-7px}.BrandFeaturedProjects-module__gyjr0W__thumbnailWrapper:before{content:"";z-index:4;opacity:0;border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:10px solid #0eecfc;width:0;height:0;transition:opacity .3s,right .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;right:-15px;transform:translateY(-50%)}[dir=rtl] .BrandFeaturedProjects-module__gyjr0W__thumbnailWrapper:before{border:8px solid #0000;border-left:10px solid #0eecfc;border-right:none;transition:opacity .3s,left .3s cubic-bezier(.4,0,.2,1);left:-15px;right:auto}.BrandFeaturedProjects-module__gyjr0W__thumbnailWrapper:has(.BrandFeaturedProjects-module__gyjr0W__thumbnailImage.BrandFeaturedProjects-module__gyjr0W__active):before{opacity:1;animation:.4s cubic-bezier(.4,0,.2,1) forwards BrandFeaturedProjects-module__gyjr0W__arrowSlideIn}@keyframes BrandFeaturedProjects-module__gyjr0W__arrowSlideIn{0%{opacity:0;right:-5px}to{opacity:1;left:-15px}}[dir=rtl] .BrandFeaturedProjects-module__gyjr0W__thumbnailWrapper:has(.BrandFeaturedProjects-module__gyjr0W__thumbnailImage.BrandFeaturedProjects-module__gyjr0W__active):before{animation:.4s cubic-bezier(.4,0,.2,1) forwards BrandFeaturedProjects-module__gyjr0W__arrowSlideInRTL}@keyframes BrandFeaturedProjects-module__gyjr0W__arrowSlideInRTL{0%{opacity:0;left:-5px}to{opacity:1;right:-10px}}.BrandFeaturedProjects-module__gyjr0W__dropdownIcon{margin-left:8px;transition:transform .3s}.BrandFeaturedProjects-module__gyjr0W__rotate{transform:rotate(180deg)}.BrandFeaturedProjects-module__gyjr0W__navigationArrow{pointer-events:none}@media (max-width:768px){.BrandFeaturedProjects-module__gyjr0W__portfolioSection{padding:30px 20px}.BrandFeaturedProjects-module__gyjr0W__portfolioSection:before{content:"";-webkit-filter:blur(70px);z-index:1;background-color:#0bc8d4;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-90px;left:30%;transform:translate(-50%)}.BrandFeaturedProjects-module__gyjr0W__portfolioSection:after{content:"";-webkit-filter:blur(82px);z-index:1;background-color:#0bc8d4;border-radius:50%;width:250px;height:250px;position:absolute;top:-130px;left:50%;transform:translate(-50%)}.BrandFeaturedProjects-module__gyjr0W__header{margin-bottom:35px}.BrandFeaturedProjects-module__gyjr0W__title{letter-spacing:1px;margin-bottom:10px;font-size:1.3rem}.BrandFeaturedProjects-module__gyjr0W__subtitle{color:#fff;font-size:1rem}.BrandFeaturedProjects-module__gyjr0W__description{opacity:1;font-size:1rem;font-weight:200;color:#fff!important}.BrandFeaturedProjects-module__gyjr0W__projectsGrid{border-bottom:10px solid;grid-template-columns:1fr;gap:20px;margin-bottom:10px;padding-bottom:0}.BrandFeaturedProjects-module__gyjr0W__projectImageWrapper{height:210px}.BrandFeaturedProjects-module__gyjr0W__loadMoreContainer{margin-top:0}.BrandFeaturedProjects-module__gyjr0W__loadMoreBtn{color:var(--color-primary-button)}.BrandFeaturedProjects-module__gyjr0W__overlayText{font-size:1rem}.BrandFeaturedProjects-module__gyjr0W__overlayBox{padding:20px 30px}.BrandFeaturedProjects-module__gyjr0W__popupContent{width:95%;margin-left:0}.BrandFeaturedProjects-module__gyjr0W__popupBody{flex-direction:column}.BrandFeaturedProjects-module__gyjr0W__popupMainContent{width:100%;height:70%}.BrandFeaturedProjects-module__gyjr0W__popupSidebar{flex-direction:row;justify-content:space-between;width:100%;height:30%;padding:20px}.BrandFeaturedProjects-module__gyjr0W__thumbnailImages{flex-direction:row;overflow-x:auto}.BrandFeaturedProjects-module__gyjr0W__navigationArrows{flex-direction:row}}
.FeaturedProjects-module__f3uFNG__featuredProjects{background:#1a626f;min-height:100vh;padding:80px 20px;position:relative;overflow:hidden}.FeaturedProjects-module__f3uFNG__featuredProjects:before{content:"";-webkit-filter:blur(120px);z-index:1;background-color:#0bc8d4;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-300px;left:50%;transform:translate(-50%)}.FeaturedProjects-module__f3uFNG__featuredProjects:after{content:"";-webkit-filter:blur(180px);z-index:1;background-color:#0bc8d4;border-radius:50%;width:500px;height:500px;position:absolute;top:-310px;left:55%;transform:translate(-50%)}.FeaturedProjects-module__f3uFNG__container{z-index:5;max-width:1200px;margin:0 auto;position:relative}.FeaturedProjects-module__f3uFNG__header{text-align:center;margin-bottom:50px}.FeaturedProjects-module__f3uFNG__label{color:#fff;font-weight:500}.FeaturedProjects-module__f3uFNG__title{color:#fff;margin:15px 0;font-size:2.5rem;font-weight:700}.FeaturedProjects-module__f3uFNG__subtitle{color:#ffffffe6;max-width:720px;margin:0 auto;font-size:1rem;line-height:1.6}.FeaturedProjects-module__f3uFNG__categoryNav{margin-bottom:40px;position:relative}.FeaturedProjects-module__f3uFNG__categoryList{flex-wrap:wrap;justify-content:center;gap:15px;margin:0;padding:0;list-style:none;display:flex}.FeaturedProjects-module__f3uFNG__categoryItem{margin:0}.FeaturedProjects-module__f3uFNG__categoryButton{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);background:#fff0;border:none;outline:none;flex-direction:column;align-items:center;gap:8px;width:120px;padding:15px 0;font-size:.9rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.FeaturedProjects-module__f3uFNG__categoryButton:hover{background:#fff0;transform:translateY(-2px)}.FeaturedProjects-module__f3uFNG__categoryButton:hover .FeaturedProjects-module__f3uFNG__categoryIcon{color:var(--color-primary-button)}.FeaturedProjects-module__f3uFNG__categoryButton.FeaturedProjects-module__f3uFNG__active{background:var(--color-primary-button);border-color:#ff6b35;transform:translateY(-3px);box-shadow:0 4px 15px #00000049}.FeaturedProjects-module__f3uFNG__categoryButton.FeaturedProjects-module__f3uFNG__active .FeaturedProjects-module__f3uFNG__categoryIcon{color:#fff}.FeaturedProjects-module__f3uFNG__categoryButton.FeaturedProjects-module__f3uFNG__transitioning{pointer-events:none}.FeaturedProjects-module__f3uFNG__categoryIcon{opacity:.8;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.FeaturedProjects-module__f3uFNG__categoryButton.FeaturedProjects-module__f3uFNG__active .FeaturedProjects-module__f3uFNG__categoryIcon{opacity:1;transform:scale(1.1)}.FeaturedProjects-module__f3uFNG__customArrow{color:var(--color-primary-button);transform-origin:50%;transition:all .4s cubic-bezier(.4,0,.2,1)}.FeaturedProjects-module__f3uFNG__arrowVisible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.FeaturedProjects-module__f3uFNG__arrowHidden{opacity:0;visibility:hidden;transform:translateY(-10px)scale(.8)}.FeaturedProjects-module__f3uFNG__categoryButton.FeaturedProjects-module__f3uFNG__active .FeaturedProjects-module__f3uFNG__customArrow{color:var(--color-primary-button);animation:2s ease-in-out infinite FeaturedProjects-module__f3uFNG__arrowPulse}@keyframes FeaturedProjects-module__f3uFNG__arrowPulse{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(3px)scale(1.05)}}.FeaturedProjects-module__f3uFNG__categoryName{word-wrap:break-word;word-break:break-word;text-align:center;margin:10px 0 5px;font-size:13px;font-weight:400;transition:all .3s}.FeaturedProjects-module__f3uFNG__categoryButton.FeaturedProjects-module__f3uFNG__active .FeaturedProjects-module__f3uFNG__categoryName{transform:scale(1.05)}.FeaturedProjects-module__f3uFNG__dropdownIcon{transition:transform .4s cubic-bezier(.4,0,.2,1)}.FeaturedProjects-module__f3uFNG__dropdownIcon.FeaturedProjects-module__f3uFNG__rotate{transform:rotate(180deg)}.FeaturedProjects-module__f3uFNG__projectsGrid{border-bottom:7px solid;border-image:linear-gradient(90deg,#0000,#0000,#0bdbea,#0000,#0000) 2;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:15px;margin-bottom:50px;transition:all .4s cubic-bezier(.4,0,.2,1);display:grid;position:relative}.FeaturedProjects-module__f3uFNG__projectsGrid.FeaturedProjects-module__f3uFNG__transitioning{pointer-events:none}.FeaturedProjects-module__f3uFNG__projectsGrid.FeaturedProjects-module__f3uFNG__cardsExiting{opacity:0;transform:scale(.95)translateY(20px)}.FeaturedProjects-module__f3uFNG__projectsGrid.FeaturedProjects-module__f3uFNG__cardsEntering{opacity:0;transform:scale(1.05)translateY(-20px)}.FeaturedProjects-module__f3uFNG__moreProjectsContainer{opacity:0;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:15px;width:100%;height:0;margin:0;transition:height .8s cubic-bezier(.34,1.56,.64,1),opacity .8s;display:grid;overflow:hidden}.FeaturedProjects-module__f3uFNG__projectCard{-webkit-backdrop-filter:blur(10px);aspect-ratio:1;cursor:pointer;opacity:0;background:#ffffff1a;border:1px solid;border-image:linear-gradient(200deg,#0000,#0bc8d4) 1;width:100%;height:350px;transition:all .3s;position:relative;overflow:hidden;transform:translateY(30px)scale(.9)}.FeaturedProjects-module__f3uFNG__projectCardImage{object-fit:cover;z-index:1}.FeaturedProjects-module__f3uFNG__projectCardAnimated{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards FeaturedProjects-module__f3uFNG__cardEnter}@keyframes FeaturedProjects-module__f3uFNG__cardEnter{0%{opacity:0;transform:translateY(50px)scale(.85)rotateX(10deg)}50%{transform:translateY(-5px)scale(1.02)}to{opacity:1;transform:translateY(0)scale(1)rotateX(0)}}.FeaturedProjects-module__f3uFNG__projectCard:hover{border-image:linear-gradient(200deg,#0bc8d4,#ff6b35) 1;transform:translateY(-8px)scale(1.02);box-shadow:0 15px 35px #0bc8d44d}.FeaturedProjects-module__f3uFNG__projectCard:hover .FeaturedProjects-module__f3uFNG__projectCardOverlay{opacity:1}.FeaturedProjects-module__f3uFNG__projectCard:hover .FeaturedProjects-module__f3uFNG__viewProjectButton{opacity:1;visibility:visible;transform:translate(-50%,-50%)scale(1)}.FeaturedProjects-module__f3uFNG__projectCardOverlay{opacity:0;z-index:2;pointer-events:none;background:#0000005a;transition:opacity .4s;position:absolute;inset:0}.FeaturedProjects-module__f3uFNG__viewProjectButton{color:#fff;cursor:pointer;opacity:0;visibility:hidden;z-index:20;letter-spacing:1px;white-space:nowrap;pointer-events:auto;background:#00000092;border:none;border-radius:8px;padding:28px 48px;font-size:.8rem;font-weight:300;line-height:1.9;transition:all 1.2s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FeaturedProjects-module__f3uFNG__viewProjectButton:hover{transform:translate(-50%,-50%)}.FeaturedProjects-module__f3uFNG__popupOverlay{-webkit-backdrop-filter:blur(3px);z-index:1000;opacity:0;visibility:hidden;background:#000000cf;justify-content:center;align-items:center;transition:all .7s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;inset:0}.FeaturedProjects-module__f3uFNG__popupOverlay.FeaturedProjects-module__f3uFNG__open{opacity:1;visibility:visible}.FeaturedProjects-module__f3uFNG__popupContent{width:70vw;max-height:80vh;margin-top:80px;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative}.FeaturedProjects-module__f3uFNG__popupCloseBtn{color:#fff;cursor:pointer;z-index:99999999;background-color:#0a9da7;border:none;justify-content:center;align-items:center;width:57px;height:57px;padding:0;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:0;right:0}[dir=rtl] .FeaturedProjects-module__f3uFNG__popupCloseBtn{left:9%}.FeaturedProjects-module__f3uFNG__popupCloseBtn:hover{scale:1.1}.FeaturedProjects-module__f3uFNG__popupBody{justify-content:center;height:100%;display:flex}.FeaturedProjects-module__f3uFNG__projectInfo{flex-direction:column;width:30%;display:flex}.FeaturedProjects-module__f3uFNG__projectContent{background-color:#0a9da7;flex-direction:column;justify-content:space-between;display:flex}.FeaturedProjects-module__f3uFNG__projectInfoContent{text-align:left;flex-direction:column;align-items:center;gap:13px;max-height:100%;padding:30px;display:flex;overflow:auto}.FeaturedProjects-module__f3uFNG__projectIconWrapper{justify-content:center;align-items:center;width:100%;height:95px;display:flex;overflow:hidden}.FeaturedProjects-module__f3uFNG__projectIcon{width:200px;height:auto}.FeaturedProjects-module__f3uFNG__projectTitle{color:#fff;text-align:left;width:100%;margin:0;font-size:1.4rem;font-weight:600;line-height:1.3}.FeaturedProjects-module__f3uFNG__projectDescription{color:#fff;max-height:100%;margin:0;font-size:14px;line-height:1.6;overflow:auto}.FeaturedProjects-module__f3uFNG__projectDescription::-webkit-scrollbar{width:6px}.FeaturedProjects-module__f3uFNG__projectDescription::-webkit-scrollbar-track{background:#ffffff1a}.FeaturedProjects-module__f3uFNG__projectDescription::-webkit-scrollbar-thumb{background:#fff6;border-radius:3px}.FeaturedProjects-module__f3uFNG__projectDescription::-webkit-scrollbar-thumb:hover{background:#fff9}.FeaturedProjects-module__f3uFNG__projectActions{background-color:#0a9da7;gap:12px;width:100%;padding:40px 20px;display:flex;position:relative}.FeaturedProjects-module__f3uFNG__projectActions:before{content:"";background-color:#ffffff49;width:82%;height:1px;position:absolute;top:20px;left:50%;transform:translate(-50%)}.FeaturedProjects-module__f3uFNG__launchWebsiteBtn,.FeaturedProjects-module__f3uFNG__requestQuoteBtn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;color:#fff;background-color:#0000;border:none;justify-content:center;align-items:center;gap:3px;width:50%;font-size:13.6px;font-weight:800;transition:all .3s;display:flex}.FeaturedProjects-module__f3uFNG__popupImageSection{flex:1;width:70%;height:80vh;display:flex}.FeaturedProjects-module__f3uFNG__popupMainContent{flex:1;justify-content:center;align-items:center;width:40%;height:100%;display:flex;position:relative}.FeaturedProjects-module__f3uFNG__projectContent{background-color:#0a9da7;height:100%;max-height:calc(80vh - 95px)}.FeaturedProjects-module__f3uFNG__popupImageContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.FeaturedProjects-module__f3uFNG__popupImagesWrapper{overscroll-behavior:none;width:100%;height:100%;position:relative;overflow:hidden auto}.FeaturedProjects-module__f3uFNG__popupImageItem{opacity:0;z-index:0;pointer-events:none;justify-content:center;align-items:flex-start;width:100%;height:auto;transition:opacity .5s cubic-bezier(.4,0,.2,1);display:none;position:absolute;top:0;left:0}.FeaturedProjects-module__f3uFNG__popupImageItem.FeaturedProjects-module__f3uFNG__active{opacity:1;z-index:2;pointer-events:auto;display:flex;position:relative}.FeaturedProjects-module__f3uFNG__popupMainImage{object-fit:contain;width:100%;height:auto;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1)}.FeaturedProjects-module__f3uFNG__popupSidebar{align-items:center;width:30%;padding-top:95px;display:flex}.FeaturedProjects-module__f3uFNG__thumbnailContainer{background-color:#fff;border-left:1px solid #00000021;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:15px;width:100%;height:100%;max-height:100%;padding:30px;display:flex;position:relative;overflow-y:auto}.FeaturedProjects-module__f3uFNG__navigationArrows{flex-direction:column;gap:60px;display:flex}.FeaturedProjects-module__f3uFNG__arrowBtn{color:#fff;cursor:pointer;background-color:#0000;border:none;outline:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.FeaturedProjects-module__f3uFNG__arrowBtn:hover{transform:translateY(-2px)}.FeaturedProjects-module__f3uFNG__arrowBtn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.FeaturedProjects-module__f3uFNG__thumbnailImages{flex-direction:column;gap:10px;width:100%;height:100%;display:flex}.FeaturedProjects-module__f3uFNG__thumbnailWrapper{width:100%;height:100%;position:relative}.FeaturedProjects-module__f3uFNG__thumbnailImage{object-fit:cover;cursor:pointer;z-index:1;border:none;width:100%;height:68px;transition:all .3s;position:relative;box-shadow:0 0 6px 1px #17171734}.FeaturedProjects-module__f3uFNG__thumbnailImage.FeaturedProjects-module__f3uFNG__active{z-index:3}.FeaturedProjects-module__f3uFNG__thumbnailWrapper:after{content:"";z-index:0;pointer-events:none;opacity:0;background:linear-gradient(130deg,#0eecfc,#0ec0cd);width:100%;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:-3px;transform:translateY(-50%)}.FeaturedProjects-module__f3uFNG__thumbnailWrapper:not(:has(.FeaturedProjects-module__f3uFNG__thumbnailImage.FeaturedProjects-module__f3uFNG__active)):hover:after{opacity:.7;height:100%;left:-3px}.FeaturedProjects-module__f3uFNG__thumbnailWrapper:has(.FeaturedProjects-module__f3uFNG__thumbnailImage.FeaturedProjects-module__f3uFNG__active):after{opacity:1;height:102%;left:-7px}.FeaturedProjects-module__f3uFNG__thumbnailWrapper:before{content:"";z-index:4;opacity:0;border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:10px solid #0eecfc;width:0;height:0;transition:opacity .3s,right .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;right:-15px;transform:translateY(-50%)}[dir=rtl] .FeaturedProjects-module__f3uFNG__thumbnailWrapper:before{border:8px solid #0000;border-left:10px solid #0eecfc;border-right:none;transition:opacity .3s,left .3s cubic-bezier(.4,0,.2,1);left:-15px;right:auto}.FeaturedProjects-module__f3uFNG__thumbnailWrapper:has(.FeaturedProjects-module__f3uFNG__thumbnailImage.FeaturedProjects-module__f3uFNG__active):before{opacity:1;animation:.4s cubic-bezier(.4,0,.2,1) forwards FeaturedProjects-module__f3uFNG__arrowSlideIn}@keyframes FeaturedProjects-module__f3uFNG__arrowSlideIn{0%{opacity:0;right:-5px}to{opacity:1;left:-15px}}[dir=rtl] .FeaturedProjects-module__f3uFNG__thumbnailWrapper:has(.FeaturedProjects-module__f3uFNG__thumbnailImage.FeaturedProjects-module__f3uFNG__active):before{animation:.4s cubic-bezier(.4,0,.2,1) forwards FeaturedProjects-module__f3uFNG__arrowSlideInRTL}.FeaturedProjects-module__f3uFNG__projectIconMobile{display:none}@keyframes FeaturedProjects-module__f3uFNG__arrowSlideInRTL{0%{opacity:0;left:-5px}to{opacity:1;right:-10px}}.FeaturedProjects-module__f3uFNG__projectInfoMobile{display:none}.FeaturedProjects-module__f3uFNG__viewMoreContainer{text-align:center;margin-top:40px}.FeaturedProjects-module__f3uFNG__viewMoreButton{color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:0 0;border:none;outline:none;align-items:center;gap:10px;padding:15px 30px;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.FeaturedProjects-module__f3uFNG__viewMoreButton:hover{transform:translateY(-2px)}@media (max-width:1024px){.FeaturedProjects-module__f3uFNG__projectsGrid,.FeaturedProjects-module__f3uFNG__moreProjectsContainer{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px}.FeaturedProjects-module__f3uFNG__popupContent{width:95%;height:95%}.FeaturedProjects-module__f3uFNG__projectInfo{width:200px}}@media (max-width:768px){.FeaturedProjects-module__f3uFNG__featuredProjects:after{content:"";-webkit-filter:blur(60px);z-index:1;background-color:#0bc8d4;border-radius:50%;width:170px;height:180px;position:absolute;top:-100px;left:55%;transform:translate(-50%)}.FeaturedProjects-module__f3uFNG__categoryItem{flex:1;justify-content:center;display:flex}.FeaturedProjects-module__f3uFNG__categoryButton{width:100%}.FeaturedProjects-module__f3uFNG__featuredProjects:before{-webkit-filter:blur(60px);width:220px;height:220px;top:320px}.FeaturedProjects-module__f3uFNG__header{margin-bottom:0}.FeaturedProjects-module__f3uFNG__categoryNav{margin-top:30px}.FeaturedProjects-module__f3uFNG__categoryList{gap:5px}.FeaturedProjects-module__f3uFNG__featuredProjects{padding:60px 15px 20px}.FeaturedProjects-module__f3uFNG__viewMoreContainer{margin-top:-20px;position:relative}.FeaturedProjects-module__f3uFNG__viewMoreContainer:before{content:"";-webkit-filter:blur(70px);z-index:1;background-color:#0bc8d4;border-radius:50%;width:200px;height:200px;position:absolute;top:10px;left:55%;transform:translate(-50%)}.FeaturedProjects-module__f3uFNG__viewMoreButton{z-index:99;font-size:18px;font-weight:600;position:relative}.FeaturedProjects-module__f3uFNG__categoryButton{max-width:130px;padding:10px 0;font-size:.7rem}.FeaturedProjects-module__f3uFNG__title{color:#fff;letter-spacing:1px;margin-bottom:15px;font-size:1.1rem;font-weight:600}.FeaturedProjects-module__f3uFNG__subtitle{width:90%;font-size:15px;line-height:2.1}.FeaturedProjects-module__f3uFNG__projectsGrid{grid-template-columns:1fr}.FeaturedProjects-module__f3uFNG__moreProjectsContainer{grid-template-columns:1fr 1fr;gap:15px}.FeaturedProjects-module__f3uFNG__projectCard{height:280px}.FeaturedProjects-module__f3uFNG__viewProjectButton{padding:12px 24px;font-size:.85rem}.FeaturedProjects-module__f3uFNG__popupContent{width:100%;max-width:100%;height:100%}.FeaturedProjects-module__f3uFNG__popupCloseBtn{width:40px;height:40px;font-size:1.2rem;top:0;right:0}.FeaturedProjects-module__f3uFNG__popupBody{flex-direction:column;height:100%;padding:50px 0 0;overflow-y:auto}.FeaturedProjects-module__f3uFNG__projectInfo{display:none}.FeaturedProjects-module__f3uFNG__projectInfoMobile{flex-direction:column;order:3;width:100%;display:flex}.FeaturedProjects-module__f3uFNG__popupImageSection{flex-direction:row;order:1;align-items:start;width:100%;height:45vh}.FeaturedProjects-module__f3uFNG__popupMainContent{flex:1;height:100%}.FeaturedProjects-module__f3uFNG__popupImageContainer{height:100%}.FeaturedProjects-module__f3uFNG__popupImagesWrapper{scrollbar-width:none;-ms-overflow-style:none;height:100%;max-height:100%;transition:overflow .3s;position:relative;overflow:hidden}.FeaturedProjects-module__f3uFNG__popupImagesWrapper.FeaturedProjects-module__f3uFNG__scrollable{scroll-behavior:smooth;overscroll-behavior:contain;overflow-y:auto}.FeaturedProjects-module__f3uFNG__popupImagesWrapper.FeaturedProjects-module__f3uFNG__scrollable::-webkit-scrollbar{width:6px;display:block}.FeaturedProjects-module__f3uFNG__popupImagesWrapper.FeaturedProjects-module__f3uFNG__scrollable::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.FeaturedProjects-module__f3uFNG__popupImagesWrapper.FeaturedProjects-module__f3uFNG__scrollable::-webkit-scrollbar-thumb{background:#0bc8d499;border-radius:3px;transition:background .3s}.FeaturedProjects-module__f3uFNG__popupImagesWrapper.FeaturedProjects-module__f3uFNG__scrollable::-webkit-scrollbar-thumb:hover{background:#0bc8d4cc}.FeaturedProjects-module__f3uFNG__popupImagesWrapper::-webkit-scrollbar{display:none}.FeaturedProjects-module__f3uFNG__popupImageItem{align-items:flex-start;width:100%;height:auto;min-height:auto;display:none;position:absolute;top:0;left:0}.FeaturedProjects-module__f3uFNG__popupImageItem.FeaturedProjects-module__f3uFNG__active{display:flex;position:relative}.FeaturedProjects-module__f3uFNG__popupImageItem:not(.FeaturedProjects-module__f3uFNG__active){display:none}.FeaturedProjects-module__f3uFNG__popupMainImage{object-fit:contain;flex-shrink:0;width:100%;height:auto;display:block}.FeaturedProjects-module__f3uFNG__popupSidebar{flex-shrink:0;order:1;align-items:start;width:fit-content;max-height:95%;margin:0;padding:0;overflow-y:auto}.FeaturedProjects-module__f3uFNG__thumbnailContainer{background-color:#fff;border-left:none;border-right:1px solid #00000021;flex-direction:column;gap:10px;height:fit-content;margin:0;padding:15px}.FeaturedProjects-module__f3uFNG__projectIconMobile{color:#0000;scrollbar-width:none;-ms-overflow-style:none;width:50%;height:100px;margin:auto;padding:0 0 0 12px;display:block;position:sticky;top:-50px}.FeaturedProjects-module__f3uFNG__thumbnailWrapper{flex-shrink:0;position:relative}.FeaturedProjects-module__f3uFNG__thumbnailImages::-webkit-scrollbar{display:none}.FeaturedProjects-module__f3uFNG__thumbnailWrapper{flex-shrink:0;position:relative;overflow:visible}.FeaturedProjects-module__f3uFNG__thumbnailImage{width:60px;height:60px}.FeaturedProjects-module__f3uFNG__thumbnailWrapper:before{border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:8px solid #0eecfc;width:0;height:0;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}@keyframes FeaturedProjects-module__f3uFNG__arrowSlideIn{0%{opacity:0;left:-5px}to{opacity:1;left:-13px}}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__projectInfoContent{gap:15px;padding:25px 20px}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__projectIconWrapper{display:none}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__projectIcon{width:150px}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__projectTitle{font-size:1.1rem}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__projectDescription{font-size:.85rem;line-height:1.5}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__projectActions{flex-direction:row;gap:10px;padding:25px 20px}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__projectActions:before{width:90%;top:12px}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__launchWebsiteBtn,.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__requestQuoteBtn{width:50%;padding:10px;font-size:.75rem}.FeaturedProjects-module__f3uFNG__thumbnailWrapper:after{content:"";z-index:0;pointer-events:none;opacity:0;background:linear-gradient(130deg,#0eecfc,#0ec0cd);width:100%;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:-6px;transform:translateY(-50%)}.FeaturedProjects-module__f3uFNG__thumbnailWrapper:not(:has(.FeaturedProjects-module__f3uFNG__thumbnailImage.FeaturedProjects-module__f3uFNG__active)):hover:after{opacity:.7;height:100%;left:-3px}.FeaturedProjects-module__f3uFNG__thumbnailWrapper:has(.FeaturedProjects-module__f3uFNG__thumbnailImage.FeaturedProjects-module__f3uFNG__active):after{opacity:1;height:102%;left:-7px}.FeaturedProjects-module__f3uFNG__thumbnailWrapper:before{content:"";z-index:4;opacity:0;border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:10px solid #0eecfc;width:0;height:0;transition:opacity .3s,right .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;right:-15px;transform:translateY(-50%)scale(.8)}.FeaturedProjects-module__f3uFNG__thumbnailWrapper:has(.FeaturedProjects-module__f3uFNG__thumbnailImage.FeaturedProjects-module__f3uFNG__active):before{opacity:1;animation:.4s cubic-bezier(.4,0,.2,1) forwards FeaturedProjects-module__f3uFNG__arrowSlideIn}}@media (max-width:480px){.FeaturedProjects-module__f3uFNG__moreProjectsContainer{grid-template-columns:1fr 1fr;gap:12px}.FeaturedProjects-module__f3uFNG__projectCard{height:220px}.FeaturedProjects-module__f3uFNG__viewProjectButton{padding:10px 20px;font-size:.75rem}.FeaturedProjects-module__f3uFNG__categoryIcon{width:19px!important;height:19px!important}.FeaturedProjects-module__f3uFNG__customArrow{width:10px;height:10px}.FeaturedProjects-module__f3uFNG__categoryName{font-size:11px}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__projectTitle{font-size:1rem}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__projectDescription{font-size:.8rem}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__launchWebsiteBtn,.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__requestQuoteBtn{padding:8px;font-size:.7rem}.FeaturedProjects-module__f3uFNG__thumbnailImage{width:60px;height:60px}.FeaturedProjects-module__f3uFNG__projectInfoMobile .FeaturedProjects-module__f3uFNG__projectIcon{width:120px}.FeaturedProjects-module__f3uFNG__popupCloseBtn{width:35px;height:35px;font-size:1rem}}
