.LocationsGrid-module__2QpgpG__locationsGrid{grid-template-columns:repeat(4,1fr);gap:32px;width:100%;display:grid}.LocationsGrid-module__2QpgpG__locationCard{background-color:var(--color-dark);border:none;border-radius:8px;flex-direction:column;gap:12px;width:228px;height:250px;padding:32px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.LocationsGrid-module__2QpgpG__locationCard:hover{border:1px solid #ed180d80;transform:translateY(-8px);box-shadow:6px 13px 4px 2px #ed180d26}.LocationsGrid-module__2QpgpG__locationHeader{align-items:center;gap:16px;margin-bottom:8px}.LocationsGrid-module__2QpgpG__locationName{font-family:var(--font-cairo);color:var(--color-white);margin:0;font-size:24px;font-weight:600;line-height:1.2}.LocationsGrid-module__2QpgpG__locationDetails{flex-direction:column;gap:8px;display:flex}.LocationsGrid-module__2QpgpG__locationAddress{font-family:var(--font-cairo);color:#fff9;margin:0;font-size:14px;font-weight:400;line-height:1.6}.LocationsGrid-module__2QpgpG__locationContact{flex-direction:column;gap:4px;display:flex}.LocationsGrid-module__2QpgpG__locationPhone,.LocationsGrid-module__2QpgpG__locationEmail{font-family:var(--font-cairo);color:#fffc;font-size:14px;font-weight:400;text-decoration:none;transition:color .3s}.LocationsGrid-module__2QpgpG__locationPhone:hover,.LocationsGrid-module__2QpgpG__locationEmail:hover{color:var(--color-primary)}@media (max-width:1024px){.LocationsGrid-module__2QpgpG__locationsGrid{grid-template-columns:repeat(2,1fr);gap:24px}.LocationsGrid-module__2QpgpG__locationCard{width:100%;height:auto;min-height:220px;padding:28px 20px}.LocationsGrid-module__2QpgpG__locationName{font-size:22px}.LocationsGrid-module__2QpgpG__locationDetails{margin-left:0}}@media (max-width:768px){.LocationsGrid-module__2QpgpG__locationsGrid{grid-template-columns:repeat(2,1fr);gap:20px}.LocationsGrid-module__2QpgpG__locationCard{width:100%;height:auto;min-height:200px;padding:24px 18px}.LocationsGrid-module__2QpgpG__locationHeader{flex-direction:column;align-items:flex-start;gap:12px}.LocationsGrid-module__2QpgpG__locationName{font-size:20px}.LocationsGrid-module__2QpgpG__locationDetails{margin-left:0}.LocationsGrid-module__2QpgpG__locationAddress,.LocationsGrid-module__2QpgpG__locationPhone,.LocationsGrid-module__2QpgpG__locationEmail{font-size:13px}}@media (max-width:480px){.LocationsGrid-module__2QpgpG__locationsGrid{gap:16px}.LocationsGrid-module__2QpgpG__locationCard{width:100%;height:auto;min-height:180px;padding:20px 16px}.LocationsGrid-module__2QpgpG__locationIcon{width:40px;height:40px}.LocationsGrid-module__2QpgpG__locationIcon svg{width:20px;height:20px}.LocationsGrid-module__2QpgpG__locationName{font-size:18px}.LocationsGrid-module__2QpgpG__locationAddress,.LocationsGrid-module__2QpgpG__locationPhone,.LocationsGrid-module__2QpgpG__locationEmail{font-size:12px}}
.ContactForm-module__9YXtBW__form{max-width:1200px;margin:0 auto;padding:0 40px}.ContactForm-module__9YXtBW__row{grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:30px;display:grid}.ContactForm-module__9YXtBW__field{flex-direction:column;gap:8px;display:flex}.ContactForm-module__9YXtBW__input,.ContactForm-module__9YXtBW__textarea{width:100%;font-family:var(--font-cairo);color:var(--color-dark);background:0 0;border:none;border-bottom:1px solid #15151533;outline:none;font-size:16px;font-weight:400;transition:all .3s}.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__input,.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__textarea{color:var(--color-white);border-bottom-color:#ffffff4d}.ContactForm-module__9YXtBW__input::placeholder,.ContactForm-module__9YXtBW__textarea::placeholder{color:#15151580;font-family:var(--font-cairo)}.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__input::placeholder,.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__textarea::placeholder{color:#fff9}.ContactForm-module__9YXtBW__input:focus,.ContactForm-module__9YXtBW__textarea:focus{border-bottom-color:var(--color-primary)}.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__input:focus,.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__textarea:focus{border-bottom-color:var(--color-accent)}.ContactForm-module__9YXtBW__input.ContactForm-module__9YXtBW__error,.ContactForm-module__9YXtBW__textarea.ContactForm-module__9YXtBW__error{border-bottom-color:var(--color-primary)}.ContactForm-module__9YXtBW__textarea{resize:vertical;min-height:100px;max-height:300px}.ContactForm-module__9YXtBW__textareaWrapper{width:100%;position:relative}.ContactForm-module__9YXtBW__attachmentButton{color:var(--color-dark);opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex;position:absolute;bottom:12px;right:12px}.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__attachmentButton{color:var(--color-white)}.ContactForm-module__9YXtBW__attachmentButton:hover{opacity:1;background:#1515150d}.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__attachmentButton:hover{background:#ffffff1a}.ContactForm-module__9YXtBW__fileInput{display:none}.ContactForm-module__9YXtBW__attachmentsList{background:#15151508;border-radius:8px;flex-direction:column;gap:8px;margin-top:12px;padding:12px;display:flex}.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__attachmentsList{background:#ffffff0d}.ContactForm-module__9YXtBW__attachmentItem{font-family:var(--font-cairo);color:var(--color-dark);align-items:center;gap:8px;font-size:13px;display:flex}.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__attachmentItem{color:var(--color-white)}.ContactForm-module__9YXtBW__attachmentItem svg{opacity:.6;flex-shrink:0}.ContactForm-module__9YXtBW__errorMessage{font-family:var(--font-cairo);color:var(--color-primary);margin-top:4px;font-size:13px}.ContactForm-module__9YXtBW__submitWrapper{flex-direction:column;align-items:center;gap:16px;margin-top:40px;display:flex}.ContactForm-module__9YXtBW__submitButton{width:var(--button-dashed-width,154px);height:var(--button-dashed-height,47px);border:1px dashed var(--color-primary);color:var(--color-primary);font-family:var(--font-cairo);cursor:pointer;opacity:.47;background-color:#0000;border-radius:35px;justify-content:center;align-items:center;font-size:16px;font-weight:400;transition:all .3s;display:inline-flex}.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__submitButton{border-color:var(--color-primary);color:var(--color-primary)}.ContactForm-module__9YXtBW__submitButton:hover:not(:disabled){opacity:1;color:var(--color-primary);border-color:var(--color-primary);transform:translateY(-2px)}.ContactForm-module__9YXtBW__formDark .ContactForm-module__9YXtBW__submitButton:hover:not(:disabled){color:var(--color-primary);border-color:var(--color-primary)}.ContactForm-module__9YXtBW__submitButton:disabled{opacity:.5;cursor:not-allowed}.ContactForm-module__9YXtBW__submitButton:disabled:hover{transform:none}.ContactForm-module__9YXtBW__successMessage{font-family:var(--font-cairo);color:#10b981;text-align:center;font-size:15px}.ContactForm-module__9YXtBW__errorMessageGeneral{font-family:var(--font-cairo);color:var(--color-primary);text-align:center;font-size:15px}@media (max-width:1024px){.ContactForm-module__9YXtBW__form{padding:0 30px}.ContactForm-module__9YXtBW__row{gap:24px;margin-bottom:24px}.ContactForm-module__9YXtBW__input,.ContactForm-module__9YXtBW__textarea{padding:14px 18px;font-size:15px}.ContactForm-module__9YXtBW__submitButton{font-size:15px}}@media (max-width:768px){.ContactForm-module__9YXtBW__form{padding:0 16px}.ContactForm-module__9YXtBW__row{grid-template-columns:1fr;gap:20px;margin-bottom:20px}.ContactForm-module__9YXtBW__input,.ContactForm-module__9YXtBW__textarea{padding:12px 16px;font-size:14px}.ContactForm-module__9YXtBW__textarea{min-height:100px}.ContactForm-module__9YXtBW__submitWrapper{margin-top:30px}.ContactForm-module__9YXtBW__submitButton{width:100%;max-width:300px;font-size:14px}}@media (max-width:480px){.ContactForm-module__9YXtBW__input,.ContactForm-module__9YXtBW__textarea{padding:10px 14px;font-size:13px}.ContactForm-module__9YXtBW__submitButton{height:44px;font-size:13px}.ContactForm-module__9YXtBW__errorMessage,.ContactForm-module__9YXtBW__successMessage,.ContactForm-module__9YXtBW__errorMessageGeneral{font-size:13px}}
.ContactHeader-module__geNNsW__header{text-align:left;width:100%;max-width:1200px;margin:0 auto 60px;padding:0 40px}.ContactHeader-module__geNNsW__description{font-family:var(--font-cairo);color:#151515a6;text-align:left;max-width:800px;margin:20px 0 0;font-size:18px;font-weight:400;line-height:1.6}.ContactHeader-module__geNNsW__descriptionDark{color:#fffc}@media (max-width:1024px){.ContactHeader-module__geNNsW__header{margin-bottom:50px}.ContactHeader-module__geNNsW__description{font-size:16px}}@media (max-width:768px){.ContactHeader-module__geNNsW__header{margin-bottom:40px;padding:0 16px}.ContactHeader-module__geNNsW__description{font-size:15px}}@media (max-width:480px){.ContactHeader-module__geNNsW__header{margin-bottom:30px}.ContactHeader-module__geNNsW__description{font-size:14px}}
.ContactInfo-module__mMhi_a__container{justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto 80px;padding:0 40px;display:flex}.ContactInfo-module__mMhi_a__infoItem{flex:1;align-items:center;gap:16px;display:flex}.ContactInfo-module__mMhi_a__icon{color:var(--color-dark);opacity:.6;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ContactInfo-module__mMhi_a__containerDark .ContactInfo-module__mMhi_a__icon{color:var(--color-white);opacity:.8}.ContactInfo-module__mMhi_a__text{font-family:var(--font-cairo);color:var(--color-dark);font-size:18px;font-weight:400;text-decoration:none;transition:color .3s}.ContactInfo-module__mMhi_a__containerDark .ContactInfo-module__mMhi_a__text{color:var(--color-white)}.ContactInfo-module__mMhi_a__text:hover{color:var(--color-primary)}.ContactInfo-module__mMhi_a__containerDark .ContactInfo-module__mMhi_a__text:hover{color:var(--color-accent)}@media (max-width:1024px){.ContactInfo-module__mMhi_a__container{gap:40px;margin-bottom:60px;padding:0 30px}.ContactInfo-module__mMhi_a__infoItem{gap:12px}.ContactInfo-module__mMhi_a__icon{width:28px;height:28px}.ContactInfo-module__mMhi_a__text{font-size:16px}}@media (max-width:768px){.ContactInfo-module__mMhi_a__container{flex-direction:column;gap:30px;margin-bottom:50px;padding:0 16px}.ContactInfo-module__mMhi_a__infoItem{justify-content:center;width:100%}.ContactInfo-module__mMhi_a__text{font-size:15px}}@media (max-width:480px){.ContactInfo-module__mMhi_a__container{gap:24px;margin-bottom:40px}.ContactInfo-module__mMhi_a__icon{width:24px;height:24px}.ContactInfo-module__mMhi_a__text{font-size:14px}}
.ContactSection-module__Tr7TVq__section{background:var(--color-white);width:100%;padding:100px 0 120px;overflow:hidden}.ContactSection-module__Tr7TVq__section.ContactSection-module__Tr7TVq__dark{background:var(--background-primary)}@media (max-width:1024px){.ContactSection-module__Tr7TVq__section{padding:80px 0 100px}}@media (max-width:768px){.ContactSection-module__Tr7TVq__section{padding:60px 0 80px}}@media (max-width:480px){.ContactSection-module__Tr7TVq__section{padding:50px 0 70px}}
.VideoEmbed-module__xKvXqq__videoContainer{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.VideoEmbed-module__xKvXqq__videoEmbed{pointer-events:none;will-change:opacity;border:none;width:100vw;min-width:177.77vh;height:56.25vw;min-height:100vh;transition:opacity .8s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VideoEmbed-module__xKvXqq__videoHidden{opacity:0;pointer-events:none;visibility:hidden}.VideoEmbed-module__xKvXqq__videoFadeIn{opacity:1;visibility:visible;animation:.8s cubic-bezier(.4,0,.2,1) forwards VideoEmbed-module__xKvXqq__fadeIn}.VideoEmbed-module__xKvXqq__thumbnailWrapper{z-index:1;will-change:opacity;width:100%;height:100%;transition:opacity .8s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.VideoEmbed-module__xKvXqq__thumbnailVisible{opacity:1;visibility:visible}.VideoEmbed-module__xKvXqq__thumbnailFadeOut{opacity:0;visibility:hidden;animation:.8s cubic-bezier(.4,0,.2,1) forwards VideoEmbed-module__xKvXqq__fadeOut}.VideoEmbed-module__xKvXqq__thumbnail{object-fit:cover;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.VideoEmbed-module__xKvXqq__thumbnail img,.VideoEmbed-module__xKvXqq__thumbnail>span,.VideoEmbed-module__xKvXqq__thumbnail>span>img{object-fit:cover!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}@keyframes VideoEmbed-module__xKvXqq__fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes VideoEmbed-module__xKvXqq__fadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@media (prefers-reduced-motion:reduce){.VideoEmbed-module__xKvXqq__videoEmbed,.VideoEmbed-module__xKvXqq__thumbnailWrapper{transition-duration:.01ms;animation-duration:.01ms}.VideoEmbed-module__xKvXqq__videoFadeIn,.VideoEmbed-module__xKvXqq__thumbnailFadeOut{animation:none}}@media (max-width:768px){.VideoEmbed-module__xKvXqq__videoEmbed{width:100%;height:100%}.VideoEmbed-module__xKvXqq__videoEmbed,.VideoEmbed-module__xKvXqq__thumbnailWrapper{transition-duration:.5s}.VideoEmbed-module__xKvXqq__videoFadeIn,.VideoEmbed-module__xKvXqq__thumbnailFadeOut{animation-duration:.5s}}
.HeroBackground-module___O0BAa__heroBackground{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.HeroBackground-module___O0BAa__heroVideo{opacity:0;visibility:hidden;pointer-events:none;width:100%;height:100%;transition:opacity .8s ease-in-out,visibility .8s;position:absolute;top:0;left:0;overflow:hidden}.HeroBackground-module___O0BAa__heroVideo.HeroBackground-module___O0BAa__active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.HeroBackground-module___O0BAa__heroImage{opacity:0;visibility:hidden;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity .8s ease-in-out,visibility .8s;position:absolute;top:0;left:0}.HeroBackground-module___O0BAa__heroImage.HeroBackground-module___O0BAa__active{opacity:1;visibility:visible;z-index:1}.HeroBackground-module___O0BAa__heroOverlay{z-index:2;background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}
.AnimatedVerticalLine-module__6JDfBq__lineContainer{justify-content:center;align-items:center;height:865px;display:flex;position:relative}.AnimatedVerticalLine-module__6JDfBq__line{opacity:.5;background:#fff3;width:1px;height:100%;position:relative}.AnimatedVerticalLine-module__6JDfBq__dot{background:var(--color-primary);opacity:1;border-radius:50%;width:8px;height:8px;transition:top .6s cubic-bezier(.4,0,.2,1);position:absolute;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 12px #ed180d99}@media (max-width:1024px){.AnimatedVerticalLine-module__6JDfBq__lineContainer{height:600px}}@media (max-width:768px){.AnimatedVerticalLine-module__6JDfBq__lineContainer{height:450px}.AnimatedVerticalLine-module__6JDfBq__dot{width:6px;height:6px}}@media (max-width:480px){.AnimatedVerticalLine-module__6JDfBq__lineContainer{height:350px}.AnimatedVerticalLine-module__6JDfBq__dot{width:5px;height:5px}}
.Container-module__bJ1UOG__container{box-sizing:border-box;width:100%;max-width:100%;margin:0 auto;padding:0 20px}.Container-module__bJ1UOG__sm{max-width:640px}.Container-module__bJ1UOG__md{max-width:900px}.Container-module__bJ1UOG__lg{max-width:1200px}.Container-module__bJ1UOG__xl{max-width:1400px}.Container-module__bJ1UOG__full{max-width:100%}@media (min-width:640px){.Container-module__bJ1UOG__container{padding:0 40px}}@media (min-width:1024px){.Container-module__bJ1UOG__container{padding:0 60px}}@media (min-width:1440px){.Container-module__bJ1UOG__container{padding:0 80px}}
.AnimatedImage-module__3UDSOa__imageContainer{width:100%;height:100%;position:relative;overflow:hidden}.AnimatedImage-module__3UDSOa__blurLayer{object-fit:cover;filter:blur(20px);z-index:1;pointer-events:none;width:100%;height:100%;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0;transform:scale(1.1)}.AnimatedImage-module__3UDSOa__blurLayer.AnimatedImage-module__3UDSOa__hidden{opacity:0}.AnimatedImage-module__3UDSOa__mainImage{z-index:2;opacity:0;animation:.6s ease-in-out forwards AnimatedImage-module__3UDSOa__fadeIn;position:relative}.AnimatedImage-module__3UDSOa__mainImage.AnimatedImage-module__3UDSOa__loaded{opacity:1}@keyframes AnimatedImage-module__3UDSOa__fadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.AnimatedImage-module__3UDSOa__imageContainer[data-loading=true] .AnimatedImage-module__3UDSOa__mainImage{opacity:0;animation:none}.AnimatedImage-module__3UDSOa__imageContainer[data-loading=false] .AnimatedImage-module__3UDSOa__mainImage{animation:.6s ease-in-out forwards AnimatedImage-module__3UDSOa__fadeIn}.AnimatedImage-module__3UDSOa__shimmer{z-index:3;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff1a 50%,#0000 100%);width:100%;height:100%;animation:2s infinite AnimatedImage-module__3UDSOa__shimmer;position:absolute;top:0;left:0}@keyframes AnimatedImage-module__3UDSOa__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.AnimatedImage-module__3UDSOa__shimmer.AnimatedImage-module__3UDSOa__hidden{display:none}
.DiscoverArrow-module__cMBUIq__arrow{width:40px;height:40px;color:var(--color-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;background:#ffffff26;border:1px dashed #fff3;border-radius:25px;justify-content:center;align-items:center;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;overflow:hidden}.DiscoverArrow-module__cMBUIq__arrowText{font-family:var(--font-cairo);opacity:0;max-width:0;font-size:14px;font-weight:500;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.DiscoverArrow-module__cMBUIq__arrowIcon{flex-shrink:0;transition:transform .4s cubic-bezier(.4,0,.2,1)}.DiscoverArrow-module__cMBUIq__expanded{border:2px dashed var(--color-primary);color:var(--color-primary);background:0 0;width:110px;padding:0 12px;animation:2s infinite DiscoverArrow-module__cMBUIq__arrowPulse}.DiscoverArrow-module__cMBUIq__expanded .DiscoverArrow-module__cMBUIq__arrowText{opacity:1;max-width:80px;margin-right:4px}.DiscoverArrow-module__cMBUIq__expanded .DiscoverArrow-module__cMBUIq__arrowIcon{transform:translate(2px)}:hover>.DiscoverArrow-module__cMBUIq__arrow,.DiscoverArrow-module__cMBUIq__arrow:hover{border:2px dashed var(--color-primary);color:var(--color-primary);background:0 0;width:110px;padding:0 12px;animation:2s infinite DiscoverArrow-module__cMBUIq__arrowPulse}:hover>.DiscoverArrow-module__cMBUIq__arrow .DiscoverArrow-module__cMBUIq__arrowText,.DiscoverArrow-module__cMBUIq__arrow:hover .DiscoverArrow-module__cMBUIq__arrowText{opacity:1;max-width:80px;margin-right:4px}:hover>.DiscoverArrow-module__cMBUIq__arrow .DiscoverArrow-module__cMBUIq__arrowIcon,.DiscoverArrow-module__cMBUIq__arrow:hover .DiscoverArrow-module__cMBUIq__arrowIcon{transform:translate(2px)}@keyframes DiscoverArrow-module__cMBUIq__arrowPulse{0%,to{box-shadow:0 0 #ed180d66}50%{box-shadow:0 0 0 12px #ed180d00}}@media (max-width:768px){.DiscoverArrow-module__cMBUIq__arrow{width:27px;height:27px;padding:0}.DiscoverArrow-module__cMBUIq__arrowText{font-size:13px}:hover>.DiscoverArrow-module__cMBUIq__arrow,.DiscoverArrow-module__cMBUIq__arrow:hover{width:93px;padding:0 10px}:hover>.DiscoverArrow-module__cMBUIq__arrow .DiscoverArrow-module__cMBUIq__arrowText,.DiscoverArrow-module__cMBUIq__arrow:hover .DiscoverArrow-module__cMBUIq__arrowText{max-width:70px}}
.ServiceCard-module__GNBwjG__card{cursor:pointer;border:1.5px solid #ffffff26;border-radius:20px;flex-direction:column;height:100%;min-height:300px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000004d}.ServiceCard-module__GNBwjG__card:hover{border-color:#ed180d99;transform:translateY(-8px);box-shadow:0 16px 40px #ed180d40,0 8px 24px #0006}.ServiceCard-module__GNBwjG__imageWrapper{z-index:1;width:100%;height:100%;position:absolute;inset:0}.ServiceCard-module__GNBwjG__image{object-fit:cover;transition:transform .4s}.ServiceCard-module__GNBwjG__image img,.ServiceCard-module__GNBwjG__image>span,.ServiceCard-module__GNBwjG__image>span>img{object-fit:cover!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.ServiceCard-module__GNBwjG__card:hover .ServiceCard-module__GNBwjG__image{transform:scale(1.08)}.ServiceCard-module__GNBwjG__imageWrapper:after{content:"";z-index:2;background:linear-gradient(#0003 0%,#000000b3 100%);position:absolute;inset:0}.ServiceCard-module__GNBwjG__badge{background:var(--color-white);color:var(--color-primary);font-family:var(--font-cairo);z-index:10;border-radius:25px;padding:10px 24px;font-size:14px;font-weight:500;position:absolute;bottom:20px;left:20px;box-shadow:0 4px 12px #00000026}.ServiceCard-module__GNBwjG__content{z-index:3;flex-direction:column;justify-content:flex-end;padding:28px;display:flex;position:absolute;inset:0}.ServiceCard-module__GNBwjG__title{font-family:var(--font-cairo);color:var(--color-white);margin:0 0 12px;font-size:24px;font-weight:600;line-height:1.3}.ServiceCard-module__GNBwjG__description{font-family:var(--font-cairo);color:#ffffffd9;max-width:90%;margin:0 0 16px;font-size:15px;font-weight:400;line-height:1.6}@media (max-width:1024px){.ServiceCard-module__GNBwjG__card{border-radius:16px;min-height:280px}.ServiceCard-module__GNBwjG__title{font-size:22px}.ServiceCard-module__GNBwjG__description{font-size:14px}.ServiceCard-module__GNBwjG__content{padding:24px}}@media (max-width:768px){.ServiceCard-module__GNBwjG__card{border-radius:14px;min-height:260px}.ServiceCard-module__GNBwjG__title{font-size:20px}.ServiceCard-module__GNBwjG__description{margin-bottom:12px;font-size:13px}.ServiceCard-module__GNBwjG__content{padding:20px}.ServiceCard-module__GNBwjG__badge{padding:8px 20px;font-size:13px;bottom:16px;left:16px}.ServiceCard-module__GNBwjG__arrow{width:27px;height:27px;padding:0}.ServiceCard-module__GNBwjG__arrowText{font-size:13px}.ServiceCard-module__GNBwjG__card:hover .ServiceCard-module__GNBwjG__arrow{width:93px;padding:0 10px}.ServiceCard-module__GNBwjG__card:hover .ServiceCard-module__GNBwjG__arrowText{max-width:70px}}@media (max-width:480px){.ServiceCard-module__GNBwjG__card{min-height:240px}.ServiceCard-module__GNBwjG__title{font-size:18px}.ServiceCard-module__GNBwjG__description{font-size:12px}.ServiceCard-module__GNBwjG__content{padding:18px}}
.ServicesHeader-module__n5n7Aa__header{text-align:center;margin-bottom:60px}@media (max-width:1024px){.ServicesHeader-module__n5n7Aa__header{margin-bottom:50px}}@media (max-width:768px){.ServicesHeader-module__n5n7Aa__header{margin-bottom:40px}}@media (max-width:480px){.ServicesHeader-module__n5n7Aa__header{margin-bottom:30px}}
.ServicesSection-module__Oz_9aq__section{background:var(--background-primary);padding:100px 0;position:relative}.ServicesSection-module__Oz_9aq__container{max-width:1400px;margin:0 auto;padding:0 2rem}.ServicesSection-module__Oz_9aq__grid{grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;gap:24px;display:grid}.ServicesSection-module__Oz_9aq__grid>:first-child,.ServicesSection-module__Oz_9aq__grid>:nth-child(2){grid-area:span 1/span 1}.ServicesSection-module__Oz_9aq__grid>:nth-child(3){grid-area:span 2/span 1}.ServicesSection-module__Oz_9aq__grid>:nth-child(4),.ServicesSection-module__Oz_9aq__grid>:nth-child(5),.ServicesSection-module__Oz_9aq__grid>:nth-child(6),.ServicesSection-module__Oz_9aq__grid>:nth-child(7){grid-area:span 1/span 1}@media (max-width:1200px){.ServicesSection-module__Oz_9aq__grid{grid-template-columns:repeat(2,1fr);gap:20px}.ServicesSection-module__Oz_9aq__grid>*{grid-area:span 1/span 1}}@media (max-width:1024px){.ServicesSection-module__Oz_9aq__section{padding:80px 0}}@media (max-width:768px){.ServicesSection-module__Oz_9aq__section{padding:60px 0}.ServicesSection-module__Oz_9aq__container{padding:0 1.5rem}.ServicesSection-module__Oz_9aq__grid{grid-template-rows:auto auto auto auto;grid-template-columns:repeat(2,1fr);gap:16px}.ServicesSection-module__Oz_9aq__grid>:first-child{grid-area:1/1}.ServicesSection-module__Oz_9aq__grid>:nth-child(2){grid-area:1/2}.ServicesSection-module__Oz_9aq__grid>:nth-child(3){grid-area:2/1}.ServicesSection-module__Oz_9aq__grid>:nth-child(4){grid-area:2/2}.ServicesSection-module__Oz_9aq__grid>:nth-child(5){grid-area:3/1/5}.ServicesSection-module__Oz_9aq__grid>:nth-child(6){grid-area:3/2}.ServicesSection-module__Oz_9aq__grid>:nth-child(7){grid-area:4/2}}@media (max-width:480px){.ServicesSection-module__Oz_9aq__section{padding:50px 0}.ServicesSection-module__Oz_9aq__container{padding:0 1rem}.ServicesSection-module__Oz_9aq__grid{gap:14px}}
.TrustedByHeader-module__fGgxXq__header{width:100%;margin:0 auto 40px}.TrustedByHeader-module__fGgxXq__description{font-family:var(--font-cairo);color:#fff9;text-align:center;max-width:800px;margin:20px auto 0;font-size:16px;font-weight:400;line-height:1.6}@media (max-width:1024px){.TrustedByHeader-module__fGgxXq__header{margin-bottom:35px}.TrustedByHeader-module__fGgxXq__description{font-size:15px}}@media (max-width:768px){.TrustedByHeader-module__fGgxXq__header{margin-bottom:30px;padding:0 16px}.TrustedByHeader-module__fGgxXq__description{font-size:14px}}@media (max-width:480px){.TrustedByHeader-module__fGgxXq__description{font-size:13px}}
.DiscoverButton-module__ebb32q__discoverButton{border:2px dashed var(--color-primary);width:120px;height:120px;color:var(--color-primary);cursor:pointer;font-family:var(--font-cairo);z-index:10;background-color:#0000;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:16px;font-weight:600;transition:all .3s;animation:2s infinite DiscoverButton-module__ebb32q__pulse;display:flex;position:relative;box-shadow:0 4px 20px #0000001a}.DiscoverButton-module__ebb32q__discoverButton:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:scale(1.05);box-shadow:0 6px 30px #00000026}.DiscoverButton-module__ebb32q__icon{justify-content:center;align-items:center;animation:2s infinite DiscoverButton-module__ebb32q__bounce;display:flex}@keyframes DiscoverButton-module__ebb32q__pulse{0%,to{box-shadow:0 0 #ed180d66}50%{box-shadow:0 0 0 20px #ed180d00}}@keyframes DiscoverButton-module__ebb32q__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@media (max-width:768px){.DiscoverButton-module__ebb32q__discoverButton{width:100px;height:100px;font-size:14px}}@media (max-width:480px){.DiscoverButton-module__ebb32q__discoverButton{width:90px;height:90px;font-size:12px}}
.DiscoverSection-module__cSD9nG__section{background:var(--background-section);flex-direction:column;justify-content:center;padding:1rem 0;display:flex;position:relative}.DiscoverSection-module__cSD9nG__layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin-bottom:60px;display:grid}.DiscoverSection-module__cSD9nG__videoContainer{width:100%}.DiscoverSection-module__cSD9nG__discoverWrapper{justify-content:center;align-items:center;width:100%;margin-top:40px;padding:20px 0;display:flex}.DiscoverSection-module__cSD9nG__content{flex-direction:column;display:flex}.DiscoverSection-module__cSD9nG__description{font-family:var(--font-cairo);color:var(--color-dark);max-width:600px;margin:0;font-size:18px;font-weight:400;line-height:1.8}.DiscoverSection-module__cSD9nG__preview{aspect-ratio:16/9;background:var(--color-gray);cursor:pointer;border-radius:12px;width:100%;transition:transform .3s;position:relative;overflow:hidden}.DiscoverSection-module__cSD9nG__preview:hover{transform:scale(1.02)}.DiscoverSection-module__cSD9nG__thumbnail{object-fit:cover;display:block}.DiscoverSection-module__cSD9nG__thumbnail img,.DiscoverSection-module__cSD9nG__thumbnail>span,.DiscoverSection-module__cSD9nG__thumbnail>span>img{object-fit:cover!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.DiscoverSection-module__cSD9nG__playButton{cursor:pointer;width:80px;height:80px;color:var(--color-primary);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #0000004d}.DiscoverSection-module__cSD9nG__playButton:hover{background:var(--color-white);transform:translate(-50%,-50%)scale(1.1);box-shadow:0 6px 30px #ed180d66}.DiscoverSection-module__cSD9nG__playButton:active{transform:translate(-50%,-50%)scale(.95)}.DiscoverSection-module__cSD9nG__playIcon{width:32px;height:32px;margin-left:4px}.DiscoverSection-module__cSD9nG__playButton:before{content:"";border:2px solid #ffffff80;border-radius:50%;animation:2s ease-out infinite DiscoverSection-module__cSD9nG__pulse;position:absolute;inset:0}@keyframes DiscoverSection-module__cSD9nG__pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@media (max-width:1024px){.DiscoverSection-module__cSD9nG__section{min-height:auto;padding:80px 0}.DiscoverSection-module__cSD9nG__layout{gap:60px;margin-bottom:50px}.DiscoverSection-module__cSD9nG__content{gap:25px}.DiscoverSection-module__cSD9nG__description{font-size:16px}.DiscoverSection-module__cSD9nG__discoverWrapper{margin-top:30px}}@media (max-width:768px){.DiscoverSection-module__cSD9nG__section{min-height:auto;padding:60px 0}.DiscoverSection-module__cSD9nG__layout{grid-template-columns:1fr;gap:2rem;margin-bottom:40px}.DiscoverSection-module__cSD9nG__content{gap:20px}.DiscoverSection-module__cSD9nG__description{font-size:15px;line-height:1.7}.DiscoverSection-module__cSD9nG__playButton{width:60px;height:60px}.DiscoverSection-module__cSD9nG__playIcon{width:24px;height:24px}.DiscoverSection-module__cSD9nG__discoverWrapper{margin-top:20px}}@media (max-width:480px){.DiscoverSection-module__cSD9nG__section{min-height:auto;padding:50px 0}.DiscoverSection-module__cSD9nG__layout{gap:1.5rem;margin-bottom:30px}.DiscoverSection-module__cSD9nG__content{gap:18px}.DiscoverSection-module__cSD9nG__description{font-size:14px}.DiscoverSection-module__cSD9nG__playButton{width:50px;height:50px}.DiscoverSection-module__cSD9nG__playIcon{width:20px;height:20px}.DiscoverSection-module__cSD9nG__discoverWrapper{margin-top:15px;padding:15px 0}}
.FilterBar-module__FTKASG__filterBar{justify-content:center;align-items:center;width:754px;height:125px;display:flex;position:relative;overflow:hidden}.FilterBar-module__FTKASG__filterContainer{-webkit-user-select:none;user-select:none;flex-wrap:nowrap;justify-content:left;align-items:center;gap:12px;width:100%;display:flex}.FilterBar-module__FTKASG__filterButton{width:auto;min-width:80px;height:53px;color:var(--color-gray);cursor:pointer;letter-spacing:.5px;text-transform:capitalize;white-space:nowrap;background-color:#0000;border:1px solid #0000;border-radius:37px;justify-content:center;align-items:center;padding:0 20px;font-size:16px;font-weight:400;transition:all .3s;display:flex}.FilterBar-module__FTKASG__filterButton:hover{color:var(--color-white);border-color:var(--color-gray)}.FilterBar-module__FTKASG__filterButton.FilterBar-module__FTKASG__active{border:2px dashed var(--color-primary);color:var(--color-white);background-color:#0000}@media (max-width:768px){.FilterBar-module__FTKASG__filterBar{width:100%;height:auto;padding:20px 0;position:relative}.FilterBar-module__FTKASG__filterContainer{-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;cursor:grab;flex-wrap:nowrap;justify-content:flex-start;gap:12px;padding:0;overflow:auto hidden}.FilterBar-module__FTKASG__filterContainer:active{cursor:grabbing}.FilterBar-module__FTKASG__filterButton{scroll-snap-align:center;flex-shrink:0;min-width:120px;height:48px;padding:0 18px;font-size:14px}}@media (max-width:480px){.FilterBar-module__FTKASG__filterBar{padding:16px 0}.FilterBar-module__FTKASG__filterContainer{justify-content:flex-start;gap:10px;padding:0}.FilterBar-module__FTKASG__filterButton{scroll-snap-align:center;border-radius:30px;min-width:100px;height:42px;padding:0 16px;font-size:13px}}@media (max-width:768px) and (orientation:landscape){.FilterBar-module__FTKASG__filterBar{padding:12px 0}.FilterBar-module__FTKASG__filterContainer{gap:10px;padding:0}.FilterBar-module__FTKASG__filterButton{border-radius:30px;min-width:100px;height:40px;padding:0 16px;font-size:13px}}
.LogoGrid-module__4INlIq__wrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 40px;position:relative}.LogoGrid-module__4INlIq__container{justify-content:center;align-items:center;width:100%;display:flex}.LogoGrid-module__4INlIq__grid{flex-direction:column;gap:24px;width:100%;max-width:900px;margin:0 auto;transition:opacity .5s,transform .5s;display:flex}.LogoGrid-module__4INlIq__grid.LogoGrid-module__4INlIq__transitioning{opacity:0;transform:scale(.98)}.LogoGrid-module__4INlIq__row{flex-wrap:nowrap;justify-content:center;align-items:center;gap:32px;display:flex}.LogoGrid-module__4INlIq__logoWrapper{justify-content:center;align-items:center;display:flex}.LogoGrid-module__4INlIq__logoCircle{background:var(--color-white);border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;transition:all .3s;display:flex;position:relative;overflow:hidden}.LogoGrid-module__4INlIq__logo{object-fit:cover;width:100%;height:100%;padding:0;transition:transform .3s}.LogoGrid-module__4INlIq__navigation{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;right:40px}@media (max-width:1024px){.LogoGrid-module__4INlIq__wrapper{padding:0 30px}.LogoGrid-module__4INlIq__grid{gap:20px;max-width:750px}.LogoGrid-module__4INlIq__row{gap:26px}.LogoGrid-module__4INlIq__logoCircle{width:90px;height:90px}.LogoGrid-module__4INlIq__logo{padding:0}.LogoGrid-module__4INlIq__navigation{right:30px}}@media (max-width:768px){.LogoGrid-module__4INlIq__wrapper{padding:0 16px}.LogoGrid-module__4INlIq__grid{gap:16px}.LogoGrid-module__4INlIq__row{flex-wrap:nowrap;gap:20px}.LogoGrid-module__4INlIq__logoCircle{width:75px;height:75px}.LogoGrid-module__4INlIq__logo{padding:0}.LogoGrid-module__4INlIq__navigation{gap:10px;right:16px}}@media (max-width:480px){.LogoGrid-module__4INlIq__wrapper{padding:0 8px}.LogoGrid-module__4INlIq__grid{gap:12px}.LogoGrid-module__4INlIq__row{flex-wrap:nowrap;gap:12px}.LogoGrid-module__4INlIq__logoCircle{width:55px;height:55px}.LogoGrid-module__4INlIq__logo{padding:0}.LogoGrid-module__4INlIq__navigation{right:8px}}
.PageHeader-module__lrHdoq__sectionOne{z-index:1;border-radius:0 0 16px 16px;flex-direction:row;justify-content:center;align-items:center;width:100%;height:45vh;padding:20px 40px;display:flex;position:relative;overflow:hidden}.PageHeader-module__lrHdoq__backgroundImage{z-index:0;object-fit:cover;object-position:center}.PageHeader-module__lrHdoq__imageOverlay{z-index:1;background:linear-gradient(#00000080,#00000080);position:absolute;inset:0}.PageHeader-module__lrHdoq__contentWrapper{z-index:2;justify-content:center;align-items:center;gap:3rem;width:100%;max-width:1400px;height:100%;display:flex;position:relative}.PageHeader-module__lrHdoq__headerContent{text-align:center;flex:1;align-self:flex-end;max-width:800px;margin-bottom:0}.PageHeader-module__lrHdoq__title{font-family:var(--font-cairo);color:var(--color-white);text-transform:capitalize;margin:0 0 20px;font-size:60px;font-weight:400;line-height:1.2}.PageHeader-module__lrHdoq__description{font-family:var(--font-cairo);color:#ffffffb3;max-width:600px;margin:0 auto;font-size:18px;font-weight:300;line-height:1.6}.PageHeader-module__lrHdoq__sectionTwo{background-color:var(--color-white);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:auto;padding:24px 40px 60px;display:flex;position:relative}.PageHeader-module__lrHdoq__sectionTwo.PageHeader-module__lrHdoq__fullHeight{justify-content:center;height:55vh;min-height:400px;padding:40px 40px 80px}.PageHeader-module__lrHdoq__secondDescription{font-family:var(--font-cairo);color:var(--color-dark);text-align:center;max-width:700px;margin:0 auto;font-size:18px;font-weight:400;line-height:1.8}.PageHeader-module__lrHdoq__discoverWrapper{z-index:10;justify-content:center;align-items:center;margin-top:24px;display:flex;position:static}.PageHeader-module__lrHdoq__contentGrid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:100%;max-width:1400px;display:grid}.PageHeader-module__lrHdoq__textContent{justify-content:center;align-items:center;display:flex}.PageHeader-module__lrHdoq__textContent .PageHeader-module__lrHdoq__secondDescription{margin:0}.PageHeader-module__lrHdoq__videoContent{justify-content:center;align-items:center;display:flex}.PageHeader-module__lrHdoq__videoPreview{aspect-ratio:16/9;cursor:pointer;border-radius:12px;width:100%;max-width:600px;transition:transform .3s;position:relative;overflow:hidden}.PageHeader-module__lrHdoq__videoPreview:hover{transform:scale(1.02)}.PageHeader-module__lrHdoq__videoThumbnail{object-fit:cover}.PageHeader-module__lrHdoq__playButton{cursor:pointer;z-index:2;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PageHeader-module__lrHdoq__playButton:hover{background:var(--color-white);transform:translate(-50%,-50%)scale(1.1)}.PageHeader-module__lrHdoq__playIcon{width:32px;height:32px;color:var(--color-dark);margin-left:4px}.PageHeader-module__lrHdoq__description{font-family:var(--font-cairo);max-width:300px;color:var(--color-white);margin-top:1.5rem;font-size:18px;font-weight:400;line-height:1.8}@media (max-width:1024px){.PageHeader-module__lrHdoq__title{font-size:48px}.PageHeader-module__lrHdoq__description,.PageHeader-module__lrHdoq__secondDescription{font-size:16px}.PageHeader-module__lrHdoq__discoverWrapper{bottom:30px}}@media (max-width:768px){.PageHeader-module__lrHdoq__sectionOne{height:40vh;padding:16px 20px}.PageHeader-module__lrHdoq__sectionTwo{height:auto;padding:20px 29px 40px}.PageHeader-module__lrHdoq__sectionTwo.PageHeader-module__lrHdoq__fullHeight{min-height:350px;padding:32px 20px 60px}.PageHeader-module__lrHdoq__contentGrid{grid-template-columns:1fr;gap:2rem;padding:0 2rem}.PageHeader-module__lrHdoq__title{font-size:36px}.PageHeader-module__lrHdoq__description,.PageHeader-module__lrHdoq__secondDescription{font-size:15px}.PageHeader-module__lrHdoq__discoverWrapper{margin-top:20px}}@media (max-width:480px){.PageHeader-module__lrHdoq__title{font-size:28px}.PageHeader-module__lrHdoq__description,.PageHeader-module__lrHdoq__secondDescription{font-size:14px}.PageHeader-module__lrHdoq__discoverWrapper{margin-top:16px}.PageHeader-module__lrHdoq__sectionTwo.PageHeader-module__lrHdoq__fullHeight{min-height:300px;padding:24px 16px 50px}}
.TrustedBySection-module__BwNqcG__section{background:var(--color-dark);width:100%;padding:80px 0 100px;overflow:hidden}@media (max-width:1024px){.TrustedBySection-module__BwNqcG__section{padding:60px 0}}@media (max-width:768px){.TrustedBySection-module__BwNqcG__section{padding:50px 0}}@media (max-width:480px){.TrustedBySection-module__BwNqcG__section{padding:40px 0}}
.ProjectCard-module__T7biMG__projectCard{cursor:pointer;background-color:#0000000d;border-radius:8px;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.ProjectCard-module__T7biMG__projectCard:hover{transform:translateY(-8px);box-shadow:0 16px 32px #0003,0 0 0 2px #ed180d4d}.ProjectCard-module__T7biMG__imageWrapper{background-color:#0000001a;border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.ProjectCard-module__T7biMG__projectImage{object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.ProjectCard-module__T7biMG__projectImage img,.ProjectCard-module__T7biMG__projectImage>span,.ProjectCard-module__T7biMG__projectImage>span>img{object-fit:cover!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.ProjectCard-module__T7biMG__projectCard:hover .ProjectCard-module__T7biMG__projectImage{transform:scale(1.1)}.ProjectCard-module__T7biMG__projectImagePlaceholder{color:#ffffff80;width:100%;height:100%;font-family:var(--font-cairo);background:linear-gradient(135deg,#ffffff0d 0%,#ffffff1a 100%);justify-content:center;align-items:center;font-size:14px;font-weight:300;display:flex}.ProjectCard-module__T7biMG__imageOverlay{opacity:1;z-index:2;pointer-events:auto;background:linear-gradient(#0000 40%,#0006 70%,#000000d9 100%);justify-content:flex-start;align-items:flex-end;padding:24px;transition:background .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0}.ProjectCard-module__T7biMG__projectCard:hover .ProjectCard-module__T7biMG__imageOverlay{background:linear-gradient(#0000 0%,#0000004d 30%,#0009 60%,#000000e6 100%)}.ProjectCard-module__T7biMG__overlayContent{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;width:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(0)}.ProjectCard-module__T7biMG__projectCard:hover .ProjectCard-module__T7biMG__overlayContent{transform:translateY(-4px)}.ProjectCard-module__T7biMG__projectTitle{font-family:var(--font-cairo);color:var(--color-white);letter-spacing:-.02em;text-shadow:0 2px 8px #0009;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin:0;font-size:22px;font-weight:600;line-height:1.3;overflow:hidden}.ProjectCard-module__T7biMG__discoverButtonWrapper{opacity:1;pointer-events:auto;flex-shrink:0;transition:opacity .2s,transform .2s;transform:translate(0)}@media (max-width:768px){.ProjectCard-module__T7biMG__projectCard{border-radius:6px}.ProjectCard-module__T7biMG__projectCard:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026,0 0 0 2px #ed180d33}.ProjectCard-module__T7biMG__imageOverlay{padding:16px}.ProjectCard-module__T7biMG__overlayContent{gap:10px}.ProjectCard-module__T7biMG__projectTitle{font-size:18px}}@media (max-width:480px){.ProjectCard-module__T7biMG__imageOverlay{padding:14px}.ProjectCard-module__T7biMG__overlayContent{gap:10px}.ProjectCard-module__T7biMG__projectTitle{font-size:16px}}
.ImageOverlay-module__GAXhfq__overlay{z-index:9999;opacity:0;pointer-events:none;background:#000000f2;justify-content:center;align-items:center;padding:2rem;transition:opacity .3s;display:flex;position:fixed;inset:0}.ImageOverlay-module__GAXhfq__overlay.ImageOverlay-module__GAXhfq__open{opacity:1;pointer-events:auto;animation:.3s ease-in-out ImageOverlay-module__GAXhfq__fadeIn}@keyframes ImageOverlay-module__GAXhfq__fadeIn{0%{opacity:0}to{opacity:1}}.ImageOverlay-module__GAXhfq__backdrop{cursor:pointer;position:absolute;inset:0}.ImageOverlay-module__GAXhfq__content{width:100%;max-width:1200px;animation:.4s ease-out ImageOverlay-module__GAXhfq__slideUp;position:relative}@keyframes ImageOverlay-module__GAXhfq__slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.ImageOverlay-module__GAXhfq__actions{z-index:20;align-items:center;gap:8px;display:inline-flex;position:absolute;top:-50px;right:0}.ImageOverlay-module__GAXhfq__closeButton,.ImageOverlay-module__GAXhfq__shareButton{color:var(--color-white);cursor:pointer;background:0 0;border:none;padding:.5rem;transition:all .3s}.ImageOverlay-module__GAXhfq__closeButton:hover{color:var(--color-primary);transform:rotate(90deg)}.ImageOverlay-module__GAXhfq__shareButton:hover{color:var(--color-primary)}.ImageOverlay-module__GAXhfq__shareButton{transform-origin:50%;animation:1.8s ease-in-out infinite ImageOverlay-module__GAXhfq__beat}@keyframes ImageOverlay-module__GAXhfq__beat{0%,to{transform:scale(1)}30%{transform:scale(1.04)}60%{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.ImageOverlay-module__GAXhfq__shareButton{animation:none}}.ImageOverlay-module__GAXhfq__copiedMessage{color:var(--color-white);background:#0006;border:1px solid #fff3;border-radius:999px;padding:4px 8px;font-size:12px}.ImageOverlay-module__GAXhfq__navButton{width:56px;height:56px;color:var(--color-white);cursor:pointer;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageOverlay-module__GAXhfq__navButton:hover{background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-50%)scale(1.1)}.ImageOverlay-module__GAXhfq__prevButton{left:10px}.ImageOverlay-module__GAXhfq__nextButton{right:10px}.ImageOverlay-module__GAXhfq__imageWrapper{touch-action:pan-y;cursor:grab;border-radius:8px;width:100%;height:0;padding-bottom:56.25%;transition:background-color .3s;position:relative;overflow:hidden}.ImageOverlay-module__GAXhfq__image{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;object-fit:contain!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}@media (max-width:1024px){.ImageOverlay-module__GAXhfq__overlay{padding:1.5rem}.ImageOverlay-module__GAXhfq__actions{top:-45px}.ImageOverlay-module__GAXhfq__navButton{width:48px;height:48px}.ImageOverlay-module__GAXhfq__prevButton{left:8px}.ImageOverlay-module__GAXhfq__nextButton{right:8px}}@media (max-width:768px){.ImageOverlay-module__GAXhfq__overlay{padding:1rem}.ImageOverlay-module__GAXhfq__actions{top:-40px;right:-10px}.ImageOverlay-module__GAXhfq__closeButton svg,.ImageOverlay-module__GAXhfq__shareButton svg{width:28px;height:28px}.ImageOverlay-module__GAXhfq__navButton{width:44px;height:44px}.ImageOverlay-module__GAXhfq__navButton svg{width:24px;height:24px}.ImageOverlay-module__GAXhfq__prevButton{left:5px}.ImageOverlay-module__GAXhfq__nextButton{right:5px}}@media (max-width:480px){.ImageOverlay-module__GAXhfq__overlay{padding:.5rem}.ImageOverlay-module__GAXhfq__actions{top:-35px}.ImageOverlay-module__GAXhfq__navButton{width:40px;height:40px}.ImageOverlay-module__GAXhfq__navButton svg{width:20px;height:20px}.ImageOverlay-module__GAXhfq__prevButton{left:3px}.ImageOverlay-module__GAXhfq__nextButton{right:3px}}
.ProjectOverlay-module__ALwqzq__overlay{z-index:1000;opacity:0;pointer-events:none;background-color:#000c;justify-content:center;align-items:flex-end;transition:opacity .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0;overflow:hidden}.ProjectOverlay-module__ALwqzq__overlay.ProjectOverlay-module__ALwqzq__open{opacity:1;pointer-events:auto;overflow:hidden}.ProjectOverlay-module__ALwqzq__content{background-color:var(--color-white);border-radius:40px 40px 0 0;width:95%;max-width:95vw;max-height:85vh;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateY(100%)}.ProjectOverlay-module__ALwqzq__overlay.ProjectOverlay-module__ALwqzq__open .ProjectOverlay-module__ALwqzq__content{transform:translateY(0)}.ProjectOverlay-module__ALwqzq__content.ProjectOverlay-module__ALwqzq__expanded{border-radius:0;width:100%;max-width:100vw;max-height:100vh;transition:all .5s cubic-bezier(.4,0,.2,1)}.ProjectOverlay-module__ALwqzq__scrollArea{max-height:inherit;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;height:100%;padding:0 16px 24px;overflow:hidden auto}.ProjectOverlay-module__ALwqzq__closeButton{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:40px;height:40px;color:var(--color-black);z-index:1002;cursor:pointer;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;margin-left:auto;transition:all .3s;display:flex;position:sticky;top:20px;right:20px;box-shadow:0 4px 12px #0000001a}.ProjectOverlay-module__ALwqzq__closeButton:hover{color:var(--color-primary)}.ProjectOverlay-module__ALwqzq__titleBar{align-items:center;gap:12px;margin-bottom:12px;display:flex}.ProjectOverlay-module__ALwqzq__developerLogo{background-color:#d1d5db;border-radius:50%;flex-shrink:0;width:60px;height:60px;position:relative;overflow:hidden}.ProjectOverlay-module__ALwqzq__logoImage{object-fit:cover}.ProjectOverlay-module__ALwqzq__logoPlaceholder{background-color:#e5e7eb;width:100%;height:100%}.ProjectOverlay-module__ALwqzq__projectTitle{color:var(--color-black);flex:1;margin:0;font-size:16px;font-weight:600;line-height:1.3}.ProjectOverlay-module__ALwqzq__shareButton{color:#ef4444;cursor:pointer;background:0 0;border:1px dashed #ef4444;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:0;margin-left:auto;transition:all .3s;display:flex}.ProjectOverlay-module__ALwqzq__shareButton:hover{color:#fff;background:#ef4444}.ProjectOverlay-module__ALwqzq__copiedMessage{color:#ef4444;margin-top:2rem;font-size:12px;font-weight:600;animation:2s forwards ProjectOverlay-module__ALwqzq__fadeOutCopied}@keyframes ProjectOverlay-module__ALwqzq__fadeOutCopied{0%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:0;transform:translateY(-4px)}}.ProjectOverlay-module__ALwqzq__mainMedia{background-color:#d1d5db;border-radius:8px;width:100%;height:360px;margin-bottom:16px;position:relative;overflow:hidden}.ProjectOverlay-module__ALwqzq__videoWrapper,.ProjectOverlay-module__ALwqzq__image{object-fit:cover;width:100%;height:100%}.ProjectOverlay-module__ALwqzq__thumbnail{object-fit:cover}.ProjectOverlay-module__ALwqzq__thumbnailWrapper{width:100%;height:100%;position:absolute;inset:0}.ProjectOverlay-module__ALwqzq__thumbnail img,.ProjectOverlay-module__ALwqzq__thumbnail>span,.ProjectOverlay-module__ALwqzq__thumbnail>span>img{object-fit:cover!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.ProjectOverlay-module__ALwqzq__videoWrapper{cursor:pointer;width:100%;height:100%;position:relative}.ProjectOverlay-module__ALwqzq__description{text-align:center;width:100%;margin:0 auto 40px}.ProjectOverlay-module__ALwqzq__description p{color:#666;margin:0;padding:0 20px;font-size:14px;line-height:1.6}.ProjectOverlay-module__ALwqzq__developerSection{justify-content:space-between;align-items:flex-start;gap:32px;margin-top:48px;padding:0;display:flex}.ProjectOverlay-module__ALwqzq__developerSection.ProjectOverlay-module__ALwqzq__light{color:var(--color-black)}.ProjectOverlay-module__ALwqzq__developerSection.ProjectOverlay-module__ALwqzq__dark{color:var(--color-white)}.ProjectOverlay-module__ALwqzq__developerLeft{flex-direction:column;gap:0;padding-top:0;display:flex}.ProjectOverlay-module__ALwqzq__developerLeftText{opacity:.75;max-width:95%;margin:16px 0 32px;font-size:15px;line-height:1.8}.ProjectOverlay-module__ALwqzq__developerSection.ProjectOverlay-module__ALwqzq__light .ProjectOverlay-module__ALwqzq__developerLeftText{color:var(--color-black)}.ProjectOverlay-module__ALwqzq__developerSection.ProjectOverlay-module__ALwqzq__dark .ProjectOverlay-module__ALwqzq__developerLeftText{color:var(--color-white)}.ProjectOverlay-module__ALwqzq__contactsSection{opacity:1;margin-top:0;display:block}.ProjectOverlay-module__ALwqzq__developerSection.ProjectOverlay-module__ALwqzq__dark .ProjectOverlay-module__ALwqzq__contactsSection{opacity:1}.ProjectOverlay-module__ALwqzq__contactsTitle{opacity:1;letter-spacing:-.01em;margin:0 0 16px;font-size:18px;font-weight:500}.ProjectOverlay-module__ALwqzq__developerSection.ProjectOverlay-module__ALwqzq__light .ProjectOverlay-module__ALwqzq__contactsTitle{color:var(--color-black)}.ProjectOverlay-module__ALwqzq__developerSection.ProjectOverlay-module__ALwqzq__dark .ProjectOverlay-module__ALwqzq__contactsTitle{color:var(--color-white)}.ProjectOverlay-module__ALwqzq__developerRight{flex-direction:column;align-items:flex-start;gap:0;display:flex;position:relative}.ProjectOverlay-module__ALwqzq__developerAvatarLarge{z-index:10;background:linear-gradient(135deg,#e5e7eb 0%,#f3f4f6 100%);border:3px solid #fff;border-radius:50%;width:80px;height:80px;position:absolute;top:-30px;left:20px;overflow:hidden;box-shadow:0 8px 24px #00000014,0 2px 8px #0000000a}.ProjectOverlay-module__ALwqzq__avatarImage{object-fit:cover}.ProjectOverlay-module__ALwqzq__avatarWrapper{width:100%;height:100%;position:absolute;inset:0}.ProjectOverlay-module__ALwqzq__avatarPlaceholder{background:linear-gradient(135deg,#e5e7eb 0%,#f3f4f6 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProjectOverlay-module__ALwqzq__developerCard{background:#f8fafc;border-radius:15px;width:100%;max-width:788px;min-height:220px;margin-top:16px;padding:16px 20px 56px;position:relative;overflow:visible;box-shadow:0 4px 12px #0000001a}.ProjectOverlay-module__ALwqzq__developerCardText{color:#475569;opacity:1;margin-bottom:0;padding-top:40px;padding-left:0;font-size:14px;font-weight:400;line-height:1.6}.ProjectOverlay-module__ALwqzq__developerFooter{justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:20px;left:20px;right:20px}.ProjectOverlay-module__ALwqzq__developerBy{color:var(--color-black);opacity:.9;font-size:14px;font-weight:600}.ProjectOverlay-module__ALwqzq__rating{align-items:center;gap:8px;display:flex}.ProjectOverlay-module__ALwqzq__ratingValue{color:#fbbf24;margin-left:4px;font-size:14px;font-weight:600}@media (max-width:480px){.ProjectOverlay-module__ALwqzq__scrollArea{padding:0 12px 20px}.ProjectOverlay-module__ALwqzq__titleBar{gap:8px;margin-bottom:12px}.ProjectOverlay-module__ALwqzq__developerLogo{width:45px;height:45px}.ProjectOverlay-module__ALwqzq__projectTitle{font-size:14px}.ProjectOverlay-module__ALwqzq__shareButton{width:34px;height:34px}.ProjectOverlay-module__ALwqzq__mainMedia{height:280px;margin-bottom:16px}.ProjectOverlay-module__ALwqzq__description{margin-bottom:24px}.ProjectOverlay-module__ALwqzq__description p{padding:0 8px;font-size:13px}.ProjectOverlay-module__ALwqzq__developerSection{flex-direction:column;gap:24px;margin-top:40px;padding:0 4px;display:flex}.ProjectOverlay-module__ALwqzq__developerLeft{order:1;width:100%}.ProjectOverlay-module__ALwqzq__developerRight{order:2;width:100%}.ProjectOverlay-module__ALwqzq__developerLeftText{max-width:100%;margin:16px 0 24px;padding:0 4px;font-size:14px;line-height:1.7}.ProjectOverlay-module__ALwqzq__contactsSection{padding:0 4px}.ProjectOverlay-module__ALwqzq__contactsTitle{margin-bottom:14px;font-size:16px}.ProjectOverlay-module__ALwqzq__developerAvatarLarge{border-width:4px;width:70px;height:70px;top:-24px;left:16px}.ProjectOverlay-module__ALwqzq__developerCard{border-radius:12px;min-height:200px;margin-top:16px;padding:16px 16px 54px}.ProjectOverlay-module__ALwqzq__developerCardText{padding-top:42px;padding-left:0;padding-right:0;font-size:13px;line-height:1.6}.ProjectOverlay-module__ALwqzq__developerFooter{flex-wrap:wrap;gap:8px;bottom:14px;left:14px;right:14px}.ProjectOverlay-module__ALwqzq__developerBy{flex:auto;font-size:12px}.ProjectOverlay-module__ALwqzq__rating{gap:4px}.ProjectOverlay-module__ALwqzq__ratingValue{font-size:12px}.ProjectOverlay-module__ALwqzq__ratingValue .ProjectOverlay-module__ALwqzq__rating svg{width:14px;height:14px}@media (max-width:767px) and (orientation:landscape){.ProjectOverlay-module__ALwqzq__scrollArea{padding:0 16px 24px}.ProjectOverlay-module__ALwqzq__content{max-height:95vh}.ProjectOverlay-module__ALwqzq__closeButton{width:34px;height:34px;top:8px;right:8px}.ProjectOverlay-module__ALwqzq__titleBar{gap:8px;margin-bottom:12px}.ProjectOverlay-module__ALwqzq__developerLogo{width:45px;height:45px}.ProjectOverlay-module__ALwqzq__projectTitle{font-size:14px}.ProjectOverlay-module__ALwqzq__shareButton{width:34px;height:34px}.ProjectOverlay-module__ALwqzq__mainMedia{height:360px}.ProjectOverlay-module__ALwqzq__description{margin-bottom:20px}.ProjectOverlay-module__ALwqzq__description p{padding:0 8px;font-size:12px}.ProjectOverlay-module__ALwqzq__developerSection{grid-template-columns:1fr 1.2fr;gap:24px;display:grid}.ProjectOverlay-module__ALwqzq__developerLeft{padding-top:0}.ProjectOverlay-module__ALwqzq__developerLeftText{margin:12px 0 16px;font-size:12px;line-height:1.5}.ProjectOverlay-module__ALwqzq__contactsSection{margin-top:0}.ProjectOverlay-module__ALwqzq__contactsTitle{margin-bottom:12px;font-size:14px}.ProjectOverlay-module__ALwqzq__developerRight{top:0}.ProjectOverlay-module__ALwqzq__developerAvatarLarge{width:60px;height:60px;top:-20px;left:12px}.ProjectOverlay-module__ALwqzq__developerCard{min-height:160px;margin-top:12px;padding:12px 12px 40px}.ProjectOverlay-module__ALwqzq__developerCardText{padding-top:25px;padding-left:0;font-size:12px;line-height:1.4}.ProjectOverlay-module__ALwqzq__developerFooter{bottom:12px;left:12px;right:12px}.ProjectOverlay-module__ALwqzq__developerBy{font-size:11px}.ProjectOverlay-module__ALwqzq__rating{gap:4px}.ProjectOverlay-module__ALwqzq__rating svg{width:12px;height:12px}}@media (min-width:768px){.ProjectOverlay-module__ALwqzq__scrollArea{padding:0 24px 32px}.ProjectOverlay-module__ALwqzq__description p{font-size:15px}.ProjectOverlay-module__ALwqzq__mainMedia{height:480px}.ProjectOverlay-module__ALwqzq__developerSection{grid-template-columns:1fr 1.3fr;gap:36px;display:grid}.ProjectOverlay-module__ALwqzq__developerLogo{width:80px;height:80px}.ProjectOverlay-module__ALwqzq__projectTitle{font-size:18px}.ProjectOverlay-module__ALwqzq__shareButton{width:44px;height:44px}.ProjectOverlay-module__ALwqzq__developerLeftText{margin:16px 0 28px;font-size:15px}.ProjectOverlay-module__ALwqzq__contactsTitle{margin-bottom:16px;font-size:17px}.ProjectOverlay-module__ALwqzq__developerRight{top:0}.ProjectOverlay-module__ALwqzq__developerCard{max-width:500px;min-height:240px;margin-top:16px;padding:16px 16px 50px}.ProjectOverlay-module__ALwqzq__developerAvatarLarge{width:110px;height:110px;top:-30px;left:20px}.ProjectOverlay-module__ALwqzq__developerCardText{padding-top:40px;padding-left:60px;font-size:14px}.ProjectOverlay-module__ALwqzq__developerFooter{bottom:20px;left:24px;right:24px}.ProjectOverlay-module__ALwqzq__developerBy{font-size:13px}}@media (min-width:1024px){.ProjectOverlay-module__ALwqzq__scrollArea{padding:0 40px 40px}.ProjectOverlay-module__ALwqzq__mainMedia{height:640px;margin-bottom:32px}.ProjectOverlay-module__ALwqzq__description{margin-bottom:40px}.ProjectOverlay-module__ALwqzq__developerSection{justify-content:space-between;align-items:flex-start;gap:48px;display:flex}.ProjectOverlay-module__ALwqzq__developerLeftText{max-width:85%;margin:16px 0 32px;font-size:16px;line-height:1.8}.ProjectOverlay-module__ALwqzq__contactsTitle{margin-bottom:20px;font-size:19px}.ProjectOverlay-module__ALwqzq__developerRight{align-items:flex-start;gap:0;padding:1rem 0;top:200px}.ProjectOverlay-module__ALwqzq__developerAvatarLarge{width:115px;height:115px;top:-32px;left:32px}.ProjectOverlay-module__ALwqzq__developerCard{border-radius:10px;width:650px;min-height:260px;margin-top:16px;padding:48px 32px 32px}.ProjectOverlay-module__ALwqzq__developerCardText{margin-bottom:32px;padding-top:36px;padding-left:0;font-size:16px;line-height:1.8}.ProjectOverlay-module__ALwqzq__developerBy{font-size:14px}.ProjectOverlay-module__ALwqzq__rating{gap:7px}.ProjectOverlay-module__ALwqzq__titleBar{gap:16px}.ProjectOverlay-module__ALwqzq__developerLogo{width:91px;height:91px}.ProjectOverlay-module__ALwqzq__projectTitle{font-size:20px}.ProjectOverlay-module__ALwqzq__shareButton{width:48px;height:47px}.ProjectOverlay-module__ALwqzq__description p{font-size:16px}}}
.SocialMedia-module__hp5Q8G__socialMedia{align-items:center;gap:24px;display:flex}.SocialMedia-module__hp5Q8G__socialLink{color:currentColor;justify-content:center;align-items:center;transition:all .3s;display:flex}.SocialMedia-module__hp5Q8G__socialLink:hover{color:var(--color-primary);transform:translateY(-2px)}.SocialMedia-module__hp5Q8G__light{color:var(--color-black)}.SocialMedia-module__hp5Q8G__dark{color:var(--color-white)}.SocialMedia-module__hp5Q8G__light .SocialMedia-module__hp5Q8G__socialLink{color:var(--color-black);opacity:.8}.SocialMedia-module__hp5Q8G__dark .SocialMedia-module__hp5Q8G__socialLink{color:var(--color-white);opacity:.9}.SocialMedia-module__hp5Q8G__light .SocialMedia-module__hp5Q8G__socialLink:hover,.SocialMedia-module__hp5Q8G__dark .SocialMedia-module__hp5Q8G__socialLink:hover{color:var(--color-primary);opacity:1}.SocialMedia-module__hp5Q8G__default{gap:24px}.SocialMedia-module__hp5Q8G__footer{justify-content:center;gap:20px}.SocialMedia-module__hp5Q8G__footer .SocialMedia-module__hp5Q8G__socialLink{opacity:.7}.SocialMedia-module__hp5Q8G__footer .SocialMedia-module__hp5Q8G__socialLink:hover{opacity:1}.SocialMedia-module__hp5Q8G__navigation{gap:24px}@media (max-width:768px){.SocialMedia-module__hp5Q8G__socialMedia{gap:20px}.SocialMedia-module__hp5Q8G__footer{gap:16px}}
.VerticalLineDynamic-module__I0m5ga__container{align-items:center;gap:.8rem;display:flex}.VerticalLineDynamic-module__I0m5ga__vertical{flex-direction:column;height:160px}.VerticalLineDynamic-module__I0m5ga__horizontal{flex-direction:row;width:auto}.VerticalLineDynamic-module__I0m5ga__line{opacity:.5;cursor:pointer;background:#ffffff4d;border:none;border-radius:1px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.VerticalLineDynamic-module__I0m5ga__light .VerticalLineDynamic-module__I0m5ga__line{opacity:.6;background:#0006}.VerticalLineDynamic-module__I0m5ga__dark .VerticalLineDynamic-module__I0m5ga__line{background:#ffffff4d}.VerticalLineDynamic-module__I0m5ga__vertical .VerticalLineDynamic-module__I0m5ga__line{width:1px;height:25px}.VerticalLineDynamic-module__I0m5ga__horizontal .VerticalLineDynamic-module__I0m5ga__line{width:25px;height:1px}.VerticalLineDynamic-module__I0m5ga__line:hover{opacity:.8;background:#ed180db3}.VerticalLineDynamic-module__I0m5ga__light .VerticalLineDynamic-module__I0m5ga__line:hover{opacity:1;background:#ed180de6}.VerticalLineDynamic-module__I0m5ga__dark .VerticalLineDynamic-module__I0m5ga__line:hover{background:#ed180db3}.VerticalLineDynamic-module__I0m5ga__vertical .VerticalLineDynamic-module__I0m5ga__line:hover{height:40px;transform:scaleX(1.5)}.VerticalLineDynamic-module__I0m5ga__horizontal .VerticalLineDynamic-module__I0m5ga__line:hover{width:40px;transform:scaleY(1.5)}.VerticalLineDynamic-module__I0m5ga__line.VerticalLineDynamic-module__I0m5ga__active{background:var(--color-primary);opacity:1;box-shadow:0 0 10px #ed180d80}.VerticalLineDynamic-module__I0m5ga__light .VerticalLineDynamic-module__I0m5ga__line.VerticalLineDynamic-module__I0m5ga__active{background:var(--color-primary);opacity:1;box-shadow:0 0 8px #ed180d66}.VerticalLineDynamic-module__I0m5ga__dark .VerticalLineDynamic-module__I0m5ga__line.VerticalLineDynamic-module__I0m5ga__active{background:var(--color-primary);opacity:1;box-shadow:0 0 10px #ed180d80}.VerticalLineDynamic-module__I0m5ga__vertical .VerticalLineDynamic-module__I0m5ga__line.VerticalLineDynamic-module__I0m5ga__active{height:40px;transform:scaleX(2)}.VerticalLineDynamic-module__I0m5ga__horizontal .VerticalLineDynamic-module__I0m5ga__line.VerticalLineDynamic-module__I0m5ga__active{width:40px;transform:scaleY(2)}
.AboutPageClient-module__yFTMca__aboutPage{min-height:100vh;color:var(--color-white);display:flex;overflow-x:hidden}.AboutPageClient-module__yFTMca__main{flex-direction:column;flex:1;gap:2rem;width:calc(100% - 250px);margin-left:250px;padding:2rem;display:flex}.AboutPageClient-module__yFTMca__sectionTitle{text-align:left;width:100%;color:var(--color-white);font-size:1.25rem;font-weight:600}.AboutPageClient-module__yFTMca__storySection,.AboutPageClient-module__yFTMca__foundersSection{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.AboutPageClient-module__yFTMca__emptyStateCard{width:200px;min-height:200px;color:var(--color-text-light);text-align:center;background:#ffffff05;border:1px dashed #ffffff4d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem;display:flex}.AboutPageClient-module__yFTMca__storySectionHeader{justify-content:space-between;align-items:center;display:flex}.AboutPageClient-module__yFTMca__descriptionWrapper{flex-direction:column;gap:.5rem;display:flex}.AboutPageClient-module__yFTMca__textarea{background:var(--color-dark);width:100%;color:var(--color-white);font-family:var(--font-family);resize:vertical;border:1px solid #0000;border-radius:6px;min-height:100px;padding:1rem;font-size:.875rem;transition:border-color .3s;box-shadow:0 0 10px 5px #0000004d}.AboutPageClient-module__yFTMca__textarea:focus{border-color:#0000;outline:none}.AboutPageClient-module__yFTMca__textarea::placeholder{color:var(--color-text-muted)}.AboutPageClient-module__yFTMca__crewSection{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.AboutPageClient-module__yFTMca__crewSectionHeader{justify-content:space-between;align-items:center;display:flex}.AboutPageClient-module__yFTMca__crewContainer{background:var(--color-dark);border-radius:15px;flex-direction:column;align-items:center;gap:1rem;min-height:437px;padding:1rem;display:flex;position:relative;box-shadow:inset 0 0 10px 10px #00000040}.AboutPageClient-module__yFTMca__navButton{background:var(--color-dark);border:1px solid var(--color-border-light);width:40px;height:40px;color:var(--color-white);cursor:pointer;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex;position:relative;box-shadow:0 0 10px 5px #0000004d}.AboutPageClient-module__yFTMca__navButton:hover:not(:disabled){background:var(--color-primary)}.AboutPageClient-module__yFTMca__navButton:disabled{opacity:.3;cursor:not-allowed}.AboutPageClient-module__yFTMca__crewContainerInner{flex:1;align-items:center;gap:1rem;width:100%;display:flex}.AboutPageClient-module__yFTMca__crewWrapper{flex:1;position:relative;overflow:visible}.AboutPageClient-module__yFTMca__crewGrid{align-items:flex-start;gap:1rem;padding:0;transition:transform .3s;display:flex}.AboutPageClient-module__yFTMca__crewCard{background:var(--color-dark);border:1px solid #0000;border-radius:12px;flex-direction:column;flex-shrink:0;gap:1rem;width:200px;transition:all .3s;display:flex;overflow:visible}.AboutPageClient-module__yFTMca__crewImageWrapper{aspect-ratio:1;border-radius:12px;width:100%;transition:all .3s ease-in-out;position:relative;overflow:visible;box-shadow:0 0 10px 5px #0000004d}.AboutPageClient-module__yFTMca__crewCard:hover .AboutPageClient-module__yFTMca__crewImageWrapper{background-color:#ed180d26;transform:translateY(-4px);box-shadow:0 0 10px 5px #ed180d1a}.AboutPageClient-module__yFTMca__crewImage{object-fit:cover;border-radius:12px;width:100%;height:100%;box-shadow:0 0 10px 5px #0000004d}.AboutPageClient-module__yFTMca__cardOverlay{border-radius:inherit;opacity:0;pointer-events:none;z-index:2;background:#050505a6;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.AboutPageClient-module__yFTMca__cardOverlay[data-visible=true]{opacity:1;pointer-events:auto}.AboutPageClient-module__yFTMca__cardOverlayActions{flex-direction:column;gap:.5rem;display:flex;position:static}.AboutPageClient-module__yFTMca__crewInfo{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:0 .5rem 1rem;transition:all .3s ease-in-out;display:flex}.AboutPageClient-module__yFTMca__crewCard:hover .AboutPageClient-module__yFTMca__crewInfo{background-color:#ed180d26;box-shadow:0 0 10px 5px #ed180d1a}.AboutPageClient-module__yFTMca__crewName{color:var(--color-white);margin:0;font-size:1rem;font-weight:600}.AboutPageClient-module__yFTMca__crewPosition{color:var(--color-text-light);margin:0;font-size:.875rem}.AboutPageClient-module__yFTMca__pagination{justify-content:center;align-items:center;width:100%;padding-top:1rem;display:flex}.AboutPageClient-module__yFTMca__partnersSection{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.AboutPageClient-module__yFTMca__partnersSettings{background:var(--color-dark);border-radius:15px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:inset 0 0 10px 10px #00000040}.AboutPageClient-module__yFTMca__partnersFields{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.AboutPageClient-module__yFTMca__fieldGroup{flex-direction:column;gap:.35rem;display:flex}.AboutPageClient-module__yFTMca__label{color:var(--color-text-light);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}.AboutPageClient-module__yFTMca__input{width:100%;color:var(--color-white);font-family:var(--font-family);background:#ffffff0a;border:1px solid #0000;border-radius:8px;padding:.85rem;font-size:.95rem;transition:border-color .3s}.AboutPageClient-module__yFTMca__input:focus,.AboutPageClient-module__yFTMca__textarea:focus{border-color:var(--color-primary);outline:none}.AboutPageClient-module__yFTMca__sectionAccent{color:var(--color-primary)}.AboutPageClient-module__yFTMca__partnersSectionHeader{justify-content:space-between;align-items:center;display:flex}.AboutPageClient-module__yFTMca__partnersContainer{background:var(--color-dark);border-radius:15px;flex-direction:column;align-items:center;gap:1rem;min-height:309px;padding:1.5rem;display:flex;position:relative;box-shadow:inset 0 0 10px 10px #00000040}.AboutPageClient-module__yFTMca__partnersDescriptionText{color:var(--color-text-light);text-align:center;margin:0;font-size:.95rem}.AboutPageClient-module__yFTMca__partnersContainerInner{flex:1;align-items:center;gap:1rem;width:100%;display:flex}.AboutPageClient-module__yFTMca__partnersWrapper{flex:1;position:relative;overflow:visible}.AboutPageClient-module__yFTMca__partnersGrid{justify-content:space-between;align-items:center;gap:1.5rem;padding:0;transition:transform .3s;display:flex}.AboutPageClient-module__yFTMca__partnerCard{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:145px;height:145px;transition:all .3s;display:flex}.AboutPageClient-module__yFTMca__partnerLogoWrapper{background:var(--color-dark);border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:visible;box-shadow:0 0 10px 5px #0000004d}.AboutPageClient-module__yFTMca__partnerCard:hover .AboutPageClient-module__yFTMca__partnerLogoWrapper{background-color:#ed180d26;box-shadow:0 0 10px 5px #ed180d1a}.AboutPageClient-module__yFTMca__partnerLogo{object-fit:cover;border-radius:50%;max-width:100%;max-height:100%}.AboutPageClient-module__yFTMca__partnerLogoWrapper .AboutPageClient-module__yFTMca__cardOverlay{border-radius:50%}.AboutPageClient-module__yFTMca__saveContainer{justify-content:flex-end;padding:1rem 0;display:flex}@media (max-width:768px){.AboutPageClient-module__yFTMca__main{width:100%;margin-left:0;padding:1rem}.AboutPageClient-module__yFTMca__aboutPage{flex-direction:column}}
.AnalyticsWidgets-module__arxKPa__widgets{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px;display:grid}.AnalyticsWidgets-module__arxKPa__widget{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex}.AnalyticsWidgets-module__arxKPa__widget:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.AnalyticsWidgets-module__arxKPa__widgetIcon{width:48px;height:48px;color:var(--color-white);background:#ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AnalyticsWidgets-module__arxKPa__widgetContent{flex-direction:column;gap:4px;display:flex}.AnalyticsWidgets-module__arxKPa__widgetValue{font-family:var(--font-cairo);color:var(--color-white);font-size:28px;font-weight:700;line-height:1}.AnalyticsWidgets-module__arxKPa__widgetLabel{font-family:var(--font-cairo);color:#fff9;font-size:13px;font-weight:400}.AnalyticsWidgets-module__arxKPa__widgetPending{border-color:#fbbf244d}.AnalyticsWidgets-module__arxKPa__widgetPending .AnalyticsWidgets-module__arxKPa__widgetIcon{color:#fbbf24;background:#fbbf2433}.AnalyticsWidgets-module__arxKPa__widgetUrgent{border-color:#ef44444d}.AnalyticsWidgets-module__arxKPa__widgetUrgent .AnalyticsWidgets-module__arxKPa__widgetIcon{color:#ef4444;background:#ef444433}.AnalyticsWidgets-module__arxKPa__skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:12px;height:88px;animation:1.5s infinite AnalyticsWidgets-module__arxKPa__shimmer}@keyframes AnalyticsWidgets-module__arxKPa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.AnalyticsWidgets-module__arxKPa__widgets{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:768px){.AnalyticsWidgets-module__arxKPa__widgets{grid-template-columns:1fr;gap:12px}.AnalyticsWidgets-module__arxKPa__widget{padding:16px}.AnalyticsWidgets-module__arxKPa__widgetValue{font-size:24px}.AnalyticsWidgets-module__arxKPa__widgetLabel{font-size:12px}}
.shared-module__ue_yQG__primaryButton,.shared-module__ue_yQG__secondaryButton,.shared-module__ue_yQG__dangerButton{cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:6px;height:42px;padding:0 20px;font-size:14px;font-weight:500;transition:border-color .2s,background .2s,color .2s,transform .15s;display:inline-flex}.shared-module__ue_yQG__primaryButton:disabled,.shared-module__ue_yQG__secondaryButton:disabled,.shared-module__ue_yQG__dangerButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.shared-module__ue_yQG__primaryButton:not(:disabled):active,.shared-module__ue_yQG__secondaryButton:not(:disabled):active,.shared-module__ue_yQG__dangerButton:not(:disabled):active{transform:scale(.98)}.shared-module__ue_yQG__primaryButton{color:#fff;background:#f04438;box-shadow:0 2px 8px #f0443833}.shared-module__ue_yQG__primaryButton:hover:not(:disabled){background:#ff5a4d;box-shadow:0 4px 12px #f044384d}.shared-module__ue_yQG__secondaryButton{color:#f04438;background:#f0443814;border-color:#f0443866}.shared-module__ue_yQG__secondaryButton:hover:not(:disabled){background:#f0443824;border-color:#f0443899}.shared-module__ue_yQG__dangerButton{color:#ff6f66;background:#f044381a;border-color:#f0443880}.shared-module__ue_yQG__dangerButton:hover:not(:disabled){color:#ff8a80;background:#f044382e;border-color:#f04438b3}.shared-module__ue_yQG__sectionHeader{justify-content:space-between;align-items:center;gap:20px;padding-bottom:4px;display:flex}.shared-module__ue_yQG__sectionLabel{color:#f5f5f5;letter-spacing:-.01em;margin:0;font-size:19px;font-weight:600}.shared-module__ue_yQG__actionsRow{justify-content:flex-end;align-items:center;display:flex}.shared-module__ue_yQG__input,.shared-module__ue_yQG__textarea{color:#f2f2f2;background:#161616;border:1px solid #2a2a2a;border-radius:12px;width:100%;padding:16px 52px 16px 18px;font-family:inherit;font-size:15px;line-height:1.5;transition:border-color .2s,box-shadow .2s,background .2s}.shared-module__ue_yQG__textarea{resize:vertical;min-height:120px;padding:16px 18px;line-height:1.6}.shared-module__ue_yQG__input::placeholder,.shared-module__ue_yQG__textarea::placeholder{color:#6b6b6b}.shared-module__ue_yQG__input:focus,.shared-module__ue_yQG__textarea:focus{background:#1a1a1a;border-color:#f04438b3;outline:none;box-shadow:0 0 0 3px #f0443826}.shared-module__ue_yQG__inputWrapper{flex-direction:column;display:flex;position:relative}.shared-module__ue_yQG__editIconButton{color:#767676;cursor:pointer;background:#1f1f1f;border:1px solid #2c2c2c;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .2s,color .2s,background .2s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.shared-module__ue_yQG__editIconButton:hover{color:#f04438;background:#232323;border-color:#f0443899}
.LocationsEditor-module__tqOBya__locationSection{flex-direction:column;gap:24px;display:flex}.LocationsEditor-module__tqOBya__sectionHeader{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.LocationsEditor-module__tqOBya__headerContent{flex-direction:column;gap:12px;display:flex}.LocationsEditor-module__tqOBya__sectionLabel{color:var(--color-white);letter-spacing:-.02em;margin:0;font-size:20px;font-weight:600}.LocationsEditor-module__tqOBya__titleFieldsRow{grid-template-columns:1fr 1fr;gap:16px;width:100%;margin-top:8px;margin-bottom:16px;display:grid}.LocationsEditor-module__tqOBya__filterRow{align-items:center;gap:14px;display:flex}.LocationsEditor-module__tqOBya__locationCard{background:var(--background-secondary);cursor:pointer;border-radius:16px;flex-direction:column;gap:10px;width:178px;min-width:178px;min-height:159px;padding:16px 18px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;box-shadow:0 0 10px 5px #0000004d}.LocationsEditor-module__tqOBya__locationCard:hover{transform:translateY(-2px);box-shadow:0 0 12px 6px #ed180d29}.LocationsEditor-module__tqOBya__cardActive{box-shadow:0 0 10px 5px #ed180d1a}.LocationsEditor-module__tqOBya__cardCurrent{transform:translateY(-2px);box-shadow:0 0 12px 6px #ed180d4d}.LocationsEditor-module__tqOBya__cardActions{z-index:2;background:var(--color-dark);border-radius:999px;justify-content:center;align-items:center;gap:6px;min-width:64px;height:30px;padding:4px 8px;display:inline-flex;position:absolute;top:-10px;right:8px;box-shadow:0 0 12px 4px #ed180d26}.LocationsEditor-module__tqOBya__cardActionButton{color:#f4f4f5;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:transform .2s;display:inline-flex}.LocationsEditor-module__tqOBya__cardActionButton:hover:not(:disabled){transform:translateY(-1px)}.LocationsEditor-module__tqOBya__cardActionButton:disabled{opacity:.5;cursor:not-allowed}.LocationsEditor-module__tqOBya__cardActionEdit{color:#f4f4f5}.LocationsEditor-module__tqOBya__cardActionDelete{color:#f87171}.LocationsEditor-module__tqOBya__cardContent{flex-direction:column;gap:4px;padding:4px 12px 12px;display:flex}.LocationsEditor-module__tqOBya__branchLabel{letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:600}.LocationsEditor-module__tqOBya__branchLabelMain{color:var(--color-white)}.LocationsEditor-module__tqOBya__branchLabelBranch{color:#9ca3af}.LocationsEditor-module__tqOBya__locationCountry{color:#f9fafb;letter-spacing:-.015em;margin:0;font-size:16px;font-weight:600}.LocationsEditor-module__tqOBya__locationCity{color:#d4d4d8;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:12px}.LocationsEditor-module__tqOBya__locationInfo{color:#e4e4e7;align-items:center;gap:10px;font-size:12px;display:flex}.LocationsEditor-module__tqOBya__locationIcon{color:#f87171;flex-shrink:0}.LocationsEditor-module__tqOBya__locationText{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.LocationsEditor-module__tqOBya__locationInfo svg{color:#f87171}.LocationsEditor-module__tqOBya__emptyStateCard{color:#e4e4e7;text-align:center;background:linear-gradient(160deg,#18181bd9,#111113e6);border:1px solid #3f3f4699;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-width:240px;padding:32px 28px;display:flex}.LocationsEditor-module__tqOBya__emptyStateCard p{margin:0;font-size:15px;font-weight:500}.LocationsEditor-module__tqOBya__modalRoot{z-index:40;place-items:center;display:grid;position:fixed;inset:0}.LocationsEditor-module__tqOBya__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;position:absolute;inset:0}.LocationsEditor-module__tqOBya__popup{z-index:50;background:#1a1a1a;border:1px solid #2d2d2d;border-radius:12px;width:100%;max-width:450px;padding:0;position:relative}.LocationsEditor-module__tqOBya__closeButton{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:24px;line-height:1;transition:opacity .2s;display:flex;position:absolute;top:-36px;right:0}.LocationsEditor-module__tqOBya__closeButton:hover{opacity:.7}.LocationsEditor-module__tqOBya__popupHeader{border-bottom:none;padding:1rem}.LocationsEditor-module__tqOBya__createImageText{color:#888;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px;font-size:11px;font-weight:400}.LocationsEditor-module__tqOBya__popupTitle{color:#fff;margin:0 0 2rem;font-size:18px;font-weight:600}.LocationsEditor-module__tqOBya__popupContent{flex-direction:column;gap:30px;padding:0 24px 24px;display:flex}.LocationsEditor-module__tqOBya__formField{flex-direction:column;display:flex}.LocationsEditor-module__tqOBya__inputWrapper{align-items:center;display:flex;position:relative}.LocationsEditor-module__tqOBya__fieldInput{color:#888;background:#232323;border:1px solid #2d2d2d;border-radius:8px;width:100%;padding:14px 44px 14px 16px;font-size:14px;font-weight:400;transition:all .2s}.LocationsEditor-module__tqOBya__fieldInput::placeholder{color:#555}.LocationsEditor-module__tqOBya__fieldInput:focus{color:#fff;background:#282828;border-color:#3d3d3d;outline:none}.LocationsEditor-module__tqOBya__inlineEditIcon{color:#666;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:color .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.LocationsEditor-module__tqOBya__inlineEditIcon:hover{color:#999}.LocationsEditor-module__tqOBya__popupFooter{border-top:none;justify-content:flex-end;margin-top:0;padding:16px 24px 24px;display:flex}.LocationsEditor-module__tqOBya__saveButton{color:#4ade80;cursor:pointer;background:0 0;border:1px dashed #4ade80;border-radius:6px;padding:10px 28px;font-size:14px;font-weight:600;transition:all .2s}.LocationsEditor-module__tqOBya__saveButton:hover:not(:disabled){background:#4ade801a;border-style:solid}.LocationsEditor-module__tqOBya__saveButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1024px){.LocationsEditor-module__tqOBya__sectionHeader{flex-direction:column;align-items:stretch;gap:20px}.LocationsEditor-module__tqOBya__twoColumnLayout{flex-direction:column;gap:28px}.LocationsEditor-module__tqOBya__carouselColumn,.LocationsEditor-module__tqOBya__mapColumn{grid-column:span 1}}@media (max-width:640px){.LocationsEditor-module__tqOBya__locationCard{width:100%}.LocationsEditor-module__tqOBya__popup{border-radius:20px;width:calc(100% - 24px);padding:24px}.LocationsEditor-module__tqOBya__popupTitle{font-size:18px}.LocationsEditor-module__tqOBya__popupFooter{flex-direction:column;align-items:stretch;gap:12px}}.LocationsEditor-module__tqOBya__twoColumnLayout{grid-template-columns:1fr 1fr;align-items:start;gap:32px;display:grid}.LocationsEditor-module__tqOBya__carouselColumn{flex-direction:column;gap:20px;display:flex}.LocationsEditor-module__tqOBya__mapColumn{position:sticky;top:24px}.LocationsEditor-module__tqOBya__carouselContainer{border:1px solid #252529d9;border-radius:18px;height:275px;overflow:hidden;box-shadow:inset 0 0 10px 10px #00000040}.LocationsEditor-module__tqOBya__carouselTrack{gap:10px;margin:1.4rem 0 1.4rem 1rem;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex}.LocationsEditor-module__tqOBya__carouselSlide{flex:none;position:relative}.LocationsEditor-module__tqOBya__navigationWrapper{justify-content:center;padding:12px 0;display:flex}.LocationsEditor-module__tqOBya__inlineAddSlide{justify-content:flex-start;align-items:flex-end;padding-bottom:24px;display:flex}.LocationsEditor-module__tqOBya__inlineAddButton{border:1.5px dashed var(--color-primary);height:36px;color:var(--color-primary);letter-spacing:-.01em;cursor:pointer;opacity:.7;background:0 0;border-radius:14px;align-items:center;gap:8px;padding:1.5rem 14px;font-size:16px;transition:all .2s ease-in-out;display:inline-flex}.LocationsEditor-module__tqOBya__inlineAddButton:hover:not(:disabled){opacity:1}.LocationsEditor-module__tqOBya__inlineAddButton:disabled{opacity:.5;cursor:not-allowed}.LocationsEditor-module__tqOBya__inlineAddPlus{font-size:18px;line-height:1}.LocationsEditor-module__tqOBya__mapMediaBlock{flex-direction:column;align-items:flex-start;gap:12px;width:100%;max-width:604px;display:flex}.LocationsEditor-module__tqOBya__mapUploadLabel{font-family:var(--font-cairo),"Cairo",sans-serif;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start;font-size:14px;font-weight:600}.LocationsEditor-module__tqOBya__mapUploadBox{aspect-ratio:16/9;cursor:pointer;background:#ffffff05;border:2px dashed #2a2a2acc;border-radius:16px;width:100%;max-width:604px;height:142px;transition:all .3s;position:relative;overflow:hidden}.LocationsEditor-module__tqOBya__mapUploadBox [data-card-actions]{top:12px;right:12px}:is(.LocationsEditor-module__tqOBya__mapUploadBox:hover [data-card-actions],.LocationsEditor-module__tqOBya__mapUploadBox:focus-within [data-card-actions]){opacity:1!important;visibility:visible!important;pointer-events:all!important}.LocationsEditor-module__tqOBya__mapUploadBox:hover{background:#ffffff0a;border-color:#ed180d99}.LocationsEditor-module__tqOBya__mapUploadBox:focus{outline-offset:2px;outline:2px solid #ed180d}.LocationsEditor-module__tqOBya__mapUploadPreview{object-fit:cover;width:100%;height:100%}.LocationsEditor-module__tqOBya__mapUploadPlaceholder{width:100%;height:100%;font-family:var(--font-cairo),"Cairo",sans-serif;color:#666;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:14px;font-weight:500;display:flex}.LocationsEditor-module__tqOBya__mapPlaceholderAddButton{margin-top:.25rem}.LocationsEditor-module__tqOBya__actionsRow{justify-content:flex-end;gap:12px;display:flex}.LocationsEditor-module__tqOBya__mapImageModalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.LocationsEditor-module__tqOBya__mapImageModalContent{background:linear-gradient(135deg,#1c1c1cfa,#121212f2);border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;width:90%;max-width:500px;margin:0 auto;padding:2rem;display:flex;box-shadow:0 20px 60px #00000080}.LocationsEditor-module__tqOBya__mapImageModalTitle{color:#ffffffe6;letter-spacing:.5px;text-align:center;width:100%;margin-bottom:1.5rem;font-size:20px;font-weight:600}.LocationsEditor-module__tqOBya__mapImageModalCloseButton{color:#ffffffe6;width:100%;font-family:var(--font-cairo),"Cairo",sans-serif;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;margin-top:1.5rem;padding:.85rem 1.5rem;font-size:14px;font-weight:500;transition:all .3s}.LocationsEditor-module__tqOBya__mapImageModalCloseButton:hover{background:#ffffff1a;border-color:#fff3}
.StatusBanner-module__P1cL8W__banner{border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;margin-bottom:24px;padding:14px 18px;font-size:14px;font-weight:500;display:flex}.StatusBanner-module__P1cL8W__bannerError{color:#ff8a80;background:#f044381f;border-color:#f044384d}.StatusBanner-module__P1cL8W__bannerSuccess{color:#91e7ab;background:#34c7591f;border-color:#34c7594d}
.ContactContentEditor-module___Ma0aa__editorSection{flex-direction:column;gap:56px;padding:0;display:flex}.ContactContentEditor-module___Ma0aa__loadingState,.ContactContentEditor-module___Ma0aa__errorState{color:#d0d0d0;background:linear-gradient(145deg,#161616 0%,#1a1a1a 100%);border:1px solid #2a2a2acc;border-radius:14px;justify-content:center;align-items:center;gap:12px;padding:48px 24px;font-size:15px;font-weight:500;display:flex}.ContactContentEditor-module___Ma0aa__errorState{color:#ff8a80;background:linear-gradient(145deg,#f044380d 0%,#f0443805 100%);border-color:#f0443866}@media (max-width:768px){.ContactContentEditor-module___Ma0aa__editorSection{gap:40px}}
.UnifiedContactEditor-module__v9B79a__editorSection{flex-direction:column;gap:32px;width:100%;display:flex}.UnifiedContactEditor-module__v9B79a__loadingState,.UnifiedContactEditor-module__v9B79a__errorState{text-align:center;font-family:var(--font-cairo),sans-serif;padding:48px 24px;font-size:16px}.UnifiedContactEditor-module__v9B79a__loadingState{color:var(--color-text-muted)}.UnifiedContactEditor-module__v9B79a__errorState{color:#ef4444}.UnifiedContactEditor-module__v9B79a__saveSection{justify-content:flex-end;margin-bottom:48px;padding:24px 0;display:flex}@media (max-width:640px){.UnifiedContactEditor-module__v9B79a__saveSection{justify-content:stretch}.UnifiedContactEditor-module__v9B79a__saveSection button{width:100%}}
.ContactDashboardClient-module__LmLlFq__dashboard{background-color:var(--background-primary);min-height:100vh;display:flex}.ContactDashboardClient-module__LmLlFq__main{flex:1;margin-left:280px;padding:2rem 2.5rem}@media (max-width:1024px){.ContactDashboardClient-module__LmLlFq__main{margin-left:240px}}@media (max-width:768px){.ContactDashboardClient-module__LmLlFq__main{margin-left:0;padding:1rem}}
.MessageDetail-module__rjB4AG__dashboard{background:var(--background-primary);min-height:100vh;display:flex}.MessageDetail-module__rjB4AG__main{flex:1;margin-left:280px;padding:2.75rem 3.5rem}.MessageDetail-module__rjB4AG__messageContainer{margin:0 auto}.MessageDetail-module__rjB4AG__messageHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.MessageDetail-module__rjB4AG__subject{color:var(--color-white);flex:1;margin:0;font-size:20px;font-weight:600}.MessageDetail-module__rjB4AG__messageDate{color:var(--color-text-muted);white-space:nowrap;margin-left:1rem;font-size:13px}.MessageDetail-module__rjB4AG__messageCard{background:0 0;border:none;margin-bottom:2rem;padding:0}.MessageDetail-module__rjB4AG__senderInfo{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.MessageDetail-module__rjB4AG__avatar{background:var(--background-icon);border:1px solid var(--color-border-dark);width:48px;height:48px;color:var(--color-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:600;display:flex}.MessageDetail-module__rjB4AG__senderDetails{flex:1}.MessageDetail-module__rjB4AG__senderName{color:var(--color-white);margin-bottom:4px;font-size:15px;font-weight:600}.MessageDetail-module__rjB4AG__senderEmail{color:var(--color-text-muted);font-size:13px;font-weight:400}.MessageDetail-module__rjB4AG__recipient{color:var(--color-text-muted);font-size:13px}.MessageDetail-module__rjB4AG__actions{align-items:center;gap:8px;display:flex}.MessageDetail-module__rjB4AG__actionButton{width:32px;height:32px;color:var(--color-white);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.MessageDetail-module__rjB4AG__actionButton:hover{background:#ffffff14}.MessageDetail-module__rjB4AG__actionButton:disabled{opacity:.5;cursor:not-allowed}.MessageDetail-module__rjB4AG__actionButtonActive{color:var(--color-primary)}.MessageDetail-module__rjB4AG__actionButtonDanger:hover{color:#f44;background:#ff44441a}.MessageDetail-module__rjB4AG__messageBody{color:var(--color-white);padding-left:4rem;font-size:14px;line-height:1.8}.MessageDetail-module__rjB4AG__messageBody p{margin:0}.MessageDetail-module__rjB4AG__replySection{background:#848484;border:1px solid #ffffff1a;border-radius:12px;margin-top:1.5rem;margin-bottom:1.5rem;padding:1.5rem}.MessageDetail-module__rjB4AG__replyHeader{border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.MessageDetail-module__rjB4AG__replyIcon{color:#0009;flex-shrink:0}.MessageDetail-module__rjB4AG__replyToInfo{flex:1}.MessageDetail-module__rjB4AG__replyLabel{color:var(--color-black);font-size:14px;font-weight:500}.MessageDetail-module__rjB4AG__replyEmail{color:#000000b3;font-weight:400}.MessageDetail-module__rjB4AG__deleteReplyButton{color:#0009;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.MessageDetail-module__rjB4AG__deleteReplyButton:hover{color:#d01409;background:#d014091a}.MessageDetail-module__rjB4AG__replyTextarea{width:100%;min-height:120px;color:var(--color-black);font-family:var(--font-cairo),sans-serif;resize:vertical;background:0 0;border:none;margin-bottom:1rem;padding:.5rem 0;font-size:14px;line-height:1.7}.MessageDetail-module__rjB4AG__replyTextarea:focus{outline:none}.MessageDetail-module__rjB4AG__replyTextarea::placeholder{color:#0006}.MessageDetail-module__rjB4AG__replyActions{justify-content:flex-end;display:flex}.MessageDetail-module__rjB4AG__sendButton{border:1px dashed var(--color-primary);color:var(--color-primary);font-family:var(--font-cairo),sans-serif;cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.MessageDetail-module__rjB4AG__sendButton:hover:not(:disabled){background:var(--color-primary-bg);border-style:solid}.MessageDetail-module__rjB4AG__sendButton:disabled{opacity:.5;cursor:not-allowed}.MessageDetail-module__rjB4AG__replyButton{border:1px dashed var(--color-primary);color:var(--color-primary);font-family:var(--font-cairo),sans-serif;cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.MessageDetail-module__rjB4AG__replyButton:hover{background:var(--color-primary-bg);border-style:solid}@media (max-width:1280px){.MessageDetail-module__rjB4AG__main{margin-left:0;padding:2.25rem}}@media (max-width:640px){.MessageDetail-module__rjB4AG__main{padding:1.5rem}.MessageDetail-module__rjB4AG__subject{font-size:18px}.MessageDetail-module__rjB4AG__messageBody{padding-left:0}.MessageDetail-module__rjB4AG__actions{flex-wrap:wrap}.MessageDetail-module__rjB4AG__replySection{padding:1rem}}.MessageDetail-module__rjB4AG__threadContainer{flex-direction:column;gap:12px;display:flex}.MessageDetail-module__rjB4AG__loadingState{text-align:center;color:var(--color-text-muted);padding:2rem;font-size:14px}.MessageDetail-module__rjB4AG__messageCardCollapsed{cursor:pointer;transition:all .2s}.MessageDetail-module__rjB4AG__messageCardCollapsed:hover{background:#ffffff05;border-radius:12px}.MessageDetail-module__rjB4AG__collapsedHeader{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:1rem}.MessageDetail-module__rjB4AG__collapsedHeader .MessageDetail-module__rjB4AG__senderInfo{margin-bottom:0}.MessageDetail-module__rjB4AG__messagePreview{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;overflow:hidden}.MessageDetail-module__rjB4AG__messageTime{color:var(--color-text-muted);white-space:nowrap;margin-left:auto;font-size:12px}.MessageDetail-module__rjB4AG__messageActions{align-items:center;gap:12px;margin-left:auto;display:flex}.MessageDetail-module__rjB4AG__collapseButton{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.MessageDetail-module__rjB4AG__collapseButton:hover{color:var(--color-white);background:#ffffff14}.MessageDetail-module__rjB4AG__expandIcon{color:var(--color-text-muted);transition:transform .2s}.MessageDetail-module__rjB4AG__adminReply .MessageDetail-module__rjB4AG__avatar,.MessageDetail-module__rjB4AG__adminAvatar{border-color:var(--color-primary);background:linear-gradient(135deg,#ed180d 0%,#c41409 100%)}.MessageDetail-module__rjB4AG__adminBadge{background:var(--color-primary);color:var(--color-white);text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}@media (max-width:640px){.MessageDetail-module__rjB4AG__threadContainer{gap:8px}.MessageDetail-module__rjB4AG__collapsedHeader{padding:.75rem}.MessageDetail-module__rjB4AG__messagePreview{font-size:12px}.MessageDetail-module__rjB4AG__adminBadge{padding:2px 6px;font-size:10px}}
.MessageDetailModal-module__cwcCzG__overlay{z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s MessageDetailModal-module__cwcCzG__fadeIn;display:flex;position:fixed;inset:0}@keyframes MessageDetailModal-module__cwcCzG__fadeIn{0%{opacity:0}to{opacity:1}}.MessageDetailModal-module__cwcCzG__modal{background:var(--color-dark);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;animation:.3s MessageDetailModal-module__cwcCzG__slideUp;display:flex;overflow:hidden}@keyframes MessageDetailModal-module__cwcCzG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.MessageDetailModal-module__cwcCzG__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:24px;display:flex}.MessageDetailModal-module__cwcCzG__title{font-family:var(--font-cairo);color:var(--color-white);margin:0;font-size:24px;font-weight:700}.MessageDetailModal-module__cwcCzG__closeButton{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.MessageDetailModal-module__cwcCzG__closeButton:hover{color:var(--color-white);background:#ffffff1a}.MessageDetailModal-module__cwcCzG__content{flex-direction:column;gap:24px;padding:24px;display:flex;overflow-y:auto}.MessageDetailModal-module__cwcCzG__senderSection{background:#ffffff0d;border-radius:12px;gap:16px;padding:16px;display:flex}.MessageDetailModal-module__cwcCzG__senderIcon{width:48px;height:48px;color:var(--color-primary);background:#ef444433;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.MessageDetailModal-module__cwcCzG__senderInfo{flex-direction:column;gap:4px;display:flex}.MessageDetailModal-module__cwcCzG__senderName{font-family:var(--font-cairo);color:var(--color-white);font-size:18px;font-weight:600}.MessageDetailModal-module__cwcCzG__senderEmail,.MessageDetailModal-module__cwcCzG__senderPhone,.MessageDetailModal-module__cwcCzG__senderCompany{font-family:var(--font-cairo);color:#ffffffb3;font-size:14px}.MessageDetailModal-module__cwcCzG__controls{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.MessageDetailModal-module__cwcCzG__controlGroup{flex-direction:column;gap:8px;display:flex}.MessageDetailModal-module__cwcCzG__controlLabel{font-family:var(--font-cairo);color:#fffc;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.MessageDetailModal-module__cwcCzG__select{font-family:var(--font-cairo);color:var(--color-white);cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;padding:10px 12px;font-size:14px;transition:all .2s}.MessageDetailModal-module__cwcCzG__select option{background:var(--color-dark);color:var(--color-white);padding:8px}.MessageDetailModal-module__cwcCzG__select:hover{background:#ffffff14}.MessageDetailModal-module__cwcCzG__select:focus{border-color:var(--color-primary);outline:none}.MessageDetailModal-module__cwcCzG__select:disabled{opacity:.5;cursor:not-allowed}.MessageDetailModal-module__cwcCzG__section{flex-direction:column;gap:12px;display:flex}.MessageDetailModal-module__cwcCzG__sectionLabel{font-family:var(--font-cairo);color:#fff9;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.MessageDetailModal-module__cwcCzG__subject{font-family:var(--font-cairo);color:var(--color-white);font-size:18px;font-weight:600}.MessageDetailModal-module__cwcCzG__messageText{font-family:var(--font-cairo);color:#ffffffe6;white-space:pre-wrap;border-left:3px solid var(--color-primary);background:#ffffff08;border-radius:8px;padding:16px;font-size:15px;line-height:1.7}.MessageDetailModal-module__cwcCzG__attachmentsList{flex-direction:column;gap:8px;display:flex}.MessageDetailModal-module__cwcCzG__attachmentLink{color:#ffffffe6;font-family:var(--font-cairo);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.MessageDetailModal-module__cwcCzG__attachmentLink:hover{border-color:var(--color-primary);background:#ffffff14}.MessageDetailModal-module__cwcCzG__attachmentSize{color:#ffffff80;margin-left:auto;font-size:12px}.MessageDetailModal-module__cwcCzG__thread{flex-direction:column;gap:12px;display:flex}.MessageDetailModal-module__cwcCzG__threadMessage{background:#ffffff08;border-left:3px solid #fff3;border-radius:8px;padding:12px}.MessageDetailModal-module__cwcCzG__threadMessageAdmin{border-left-color:var(--color-primary);background:#ef44441a}.MessageDetailModal-module__cwcCzG__threadHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.MessageDetailModal-module__cwcCzG__threadAuthor{font-family:var(--font-cairo);color:var(--color-white);font-size:13px;font-weight:600}.MessageDetailModal-module__cwcCzG__threadDate{font-family:var(--font-cairo);color:#ffffff80;font-size:12px}.MessageDetailModal-module__cwcCzG__threadContent{font-family:var(--font-cairo);color:#fffc;white-space:pre-wrap;font-size:14px;line-height:1.6}.MessageDetailModal-module__cwcCzG__replyButton{background:var(--color-primary);color:var(--color-white);font-family:var(--font-cairo);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.MessageDetailModal-module__cwcCzG__replyButton:hover{background:#d92020;transform:translateY(-1px)}.MessageDetailModal-module__cwcCzG__replySection{background:#ffffff08;border-radius:12px;flex-direction:column;gap:16px;padding:16px;display:flex}.MessageDetailModal-module__cwcCzG__templatePicker{flex-direction:column;gap:8px;display:flex}.MessageDetailModal-module__cwcCzG__replyTextarea{width:100%;font-family:var(--font-cairo);color:var(--color-white);resize:vertical;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;min-height:120px;padding:12px;font-size:14px}.MessageDetailModal-module__cwcCzG__replyTextarea:focus{border-color:var(--color-primary);outline:none}.MessageDetailModal-module__cwcCzG__replyTextarea::placeholder{color:#fff6}.MessageDetailModal-module__cwcCzG__replyActions{gap:12px;display:flex}.MessageDetailModal-module__cwcCzG__sendButton,.MessageDetailModal-module__cwcCzG__cancelButton{font-family:var(--font-cairo);cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.MessageDetailModal-module__cwcCzG__sendButton{background:var(--color-primary);color:var(--color-white)}.MessageDetailModal-module__cwcCzG__sendButton:hover:not(:disabled){background:#d92020}.MessageDetailModal-module__cwcCzG__sendButton:disabled{opacity:.5;cursor:not-allowed}.MessageDetailModal-module__cwcCzG__cancelButton{color:var(--color-white);background:#ffffff1a}.MessageDetailModal-module__cwcCzG__cancelButton:hover:not(:disabled){background:#ffffff26}.MessageDetailModal-module__cwcCzG__meta{font-family:var(--font-cairo);color:#ffffff80;text-align:center;border-top:1px solid #ffffff1a;padding-top:16px;font-size:13px}@media (max-width:1024px){.MessageDetailModal-module__cwcCzG__modal{max-width:90%}.MessageDetailModal-module__cwcCzG__controls{grid-template-columns:1fr}}@media (max-width:768px){.MessageDetailModal-module__cwcCzG__overlay{padding:0}.MessageDetailModal-module__cwcCzG__modal{border-radius:0;max-width:100%;max-height:100vh}.MessageDetailModal-module__cwcCzG__header{padding:16px}.MessageDetailModal-module__cwcCzG__title{font-size:20px}.MessageDetailModal-module__cwcCzG__content{gap:16px;padding:16px}.MessageDetailModal-module__cwcCzG__replyActions{flex-direction:column}}
.MessagesPage-module__BJdaqG__dashboard{background:var(--background-primary);min-height:100vh;display:flex}.MessagesPage-module__BJdaqG__main{flex:1;margin-left:280px;padding:2.75rem 3.5rem}.MessagesPage-module__BJdaqG__filters{justify-content:space-between;align-items:center;gap:1rem;margin-top:0;margin-bottom:1.5rem;padding:0 1rem;display:flex}.MessagesPage-module__BJdaqG__filterButton{background:var(--background-primary);width:100%;max-width:302px;height:50px;color:var(--color-white);font-family:var(--font-cairo),sans-serif;cursor:pointer;border:1px solid #0000;border-radius:16px;align-items:center;gap:10px;padding:12px 30px;font-size:14px;font-weight:500;transition:border-color .2s,color .2s,box-shadow .2s;display:flex;box-shadow:0 0 10px 5px #0000004d}.MessagesPage-module__BJdaqG__filterButton:hover{color:var(--color-white);border-color:#ffffff2e}.MessagesPage-module__BJdaqG__filterButtonActive{color:var(--color-white);background:#ed180d1f;border:1px solid #ed180d66;box-shadow:0 0 10px 5px #ed180d1f}.MessagesPage-module__BJdaqG__filterButtonAccent{color:#ffffffd9}.MessagesPage-module__BJdaqG__filterIconSvg{opacity:.8}.MessagesPage-module__BJdaqG__listHeading{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.MessagesPage-module__BJdaqG__sectionTitle{letter-spacing:.25px;font-size:22px;font-weight:600}.MessagesPage-module__BJdaqG__messagesContainer{-webkit-user-select:none;user-select:none;touch-action:pan-y;cursor:grab;overflow:hidden}.MessagesPage-module__BJdaqG__messagesContainer a{-webkit-user-drag:none}.MessagesPage-module__BJdaqG__dragging{cursor:grabbing}.MessagesPage-module__BJdaqG__pagesTrack{will-change:transform;backface-visibility:hidden;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex}.MessagesPage-module__BJdaqG__page{min-width:100%}.MessagesPage-module__BJdaqG__messageRow{cursor:pointer;max-height:37px;color:inherit;will-change:transform;background:#121212e6;border:1px solid #ffffff0d;border-radius:0;grid-template-columns:46px 220px 280px 1fr 140px;place-content:center;place-items:center start;gap:1.7rem;padding:1.5rem;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:grid}.MessagesPage-module__BJdaqG__messageRow:hover{background:#181818f0;border-color:#ffffff1f;transform:translateY(-2px)}.MessagesPage-module__BJdaqG__messageRow:active{transform:translateY(0)}.MessagesPage-module__BJdaqG__messageRow:first-child{border-radius:16px 16px 0 0}.MessagesPage-module__BJdaqG__messageRow:last-child{border-radius:0 0 16px 16px}.MessagesPage-module__BJdaqG__messageRow:only-child{border-radius:16px}.MessagesPage-module__BJdaqG__messageUnread{color:var(--color-white)}.MessagesPage-module__BJdaqG__messageRead{color:var(--color-gray)}.MessagesPage-module__BJdaqG__messageIcon{background:#00000073;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.MessagesPage-module__BJdaqG__messageSender{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.MessagesPage-module__BJdaqG__messageSubject{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.MessagesPage-module__BJdaqG__messagePreview{color:inherit;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;overflow:hidden}.MessagesPage-module__BJdaqG__messageDate{color:inherit;text-align:right;white-space:nowrap;flex-shrink:0;font-size:13px}.MessagesPage-module__BJdaqG__pagination{justify-content:center;margin-top:2rem;display:flex}@media (max-width:1280px){.MessagesPage-module__BJdaqG__main{margin-left:0;padding:2.25rem}.MessagesPage-module__BJdaqG__filters{flex-wrap:wrap}.MessagesPage-module__BJdaqG__messageRow{grid-template-columns:44px 1fr 150px;gap:1rem;padding:16px 24px}.MessagesPage-module__BJdaqG__messageSubject,.MessagesPage-module__BJdaqG__messagePreview{grid-column:2}.MessagesPage-module__BJdaqG__messageDate{grid-column:3}}
.ProjectGallerySection-module__MEUf2W__projectGallerySection{flex-direction:column;gap:1.5rem;display:flex}.ProjectGallerySection-module__MEUf2W__sectionTitle{text-align:left;width:100%;color:var(--color-white);font-size:1.25rem;font-weight:600}.ProjectGallerySection-module__MEUf2W__projectGalleryHeader{justify-content:space-between;align-items:center;display:flex}.ProjectGallerySection-module__MEUf2W__projectGalleryContainer{background:var(--color-dark);border-radius:15px;padding:1.5rem;box-shadow:inset 0 0 10px 10px #00000040}.ProjectGallerySection-module__MEUf2W__projectGalleryContainerInner{align-items:center;gap:1rem;width:100%;display:flex}.ProjectGallerySection-module__MEUf2W__navButton{background:var(--color-dark);border:1px solid var(--color-border-light);width:40px;height:40px;color:var(--color-white);cursor:pointer;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex;position:relative;box-shadow:0 0 10px 5px #0000004d}.ProjectGallerySection-module__MEUf2W__navButton:hover:not(:disabled){background:var(--color-primary)}.ProjectGallerySection-module__MEUf2W__navButton:disabled{opacity:.3;cursor:not-allowed}.ProjectGallerySection-module__MEUf2W__projectGalleryWrapper{flex:1;position:relative;overflow:visible}.ProjectGallerySection-module__MEUf2W__projectGalleryGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;display:grid}.ProjectGallerySection-module__MEUf2W__projectGalleryItem{aspect-ratio:1;background:var(--color-dark);border-radius:12px;transition:transform .3s;position:relative;overflow:visible;box-shadow:0 0 10px 5px #0000004d}.ProjectGallerySection-module__MEUf2W__projectGalleryItem:hover{transform:scale(1.02)}.ProjectGallerySection-module__MEUf2W__projectGalleryItem:hover .cardActions{opacity:1;visibility:visible;pointer-events:all}.ProjectGallerySection-module__MEUf2W__projectGalleryImage{object-fit:cover;border-radius:12px;width:100%;height:100%}.ProjectGallerySection-module__MEUf2W__projectGalleryEmpty{border:1px dashed var(--color-border-light);text-transform:uppercase;letter-spacing:.08em;color:#ffffffa6;background:#ffffff08;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;font-size:.75rem;display:flex}.ProjectGallerySection-module__MEUf2W__projectGalleryItemActions{z-index:10;position:absolute;top:-12px;right:8px}.ProjectGallerySection-module__MEUf2W__projectGalleryItem .ProjectGallerySection-module__MEUf2W__projectGalleryItemActions{opacity:1!important;visibility:visible!important;pointer-events:all!important}.ProjectGallerySection-module__MEUf2W__pagination{justify-content:center;align-items:center;width:100%;padding-top:.75rem;display:flex}@media (max-width:1024px){.ProjectGallerySection-module__MEUf2W__projectGalleryGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media (max-width:768px){.ProjectGallerySection-module__MEUf2W__projectGalleryGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.ProjectGallerySection-module__MEUf2W__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ProjectGallerySection-module__MEUf2W__modalContent{background:linear-gradient(135deg,#1c1c1cfa,#121212f2);border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;width:90%;max-width:500px;margin:0 auto;padding:2rem;display:flex;box-shadow:0 20px 60px #00000080}.ProjectGallerySection-module__MEUf2W__modalTitle{color:#ffffffe6;letter-spacing:.5px;text-align:center;width:100%;margin-bottom:1.5rem;font-size:20px;font-weight:600}.ProjectGallerySection-module__MEUf2W__modalCloseButton{color:#ffffffe6;width:100%;font-family:var(--font-cairo),"Cairo",sans-serif;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;margin-top:1.5rem;padding:.85rem 1.5rem;font-size:14px;font-weight:500;transition:all .3s}.ProjectGallerySection-module__MEUf2W__modalCloseButton:hover{background:#ffffff1a;border-color:#fff3}
.AddProjectSection-module__JB7rra__addProjectSection{background:var(--color-dark);border-radius:15px;flex-direction:column;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex;position:relative;box-shadow:inset 0 0 10px 10px #00000040}.AddProjectSection-module__JB7rra__sectionTitle{text-align:left;width:100%;color:var(--color-white);font-size:1.25rem;font-weight:600}.AddProjectSection-module__JB7rra__addProjectHeader{justify-content:space-between;align-items:center;display:flex}.AddProjectSection-module__JB7rra__heroSection{border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.AddProjectSection-module__JB7rra__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.AddProjectSection-module__JB7rra__sectionSubtitle{color:var(--color-white);margin:0;font-size:1.1rem;font-weight:600}.AddProjectSection-module__JB7rra__readOnlyBadge{color:var(--color-gray-light,#9ca3af);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.AddProjectSection-module__JB7rra__videoSection{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.AddProjectSection-module__JB7rra__videoLabel{color:var(--color-gray-light);margin-bottom:.25rem;font-size:.95rem;font-weight:500}.AddProjectSection-module__JB7rra__formActions{justify-content:flex-end;margin-top:.5rem;display:flex}@media (max-width:1024px){.AddProjectSection-module__JB7rra__addProjectHeader{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:768px){.AddProjectSection-module__JB7rra__addProjectSection{padding:1rem}}.AddProjectSection-module__JB7rra__savingOverlay{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:var(--color-white);pointer-events:auto;cursor:wait;background:#0006;border-radius:15px;justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute;inset:0}
.AboutContent-module__bDKJiq__content{background-color:var(--background-primary);width:100%;padding:80px 0;overflow-x:hidden}.AboutContent-module__bDKJiq__description{font-family:var(--font-cairo);color:var(--color-white);max-width:100%;margin:0;font-size:16px;font-weight:400;line-height:1.8}@media (max-width:1024px){.AboutContent-module__bDKJiq__content{padding:60px 0}.AboutContent-module__bDKJiq__description{font-size:15px}}@media (max-width:768px){.AboutContent-module__bDKJiq__content{padding:50px 0}.AboutContent-module__bDKJiq__description{font-size:14px}}@media (max-width:480px){.AboutContent-module__bDKJiq__content{padding:40px 20px}.AboutContent-module__bDKJiq__titleSection{margin-bottom:20px}.AboutContent-module__bDKJiq__titleWrapper{gap:10px}.AboutContent-module__bDKJiq__redLineWrapper{margin-top:40px}.AboutContent-module__bDKJiq__description{font-size:13px}}
.GalleryContent-module__HVF1Na__galleryContent{width:100%;padding:0 0 64px}.GalleryContent-module__HVF1Na__filterSection{flex-direction:column;gap:10px;display:flex}.GalleryContent-module__HVF1Na__titleSection{margin:0}.GalleryContent-module__HVF1Na__titleRow{align-items:center;gap:20px;display:flex}@media (max-width:768px){.GalleryContent-module__HVF1Na__galleryContent{padding:24px 0 48px}.GalleryContent-module__HVF1Na__filterSection{gap:24px;margin-bottom:28px}}@media (max-width:480px){.GalleryContent-module__HVF1Na__galleryContent{padding:20px 0 36px}.GalleryContent-module__HVF1Na__filterSection{gap:20px;margin-bottom:24px}.GalleryContent-module__HVF1Na__titleRow{gap:16px}}
.Gallery-module__nFbymG__gallery{margin-bottom:56px}.Gallery-module__nFbymG__galleryHeader{margin-bottom:24px}.Gallery-module__nFbymG__galleryContainer{width:100%;position:relative}.Gallery-module__nFbymG__gallerySlide{aspect-ratio:4/3;background-color:#d1d5db;border-radius:8px;width:100%;animation:.4s ease-in-out Gallery-module__nFbymG__fadeInSlide;position:relative;overflow:hidden}@keyframes Gallery-module__nFbymG__fadeInSlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.Gallery-module__nFbymG__gallerySlide:hover{cursor:pointer}.Gallery-module__nFbymG__galleryNavigation{justify-content:center;align-items:center;gap:20px;margin-top:16px;display:flex}.Gallery-module__nFbymG__galleryGrid{grid-template-columns:repeat(2,1fr);gap:12px;animation:.4s ease-in-out Gallery-module__nFbymG__fadeInGrid;display:grid}@keyframes Gallery-module__nFbymG__fadeInGrid{0%{opacity:0}to{opacity:1}}.Gallery-module__nFbymG__galleryItem{aspect-ratio:4/3;background-color:#d1d5db;border-radius:8px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.Gallery-module__nFbymG__galleryItem:hover{z-index:1;transform:scale(1.02);box-shadow:0 4px 12px #00000026}.Gallery-module__nFbymG__galleryImage{object-fit:cover}.Gallery-module__nFbymG__placeholderImage{background-color:#d1d5db;width:100%;height:100%}@media (max-width:480px){.Gallery-module__nFbymG__gallery{margin-bottom:24px}}@media (max-width:767px) and (orientation:landscape){.Gallery-module__nFbymG__gallery{margin-bottom:24px}}@media (min-width:768px){.Gallery-module__nFbymG__galleryHeader{margin-bottom:20px}.Gallery-module__nFbymG__galleryGrid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (min-width:1024px){.Gallery-module__nFbymG__galleryHeader{margin-bottom:24px}.Gallery-module__nFbymG__galleryGrid{grid-template-columns:repeat(4,1fr);gap:20px}.Gallery-module__nFbymG__gallery{margin-bottom:40px}}
.VideoCard-module__SStA0W__preview{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;width:100%;height:100%;transition:all .3s;position:relative;overflow:hidden}.VideoCard-module__SStA0W__preview:hover{transform:scale(1.02);box-shadow:0 8px 25px #00000026}.VideoCard-module__SStA0W__thumbnail{object-fit:cover;transition:transform .3s}.VideoCard-module__SStA0W__thumbnail img,.VideoCard-module__SStA0W__thumbnail>span,.VideoCard-module__SStA0W__thumbnail>span>img{object-fit:cover!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.VideoCard-module__SStA0W__preview:hover .VideoCard-module__SStA0W__thumbnail{transform:scale(1.05)}.VideoCard-module__SStA0W__playButton{pointer-events:none;width:80px;height:80px;color:var(--color-primary);z-index:2;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #0000004d}.VideoCard-module__SStA0W__preview:hover .VideoCard-module__SStA0W__playButton{background:var(--color-white);transform:translate(-50%,-50%)scale(1.1);box-shadow:0 6px 30px #ed180d66}.VideoCard-module__SStA0W__preview:active .VideoCard-module__SStA0W__playButton{transform:translate(-50%,-50%)scale(.95)}.VideoCard-module__SStA0W__playButton:focus{outline-offset:2px;outline:2px solid #fff}.VideoCard-module__SStA0W__playIcon{width:32px;height:32px;margin-left:4px}.VideoCard-module__SStA0W__playButton:before{content:"";border:2px solid #ffffff80;border-radius:50%;animation:2s ease-out infinite VideoCard-module__SStA0W__pulse;position:absolute;inset:0}@keyframes VideoCard-module__SStA0W__pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@media (max-width:768px){.VideoCard-module__SStA0W__playButton{width:60px;height:60px}.VideoCard-module__SStA0W__playIcon{width:24px;height:24px}}@media (max-width:480px){.VideoCard-module__SStA0W__playButton{width:50px;height:50px}.VideoCard-module__SStA0W__playIcon{width:20px;height:20px}}
