.contact-us-wrapper .contact-page{background-color:#faf9f8;padding:50px 0}.contact-us-wrapper .contact-page .container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1280px}.contact-us-wrapper .contact-page .left{flex:1 1 45%}.contact-us-wrapper .contact-page .left h1{color:#25245d;font-size:var(--section-titleFontSize);font-weight:700;margin-bottom:1rem}.contact-us-wrapper .contact-page .left p{color:#25245d;font-size:1rem;line-height:1.6;margin-top:1rem}.contact-us-wrapper .contact-page .left .why-contact{margin:1rem 0;padding-left:0}.contact-us-wrapper .contact-page .left .why-contact li{align-items:flex-start;color:#333;display:flex;font-size:1rem;margin-bottom:1rem}.contact-us-wrapper .contact-page .left .why-contact li .bullet-icon{color:var(--themeColor);flex-shrink:0;font-size:1.3rem;margin-right:.6rem;margin-top:2px}.contact-us-wrapper .contact-page .left .why-contact li strong{color:#111;margin-right:.25rem}.contact-us-wrapper .contact-page .left .why-contact li div{align-items:flex-start;display:flex;flex-direction:column}.contact-us-wrapper .contact-page .right{display:flex;flex:1 1 50%;flex-wrap:wrap;gap:1rem;justify-content:center}.contact-us-wrapper .contact-page .right .counter-box{border-radius:12px;box-shadow:0 0 12px rgba(0,0,0,.05);min-width:180px;padding:1.5rem;text-align:center;transition:all .3s ease}.contact-us-wrapper .contact-page .right .counter-box .component-iconify{font-size:45px!important}.contact-us-wrapper .contact-page .right .counter-box .count{font-size:30px;font-weight:600;margin-top:.5rem}.contact-us-wrapper .contact-page .right .counter-box .label{color:#444;font-size:.95rem;margin-top:.5rem}.contact-us-wrapper .contact-page .certificates{border-top:1px solid #e4e4eb;margin-top:15px;padding:2rem 1rem 0;text-align:center}.contact-us-wrapper .contact-page .certificates .cert-logos{align-items:center;display:flex;flex-wrap:wrap;gap:90px;margin:15px 0 0}.contact-us-wrapper .contact-page .certificates .cert-logos .first-logo{max-width:150px;position:relative}.contact-us-wrapper .contact-page .certificates .cert-logos .first-logo img{max-width:50px}.contact-us-wrapper .contact-page .certificates .cert-logos .first-logo:after{background-image:url(/_next/static/media/award-bg.6c40c14a.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:90px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:90px}.contact-us-wrapper .contact-page .certificates .cert-logos .sec-logo{max-width:150px;position:relative}.contact-us-wrapper .contact-page .certificates .cert-logos .sec-logo img{max-width:50px}.contact-us-wrapper .contact-page .certificates .cert-logos .sec-logo:after{background-image:url(/_next/static/media/award-bg.6c40c14a.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:90px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:90px}.contact-us-wrapper .contact-page .certificates p{color:#333;font-size:1rem}.contact-us-wrapper .contact-page .certificates p .highlight{color:var(--themeColor);font-weight:700}@media(max-width:991px){.contact-us-wrapper .contact-page .container{flex-direction:column}.contact-us-wrapper .contact-page .right{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.contact-us-wrapper .contact-wrapper{background-color:#fff;padding:3rem 2rem}@media only screen and (max-width:767px){.contact-us-wrapper .contact-wrapper{margin-bottom:10px;padding:20px 12px}}.contact-us-wrapper .contact-wrapper .contact-container{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.07);display:flex;flex-wrap:wrap;overflow:hidden}.contact-us-wrapper .contact-wrapper .contact-info{background-color:var(--themeColor);color:#fff;display:flex;flex:1 1 35%;flex-direction:column;justify-content:space-between;min-width:300px;overflow:hidden;padding:2rem;position:relative}.contact-us-wrapper .contact-wrapper .contact-info:after{background-color:#ea3700;border-radius:100%;bottom:-60px;content:"";height:269px;position:absolute;right:-60px;width:269px;z-index:9}.contact-us-wrapper .contact-wrapper .contact-info:before{background-color:rgba(255,135,99,.753);border-radius:100%;bottom:100px;content:"";height:138px;position:absolute;right:100px;width:138px;z-index:99}.contact-us-wrapper .contact-wrapper .contact-info h2{font-size:1.8rem;font-weight:700}.contact-us-wrapper .contact-wrapper .contact-info p{color:#fff;font-size:1rem;margin:0 0 1rem}.contact-us-wrapper .contact-wrapper .contact-info .info-item{align-items:center;display:flex;gap:1rem;margin:10px 0}.contact-us-wrapper .contact-wrapper .contact-info .info-item svg{font-size:1.3rem}.contact-us-wrapper .contact-wrapper .contact-info .info-item span{font-size:.95rem;line-height:1.4;z-index:100}.contact-us-wrapper .contact-wrapper .contact-info .info-item a{color:#fff}.contact-us-wrapper .contact-wrapper .contact-info .social-icons{display:flex;gap:1rem;margin-top:auto;z-index:100}.contact-us-wrapper .contact-wrapper .contact-info .social-icons a,.contact-us-wrapper .contact-wrapper .contact-info .social-icons a .component-iconify{min-height:35px;min-width:35px}.contact-us-wrapper .contact-wrapper .contact-info .social-icons a .component-iconify svg{background:#fff;border-radius:50%;color:var(--themeColor);cursor:pointer;font-size:35px;min-height:35px;min-width:35px;padding:.4rem}.contact-us-wrapper .contact-wrapper .contact-form{background-color:#fff;display:flex;flex:1 1 65%;flex-direction:column;padding:2rem}.contact-us-wrapper .contact-wrapper .contact-form .row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.contact-us-wrapper .contact-wrapper .contact-form .row label{display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.contact-us-wrapper .contact-wrapper .contact-form .row label span{color:#ea0000;padding-left:5px}.contact-us-wrapper .contact-wrapper .contact-form .row .field{display:flex;flex:1;flex-direction:column}.contact-us-wrapper .contact-wrapper .contact-form .row .field .error{color:#ea0000}.contact-us-wrapper .contact-wrapper .contact-form .row .field input,.contact-us-wrapper .contact-wrapper .contact-form .row .field textarea{border:none;border-bottom:1px solid #ccc;font-size:1rem;outline:none;padding:.5rem 0;transition:border .3s}.contact-us-wrapper .contact-wrapper .contact-form .row .field input:focus,.contact-us-wrapper .contact-wrapper .contact-form .row .field textarea:focus{border-color:var(--themeColor)}.contact-us-wrapper .contact-wrapper .contact-form .row .field textarea{min-height:100px;resize:vertical}.contact-us-wrapper .contact-wrapper .contact-form .row .field.full{flex:1 1 100%}.contact-us-wrapper .contact-wrapper .contact-form .row .radio-group{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.5rem}.contact-us-wrapper .contact-wrapper .contact-form .row .radio-group label{align-items:center;display:flex;font-weight:400;gap:.4rem}.contact-us-wrapper .contact-wrapper .contact-form .row .radio-group label input{accent-color:var(--themeColor);display:block;z-index:99}.contact-us-wrapper .contact-wrapper .contact-form .form-submit{align-items:center;display:flex;justify-content:flex-end;padding-bottom:150px;position:relative}.contact-us-wrapper .contact-wrapper .contact-form .form-submit:after{background:url(/_next/static/media/letter_send.d80a2b41.webp);bottom:-80px;content:"";height:250px;position:absolute;right:50px;width:250px}.contact-us-wrapper .contact-wrapper .contact-form .form-submit button{background:var(--themeColor);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 2rem}.contact-us-wrapper .contact-wrapper .contact-form .form-submit button:disabled{padding:.5rem 3rem}.contact-us-wrapper .contact-wrapper .contact-form .form-submit .paper-plane{max-height:50px}@media(max-width:768px){.contact-us-wrapper .contact-wrapper .contact-container{flex-direction:column}.contact-us-wrapper .contact-wrapper .contact-container .contact-form,.contact-us-wrapper .contact-wrapper .contact-container .contact-info{flex:1 1 100%;padding:2rem}.contact-us-wrapper .contact-wrapper .contact-container .form-submit{align-items:flex-start;flex-direction:column}.contact-us-wrapper .contact-wrapper .contact-container .form-submit .paper-plane{margin-top:1rem}}.contact-us-wrapper .clients-from-section{background-color:#fff;padding:60px 0}@media only screen and (max-width:767px){.contact-us-wrapper .clients-from-section{padding:30px 0}}.contact-us-wrapper .clients-from-section .container{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.contact-us-wrapper .clients-from-section .container .left-content{flex:1 1 45%}.contact-us-wrapper .clients-from-section .container .left-content h3{color:#1c2540;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.contact-us-wrapper .clients-from-section .container .left-content .highlighted{color:#1c2540;font-size:1.1rem;font-weight:500}.contact-us-wrapper .clients-from-section .container .left-content .highlighted span{color:var(--themeColor);font-weight:600}.contact-us-wrapper .clients-from-section .container .left-content .description{color:#555;margin:1rem 0 2rem;max-width:90%}.contact-us-wrapper .clients-from-section .container .left-content .green-btn{background-color:var(--themeColor);border:none;border-radius:24px;color:#fff;cursor:pointer;font-weight:600;margin-bottom:2rem;padding:12px 24px}.contact-us-wrapper .clients-from-section .container .left-content .counters{border-bottom:1px solid #f0efec;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.contact-us-wrapper .clients-from-section .container .left-content .counters div strong{border-left:2px solid var(--themeColor);color:#1c2540;display:block;font-size:1.5rem;line-height:1;padding-left:10px}.contact-us-wrapper .clients-from-section .container .left-content .counters div span{color:#777;font-size:.875rem;padding-left:10px}.contact-us-wrapper .clients-from-section .container .left-content .country-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:1rem;gap:1rem}.contact-us-wrapper .clients-from-section .container .left-content .country-list .country-item{align-items:center;display:flex;gap:.5rem}.contact-us-wrapper .clients-from-section .container .left-content .country-list .country-item img{border-radius:2px;height:auto;-o-object-fit:contain;object-fit:contain;width:34px}.contact-us-wrapper .clients-from-section .container .left-content .country-list .country-item span{color:#333;font-size:.9rem}.contact-us-wrapper .clients-from-section .container .right-map{display:flex;flex:1 1 40%;justify-content:center}.contact-us-wrapper .clients-from-section .container .right-map canvas{width:130%!important}.contact-us-wrapper .clients-from-section .container .right-map img{height:auto;max-width:100%}@media(max-width:992px){.contact-us-wrapper .clients-from-section .container{flex-direction:column}}.contact-map-section{align-items:center;display:flex;padding:0;text-align:center}.contact-map-section .subtitle{color:var(--themeColor);font-weight:600;margin-bottom:.5rem}.contact-map-section .title{font-size:2.25rem;font-weight:700}.contact-map-section .desc{color:#555;margin-bottom:2rem}.contact-map-section .map-container{margin:0 auto;max-width:1000px;overflow:hidden;position:relative}.contact-map-section .map-container .world-map{height:auto;width:100%}.contact-map-section .map-container .map-dot-wrapper{cursor:pointer;position:absolute}.contact-map-section .map-container .map-dot-wrapper .map-dot{background:var(--themeColor);border-radius:50%;height:14px;position:relative;width:14px;z-index:1}@media only screen and (max-width:767px){.contact-map-section .map-container .map-dot-wrapper .map-dot{height:8px;width:8px}}.contact-map-section .map-container .map-dot-wrapper .map-dot:after,.contact-map-section .map-container .map-dot-wrapper .map-dot:before{background:rgba(255,156,99,.973);border-radius:50%;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:-1}.contact-map-section .map-container .map-dot-wrapper .map-dot:before{animation:pulse 1.6s ease-out infinite}.contact-map-section .map-container .map-dot-wrapper .map-dot:after{animation:pulse 2.3s ease-out infinite}.contact-map-section .map-container .map-dot-wrapper .map-dot{animation:blink 2s ease-in-out infinite}.contact-map-section .map-container .map-dot-wrapper .dot-tooltip{background:#fff;border-radius:8px;bottom:120%;box-shadow:0 4px 12px rgba(0,0,0,.1);color:#000;left:50%;min-width:300px;opacity:0;padding:.5rem .75rem;position:absolute;transform:translateX(-50%);transition:opacity .3s ease,transform .3s ease;visibility:hidden;z-index:2}.contact-map-section .map-container .map-dot-wrapper .dot-tooltip strong{display:block;font-size:.85rem}.contact-map-section .map-container .map-dot-wrapper .dot-tooltip p{color:#666;font-size:.75rem;margin:0 auto;max-width:250px}.contact-map-section .map-container .map-dot-wrapper .dot-tooltip .city-icon{align-items:center;display:flex;gap:10px;justify-content:center}.contact-map-section .map-container .map-dot-wrapper .dot-tooltip:after{border:5px solid transparent;border-top-color:#fff;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.contact-map-section .map-container .map-dot-wrapper:hover .dot-tooltip{opacity:1;transform:translateX(-50%) translateY(-4px);visibility:visible}.contact-map-section .map-container .map-dot-wrapper.active .map-dot{box-shadow:0 0 18px rgba(170,64,2,.863);transform:scale(1.2)}.contact-map-section .map-container .info-box{background:#fff;border-radius:10px;bottom:-100px;box-shadow:0 8px 20px rgba(0,0,0,.1);left:50%;min-width:280px;padding:1rem 1.25rem;position:absolute;transform:translateX(-50%);z-index:2}.contact-map-section .map-container .info-box strong{display:block;font-weight:600}.contact-map-section .map-container .info-box p{color:#666;font-size:.875rem;margin:0}.contact-map-section .contact-details{display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:6rem}.contact-map-section .contact-details div{margin:1rem;text-align:left}.contact-map-section .contact-details div h4{font-weight:600;margin-bottom:.5rem}.contact-map-section .contact-details div p{color:#666;font-size:.875rem;margin:0 0 .25rem}.contact-map-section .contact-details div a{color:var(--themeColor);font-weight:500;text-decoration:none}@keyframes pulse{0%{opacity:.5;transform:translate(-50%,-50%) scale(1)}70%{opacity:0;transform:translate(-50%,-50%) scale(2)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.6}}