.contact-us-wrapper .contact-page{padding:50px 0;background-color:#faf9f8}.contact-us-wrapper .contact-page .container{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1280px;margin:0 auto;align-items:center;gap:2rem}.contact-us-wrapper .contact-page .left{flex:1 1 45%}.contact-us-wrapper .contact-page .left h1{font-size:var(--section-titleFontSize);font-weight:700;color:#25245d;margin-bottom:1rem}.contact-us-wrapper .contact-page .left p{font-size:1rem;color:#25245d;margin-top:1rem;line-height:1.6}.contact-us-wrapper .contact-page .left .why-contact{margin:1rem 0;padding-left:0}.contact-us-wrapper .contact-page .left .why-contact li{display:flex;align-items:flex-start;font-size:1rem;margin-bottom:1rem;color:#333}.contact-us-wrapper .contact-page .left .why-contact li .bullet-icon{font-size:1.3rem;margin-right:.6rem;color:var(--themeColor);flex-shrink:0;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{display:flex;align-items:flex-start;flex-direction:column}.contact-us-wrapper .contact-page .right{flex:1 1 50%;display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.contact-us-wrapper .contact-page .right .counter-box{border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 0 12px rgba(0,0,0,.05);transition:all .3s ease;min-width:180px}.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{margin-top:.5rem;font-size:.95rem;color:#444}.contact-us-wrapper .contact-page .certificates{margin-top:15px;text-align:center;padding:2rem 1rem 0;border-top:1px solid #e4e4eb}.contact-us-wrapper .contact-page .certificates .cert-logos{display:flex;align-items:center;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{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);height:90px;background-image:url(/_next/static/media/award-bg.6c40c14a.svg);background-size:contain;background-position:50%;width:90px;background-repeat:no-repeat}.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{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);height:90px;background-image:url(/_next/static/media/award-bg.6c40c14a.svg);background-size:contain;background-position:50%;width:90px;background-repeat:no-repeat}.contact-us-wrapper .contact-page .certificates p{font-size:1rem;color:#333}.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{padding:3rem 2rem;background-color:#fff}@media only screen and (max-width:767px){.contact-us-wrapper .contact-wrapper{padding:20px 12px;margin-bottom:10px}}.contact-us-wrapper .contact-wrapper .contact-container{display:flex;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.07);flex-wrap:wrap}.contact-us-wrapper .contact-wrapper .contact-info{background-color:var(--themeColor);color:#fff;padding:2rem;flex:1 1 35%;display:flex;flex-direction:column;justify-content:space-between;min-width:300px;position:relative;overflow:hidden}.contact-us-wrapper .contact-wrapper .contact-info:after{width:269px;height:269px;background-color:#ea3700;content:"";position:absolute;bottom:-60px;right:-60px;border-radius:100%;z-index:9}.contact-us-wrapper .contact-wrapper .contact-info:before{width:138px;height:138px;background-color:rgba(255,135,99,.753);content:"";position:absolute;bottom:100px;right:100px;border-radius:100%;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{margin:0 0 1rem;font-size:1rem;color:#fff}.contact-us-wrapper .contact-wrapper .contact-info .info-item{display:flex;align-items:center;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 .social-icons{display:flex;gap:1rem;z-index:100;margin-top:auto}.contact-us-wrapper .contact-wrapper .contact-info .social-icons a,.contact-us-wrapper .contact-wrapper .contact-info .social-icons a .component-iconify{min-width:35px;min-height:35px}.contact-us-wrapper .contact-wrapper .contact-info .social-icons a .component-iconify svg{font-size:35px;min-width:35px;min-height:35px;background:#fff;color:var(--themeColor);border-radius:50%;padding:.4rem;cursor:pointer}.contact-us-wrapper .contact-wrapper .contact-form{background-color:#fff;flex:1 1 65%;padding:2rem;display:flex;flex-direction:column}.contact-us-wrapper .contact-wrapper .contact-form .row{display:flex;flex-wrap:wrap;margin-bottom:1.5rem;gap:1rem}.contact-us-wrapper .contact-wrapper .contact-form .row label{font-weight:600;font-size:.95rem;margin-bottom:.5rem;display:block}.contact-us-wrapper .contact-wrapper .contact-form .row label span{color:#ea0000;padding-left:5px}.contact-us-wrapper .contact-wrapper .contact-form .row .field{flex:1;display:flex;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;padding:.5rem 0;font-size:1rem;outline:none;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{resize:vertical;min-height:100px}.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{font-weight:400;display:flex;align-items:center;gap:.4rem}.contact-us-wrapper .contact-wrapper .contact-form .row .radio-group label input{accent-color:var(--themeColor);z-index:99;display:block}.contact-us-wrapper .contact-wrapper .contact-form .form-submit{display:flex;align-items:center;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);position:absolute;bottom:-80px;right:50px;width:250px;height:250px;content:""}.contact-us-wrapper .contact-wrapper .contact-form .form-submit button{padding:.9rem 2rem;background:var(--themeColor);color:#fff;font-weight:600;border:none;border-radius:8px;cursor:pointer;font-size:1rem}.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{flex-direction:column;align-items:flex-start}.contact-us-wrapper .contact-wrapper .contact-container .form-submit .paper-plane{margin-top:1rem}}.contact-us-wrapper .clients-from-section{padding:60px 0;background-color:#fff}@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;justify-content:space-between;gap:40px}.contact-us-wrapper .clients-from-section .container .left-content{flex:1 1 45%}.contact-us-wrapper .clients-from-section .container .left-content h3{font-size:2.5rem;color:#1c2540;margin-bottom:1rem;font-weight:600}.contact-us-wrapper .clients-from-section .container .left-content .highlighted{font-size:1.1rem;font-weight:500;color:#1c2540}.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{margin:1rem 0 2rem;color:#555;max-width:90%}.contact-us-wrapper .clients-from-section .container .left-content .green-btn{background-color:var(--themeColor);color:#fff;border:none;padding:12px 24px;border-radius:24px;font-weight:600;cursor:pointer;margin-bottom:2rem}.contact-us-wrapper .clients-from-section .container .left-content .counters{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0efec}.contact-us-wrapper .clients-from-section .container .left-content .counters div strong{display:block;line-height:1;border-left:2px solid var(--themeColor);padding-left:10px;font-size:1.5rem;color:#1c2540}.contact-us-wrapper .clients-from-section .container .left-content .counters div span{font-size:.875rem;color:#777;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));gap:1rem}.contact-us-wrapper .clients-from-section .container .left-content .country-list .country-item{display:flex;align-items:center;gap:.5rem}.contact-us-wrapper .clients-from-section .container .left-content .country-list .country-item img{width:34px;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:2px}.contact-us-wrapper .clients-from-section .container .left-content .country-list .country-item span{font-size:.9rem;color:#333}.contact-us-wrapper .clients-from-section .container .right-map{flex:1 1 40%;display:flex;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{max-width:100%;height:auto}@media(max-width:992px){.contact-us-wrapper .clients-from-section .container{flex-direction:column}}.contact-map-section{text-align:center;padding:0;align-items:center;display:flex}.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{margin-bottom:2rem;color:#555}.contact-map-section .map-container{position:relative;margin:0 auto;max-width:1000px;overflow:hidden}.contact-map-section .map-container .world-map{width:100%;height:auto}.contact-map-section .map-container .map-dot-wrapper{position:absolute;cursor:pointer}.contact-map-section .map-container .map-dot-wrapper .map-dot{position:relative;width:14px;height:14px;background:var(--themeColor);border-radius:50%;z-index:1;animation:blink 2s ease-in-out infinite}@media only screen and (max-width:767px){.contact-map-section .map-container .map-dot-wrapper .map-dot{width:8px;height:8px}}.contact-map-section .map-container .map-dot-wrapper .map-dot:after,.contact-map-section .map-container .map-dot-wrapper .map-dot:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);border-radius:50%;background:rgba(255,156,99,.973);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 .dot-tooltip{position:absolute;bottom:120%;left:50%;transform:translateX(-50%);min-width:300px;background:#fff;color:#000;padding:.5rem .75rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease;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{margin:0 auto;font-size:.75rem;max-width:250px;color:#666}.contact-map-section .map-container .map-dot-wrapper .dot-tooltip .city-icon{display:flex;align-items:center;justify-content:center;gap:10px}.contact-map-section .map-container .map-dot-wrapper .dot-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#fff}.contact-map-section .map-container .map-dot-wrapper:hover .dot-tooltip{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-4px)}.contact-map-section .map-container .map-dot-wrapper.active .map-dot{transform:scale(1.2);box-shadow:0 0 18px rgba(170,64,2,.863)}.contact-map-section .map-container .info-box{position:absolute;bottom:-100px;left:50%;transform:translateX(-50%);background:#fff;padding:1rem 1.25rem;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.1);min-width:280px;z-index:2}.contact-map-section .map-container .info-box strong{font-weight:600;display:block}.contact-map-section .map-container .info-box p{margin:0;font-size:.875rem;color:#666}.contact-map-section .contact-details{margin-top:6rem;display:flex;justify-content:space-around;flex-wrap:wrap}.contact-map-section .contact-details div{text-align:left;margin:1rem}.contact-map-section .contact-details div h4{font-weight:600;margin-bottom:.5rem}.contact-map-section .contact-details div p{margin:0 0 .25rem;font-size:.875rem;color:#666}.contact-map-section .contact-details div a{color:var(--themeColor);text-decoration:none;font-weight:500}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.5}70%{transform:translate(-50%,-50%) scale(2);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:0}}@keyframes blink{0%,to{opacity:1}50%{opacity:.6}}.world-clock-section{padding:2rem 0 3rem;background-color:#faf9f8;box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.world-clock-section .main-title{font-size:var(--commonFontSize-MainTitle);color:#1c2540;font-weight:600;text-align:center;margin-bottom:0}.world-clock-section .main-title .hightlight{color:var(--themeColor)}.world-clock-section .sub-title{font-size:1.125rem;color:#6b7280;text-align:center;margin:0 0 2rem}.world-clock-section .world-clock-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;justify-content:center}.world-clock-section .clock-card-container{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 10px 20px rgba(0,0,0,.07);border-left:3px solid #eaeaea;display:flex;flex-direction:column;gap:.25rem}.world-clock-section .clock-card-container .city-title{margin:0;font-size:1rem;font-weight:600;color:#1c2237;display:flex;gap:10px;align-items:center}.world-clock-section .clock-card-container .city-title img{max-width:30px}.world-clock-section .clock-card-container .clock-card{display:flex;gap:1rem;align-items:center;min-height:115px}.world-clock-section .clock-card-container .clock-card .clock{position:relative;width:90px;height:90px;border-radius:50%;background:#fff;border:2px solid #eee;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.05);flex-shrink:0}.world-clock-section .clock-card-container .clock-card .clock .clock-face{position:relative;width:100%;height:100%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number{position:absolute;font-size:10px;color:#333;font-weight:600}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-12{top:0;left:50%;transform:translateX(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-3{right:0;top:50%;transform:translateY(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-6{bottom:0;left:50%;transform:translateX(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-9{left:0;top:50%;transform:translateY(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .tick{position:absolute;width:1px;height:5px;background:#aaa;top:3px;left:50%;transform-origin:center 40px;opacity:1!important}.world-clock-section .clock-card-container .clock-card .clock .clock-face .hand{position:absolute;width:50%;height:2px;background:#333;top:50%;left:50%;transform-origin:left center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .hour{height:3px;background:#3d5afe;width:30%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .minute{background:#00c853;width:35%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .second{background:#ff5252;height:1px;width:40%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .center-dot{position:absolute;width:8px;height:8px;background:#333;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.world-clock-section .clock-card-container .clock-card .clock .timezone{position:absolute;bottom:-24px;font-size:.7rem;color:#666;font-weight:600}.world-clock-section .clock-card-container .clock-card .clock-info p{margin-top:0;font-size:.85rem;color:#555;line-height:1.3;margin-bottom:0;white-space:nowrap}.world-clock-section .clock-card-container .clock-card .clock-info .icon-box{display:flex;gap:10px;align-items:center;line-height:normal;margin-top:.4rem}@media(max-width:768px){.world-clock-row{grid-template-columns:1fr 1fr}}@media(max-width:480px){.world-clock-row{grid-template-columns:1fr}}