@import"https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap";.header{background:#dff2fa;width:100%;position:sticky;top:0;z-index:1000;box-shadow:0 2px 15.8px #d4e0e5}.header-container{max-width:1440px;height:98px;margin:0 auto;padding:10px 40px;display:flex;align-items:center;justify-content:space-between}.logo,.logo img{margin:0;flex-shrink:0}.navigation{position:relative;height:100%;display:flex;align-items:center;margin-right:auto;margin-left:50px}.navigation ul{list-style:none;display:flex;align-items:center;gap:80px;margin:0;padding:0}.navigation ul li{cursor:pointer}.navigation ul li a{font-family:Cairo,sans-serif;font-weight:800;font-size:19px;color:#444b5b;text-align:center;display:block;padding:10px 0;position:relative;text-decoration:none;white-space:nowrap}.navigation ul li a.active{color:#144b65}.underline{position:absolute;bottom:-10px;height:14px;background-color:#2ca7e0;opacity:.4;border-radius:4px;transition:left .3s ease-out,width .3s ease-out;pointer-events:none}.hamburger-menu{display:none;cursor:pointer;flex-direction:column;gap:5px}.hamburger-menu span{display:block;width:25px;height:3px;background-color:#444b5b;border-radius:3px}.mobile-nav{display:none}@media (max-width: 1350px){.navigation ul{gap:40px}.navigation{margin-left:40px}}@media (max-width: 1200px){.header-container{padding:10px 40px}.navigation ul{gap:30px}}@media (max-width: 1024px){.navigation{display:none}.hamburger-menu{display:flex}.header-container{padding:10px 30px}.mobile-nav{display:block;background-color:#eef7fc;padding:1rem 0;position:absolute;width:100%;box-shadow:0 4px 8px #0000001a}.mobile-nav ul{list-style:none;text-align:center;margin:0;padding:0}.mobile-nav ul li a{display:block;padding:1rem;font-family:Cairo,sans-serif;font-weight:700;font-size:18px;color:#444b5b;text-decoration:none}.mobile-nav ul li a:hover{background-color:#dff2fa}}@media (max-width: 480px){.header-container{padding:10px 20px}}.footer{background-color:#dff2fa;padding:40px 0;width:100%;display:flex;align-items:center}.footer-container{width:100%;max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding:0 40px}.footer-links-container{display:flex;gap:20px;flex-grow:1;justify-content:space-around;flex-wrap:wrap}.footer-column{display:flex;flex-direction:column}.footer-title{font-family:Cairo,sans-serif;font-weight:700;font-size:19px;color:#444b5b;margin:0 0 1rem;text-align:right;white-space:nowrap}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.footer-links-list li a{font-family:Cairo,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#217da8;text-decoration:none;transition:color .3s ease}.footer-links-list li a:hover{color:#144b65}.footer-logo-container{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0}.footer-logo{width:215px;height:137px;object-fit:contain;margin-bottom:1rem}.footer-text{font-family:Cairo,sans-serif;font-weight:700;font-size:15px;color:#217da8;margin:0;line-height:1.5;white-space:nowrap}.copyright-container{display:flex;align-items:center;gap:8px;margin-top:8px}.copyright-icon{width:16px;height:16px}.social-icons-wrapper-footer{position:relative;width:127px;height:103px}.social-icons-image-footer{width:100%;height:100%}.social-icons-grid-footer{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:10px}.social-icons-grid-footer a{display:block;border-radius:50%;transition:background-color .2s ease}@media (max-width: 1200px){.footer-container{gap:30px}.footer-links-container{justify-content:space-between}}@media (max-width: 992px){.footer{padding:3rem 2rem}.footer-container{flex-direction:column-reverse;align-items:center;gap:3rem;padding:0}.footer-links-container{width:100%;justify-content:space-around}}@media (max-width: 768px){.footer-links-container{flex-direction:column;align-items:center;text-align:center;gap:2.5rem}.footer-column{align-items:center}.footer-title,.footer-links-list li{text-align:center}}.hero-section{background-color:#dff2fa;min-height:550px;padding:4rem 2rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-container{max-width:1200px;width:100%;position:relative}.slides-wrapper{position:relative;width:100%;min-height:350px;-webkit-user-select:none;user-select:none}.slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;gap:2rem;opacity:0;visibility:hidden;transition:opacity .6s ease-in-out,visibility .6s ease-in-out}.slide.active{opacity:1;visibility:visible}.slide-image{flex:1;display:flex;justify-content:center;align-items:center}.slide-image img{opacity:.6;height:auto;max-height:300px}.slide-text{flex:2;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.slide-text h1{font-family:Cairo,sans-serif;font-weight:400;font-size:29px;line-height:1.6;color:#444b5b;margin:0;max-width:80%}.hero-section .pagination-dots{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);display:flex;gap:.8rem}.hero-section .dot{width:12px;height:12px;border-radius:50%;background-color:#a7d8ef;border:none;cursor:pointer;transition:all .3s ease}.hero-section .dot.active{background-color:#2ca7e0;width:30px;border-radius:10px}.faq-teaser-section{padding:5rem 2rem 8rem;position:relative}.faq-teaser-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:3rem}.faq-teaser-image img{opacity:.6;flex-grow:1;position:relative}.faq-teaser-image{flex-grow:1;position:relative}.faq-teaser-text{max-width:600px;flex-shrink:0}.faq-teaser-image img{max-width:100%;height:auto;display:block;margin:0 auto;transform:translateY(-30px)}.faq-teaser-text p{font-family:Cairo,sans-serif;font-weight:400;font-size:37px;line-height:65px;color:#444b5b;text-align:justify;text-justify:inter-word}.faq-teaser-text p:last-of-type{text-align:right}.cta-link{font-family:Cairo,sans-serif;font-weight:400;font-size:29px;line-height:1.2;color:#144b65;text-decoration:underline;transition:color .3s ease;background:none;padding:0;border-radius:0}.cta-link:hover{color:#2896ca}.see-more-link{position:absolute;bottom:40px;left:330px;z-index:10}.faq-cta-button{position:absolute;bottom:-80px;left:50%;transform:translate(-50%);z-index:10;width:max-content}.view-all-button{position:absolute;left:2rem}.section-separator{max-width:1217px;margin:3rem auto;height:1px;background-color:#1a6486}.testimonials-section{padding:5rem 0;position:relative}.testimonials-section .section-title-container{margin-bottom:4rem;position:relative;text-align:center}.section-title{font-family:Cairo,sans-serif;font-weight:700;font-size:46px;color:#144b65;display:inline-block;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:35px;left:50%;transform:translate(-50%);width:100%;height:19px;background-color:#bee4f5;z-index:-1}.carousel-container{min-height:480px;position:relative;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.card-wrapper{display:flex;justify-content:center;align-items:center;position:absolute;transition:transform .6s ease-out,opacity .6s ease-out,width .6s ease-out,height .6s ease-out}.card-wrapper.active{width:398px;height:auto;transform:translate(0) scale(1);opacity:1;z-index:10;pointer-events:auto}.card-wrapper.right{width:280px;height:auto;transform:translate(406px);opacity:.6;z-index:5;pointer-events:auto}.card-wrapper.left{width:280px;height:auto;transform:translate(-406px);opacity:.6;z-index:5;pointer-events:auto}.card-wrapper.hidden{width:280px;height:306px;transform:scale(.7);opacity:0;z-index:1}.testimonials-footer{display:flex;justify-content:center;align-items:center;position:relative;max-width:1217px;margin:4rem auto 0;padding:0 2rem;height:36px}.testimonials-controls{width:323px;height:100%;display:flex;align-items:center;justify-content:space-between}.slider-arrow{width:20px;height:20px;cursor:pointer;transition:transform .2s ease}.slider-arrow:hover{transform:scale(1.1)}.testimonials-pagination{display:flex;gap:.8rem;align-items:center;flex-direction:row-reverse}.testimonials-pagination .dot{width:12px;height:12px;border-radius:50%;background-color:#d3d7df;transition:background-color .3s ease;cursor:pointer}.testimonials-pagination .dot.active{background-color:#2ca7e0}.contact-section{padding:5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:28px}.contact-section .section-title-container{margin-bottom:0}.social-icons-wrapper{position:relative;width:762px;height:50px}.social-icons-grid a:hover{background-color:#0000001a}@media (max-width: 768px){.hero-section{padding:2rem 1rem;min-height:auto}.slide{flex-direction:column-reverse;gap:1.5rem;text-align:center}.slide-image img{max-height:200px;opacity:.5}.slide-text h1{font-size:22px;max-width:100%}.hero-section .pagination-dots{bottom:50px}.see-more-link{position:static;display:block;text-align:center;margin-top:80px;font-size:22px}.faq-teaser-section{padding:4rem 1rem 6rem}.faq-teaser-container{flex-direction:column;gap:1rem}.faq-teaser-text p{font-size:24px;line-height:1.6;text-align:center}.faq-teaser-text p:last-of-type{text-align:center}.faq-teaser-image img{transform:translateY(0);max-width:80%}.faq-cta-button{position:static;transform:none;margin-top:2rem;font-size:22px}.testimonials-section{padding:4rem 0;overflow:hidden}.section-title{font-size:32px}.section-title:after{height:12px;bottom:25px}.carousel-container{height:auto;min-height:450px}.card-wrapper.active{width:calc(100vw - 4rem);max-width:380px;height:auto}.card-wrapper.right{transform:translate(100vw);height:auto}.card-wrapper.left{transform:translate(-100vw);height:auto}.testimonials-footer{flex-direction:column-reverse;gap:2rem;height:auto;margin-top:2rem}.view-all-button{position:static;font-size:22px}.contact-section{padding:4rem 1rem}.social-icons-wrapper{width:100%;max-width:500px;height:auto;aspect-ratio:762 / 50}.social-icons-grid{gap:5%}}.profile-card{width:100%;background:#eaecf0;border-radius:12px;box-shadow:10px 10px 20px #00000012;padding-top:16px;padding-bottom:29px;padding-left:1.5rem;padding-right:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease-out;min-height:300px}.profile-image{width:114px;height:114px;border-radius:50%;object-fit:cover;border:4px solid #FFFFFF;flex-shrink:0;margin-bottom:8px;transition:width .3s ease-out,height .3s ease-out}.profile-name{font-family:Cairo,sans-serif;font-weight:700;font-size:15px;line-height:1.2;color:#0f3a4e;margin:0}.profile-title{font-family:Cairo,sans-serif;font-weight:400;font-size:12px;line-height:1.2;color:#0f3a4e;margin-top:2px}.quote-svg-icon{width:22px;height:22px;margin:12px 0}.profile-quote{font-family:Cairo,sans-serif;font-weight:400;font-size:19px;line-height:1.5;text-align:justify;color:#1a6486;margin:0;transition:font-size .3s ease-out;flex-grow:1;overflow:visible}.card-wrapper.left .profile-quote,.card-wrapper.right .profile-quote{font-size:14px;line-height:1.4;overflow:visible}.products-hero{background:linear-gradient(258.72deg,#33384400 -.22%,#2ca7e033 46.82%);opacity:.9;min-height:402px;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-x:hidden}.products-hero-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;gap:2rem}.products-hero-text{max-width:773px;text-align:right;flex-shrink:0}.products-hero-text p{font-family:Cairo,sans-serif;font-weight:400;font-size:29px;line-height:1.8;color:#444b5b;margin:0}.products-hero-image{width:506px;height:358px;flex-shrink:0}.products-hero-image img{width:100%;height:100%;object-fit:cover;opacity:.6}.service-cards-section{padding:5rem 2rem;width:100%;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:8rem;overflow-x:hidden}.service-card{background:linear-gradient(257.09deg,#55586000 7.42%,#05b0ff33 68.64%);border-radius:50px;border-right:1px solid #1A6486;border-bottom:1px solid #1A6486;border-left:1px solid #1A6486;border-top:none;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem;box-sizing:border-box}.card-animation-wrapper{width:fit-content}.card-animation-wrapper:nth-child(odd){align-self:flex-start}.card-animation-wrapper:nth-child(2n){align-self:flex-end}.card-animation-wrapper:nth-child(3),.card-animation-wrapper:nth-child(7){align-self:center}.first-card{width:583px;height:368px}.second-card{width:602px;height:440px}.third-card{width:876px;height:368px}.fourth-card{width:602px;height:386px}.fifth-card{width:741px;height:386px}.sixth-card{width:753px;height:386px}.seventh-card{width:1214px;height:386px}.service-card-title{font-family:Cairo,sans-serif;font-weight:700;font-size:46px;color:#144b65;padding:0 1rem;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);white-space:nowrap}.service-card-content{display:flex;flex-direction:column;align-items:center;gap:25px;width:100%}.first-card .service-card-content{margin-top:10px}.second-card .service-card-content{margin-top:20px}.third-card .service-card-content{margin-top:0}.fourth-card .service-card-content{margin-top:5px}.fifth-card .service-card-content{margin-top:-20px}.sixth-card .service-card-content{margin-top:5px}.seventh-card .service-card-content{margin-top:30px}.service-card-image{object-fit:contain;opacity:.7}.first-card .service-card-image{width:251px;height:201px}.second-card .service-card-image{width:264px;height:220px}.third-card .service-card-image{width:220px;height:220px}.fourth-card .service-card-image{width:235px;height:235px}.fifth-card .service-card-image{width:256px;height:256px}.sixth-card .service-card-image{width:223px;height:223px}.seventh-card .service-card-image{width:458px;height:127px}.service-card-text{font-family:Cairo,sans-serif;font-weight:400;font-size:29px;line-height:1.5;text-align:center;color:#000;width:100%}.second-card .service-card-text,.third-card .service-card-text,.fourth-card .service-card-text,.fifth-card .service-card-text,.sixth-card .service-card-text,.seventh-card .service-card-text{color:#333844}.final-cta-buttonp{width:310px;height:89px;background-color:#2ca7e0;border-radius:20px;box-shadow:0 8px 4px #2ca7e033;display:flex;justify-content:center;align-items:center;color:#282c35;font-family:Cairo,sans-serif;font-weight:700;font-size:37px;text-decoration:none;border:1px solid transparent;transition:all .3s ease-out}.final-cta-buttonp:hover{background-color:#fff;color:#2ca7e0;border-color:#2ca7e0;box-shadow:0 4px 4px #000000b2}@media (max-width: 992px){.products-hero-container{flex-direction:column;text-align:center}.products-hero-text{text-align:center}.products-hero-text p{font-size:24px}.products-hero-image{width:100%;max-width:506px;height:auto}.service-cards-section{gap:8rem;padding-top:8rem}.card-animation-wrapper{width:100%;display:flex;justify-content:center}.card-animation-wrapper:nth-child(odd),.card-animation-wrapper:nth-child(2n),.card-animation-wrapper:nth-child(3),.card-animation-wrapper:nth-child(7){align-self:center}.first-card,.second-card,.third-card,.fourth-card,.fifth-card,.sixth-card,.seventh-card{width:90%;max-width:583px;height:auto}.service-card{padding:4rem 2rem 2rem}.service-card-content{margin-top:0!important}.service-card-title{font-size:32px}.service-card-text{font-size:22px}.final-cta-buttonp{margin:2rem auto}}@media (max-width: 768px){.products-hero{padding:2rem 1rem}.products-hero-text p{font-size:18px;line-height:1.7}.service-cards-section{padding:6rem 1rem;gap:6rem}.service-card{padding:3rem 1.5rem 1.5rem;border-radius:30px}.service-card-title{font-size:24px;white-space:normal;text-align:center;width:80%}.service-card-image{max-width:70%;height:auto}.first-card .service-card-image,.second-card .service-card-image,.third-card .service-card-image,.fourth-card .service-card-image,.fifth-card .service-card-image,.sixth-card .service-card-image,.seventh-card .service-card-image{width:70%;height:auto}.service-card-text{font-size:18px;line-height:1.6}.final-cta-buttonp{width:250px;height:70px;font-size:28px}}.faq-hero{width:100%;min-height:414px;background:linear-gradient(258.72deg,#33384400 -.22%,#2ca7e033 46.82%);opacity:.9;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.faq-hero-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;gap:2rem}.faq-hero-text{max-width:863px;text-align:right;flex-shrink:0}.faq-hero-text p{font-family:Cairo,sans-serif;font-weight:400;font-size:29px;line-height:1.8;color:#444b5b;margin:0}.faq-hero-image{width:389px;height:389px;flex-shrink:0}.faq-hero-image img{width:100%;height:100%;object-fit:contain;opacity:.6}.faq-list-section{padding:4rem 2rem 6rem;display:flex;flex-direction:column;align-items:center}.faq-list-container{max-width:1228px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:3rem}.final-cta-button{margin-top:5rem;width:310px;height:89px;background-color:#2ca7e0;border-radius:20px;box-shadow:0 8px 4px #2ca7e033;display:flex;justify-content:center;align-items:center;color:#282c35;font-family:Cairo,sans-serif;font-weight:700;font-size:37px;text-decoration:none;border:1px solid transparent;transition:all .3s ease-out}.final-cta-button:hover{background-color:#fff;color:#2ca7e0;border-color:#2ca7e0;box-shadow:0 4px 4px #000000b2}@media (max-width: 992px){.faq-hero-container{flex-direction:column-reverse;text-align:center}.faq-hero-text{text-align:center}.faq-hero-text p{font-size:24px}.faq-hero-image{width:100%;max-width:300px;height:auto}}@media (max-width: 768px){.faq-hero{padding:2rem 1rem;min-height:auto}.faq-hero-text p{font-size:18px;line-height:1.7}.faq-hero-image{max-width:200px}.faq-list-section{padding:3rem 1rem}.faq-list-container{gap:1.5rem}.square-bullets,.checkmark-list{padding-right:20px}.square-bullets li,.checkmark-list li,.final-bullet-point{font-size:16px;line-height:1.6;margin-bottom:.5rem}.highlight-text{font-size:18px}.final-cta-button{margin-top:3rem;width:250px;height:70px;font-size:28px;border-radius:15px}}.faq-item{width:100%;max-width:1217px;padding-bottom:2rem;border-bottom:1px solid #1A6486}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-question{font-family:Cairo,sans-serif;font-weight:700;font-size:23px;line-height:1.5;color:#144b65;position:relative;display:inline;padding-bottom:5px}.faq-question:after{content:"";position:absolute;left:0;width:100%;background-color:#bee4f5;z-index:-1;height:10px;bottom:14px}.faq-answer{font-family:Cairo,sans-serif;font-weight:400;font-size:23px;line-height:1.8;color:#444b5b;text-align:right;margin-top:1.5rem}.checkmark{color:#2ca7e0;font-weight:700}.square-bullets{list-style-type:none;padding-right:20px;margin-top:1rem;color:#444b5b;text-align:right}.square-bullets li{position:relative;padding-right:25px;margin-bottom:1rem;font-size:23px;line-height:1.2}.square-bullets li:before{content:"▪";position:absolute;right:0;top:0;color:#000}.final-bullet-point{text-align:right;font-size:23px;line-height:1.8;margin-top:1rem;color:#444b5b}.highlight-text{font-family:Cairo,sans-serif;font-weight:700;font-size:23px;line-height:1.8;text-align:right;color:#2896ca;margin-bottom:1rem;display:block}.checkmark-list{list-style-type:none;padding:0;margin:1rem 0 0;text-align:right;color:#444b5b}.checkmark-list li{font-size:23px;line-height:1.8;margin-bottom:.1rem}.testimonials-page-hero{width:100%;min-height:381px;background-color:#dff2fa;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:hidden}.testimonials-page-hero-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1300px;gap:2rem}.testimonials-page-hero-text{max-width:900px;text-align:center}.testimonials-page-hero-text p{font-family:Cairo,sans-serif;font-weight:400;font-size:29px;line-height:1.8;color:#444b5b;margin:0}.testimonials-page-hero-image{width:381px;height:381px;flex-shrink:0}.testimonials-page-hero-image img{width:100%;height:100%;object-fit:contain;opacity:.6}.testimonials-title-section{text-align:center;padding:2rem}.testimonials-section-title{font-family:Cairo,sans-serif;font-weight:700;font-size:46px;line-height:1.5;color:#144b65;display:inline-block;position:relative;padding-bottom:10px}.testimonials-section-title:after{content:"";position:absolute;left:0;width:100%;background-color:#bee4f5;z-index:-1;height:20px;bottom:20px}.feedback-list-section{padding:2rem}.feedback-list-wrapper{max-width:1217px;margin:0 auto;position:relative}.feedback-list-container{display:flex;flex-direction:column;gap:1.5rem}.show-more-container{position:relative;margin-top:1.5rem}.blurred-content{filter:blur(4px);pointer-events:none;opacity:.5;max-height:500px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,black 50%,transparent 100%);mask-image:linear-gradient(to bottom,black 50%,transparent 100%)}.show-more-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Cairo,sans-serif;font-weight:400;font-size:29px;color:#144b65;text-decoration:underline;background:none;border:none;cursor:pointer;z-index:10;transition:color .3s ease;white-space:nowrap}.show-more-button:hover{color:#2ca7e0}.pagination-section{padding:4rem 2rem}.pagination-container{display:flex;justify-content:center;align-items:center;gap:16px;direction:ltr}.pagination-number{width:40px;height:40px;border-radius:10px;border:1px solid #2386B3;background-color:#bee4f5;font-family:Cairo,sans-serif;font-size:1.2rem;font-weight:700;color:#144b65;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.pagination-number:hover{border-color:#2ca7e0;background-color:#d1e8f5}.pagination-number.active{background-color:#eaf6fc;border-color:#2ca7e0;color:#2ca7e0}.pagination-arrow{width:40px;height:40px;border-radius:10px;border:1px solid #2386B3;background-color:#bee4f5;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.pagination-arrow img{width:24px;height:24px}.pagination-arrow:hover:not(.disabled){border-color:#2ca7e0;background-color:#d1e8f5}.pagination-arrow.disabled{background-color:#ddf1fa;border-color:#beddec;cursor:not-allowed;opacity:.5}.final-cta-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 2rem 6rem}.final-cta-text-1,.final-cta-text-2{font-family:Cairo,sans-serif;font-weight:700;font-size:46px;line-height:1.2;text-align:center;margin:0}.final-cta-text-1{color:#144b65}.final-cta-text-2{color:#2896ca}.testimonials-final-cta-button{margin-top:1rem;width:310px;height:89px;background-color:#2ca7e0;border-radius:20px;box-shadow:0 8px 4px #2ca7e033;display:flex;justify-content:center;align-items:center;color:#282c35;font-family:Cairo,sans-serif;font-weight:700;font-size:37px;text-decoration:none;border:1px solid transparent;transition:all .3s ease-out}.testimonials-final-cta-button:hover{background-color:#fff;color:#2ca7e0;border-color:#2ca7e0;box-shadow:0 4px 4px #000000b2}@media (max-width: 992px){.testimonials-section-title,.final-cta-text-1,.final-cta-text-2{font-size:32px}}@media (max-width: 768px){.testimonials-page-hero-container{flex-direction:column;gap:1.5rem}.testimonials-page-hero-text p{font-size:18px;line-height:1.7}.testimonials-page-hero-image{width:250px;height:250px}.testimonials-section-title{font-size:26px}.testimonials-section-title:after{height:15px;bottom:12px}.testimonials-title-section,.feedback-list-section,.pagination-section,.final-cta-section{padding-left:1rem;padding-right:1rem}.show-more-button{font-size:22px}.pagination-container{gap:8px;flex-wrap:wrap}.pagination-number,.pagination-arrow{width:36px;height:36px;font-size:1rem}.pagination-arrow img{width:20px;height:20px}.final-cta-text-1,.final-cta-text-2{font-size:24px}.testimonials-final-cta-button{width:250px;height:70px;font-size:28px;border-radius:15px}}.feedback-item{width:100%;max-width:1217px;padding-bottom:1.5rem;border-bottom:1px solid #1A6486}.feedback-author{display:flex;align-items:center;gap:17px;margin-bottom:1.5rem}.author-image{width:112px;height:112px;border-radius:50%;object-fit:cover;flex-shrink:0}.author-info{text-align:right}.author-name{font-family:Cairo,sans-serif;font-weight:700;font-size:23px;color:#0f3a4e;line-height:1.2}.author-description{font-family:Cairo,sans-serif;font-weight:400;font-size:19px;color:#0f3a4e;margin:.25rem 0 0}.feedback-text{font-family:Cairo,sans-serif;font-weight:400;font-size:23px;line-height:1.8;color:#333844;text-align:right;margin:0}.contact-page{background-color:#dff2fa;width:100%;min-height:724px;display:flex;justify-content:center;padding:3rem 2rem}.contact-container{width:100%;max-width:1400px;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact-hero-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:2rem}.contact-hero-text{flex-grow:1;text-align:center}.contact-hero-text p{font-family:Cairo,sans-serif;font-weight:400;font-size:29px;line-height:1.8;color:#444b5b;margin:0}.contact-hero-image{width:558px;height:558px;flex-shrink:0}.contact-hero-image img{width:100%;height:100%;object-fit:contain;opacity:.6}.contact-socials-section{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%;margin-top:0rem}.contact-socials-title{font-family:Cairo,sans-serif;font-weight:700;font-size:29px;color:#144b65;text-decoration:underline;margin:0}.social-icons-wrapper{position:relative;width:762px;height:50px;max-width:100%}.social-icons-image{width:100%;height:100%}.social-icons-grid{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(9,1fr);gap:39px}.social-icons-grid a{display:block;height:100%;border-radius:50%;transition:background-color .2s ease}.social-icons-grid a:hover{background-color:#ffffff4d}@media (max-width: 992px){.contact-hero-content{flex-direction:column-reverse}.contact-hero-image{width:100%;max-width:400px;height:auto}.social-icons-wrapper{width:100%;max-width:500px;height:auto;aspect-ratio:762 / 50}}@media (max-width: 768px){.contact-hero-text p,.contact-socials-title{font-size:24px}}.not-found-page{display:flex;justify-content:center;align-items:center;text-align:center;min-height:calc(100vh - 360px);padding:2rem;background-color:#eaf6fc;color:#333844}.not-found-container{max-width:600px}.not-found-title{font-family:Poppins,sans-serif;font-size:10rem;font-weight:700;color:#2ca7e0;margin:0;line-height:1;text-shadow:0px 4px 10px rgba(44,167,224,.2)}.not-found-subtitle{font-family:Cairo,sans-serif;font-weight:700;font-size:2.5rem;color:#144b65;margin-top:1rem}.not-found-text{font-family:Cairo,sans-serif;font-size:1.1rem;line-height:1.7;margin:1.5rem 0}.not-found-button{display:inline-block;margin-top:1.5rem;padding:.8rem 2rem;font-family:Cairo,sans-serif;font-weight:700;font-size:1rem;color:#fff;background-color:#2ca7e0;border-radius:12px;text-decoration:none;transition:all .3s ease-out;box-shadow:0 8px 15px #2ca7e033}.not-found-button:hover{transform:translateY(-3px);box-shadow:0 12px 20px #2ca7e04d}html{scroll-behavior:smooth}body{margin:0;font-family:Cairo,sans-serif;background-color:#eaf6fc;color:#333;direction:rtl}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:inherit}.font-cairo-bold{font-family:Cairo,sans-serif;font-weight:700}.font-poppins{font-family:Poppins,sans-serif;font-weight:700}
