@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{position:sticky;top:0;left:0;width:100%;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:16px 60px;transition:all .3s cubic-bezier(.4,0,.2,1);background:transparent}.header--scrolled{padding:12px 60px;background:#fffffffa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:none;box-shadow:0 2px 12px #0f172a0f}.header__logo{width:160px;cursor:pointer;flex-shrink:0}.header__logo img{width:100%;display:block;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}.header__nav{display:flex;align-items:center;gap:36px;flex:1;justify-content:center}.header__dropdown{position:relative;display:flex;align-items:center}.header__nav-item{border:none;background:transparent;padding:8px 12px;border-radius:8px;display:flex;align-items:center;gap:6px;cursor:pointer;color:#3b3a3a;font-size:16px;font-weight:500;letter-spacing:.3px;transition:all .25s ease}.header__nav-item svg{font-size:11px;transition:transform .3s ease;opacity:.7}.header__nav-item:hover{color:#2563eb}.header__nav-item:hover svg{opacity:1}.header__dropdown:hover .header__nav-item{background:#f0f9ff;color:#2563eb}.header__nav>button:hover{background:#f0f9ff;color:#2563eb}.header .rotate{transform:rotate(180deg)}.header__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.header__consult-btn{height:42px;padding:0 24px;border-radius:20px;border:1px solid #ef4444;background:#ef4444;color:#fff;font-size:13px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:all .25s ease}.header__consult-btn:hover{background:transparent;color:#ef4444}.header__call-btn{height:42px;padding:0 20px;border-radius:20px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:7px;background:#2563eb;color:#fff;font-size:13px;font-weight:600;letter-spacing:.3px;transition:all .25s ease}.header__call-btn svg{font-size:12px}.header__call-btn:hover{background:#1d4ed8}.header__mega-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(10px) scale(.95);width:420px;background:#fff;border-radius:14px;border:1px solid rgba(226,232,240,.5);padding:14px;box-shadow:0 20px 60px #0f172a1a;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s cubic-bezier(.34,.1,.68,.55),transform .25s cubic-bezier(.34,.1,.68,.55),visibility .25s ease;will-change:opacity,transform;z-index:1000}.header__dropdown:after{content:"";position:absolute;left:50%;top:100%;width:100px;height:16px;transform:translate(-50%)}.header__mega-card{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:12px;cursor:pointer;transition:all .2s ease}.header__mega-card:not(:last-child){margin-bottom:4px}.header__mega-card:hover{background:#f8fbff}.header__mega-card:hover .header__mega-icon{background:#fff}.header__mega-card:hover .header__mega-icon svg{color:#2563eb;transform:scale(1.08)}.header__mega-card:hover h4{color:#2563eb}.header__mega-icon{width:48px;height:48px;flex-shrink:0;border-radius:10px;background:#f0f9ff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.header__mega-icon svg{font-size:22px;color:#2563eb;transition:all .2s ease}.header__mega-content{flex:1}.header__mega-content h4{margin:0;font-size:14px;font-weight:600;letter-spacing:.2px;color:#0f172a;transition:color .2s ease}.header__mega-content p{margin:3px 0 0;font-size:12px;line-height:1.4;color:#64748b}.header__small-dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(12px) scale(.96);width:300px;background:#fff;border-radius:16px;border:1px solid rgba(226,232,240,.6);padding:12px;box-shadow:0 25px 80px #0f172a1f,0 5px 15px #0f172a0a;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .6s cubic-bezier(.34,.1,.68,.55),transform .65s cubic-bezier(.34,.1,.68,.55),visibility .6s ease;z-index:1000}.header__dropdown:hover .header__small-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0) scale(1)}.header__small-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;cursor:pointer;transition:all .25s ease}.header__small-item svg{color:#2563eb;font-size:20px;transition:all .25s ease}.header__small-item span{font-size:14px;font-weight:600;letter-spacing:.2px;color:#334155;transition:color .25s ease}.header__small-item:hover{background:#f0f9ff}.header__small-item:hover svg{transform:translate(3px)}.header__small-item:hover span{color:#2563eb}.header__small-item:not(:last-child){margin-bottom:4px}.header__menu-btn{display:none;width:46px;height:46px;border:none;background:transparent;cursor:pointer;align-items:center;justify-content:center}.header__menu-btn svg{font-size:28px;color:#0f172a;transition:color .25s ease}.header__menu-btn:active svg{color:#2563eb}.header__mobile-menu{position:fixed;top:70px;left:0;right:0;width:100%;height:calc(100vh - 70px);background:#fff;border-radius:0;border:none;padding:20px;box-shadow:0 25px 70px #0f172a1f;display:flex;flex-direction:column;gap:22px;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:9999;animation:mobileMenu .28s ease}@keyframes mobileMenu{0%{opacity:0;transform:translateY(-12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.header__mobile-section h5{margin:0 0 14px;font-size:15px;font-weight:700;letter-spacing:.3px;color:#0f172a}.header__mobile-item{display:flex;align-items:center;gap:14px;padding:12px 0;cursor:pointer;transition:all .25s ease}.header__mobile-item:hover{padding-left:6px}.header__mobile-item:hover span{color:#2563eb}.header__mobile-item span{font-size:15px;font-weight:700;letter-spacing:.3px;color:#0f172a;transition:color .25s ease}.header__mobile-icon{width:42px;height:42px;border-radius:10px;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header__mobile-icon svg{color:#2563eb;font-size:20px}.header__mobile-consult{height:48px;border:none;border-radius:30px;background:#ef4444;color:#fff;font-size:14px;font-weight:600;letter-spacing:.2px;cursor:pointer;transition:all .3s ease}.header__mobile-consult:active{background:#dc2626}.header__mobile-call{height:48px;border-radius:30px;background:#0f172a;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:600;letter-spacing:.2px;transition:all .3s ease}.header__mobile-call svg{font-size:14px}.header__mobile-call:active{background:#1e40af}.header__mega-menu--active,.header__small-dropdown--active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0) scale(1)}@media only screen and (max-width: 738px){.header{padding:16px 22px}.header--scrolled{padding:14px 22px}.header__logo{width:145px}.header__nav,.header__actions{display:none}.header__menu-btn{display:flex}}@media only screen and (max-width: 600px){.header{padding:14px 16px}.header--scrolled{padding:12px 16px}.header__logo{width:125px}.header__mobile-menu{left:10px;right:10px;padding:16px}}.breadcrumb{background:#fff;border-bottom:none;padding:0;margin:0}.breadcrumb__container{display:flex;align-items:center;gap:5px;padding:14px 70px;max-width:1600px;margin:0 auto}.breadcrumb__item{display:inline-flex;align-items:center;gap:5px;padding:0;border:none;background:none;cursor:pointer;font-size:14px;color:#8c9cb3;font-weight:450;font-family:inherit;transition:all .2s;white-space:nowrap}.breadcrumb__item:hover:not(:disabled){color:#1d5cff}.breadcrumb__item svg{font-size:15px;color:#cbd5e1;flex-shrink:0}.breadcrumb__item--home{color:#0f172a}.breadcrumb__item--home:hover{color:#1d5cff}.breadcrumb__item--home svg{font-size:16px}.breadcrumb__item--active{color:#1d5cff;font-size:14px;font-weight:500;cursor:default;pointer-events:none}.breadcrumb__item:disabled{cursor:default;opacity:1}.breadcrumb__separator{color:#cbd5e1;font-size:14px;flex-shrink:0;margin:0 -2px}@media (max-width: 1100px){.breadcrumb__container{padding:14px 40px}}@media (max-width: 768px){.breadcrumb{background:#fff}.breadcrumb__container{padding:12px 20px;gap:4px}.breadcrumb__item{font-size:11px;font-weight:400}.breadcrumb__item--home svg{font-size:13px}.breadcrumb__separator{font-size:11px}}.footer{background:#fefefe;padding:40px 20px;color:#343a40;font-size:14px;line-height:1.8;font-family:Poppins,sans-serif}.footer .footer-container{max-width:1100px;margin:0 auto;width:100%;display:flex;flex-flow:wrap;justify-content:space-between;align-items:flex-start;gap:40px}.footer .footer-container .footer-part .newsletter{margin-top:20px}.footer .footer-container .footer-part .newsletter .newsletter-heading{font-size:16px;margin-bottom:10px;color:#333;font-weight:500}.footer .footer-container .footer-part .newsletter .nform .form-field input{padding:10px 14px;font-size:14px;border:1px solid #ccc;border-radius:4px}.footer .footer-container .footer-part .newsletter .nform .form-field input:focus{outline:none;border-color:red}.footer .footer-container .footer-part .newsletter .nform .form-field input::placeholder{opacity:.6}.footer .footer-container .footer-part .newsletter .nform .form-field .error{font-size:12px;color:red;margin-top:4px}.footer .footer-container .footer-part .newsletter .nform .nsubmit-button{background-color:#ef0b0b;color:#fff;margin-top:10px;padding:10px 14px;max-width:190px;width:100%;border-radius:4px;cursor:pointer;border:1px solid #ef0b0b;font-size:14px;transition:all .3s ease}.footer .footer-container .footer-part .newsletter .nform .nsubmit-button:hover{background-color:#fff;color:#ef0b0b;border:1px solid #ef0b0b}.footer .footer-container .footer-part:nth-child(3) .footer-content li:nth-child(5){font-weight:600;font-size:medium;color:#212529bc;margin-top:20px}.footer .footer-container .footer-part:nth-child(3) .footer-content li:nth-child(4),.footer .footer-container .footer-part:nth-child(3) .footer-content li:nth-child(5){cursor:default}.footer .footer-container .footer-part .footer-logo{margin-bottom:10px;cursor:pointer;width:fit-content}.footer .footer-container .footer-part .footer-logo img{width:150px;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}@media only screen and (max-width: 885px){.footer .footer-container .footer-part .footer-logo img{width:130px}}@media only screen and (max-width: 738px){.footer .footer-container .footer-part .footer-logo img{width:100px}}.footer .footer-container .footer-part h2{font-size:18px;margin-bottom:15px;color:#212529}.footer .footer-container .footer-part p{color:#6c757d;max-width:300px;width:100%}.footer .footer-container .footer-part .footer-content{list-style:none;padding:0;margin:0}.footer .footer-container .footer-part .footer-content li{margin-bottom:8px;color:#6c757d;display:flex;align-items:center;gap:8px;width:fit-content;cursor:pointer;transition:color .3s ease}.footer .footer-container .footer-part .footer-content li:hover{color:#007bff}.footer .footer-bottom{text-align:center;margin-top:30px;font-size:13px;color:#6c757d;border-top:1px solid #dee2e6;padding-top:20px}.scroll-main{position:fixed;bottom:35px;right:25px;height:48px;width:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;z-index:9999;border:.4px solid #ffffff;background:linear-gradient(135deg,#ff003c,#ff4d6d);color:#fff;opacity:0;transform:translateY(15px) scale(.9);pointer-events:none;transition:all .35s ease}.scroll-main svg{font-size:20px;animation:floatArrow 1.8s ease-in-out infinite}.scroll-main:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 15px 30px #ff003c80}.scroll-main.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}@keyframes floatArrow{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (max-width: 600px){.scroll-main{height:42px;width:42px;bottom:25px;right:15px}.scroll-main svg{font-size:18px}}.react-responsive-modal-root{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1000}.react-responsive-modal-overlay{background:#00000080;position:fixed;top:0;bottom:0;left:0;right:0;z-index:-1}.react-responsive-modal-container{height:100%;outline:0;overflow-x:hidden;overflow-y:auto;text-align:center}.react-responsive-modal-containerCenter:after{width:0;height:100%;content:"";display:inline-block;vertical-align:middle}.react-responsive-modal-modal{max-width:800px;display:inline-block;text-align:left;vertical-align:middle;background:#fff;box-shadow:0 12px 15px #00000040;margin:1.2rem;padding:1.2rem;position:relative;overflow-y:auto}.react-responsive-modal-closeButton{position:absolute;top:14px;right:14px;border:none;padding:0;cursor:pointer;background-color:transparent;display:flex}.react-responsive-modal-overlay,.react-responsive-modal-container,.react-responsive-modal-modal{animation-fill-mode:forwards!important}@keyframes react-responsive-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes react-responsive-modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes react-responsive-modal-modal-in{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@keyframes react-responsive-modal-modal-out{0%{transform:scale(1);opacity:1}to{transform:scale(.96);opacity:0}}.react-responsive-modal-overlay{background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.react-responsive-modal-modal{border-radius:14px;padding:32px 36px;max-width:420px;width:90%;animation:modalScaleIn .3s ease}.modal__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;font-size:16px;font-weight:500}.modal__content svg{font-size:42px}.modal__content--success{color:#2e7d32}.modal__content--success svg{color:#2e7d32}.modal__content--error{color:#c62828}.modal__content--error svg{color:#c62828}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.loader{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#ffffff9c;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loader .loader-content{display:flex;flex-direction:column;align-items:center;text-align:center}.loader .loader-content .loading-text{margin-top:12px;font-size:1rem;font-weight:500;color:red;animation:pulse 1.8s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.hero-banner{position:relative;width:100%;margin-left:0;min-height:650px;display:flex;align-items:center;justify-content:space-between;gap:60px;padding:60px 40px;box-sizing:border-box;overflow:visible;background:#fff}@media (max-width: 768px){.hero-banner{width:100%;margin-left:0;flex-direction:column;gap:20px;min-height:auto;padding:20px;overflow:hidden}}.hero-bg{position:absolute;top:50%;left:auto;right:0;transform:translateY(-50%);width:1200px;height:100%;object-fit:contain;object-position:center;z-index:0;pointer-events:none}.hero-bg--desktop{display:block}.hero-bg--mobile{display:none}.hero-overlay{position:relative;z-index:5;width:45%;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-start}@media (max-width: 768px){.hero-overlay{width:100%;padding:20px;background:#fff;z-index:2}}.hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#2563eb;background:#2563eb14;padding:8px 16px;border-radius:20px;width:fit-content;margin-bottom:24px}.hero-tag svg{width:16px;height:16px}.hero-banner h1{font-size:48px;font-weight:700;line-height:1.2;letter-spacing:-1px;color:#001a3d;margin-bottom:16px;display:flex;flex-wrap:wrap;gap:8px}.hero-banner h1 .hero-highlight{display:inline-block}.hero-banner h1 .hero-highlight em{color:#ff1744}.hero-line{width:60px;height:4px;background:linear-gradient(90deg,#2563eb,#1e40af);margin-bottom:20px;border-radius:2px}.hero-overlay>p{font-size:15px;line-height:1.7;color:#4b5563;margin-bottom:28px;max-width:90%}.hero-overlay>p br{display:inline}.hero-buttons{display:flex;flex-direction:row;gap:16px;margin-bottom:32px;align-items:center}@media (max-width: 768px){.hero-buttons{flex-direction:column;width:100%}}.apply-btn,.whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap}.apply-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border:1px solid #FF1744;border-radius:8px;background:#ff1744;color:#fff;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.apply-btn svg{width:16px;height:16px;flex-shrink:0;transition:transform .3s ease}.apply-btn:hover{background:#fff;color:#ff1744;border-color:#ff1744}.apply-btn:hover svg{transform:translate(4px)}.whatsapp-btn{background:#fff;color:#25d366;border:1px solid #52eb8a}.whatsapp-btn:hover{box-shadow:0 4px 12px #2563eb26}.whatsapp-btn svg{width:18px;height:18px;color:#25d366}.hero-feature-card--desktop{display:flex;flex-direction:row;align-items:center;gap:0;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;width:fit-content;margin-top:16px}.hero-feature-card--mobile{display:none}.hero-feature-card__item{display:flex;align-items:center;gap:12px;padding:0 16px;flex:0 1 auto}.hero-feature-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#2563eb1a;border-radius:8px;color:#2563eb;flex-shrink:0}.hero-feature-card__icon svg{width:22px;height:22px}.hero-feature-card__text{display:flex;flex-direction:column;gap:2px}.hero-feature-card__text strong{font-size:14px;font-weight:700;color:#001a3d}.hero-feature-card__text span{font-size:12px;color:#6b7280;white-space:nowrap}.hero-feature-card__divider{width:1px;height:40px;background:#e2e8f0;margin:0 8px}.hero-right-cards{position:absolute;right:80px;top:50%;transform:translateY(-50%);z-index:3;width:auto;max-width:350px;pointer-events:auto}@media (max-width: 768px){.hero-right-cards{position:relative;right:auto;top:auto;transform:none;width:100%;max-width:100%}}.hero-flag-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;gap:0;width:100%}.hero-flag-card__services{display:flex;flex-direction:column;gap:0;margin-bottom:12px}.hero-flag-card__service-item{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:14px;color:#001a3d;font-weight:500}.hero-flag-card__service-divider{width:100%;height:1px;background:#e2e8f0;margin:0}.hero-flag-card__main-divider{width:100%;height:1px;background:#e2e8f0;margin:12px 0}.hero-flag-card__flags{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px;padding:0}.hero-flag-card__flags span{font-size:28px;line-height:1;border-right:1px solid #e2e8f0;padding:0 12px}.hero-flag-card__flags span:last-child{border-right:none;padding-right:0}.hero-flag-card__flags span:first-child{padding-left:0}.hero-flag-card__more{font-size:12px;color:#6b7280;text-align:center;margin:0;padding:0}.service-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;font-size:16px;flex-shrink:0}.service-icon--blue{background:#2563eb1a;color:#2563eb}.service-icon--red{background:#e91e631a;color:#e91e63}.service-icon svg{width:100%;height:100%}.hero-mobile-image-wrap{display:none;position:relative;width:100%;overflow:hidden}@media (max-width: 768px){.hero-mobile-image-wrap{display:block}}.hero-mobile-image{width:100%;height:auto;display:block;object-fit:contain}.hero-feature-card--mobile{display:none;flex-direction:row;align-items:flex-start;justify-content:space-evenly;width:calc(100% - 40px);max-width:calc(100% - 40px);margin:0 auto 24px;padding:0;box-sizing:border-box;background:transparent;border:none;box-shadow:none;gap:0}@media (max-width: 768px){.hero-feature-card--mobile{display:flex}}.hero-feature-card--mobile .hero-feature-card__item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:0 8px}.hero-feature-card--mobile .hero-feature-card__icon{width:40px;height:40px;font-size:18px;flex-shrink:0;background:#2563eb1f}.hero-feature-card--mobile .hero-feature-card__text strong{font-size:13px;line-height:1.2}.hero-feature-card--mobile .hero-feature-card__text span{font-size:11px;white-space:normal;line-height:1.3}.hero-feature-card--mobile .hero-feature-card__divider{display:none}.stats-wrapper{background:linear-gradient(135deg,#001a3d,#0d2a5e);color:#fff;padding:60px 40px;margin:60px 0;box-sizing:border-box}@media (max-width: 768px){.stats-wrapper{margin:40px 18px;padding:24px 18px;border-radius:14px;width:calc(100% - 36px)}}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1200px;margin:0 auto}@media (max-width: 1024px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr 1fr;gap:0}}.stat-card{display:flex;align-items:flex-start;gap:20px;flex-direction:row}@media (max-width: 768px){.stat-card{border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);padding:18px 12px;flex-direction:row;justify-content:flex-start;gap:12px}.stat-card:nth-child(2n){border-right:none}.stat-card:nth-child(n+3){border-bottom:none}.stat-card:hover{background:transparent;margin:0;padding:18px 12px;border-radius:0}}.stat-card__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#ffffff1a;border-radius:12px;color:#fff;font-size:28px;flex-shrink:0}@media (max-width: 768px){.stat-card__icon{width:44px;height:44px;font-size:20px;min-width:44px}}.stat-card__icon svg{width:100%;height:100%}.stat-card__content{display:flex;flex-direction:column;gap:4px;flex:1}.stat-card__number{font-size:32px;font-weight:700;color:#fff}@media (max-width: 768px){.stat-card__number{font-size:22px}}.stat-card__label{font-size:14px;color:#ffffffb3}@media (max-width: 768px){.stat-card__label{font-size:12px}}@media (max-width: 768px){.hero-bg--desktop{display:none!important}.hero-overlay{position:relative;top:auto;left:auto;right:auto;width:100%;max-width:100%;padding:28px 20px 0;box-sizing:border-box;z-index:2}.hero-tag{font-size:12px;margin-bottom:12px}.hero-banner h1{font-size:30px;line-height:1.15;letter-spacing:-.5px;margin-bottom:10px}.hero-banner h1 .hero-highlight{line-height:1.1}.hero-line{margin-bottom:14px}.hero-overlay>p{font-size:13.5px;line-height:1.7;max-width:100%;margin-bottom:20px}.hero-overlay>p br{display:none}.hero-buttons{flex-direction:column;gap:10px;margin-bottom:22px;width:100%}.hero-buttons .apply-btn,.hero-buttons .whatsapp-btn{width:100%;justify-content:center;height:48px;border-radius:12px;font-size:14px;box-sizing:border-box}.hero-feature-card--desktop{display:none!important}.hero-feature-card--mobile{display:flex!important;flex-direction:row;align-items:flex-start;justify-content:space-evenly;width:calc(100% - 40px);max-width:calc(100% - 40px);margin:0 auto 24px;padding:0;box-sizing:border-box;background:transparent;border:none;box-shadow:none;gap:0}.hero-feature-card--mobile .hero-feature-card__item{flex:1;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:0 8px}.hero-feature-card--mobile .hero-feature-card__icon{width:40px;height:40px;font-size:18px;flex-shrink:0;background:#2563eb1f}.hero-feature-card--mobile .hero-feature-card__text strong{font-size:13px;line-height:1.2}.hero-feature-card--mobile .hero-feature-card__text span{font-size:11px;white-space:normal;line-height:1.3}.hero-feature-card--mobile .hero-feature-card__divider{display:none}.hero-right-cards:not(.hero-right-cards--mobile){display:none!important}.hero-mobile-image-wrap{display:block!important;position:relative;width:100%;max-width:100%;overflow:hidden}.hero-mobile-image{width:100%;height:auto;display:block;object-fit:contain}.hero-right-cards--mobile{display:block!important;position:relative;top:auto;left:auto;right:auto;transform:none;width:calc(100% - 32px);max-width:calc(100% - 32px);margin:-55px auto 0;z-index:6;box-sizing:border-box}.hero-right-cards--mobile .hero-flag-card{width:100%;max-width:100%;min-width:0;padding:14px 12px;border-radius:16px;box-sizing:border-box}.hero-right-cards--mobile .hero-flag-card .hero-flag-card__services{flex-direction:row;justify-content:space-between;gap:4px;margin-bottom:8px}.hero-right-cards--mobile .hero-flag-card .hero-flag-card__service-item{flex-direction:column;align-items:center;gap:6px;font-size:9px;text-align:center;flex:1;min-width:0;padding:0;line-height:1.25}.hero-right-cards--mobile .hero-flag-card .hero-flag-card__service-divider{display:none}.hero-right-cards--mobile .hero-flag-card .service-icon{width:28px;height:28px;font-size:13px}.hero-right-cards--mobile .hero-flag-card .hero-flag-card__main-divider{margin:6px 0}}.testimonial-home{max-width:1200px;margin:0 auto;padding:60px 20px;font-family:Poppins,sans-serif;text-align:center}.testimonial-home .testimonial-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:30px}.testimonial-home .testimonial-banner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;background:#fff;border-radius:20px;padding:30px;box-shadow:0 4px 15px #0000000d}.testimonial-home .testimonial-banner .left{display:flex;align-items:center;gap:20px}.testimonial-home .testimonial-banner .left .google-logo{width:40px;height:auto}.testimonial-home .testimonial-banner .left .review-label{font-size:18px;color:#333;margin:0}.testimonial-home .testimonial-banner .left .rating{display:flex;align-items:center;gap:8px}.testimonial-home .testimonial-banner .left .rating .rating-score{font-size:20px;font-weight:700;color:#333}.testimonial-home .testimonial-banner .left .rating .star-icon{color:#fbbf24;font-size:18px}.testimonial-home .testimonial-banner .left .rating .rating-count{color:#888;font-size:14px}.testimonial-home .testimonial-banner .right a.read-reviews-button{background-color:#4285f4;color:#fff;padding:12px 20px;border-radius:30px;text-decoration:none;font-weight:600;transition:background-color .3s}.testimonial-home .testimonial-banner .right a.read-reviews-button:hover{background-color:#1a73e8}@media (max-width: 768px){.testimonial-home .testimonial-banner{flex-direction:column;gap:20px;text-align:center}.testimonial-home .testimonial-banner .left{flex-direction:column}}.visa-section{padding:80px 60px;background:#fff}.visa-section__title{text-align:center;font-size:36px;font-weight:600;line-height:1.25;color:#081c4b;margin:0 0 50px}.visa-section__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:25px}.visa-card{display:flex;flex-direction:column;margin-bottom:30px}.visa-card__media{position:relative;height:400px;overflow:hidden;border-radius:28px;isolation:isolate;cursor:pointer;box-shadow:0 18px 45px #0000001f}.visa-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:transform .8s ease}.visa-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,#0000 10%,#0000 25%,#0000 30%,#0000004d,#0006,#000000b3 60%,#000000d1,#000000e6 90%,#000);transition:.5s;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.visa-card__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1.5;pointer-events:none;-webkit-mask-image:linear-gradient(180deg,transparent 0%,transparent 30%,black 50%,black 100%);mask-image:linear-gradient(180deg,transparent 0%,transparent 30%,black 50%,black 100%);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:1;transition:.5s}.visa-card__drawer{position:absolute;left:0;right:0;bottom:0;z-index:5;padding:22px 20px;height:190px;display:flex;flex-direction:column;justify-content:flex-end}.visa-card__footer{margin-top:18px}.visa-card__footer span{display:block;color:#6b7280;font-size:14px}.visa-card__footer strong{display:block;margin-top:4px;color:#111827;font-size:15px;font-weight:700}.visa-card__top{display:flex;flex-direction:column;align-items:center;justify-content:center}.visa-card__flag{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block;margin-bottom:14px;box-shadow:0 3px 8px #0000002e}.visa-card__country{color:#fff;font-size:18px;font-weight:600;line-height:1.3;text-align:center;margin:0}.visa-card__divider{width:100%;height:1px;margin:18px 0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.visa-card__meta{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.visa-card__meta-item{display:flex;flex-direction:column;align-items:center}.visa-card__meta-item span{color:#ffffff8c;font-size:10px;font-weight:700;letter-spacing:1px;margin-bottom:6px}.visa-card__meta-item strong{color:#fff;font-size:14px;font-weight:700;line-height:1.35}.visa-card__hidden{max-height:0;overflow:hidden;opacity:0;transition:max-height .45s ease,opacity .35s ease,margin .35s ease}.visa-card__documents{margin-top:18px}.visa-card__documents span{display:block;color:#ffffff8c;font-size:10px;font-weight:700;letter-spacing:1px;margin-bottom:10px}.visa-card__documents p{color:#fff;font-size:15px;font-weight:600}.visa-card__button{width:100%;height:46px;border:none;outline:none;cursor:pointer;border-radius:999px;margin-top:18px;display:flex;align-items:center;justify-content:center;gap:10px;background:#ffffff1f;color:#fff;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:.45s cubic-bezier(.16,1,.3,1)}.visa-card__button:hover{background:#fff;color:#2563eb}.visa-card__button svg{transition:.35s}.visa-card__button:hover svg{transform:translate(4px)}.visa-card{transition:.45s cubic-bezier(.16,1,.3,1)}.visa-card:hover{transform:translateY(-4px)}.visa-card__media{transition:transform .45s ease,box-shadow .45s ease}.visa-card:hover .visa-card__media{box-shadow:0 24px 60px #00000038}.visa-card:hover .visa-card__image{transform:scale(1.04)}.visa-card:hover .visa-card__overlay{background:linear-gradient(180deg,#0000,#0000 20%,#0006 37%,#000000a6 45%,#000000c7 55%,#000000e0,#000000f2,#000)}.visa-card:hover .visa-card__media:before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.visa-card__drawer{transition:height .45s cubic-bezier(.16,1,.3,1),padding .45s}.visa-card:hover .visa-card__drawer{height:320px}.visa-card:hover .visa-card__hidden{max-height:220px;opacity:1}.visa-card__country{transition:.45s cubic-bezier(.16,1,.3,1)}.visa-card:hover .visa-card__country{margin-bottom:10px}.visa-card__meta{transition:.45s cubic-bezier(.16,1,.3,1)}.visa-card:hover .visa-card__meta{margin-bottom:8px}.visa-card__button{opacity:0;transform:translateY(10px)}.visa-card:hover .visa-card__button{opacity:1;transform:translateY(0)}.visa-card__documents{opacity:0;transform:translateY(8px);transition:opacity .35s,transform .35s}.visa-card:hover .visa-card__documents{opacity:1;transform:translateY(0)}@media (max-width: 1200px){.visa-section__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1000px){.visa-section__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.visa-section{padding:60px 40px}.visa-section__grid{grid-template-columns:repeat(2,1fr);gap:16px}.visa-card__media{height:380px}}@media (max-width: 480px){.visa-section{padding:40px 20px}.visa-section__grid{grid-template-columns:1fr}.visa-card__media{height:320px}}.process-section{width:100%;padding:80px 70px;background:#fff;position:relative;overflow:hidden}.process-section .container{max-width:1400px;margin:auto;padding:0;position:relative;z-index:2}.process-section:before{content:"";position:absolute;top:40px;left:-20px;width:320px;height:320px;background:url(/dotted-map.svg) no-repeat center;background-size:contain;opacity:.15;pointer-events:none;z-index:0}.process-section:after{content:"";position:absolute;top:50px;right:-10px;width:360px;height:240px;background:url(/plane-path.svg) no-repeat center;background-size:contain;opacity:.15;pointer-events:none;z-index:0}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.section-header .process-tag{display:inline-flex;align-items:center;gap:8px;background:transparent;padding:0;color:#273a63;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.section-header .process-tag svg{display:none}.section-header .process-tag:before{content:"";width:7px;height:7px;border-radius:50%;background:#ef4444}.section-header h2{font-size:52px;font-weight:500;line-height:1.15;letter-spacing:-1px;color:#273a63;font-family:"DM Serif Display",Fraunces,serif;margin:20px 0}.section-header h2 span{display:inline;color:#273a63}.section-header p{font-size:16px;line-height:1.8;color:#64748b;max-width:640px;margin:auto}.desktop-process{display:block;position:relative}.desktop-process .timeline-line{position:absolute;top:48px;left:8.5%;right:8.5%;height:3px;background:#aeb0b6}.desktop-process .timeline-steps{display:grid;grid-template-columns:repeat(6,minmax(180px,1fr));gap:20px}.desktop-process .timeline-steps .step-item{position:relative;padding-top:25px}.desktop-process .timeline-steps .step-item .step-number{width:52px;height:52px;border-radius:50%;background:#fff;border:2px solid #aeb0b6;color:#263a6c;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin:0 auto;position:relative;z-index:2}.desktop-process .timeline-steps .step-item .step-number:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:2px;height:12px;background:#aeb0b6;border-radius:5px}.desktop-process .timeline-steps .step-item .step-number:before{content:"";position:absolute;bottom:-16px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:#aeb0b6}.desktop-process .timeline-steps .step-item .process-card{background:#fff;border-radius:18px;border:1px solid #E5E7EB;padding:25px 22px;text-align:center;box-shadow:0 10px 30px #0f172a0a;height:90%;margin-top:5px;transition:all .3s ease}.desktop-process .timeline-steps .step-item .process-card .icon-wrap{width:74px;height:74px;margin:0 auto 16px;border-radius:50%;background:#fff;border:2px solid #aeb0b6;color:#273a63;font-size:30px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.desktop-process .timeline-steps .step-item .process-card h4{margin:0 0 12px;font-size:18px;font-weight:600;color:#273a63}.desktop-process .timeline-steps .step-item .process-card p{color:#aba8a0;line-height:1.8;font-size:15px;margin:0}.desktop-process .timeline-steps .step-item .process-card .card-line{width:48px;height:3px;background:#273a63;border-radius:50px;margin:0 auto 16px}.mobile-process{display:none}@media (max-width: 1024px){.process-section{padding:60px 30px}.process-section .section-header{margin-bottom:50px}.process-section .section-header h2{font-size:36px}.process-section .desktop-process .timeline-steps{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.process-section{padding:55px 18px;overflow-x:hidden}.process-section:before,.process-section:after{display:none}.process-section .section-header{margin-bottom:36px}.process-section .section-header .process-tag{font-size:11px;margin-bottom:18px}.process-section .section-header h2{font-size:28px;line-height:1.3}.process-section .section-header p{font-size:14.5px;line-height:1.75}.process-section .desktop-process{display:none}.process-section .mobile-process{display:block;position:relative;margin-top:15px}.process-section .mobile-process .vertical-line{position:absolute;left:14px;top:40px;bottom:40px;width:2px;background:#e0effb}.process-section .mobile-process .mobile-step{display:flex;align-items:center;margin-bottom:20px;position:relative}.process-section .mobile-process .timeline-column{width:70px;display:flex;align-items:center;position:relative;z-index:2}.process-section .mobile-process .timeline-column:after{content:"";position:absolute;left:22px;width:30px;height:2px;background:#e0effb}.process-section .mobile-process .timeline-dot{width:20px;height:20px;min-width:20px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000014;position:absolute;left:5px;z-index:5;display:flex;align-items:center;justify-content:center}.process-section .mobile-process .timeline-dot:after{content:"";width:6px;height:6px;border-radius:50%;background:#263a6c}.process-section .mobile-process .mobile-number{width:34px;height:34px;min-width:34px;border-radius:50%;margin-left:42px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700;position:relative;z-index:3;background:#263a6c}.process-section .mobile-process .mobile-card{flex:1;background:#fff;border:1px solid #E0EFFB;border-radius:18px;padding:14px;min-height:90px;margin-left:3px;display:flex;align-items:center;gap:18px;box-shadow:0 6px 20px #0f172a0d}.process-section .mobile-process .mobile-card .mobile-icon{width:62px;height:62px;min-width:62px;font-size:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e0effb;color:#273a63}.process-section .mobile-process .mobile-card .mobile-content h4{font-size:17px!important;font-weight:700;margin-bottom:4px;color:#273a63;line-height:1.3}.process-section .mobile-process .mobile-card .mobile-content p{margin:0;font-size:13.5px;line-height:1.5;color:#64748b}.process-section .mobile-process .mobile-card .mobile-content .card-line{width:36px;height:2px;background:#273a63;border-radius:50px;margin:6px 0}}.whychoose{width:100%;padding:80px 70px;background:#fff;position:relative;overflow:hidden}.whychoose:before{content:"";position:absolute;top:40px;left:-20px;width:340px;height:340px;background:url(/dotted-map.svg) no-repeat center;background-size:contain;opacity:.12;pointer-events:none;z-index:0}.whychoose:after{content:"";position:absolute;top:60px;right:-10px;width:380px;height:260px;background:url(/plane-path.svg) no-repeat center;background-size:contain;opacity:.12;pointer-events:none;z-index:0}.whychoose .whychoose-top,.whychoose .whychoose-grid,.whychoose .why-stats{position:relative;z-index:2}.whychoose .whychoose-top{text-align:center;max-width:760px;margin:0 auto 55px}.whychoose .whychoose-top .whychoose-tag{display:inline-flex;align-items:center;gap:10px;padding:8px 18px;margin-bottom:22px;background:transparent;color:#081c4b;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.whychoose .whychoose-top .whychoose-tag .tag-dot{width:8px;height:8px;border-radius:50%;background:#ef4444}.whychoose .whychoose-top .whychoose-tag svg{color:#ef4444;font-size:13px}.whychoose .whychoose-top h2{font-size:36px;font-weight:600;line-height:1.25;color:#081c4b;margin:0 0 18px}.whychoose .whychoose-top h2 span{display:block;color:#081c4b}.whychoose .whychoose-top .whychoose-line{width:65px;height:4px;margin:0 auto 22px;border-radius:20px;background:#081c4b}.whychoose .whychoose-top p{max-width:650px;margin:auto;font-size:16px;line-height:1.8;color:#6b7280}.whychoose .whychoose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.whychoose .why-card{position:relative;background:#fff;border:1px solid #e8edf5;border-radius:18px;padding:30px 24px;text-align:center;box-shadow:0 8px 24px #081c4b0a;transition:none}.whychoose .why-card .why-card-number{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:50%;background:#f8fafc;border:1px solid rgba(37,99,235,.12);color:#081c4b;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700}.whychoose .why-card .why-card-icon{width:72px;height:72px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eff6ff;border:1px solid rgba(74,194,30,.18);color:#081c4b;font-size:30px}.whychoose .why-card .card-content{flex:1}.whychoose .why-card h3{margin-bottom:12px;font-size:20px;font-weight:600;line-height:1.4;color:#081c4b}.whychoose .why-card .card-line{width:46px;height:3px;margin:0 auto 18px;border-radius:20px;background:#081c4b}.whychoose .why-card p{font-size:15px;line-height:1.8;color:#6b7280}@media only screen and (max-width: 1024px){.whychoose{padding:65px 35px}.whychoose:before{width:260px;height:260px;left:-70px;top:40px;opacity:.1}.whychoose:after{width:240px;height:180px;right:-50px;top:40px;opacity:.1}.whychoose .whychoose-top{max-width:680px;margin-bottom:45px}.whychoose .whychoose-top .whychoose-tag{font-size:12px;margin-bottom:18px}.whychoose .whychoose-top h2{font-size:32px}.whychoose .whychoose-top p{font-size:15px}.whychoose .whychoose-grid{grid-template-columns:repeat(2,1fr);gap:20px}.whychoose .why-card{padding:28px 22px}.whychoose .why-card .why-card-number{width:40px;height:40px;font-size:14px}.whychoose .why-card .why-card-icon{width:68px;height:68px;font-size:28px;margin-bottom:18px}.whychoose .why-card h3{font-size:18px}.whychoose .why-card p{font-size:14px}}@media only screen and (max-width: 768px){.whychoose{padding:55px 18px}.whychoose:before{width:180px;height:180px;left:-70px;top:60px;opacity:.08}.whychoose:after{width:160px;height:160px;right:-45px;top:100px;opacity:.08}.whychoose .whychoose-top{max-width:100%;margin-bottom:36px}.whychoose .whychoose-top .whychoose-tag{font-size:11px;margin-bottom:16px;gap:8px}.whychoose .whychoose-top .whychoose-tag .tag-dot{width:7px;height:7px}.whychoose .whychoose-top h2{font-size:28px;line-height:1.3}.whychoose .whychoose-top .whychoose-line{width:55px;margin-bottom:18px}.whychoose .whychoose-top p{font-size:14px;line-height:1.75}.whychoose .whychoose-grid{grid-template-columns:1fr;gap:18px}.whychoose .why-card{display:flex;align-items:flex-start;gap:18px;text-align:left;padding:22px 18px}.whychoose .why-card .why-card-number{width:38px;height:38px;top:16px;right:16px;font-size:14px}.whychoose .why-card .why-card-icon{width:64px;height:64px;margin:0;flex-shrink:0;font-size:26px}.whychoose .why-card .card-content{flex:1}.whychoose .why-card h3{font-size:17px;margin-bottom:10px}.whychoose .why-card .card-line{margin:0 0 12px;width:40px}.whychoose .why-card p{font-size:14px;line-height:1.7}}@media only screen and (max-width: 480px){.whychoose{padding:45px 16px}.whychoose:before{display:none}.whychoose:after{display:none}.whychoose .whychoose-top{margin-bottom:30px}.whychoose .whychoose-top .whychoose-tag{font-size:10px;letter-spacing:.8px;padding:0;margin-bottom:14px}.whychoose .whychoose-top .whychoose-tag .tag-dot{width:6px;height:6px}.whychoose .whychoose-top h2{font-size:24px;line-height:1.35;margin-bottom:14px}.whychoose .whychoose-top .whychoose-line{width:48px;height:3px;margin-bottom:16px}.whychoose .whychoose-top p{font-size:13.5px;line-height:1.7}.whychoose .whychoose-grid{gap:14px}.whychoose .why-card{padding:18px 16px;gap:14px;border-radius:16px}.whychoose .why-card .why-card-number{width:34px;height:34px;font-size:13px;top:14px;right:14px}.whychoose .why-card .why-card-icon{width:56px;height:56px;font-size:22px}.whychoose .why-card h3{font-size:16px;line-height:1.35;margin-bottom:8px}.whychoose .why-card .card-line{width:36px;margin-bottom:10px}.whychoose .why-card p{font-size:13px;line-height:1.65}}.review-section{padding:90px 5%;background:#fff;overflow:hidden;position:relative}.review-section .review-header{text-align:center;max-width:720px;margin:0 auto 25px}.review-section .review-header .review-subtitle{display:inline-flex;align-items:center;gap:8px;color:#263a6c;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.review-section .review-header .review-subtitle .subtitle-icon{color:#ef4444;font-size:16px}.review-section .review-header .review-rating-title{display:flex;align-items:center;justify-content:center;gap:12px;margin:20px 0 16px}.review-section .review-header .review-rating-title .rating-star{font-size:18px;color:#ffc107}.review-section .review-header .review-rating-title h3{margin:0;font-size:18px;font-weight:600;color:#263a6c;letter-spacing:.5px}.review-section .review-header h2{font-size:42px;color:#071c4d;font-weight:700;line-height:1.2;margin-bottom:16px}.review-section .review-header h2 span{display:block;color:#071c4d}.review-section .review-header p{max-width:650px;margin:auto;color:#64748b;line-height:1.8;font-size:16px}.review-section .review-rating{display:flex;justify-content:center;align-items:center;gap:25px;margin:45px 0 60px;flex-wrap:wrap}.review-section .review-rating .google-box{background:#fff;border-radius:18px;padding:18px 28px;display:flex;align-items:center;gap:18px;border:1px solid #263A6C}.review-section .review-rating .google-box .google-icon{font-size:34px;color:#4285f4}.review-section .review-rating .google-box h3{margin:0;font-size:30px;color:#263a6c}.review-section .review-rating .google-box p{margin:4px 0 0;color:#64748b;font-size:14px}.review-section .review-rating .stars{display:flex;gap:4px}.review-section .review-rating .stars svg{color:#ffc107;font-size:22px}.review-section .review-slider{position:relative;margin-bottom:50px}.review-section .review-slider .swiper{padding:10px 8px 0}.review-section .review-slider .swiper-slide{height:auto;display:flex}.review-section .review-controls{display:flex;justify-content:center;align-items:center;gap:24px}.review-section .review-prev,.review-section .review-next{width:52px;height:52px;border-radius:50%;border:none;background:#fff;color:#263a6c;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;box-shadow:0 10px 30px #0000001f;transition:.3s}.review-section .review-prev:hover,.review-section .review-next:hover{background:#263a6c;color:#fff;transform:scale(1.08)}.review-section .review-prev svg,.review-section .review-next svg{font-size:18px}.review-section .review-counter{color:#64748b;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.review-section .swiper-button-disabled{opacity:.4;pointer-events:none}.review-section .review-card{position:relative;width:100%;background:#fff;border:1px solid #e8edf5;border-radius:18px;padding:24px;transition:.35s;box-shadow:0 8px 24px #0f172a0d;display:flex;flex-direction:column;min-height:300px}.review-section .review-card:hover{transform:translateY(-6px);border-color:#263a6c;box-shadow:0 18px 40px #2563eb1f}.review-section .review-card .card-google{position:absolute;top:20px;right:20px}.review-section .review-card .card-google svg{font-size:22px;color:#4285f4}.review-section .review-card .review-user{display:flex;align-items:center;gap:14px;margin-bottom:18px}.review-section .review-card .avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:700;flex-shrink:0}.review-section .review-card .user-info{flex:1}.review-section .review-card .user-info h4{margin:0;color:#071c4d;font-size:17px;font-weight:600}.review-section .review-card .user-info span{color:#94a3b8;font-size:13px}.review-section .review-card .review-stars{display:flex;gap:3px;margin-bottom:18px}.review-section .review-card .review-stars svg{color:#ffc107;font-size:15px}.review-section .review-card p{color:#475569;font-size:15px;line-height:1.8;margin:0;flex:1}.review-section .review-card .read-more{margin-top:18px;align-self:flex-start;border:none;background:transparent;color:#2563eb;font-weight:600;cursor:pointer;padding:0;font-size:14px}.review-section .review-card .read-more:hover{text-decoration:underline}@media (max-width: 992px){.review-section{padding:70px 5%}.review-section .review-header h2{font-size:36px}.review-section .review-header p{font-size:15px}.review-section .review-header .review-rating-title h3,.review-section .review-header .review-rating-title .rating-star{font-size:16px}.review-section .review-rating{margin:40px 0 50px}.review-section .review-rating .google-box{padding:16px 22px}.review-section .review-rating .google-box h3{font-size:26px}.review-section .review-rating .google-box p{font-size:13px}.review-section .review-slider .swiper{padding-bottom:0}.review-section .review-controls{gap:18px;margin-top:40px}.review-section .review-prev,.review-section .review-next{width:48px;height:48px}.review-section .review-prev svg,.review-section .review-next svg{font-size:16px}}@media (max-width: 768px){.review-section{padding:60px 18px}.review-section .review-header .review-subtitle{font-size:12px;letter-spacing:1.5px}.review-section .review-header h2{font-size:30px}.review-section .review-header h2 span{display:block}.review-section .review-header p{font-size:14px}.review-section .review-header .review-rating-title{gap:10px;margin:16px 0 12px}.review-section .review-header .review-rating-title .rating-star,.review-section .review-header .review-rating-title h3{font-size:16px}.review-section .review__rating-stars{display:flex;align-items:center;justify-content:center;gap:12px}.review-section .review__rating-stars svg{font-size:24px;color:#f59e0b}.review-section .review-slider .swiper{padding:5px 0 0}.review-section .review-controls{gap:16px;margin-top:35px}.review-section .review-prev,.review-section .review-next{width:46px;height:46px}.review-section .review-prev svg,.review-section .review-next svg{font-size:15px}.review-section .review-counter{font-size:12px}.review-section .review-card{min-height:auto;padding:22px}.review-section .review-card .card-google{top:18px;right:18px}.review-section .review-card .card-google svg{font-size:20px}.review-section .review-card .review-user{gap:12px;margin-bottom:16px}.review-section .review-card .avatar{width:48px;height:48px;font-size:18px}.review-section .review-card .user-info h4{font-size:16px}.review-section .review-card .user-info span{font-size:12px}.review-section .review-card .review-stars{margin-bottom:14px}.review-section .review-card .review-stars svg{font-size:14px}.review-section .review-card p{font-size:14px;line-height:1.7}.review-section .review-card .read-more{font-size:13px}}@media (max-width: 480px){.review-section{padding:50px 16px}.review-section .review-header h2{font-size:26px}.review-section .review-header .review-rating-title{gap:8px;margin:12px 0 10px}.review-section .review-header .review-rating-title .rating-star,.review-section .review-header .review-rating-title h3{font-size:14px}.review-section .review-rating .google-box{border-radius:14px;padding:14px 16px}.review-section .review-rating .google-box h3{font-size:22px}.review-section .review-rating .google-box p{font-size:12px}.review-section .review-slider .swiper{padding:5px 0 0}.review-section .review-controls{gap:12px;margin-top:30px}.review-section .review-prev,.review-section .review-next{width:42px;height:42px}.review-section .review-prev svg,.review-section .review-next svg{font-size:14px}.review-section .review-counter{font-size:11px}}.review-section .review__rating-stars{display:flex;align-items:center;justify-content:center;gap:16px;font-size:20px;font-weight:600;color:#0f172a;letter-spacing:.5px}.review-section .review__rating-stars svg{font-size:28px;background:linear-gradient(135deg,#4285f4,#ea4335,#fbbc04,#34a853);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev ::slotted(svg),.swiper-button-prev svg,.swiper-button-next ::slotted(svg),.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.incbar{width:100%;padding:70px 50px;overflow:hidden}.incbar .container{max-width:1320px;margin:auto}.incbar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.incbar__card{background:#fff;border-radius:18px;padding:42px 22px;text-align:center;cursor:pointer;transition:all .35s ease}.incbar__icon{display:flex;align-items:center;justify-content:center;font-size:42px;color:#ff1744;margin-bottom:18px;line-height:1;transition:all .35s ease}.incbar__icon svg{display:block}.incbar__number{font-size:40px;font-weight:600;color:#222;line-height:1;margin:0 0 10px;transition:all .35s ease}.incbar__title{font-size:14px;font-weight:600;color:#5f6368;text-transform:uppercase;letter-spacing:.7px;line-height:1.45;margin:0}.incbar__card:hover .incbar__icon,.incbar__card:hover .incbar__number{color:#ff1744}.incbar__card:hover .incbar__title{color:#333}@media (max-width: 1100px){.incbar{padding:70px 40px}.incbar__grid{grid-template-columns:repeat(2,1fr);gap:22px}.incbar__card{padding:36px 20px}.incbar__icon{font-size:42px;margin-bottom:16px}.incbar__number{font-size:46px}.incbar__title{font-size:13px}}@media (max-width: 768px){.incbar{padding:55px 20px}.incbar__grid{grid-template-columns:1fr;gap:18px}.incbar__card{padding:32px 20px}.incbar__icon{font-size:34px;margin-bottom:14px}.incbar__number{font-size:40px}.incbar__title{font-size:13px;line-height:1.5}}.faq{width:100%;padding:90px 70px;background:#fff}.faq .container{max-width:1320px;margin:auto}.faq__wrapper{display:grid;grid-template-columns:380px 1fr;gap:70px;align-items:flex-start}.faq__left{position:sticky;top:100px}.faq__tag{display:inline-block;color:#ff1744;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:18px}.faq__heading{font-size:28px;line-height:1.15;color:#1f2937;font-weight:800;margin-bottom:18px}.faq__animation{background:#fff;border-radius:22px;padding:12px;border:1px solid #e8edf5;box-shadow:0 18px 40px #0f172a14;overflow:hidden}.faq__animation svg{width:100%;height:260px;display:block}.faq__right{display:flex;flex-direction:column;gap:18px}.faq__item{background:#fff;border:1px solid #e8edf5;border-radius:18px;overflow:hidden;transition:all .35s ease;box-shadow:0 6px 22px #0f172a0d}.faq__item:hover{border-color:#ff17442e;box-shadow:0 12px 30px #0f172a14}.faq__question{width:100%;background:none;border:none;outline:none;cursor:pointer;padding:24px 28px;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:18px;font-weight:600;color:#1f2937;transition:all .35s ease}.faq__question span{padding-right:20px;line-height:1.6}.faq__icon{font-size:28px;color:#8b8b8b;flex-shrink:0;transition:all .4s ease}.faq__item.active{border-color:#ff17442e}.faq__item.active .faq__icon{transform:rotate(180deg);color:#ff1744}.faq__answer{max-height:0;overflow:hidden;padding:0 28px;transition:max-height .45s ease,padding-top .35s ease,padding-bottom .35s ease}.faq__item.active .faq__answer{max-height:220px;padding-top:10px;padding-bottom:24px}.faq__answer p{color:#6b7280;font-size:16px;line-height:1.8}@media (max-width: 1100px){.faq{padding:70px 40px}.faq__wrapper{grid-template-columns:1fr;gap:50px}.faq__left{position:static;text-align:center}.faq__heading{font-size:42px}.faq__text{max-width:600px;margin:0 auto 30px}.faq__animation{max-width:380px;margin:auto}}@media (max-width: 768px){.faq{padding:55px 20px}.faq__wrapper{gap:40px}.faq__heading{font-size:34px}.faq__tag{font-size:13px}.faq__text{font-size:15px;line-height:1.7}.faq__animation{max-width:320px;margin:auto}.faq__animation svg{height:220px}.faq__question{padding:20px;font-size:16px}.faq__item.active .faq__answer{padding:0 20px 20px}.faq__answer p{font-size:15px;line-height:1.7}.faq__icon{font-size:24px}}@media (max-width: 480px){.faq{padding:45px 16px}.faq__heading{font-size:30px}.faq__text{font-size:14px}.faq__question{padding:18px;font-size:15px}.faq__answer p{font-size:14px}.faq__animation{max-width:100%;border-radius:18px}}.login-page{display:flex;flex-direction:column;align-items:center;padding:60px 20px;font-family:Poppins,sans-serif;background-color:#fff;color:#333}.login-page h2{font-size:28px;color:#d00000;margin-bottom:30px}.login-page .login-form{display:flex;flex-direction:column;width:100%;max-width:400px;gap:15px}.login-page .login-form input{padding:12px;border-radius:6px;border:1px solid #ddd;font-size:16px}.login-page .login-form button{padding:12px;border:none;background-color:#d00000;color:#fff;font-weight:700;border-radius:6px;cursor:pointer;transition:background .3s ease}.login-page .login-form button:hover{background-color:#a60000}.documents-page{background:#fff}.documents-container{max-width:1400px;margin:0 auto;padding:0 60px;display:flex;flex-direction:column;align-items:flex-start}@media only screen and (max-width: 738px){.documents-container{padding:0 30px}}@media only screen and (max-width: 480px){.documents-container{padding:0 16px}}.documents-hero{padding:100px 60px;background:linear-gradient(135deg,#f0f9ff,#e8f4ff);margin-top:60px}@media only screen and (max-width: 738px){.documents-hero{padding:70px 30px;margin-top:60px}}@media only screen and (max-width: 480px){.documents-hero{padding:50px 16px;margin-top:50px}}.documents-hero .documents-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:30px;font-size:13px;color:#64748b}.documents-hero .documents-breadcrumb a{color:#475569;text-decoration:none;font-weight:500}.documents-hero .documents-breadcrumb a:hover{color:#0f172a}.documents-hero .documents-breadcrumb span{color:#777f88}.documents-hero .documents-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:1px;color:#ef4444;margin-bottom:24px}.documents-hero .documents-badge span{font-size:8px}.documents-hero .documents-title{display:block;margin:0 0 20px;padding:0;font-size:48px;font-weight:600;line-height:1.2;color:#0f172a;max-width:1000px}@media only screen and (max-width: 738px){.documents-hero .documents-title{font-size:36px}}@media only screen and (max-width: 480px){.documents-hero .documents-title{font-size:26px}}.documents-hero .documents-subtitle{font-size:16px;color:#475569;line-height:1.6;margin:0 0 32px;max-width:600px}@media only screen and (max-width: 480px){.documents-hero .documents-subtitle{font-size:14px;margin-bottom:24px}}.documents-hero .documents-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.documents-section{padding:80px 60px;background:#fff}@media only screen and (max-width: 738px){.documents-section{padding:60px 30px}}@media only screen and (max-width: 480px){.documents-section{padding:40px 16px}}.documents-section:nth-child(2n){background:#f8fafc}.documents-section .section-wrapper{display:grid;grid-template-columns:500px 1fr;gap:60px}@media only screen and (max-width: 738px){.documents-section .section-wrapper{grid-template-columns:1fr;gap:40px}}.documents-section .section-left{position:sticky;width:100%;max-width:450px}@media only screen and (max-width: 738px){.documents-section .section-left{position:static}}.documents-section .section-left .section-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:1px;color:#ef4444;margin-bottom:16px}.documents-section .section-left .section-badge span{font-size:8px}.documents-section .section-left h2{font-size:40px;font-weight:600;color:#0f172a;margin:0 0 12px;line-height:1.3}@media only screen and (max-width: 738px){.documents-section .section-left h2{font-size:32px}}@media only screen and (max-width: 480px){.documents-section .section-left h2{font-size:24px}}.documents-section .section-left p{font-size:16px;color:#64748b;margin:0;max-width:400px;line-height:1.6}@media only screen and (max-width: 480px){.documents-section .section-left p{font-size:14px}}.documents-section .section-right{width:100%}@media only screen and (max-width: 738px){.docs-box{padding:24px}}@media only screen and (max-width: 480px){.docs-box{padding:16px}}.docs-box .docs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media only screen and (max-width: 738px){.docs-box .docs-grid{grid-template-columns:1fr;gap:16px}}@media only screen and (max-width: 480px){.docs-box .docs-grid{grid-template-columns:1fr;gap:12px}}.docs-box .docs-grid .doc-item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #dbe4ee;border-radius:10px;background:#fff}.docs-box .docs-grid .doc-item .item-icon{font-size:18px;color:#2563eb;flex-shrink:0;margin-top:2px}.docs-box .docs-grid .doc-item .item-content{flex:1}.docs-box .docs-grid .doc-item .item-content h3{font-size:14px;font-weight:700;color:#0f172a;margin:0}.docs-box .docs-grid .doc-item .item-content p{margin:0;font-size:12px;color:#64748b;line-height:1.5}.guidelines-box{border:1px solid rgba(226,232,240,.8);border-radius:12px;padding:32px;background:#fff}@media only screen and (max-width: 738px){.guidelines-box{padding:24px}}@media only screen and (max-width: 480px){.guidelines-box{padding:16px}}.guidelines-box .guidelines-list{display:flex;flex-direction:column;gap:16px}.guidelines-box .guidelines-list .guideline-item{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid #e5e7eb}.guidelines-box .guidelines-list .guideline-item:last-child{border-bottom:none}.guidelines-box .guidelines-list .guideline-item .guideline-icon{font-size:20px;color:#2563eb;flex-shrink:0;margin-top:2px}.guidelines-box .guidelines-list .guideline-item span{font-size:15px;color:#0f172a;font-weight:500;line-height:1.6}.about-page{background-color:#ff003c;color:#fff;padding:40px 20px;font-size:16px;font-weight:500;line-height:1.5;text-align:center;font-family:Poppins,sans-serif}.about-page h1{font-size:45px;margin-bottom:20px;font-weight:600}@media (max-width: 768px){.about-page h1{font-size:30px}}.about-page p{margin-bottom:20px;color:#fff;font-size:18px;font-weight:400;line-height:1.6}@media (max-width: 768px){.about-page p{font-size:16px}}@media (max-width: 768px){.about-page{padding:20px 15px;font-size:14px}}.acard{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:50px 20px;font-family:Poppins,sans-serif;flex-wrap:wrap;text-align:center}@media (max-width: 768px){.acard{padding:30px 20px;gap:20px}}.acard .stat-item{flex:1 1 20%;background-color:#fff;padding:25px 15px;border-radius:16px;box-shadow:0 4px 16px #0000000d;transition:transform .3s ease}@media (max-width: 768px){.acard .stat-item{flex:1 1 100%}}.acard .stat-item h3{font-size:36px;color:#f03;margin-bottom:10px;font-weight:700}@media (max-width: 768px){.acard .stat-item h3{font-size:28px}}.acard .stat-item p{font-size:16px;color:#333;font-weight:500}@media (max-width: 768px){.acard .stat-item p{font-size:14px}}.mission-section{max-width:1200px;margin:40px auto;display:flex;gap:40px;padding:50px 20px;font-family:Poppins,sans-serif;text-align:left}@media only screen and (max-width: 945px){.mission-section{padding:30px 20px;flex-direction:column;gap:20px}}.mission-section .mission-box{border:1px solid rgba(255,255,255,.5764705882);border-radius:16px;padding:40px 25px 30px;box-shadow:0 6px 24px #00000014;background:linear-gradient(135deg,#ff003c1a,#ffffff0d);margin:20px 0;position:relative}@media (max-width: 768px){.mission-section .mission-box{padding:30px 20px 20px;margin-bottom:40px}}.mission-section .mission-box h2{position:absolute;top:-24px;left:20px;background-color:#fff;color:#f03;padding:10px 25px;border-radius:16px;font-size:26px;font-weight:700;box-shadow:0 4px 10px #0000000d;width:fit-content}@media (max-width: 768px){.mission-section .mission-box h2{font-size:20px;padding:8px 16px}}.mission-section .mission-box p{font-size:18px;line-height:1.8;color:#fffefc;padding-left:10px;margin-top:25px}@media (max-width: 768px){.mission-section .mission-box p{font-size:16px;line-height:1.6}}.offer-container{max-width:1200px;margin:40px auto;padding:40px 20px;font-family:Poppins,sans-serif;color:#fff}.offer-container .offer-header{text-align:center;margin-bottom:50px}.offer-container .offer-header h2{font-size:38px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px}@media (max-width: 768px){.offer-container .offer-header h2{font-size:28px}}.offer-container .offer-header p{font-size:18px;color:#fff;margin-top:10px}@media (max-width: 768px){.offer-container .offer-header p{font-size:16px}}.offer-container .offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px}@media (max-width: 768px){.offer-container .offer-grid{gap:20px}}.offer-container .offer-card{background-color:#fff;border-radius:16px;padding:25px 20px;text-align:center;border:1px solid #eee}.offer-container .offer-card .icon{font-size:32px;color:#ff003c;margin-bottom:12px}.offer-container .offer-card p{font-size:17px;font-weight:500;color:#333}.our-values-section{max-width:1200px;margin:40px auto;padding:40px 20px;text-align:center;font-family:Poppins,sans-serif;border-radius:20px}.our-values-section h2{font-size:32px;margin-bottom:40px;color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:700}.our-values-section h2 .title-icon{font-size:28px;color:#fff}.our-values-section .values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px}.our-values-section .value-card{background-color:#fff;border-radius:16px;padding:30px 20px;box-shadow:0 4px 16px #00000014;text-align:center;transition:.3s ease;box-shadow:#00000029 0 10px 36px,#0000000f 0 0 0 1px;border-bottom:4px solid #d10038}.our-values-section .value-card .icon{font-size:40px;color:#d10038;margin-bottom:15px}.our-values-section .value-card h3{font-size:20px;color:#222;font-weight:600;margin-bottom:10px}.our-values-section .value-card p{font-size:16px;color:#555;line-height:1.6}@media (max-width: 768px){.our-values-section h2{font-size:24px}.our-values-section .value-card{padding:25px 15px}.our-values-section .value-card h3{font-size:18px}.our-values-section .value-card p{font-size:14px}}.no-page_no{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:#333;font-family:Poppins,sans-serif;text-align:center;padding:20px;line-height:1.5;transform:translateY(-60px)}@media only screen and (max-width: 738px){.no-page_no{padding:60px 15px;justify-content:flex-start;height:auto}}.no-page_no h1{font-size:120px;margin-bottom:20px;font-weight:700;color:red;letter-spacing:5px;animation:pulse404 1.5s infinite alternate}@media only screen and (max-width: 738px){.no-page_no h1{font-size:80px}}.no-page_no h2{font-size:28px;margin-bottom:15px;color:#333;font-weight:600}.no-page_no p{font-size:18px;margin-bottom:30px;max-width:600px;color:#555}.no-page_no button{padding:12px 30px;font-size:16px;font-weight:500;color:#fff;background-color:red;border:2px solid #ff0000;border-radius:8px;cursor:pointer;transition:all .3s ease}.no-page_no button:hover{background-color:transparent;color:red}@keyframes pulse404{0%{transform:scale(1);opacity:1}to{transform:scale(1.05);opacity:.8}}.contact-wrapper{flex-wrap:wrap;max-width:1200px;margin:20px auto;display:flex;justify-content:space-around;align-items:center;padding:40px 20px;background:#fff;font-family:Poppins,sans-serif}.contact-wrapper .contact-left{max-width:400px;width:100%;margin-bottom:40px}.contact-wrapper .contact-left h2{color:#000;margin-bottom:15px;font-size:28px}@media (max-width: 768px){.contact-wrapper .contact-left h2{font-size:22px}}.contact-wrapper .contact-left p{color:#555;margin-bottom:40px;font-size:16px;line-height:1.6}@media (max-width: 768px){.contact-wrapper .contact-left p{font-size:15px;margin-bottom:25px}}.contact-wrapper .contact-left .address-block{margin-bottom:20px}.contact-wrapper .contact-left .address-block h3{color:#000;font-size:19px;margin-bottom:5px;display:flex;align-items:center;gap:6px}.contact-wrapper .contact-left .address-block h3 svg{color:red}@media (max-width: 768px){.contact-wrapper .contact-left .address-block h3{font-size:17px}}.contact-wrapper .contact-left .address-block p{color:#444;font-size:16px}@media (max-width: 768px){.contact-wrapper .contact-left .address-block p{font-size:15px}}.contact-wrapper .contact-right h2{color:#00000078;margin-bottom:15px;font-size:26px}@media (max-width: 768px){.contact-wrapper .contact-right h2{font-size:22px}}.contact-wrapper .contact-right .contact-form{display:flex;flex-direction:column;gap:15px}.contact-wrapper .contact-right .contact-form input,.contact-wrapper .contact-right .contact-form textarea,.contact-wrapper .contact-right .contact-form select,.contact-wrapper .contact-right .contact-form option{width:300px;padding:12PX 10px;border:1px solid #ccc;border-radius:6px;font-size:15px;transition:all .3s ease}.contact-wrapper .contact-right .contact-form input::placeholder,.contact-wrapper .contact-right .contact-form textarea::placeholder,.contact-wrapper .contact-right .contact-form select::placeholder,.contact-wrapper .contact-right .contact-form option::placeholder{opacity:.5}@media only screen and (max-width: 380px){.contact-wrapper .contact-right .contact-form input,.contact-wrapper .contact-right .contact-form textarea,.contact-wrapper .contact-right .contact-form select,.contact-wrapper .contact-right .contact-form option{width:250px}}.contact-wrapper .contact-right .contact-form input:focus,.contact-wrapper .contact-right .contact-form textarea:focus,.contact-wrapper .contact-right .contact-form select:focus,.contact-wrapper .contact-right .contact-form option:focus{border-color:#f04;outline:none}.contact-wrapper .contact-right .contact-form select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none}.contact-wrapper .contact-right .contact-form textarea{resize:none;height:100px}.contact-wrapper .contact-right .contact-form .error{color:red;font-size:13px;margin-top:5px}@media (max-width: 768px){.contact-wrapper .contact-right .contact-form .error{font-size:12px}}.contact-wrapper .contact-right .contact-form button{padding:10px;background-color:red;color:#fff;font-size:16px;border:none;border-radius:4px;border:1px solid #ff0000;cursor:pointer;transition:all .3s ease;margin:10px}.contact-wrapper .contact-right .contact-form button:hover{background-color:transparent;border:1px solid #ff0000;color:#000}.privacy-policy{font-family:Poppins,sans-serif;padding:40px 20px;background-color:#fff;color:#212529;line-height:1.8}.privacy-policy .container{max-width:900px;margin:0 auto}.privacy-policy .container h1{font-size:32px;margin-bottom:20px;color:#f30}.privacy-policy .container h2{font-size:20px;margin-top:30px;margin-bottom:10px;color:#343a40}.privacy-policy .container p{font-size:15px;line-height:1.8;color:#555;margin-bottom:15px}.privacy-policy .container ul{padding-left:20px;margin-bottom:20px}.privacy-policy .container ul li{font-size:14px;margin-bottom:8px;list-style:disc;color:#6c757d}.privacy-policy .container .last-updated{font-style:italic;font-size:13px;color:#6c757d;margin-top:30px}.terms{font-family:Poppins,sans-serif;padding:40px 20px;background-color:#fff;color:#212529;line-height:1.8}.terms .container{max-width:900px;margin:0 auto}.terms .container h1{font-size:32px;margin-bottom:20px;color:red}.terms .container h2{font-size:20px;margin-top:30px;margin-bottom:10px;color:#343a40}.terms .container p{font-size:15px;line-height:1.8;color:#555;margin-bottom:15px}.terms .container ul{padding-left:20px;margin-bottom:20px}.terms .container ul li{font-size:14px;margin-bottom:8px;list-style:disc;color:#6c757d}.terms .container .last-updated{font-style:italic;font-size:13px;color:#6c757d;margin-top:30px}.faq-page{font-family:Poppins,sans-serif;background:#fff;color:#0f172a}.faq-hero{background:#eef8ff;padding:90px 0 110px;border-bottom:1px solid #e2e8f0}@media only screen and (max-width: 738px){.faq-hero{padding:70px 0}}@media only screen and (max-width: 480px){.faq-hero{padding:60px 0}}.faq-hero__container{max-width:1200px;margin:auto;padding:0 24px}.faq-hero__breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:30px;font-size:13px;color:#64748b}.faq-hero__breadcrumb a{color:#475569;text-decoration:none;font-weight:500}.faq-hero__breadcrumb a:hover{color:#0f172a}.faq-hero__breadcrumb span{color:#475569}.faq-hero__badge{display:flex;align-items:center;gap:8px;margin-top:40px;font-size:13px;letter-spacing:2px;font-weight:700;color:#0f2d6b;text-transform:uppercase}.faq-hero__badge .dot{width:7px;height:7px;border-radius:50%;background:#ef4444}.faq-hero h1{margin-top:20px;font-size:58px;line-height:1.05;font-weight:600;color:#0f2147;max-width:650px}@media only screen and (max-width: 738px){.faq-hero h1{font-size:54px}}@media only screen and (max-width: 480px){.faq-hero h1{font-size:38px;line-height:1.2}}.faq-hero p{margin-top:24px;max-width:620px;color:#475569;font-size:20px;line-height:1.8}@media only screen and (max-width: 480px){.faq-hero p{font-size:16px}}.faq-content{padding:80px 0}.faq-content__container{max-width:1200px;margin:auto;padding:0 24px;display:grid;grid-template-columns:280px 1fr;gap:70px}@media only screen and (max-width: 738px){.faq-content__container{grid-template-columns:1fr;gap:40px}}.faq-sidebar{position:sticky;top:120px;align-self:start}.faq-sidebar h4{margin-bottom:24px;font-size:14px;text-transform:uppercase;letter-spacing:2px;color:#64748b}.faq-sidebar .sidebar-btn{width:100%;border:none;background:transparent;display:flex;justify-content:space-between;align-items:center;padding:16px 18px;margin-bottom:10px;border-radius:12px;cursor:pointer;font-size:15px;font-weight:500;color:#334155;transition:.25s}.faq-sidebar .sidebar-btn svg{font-size:13px}.faq-sidebar .sidebar-btn:hover{background:#f8fafc;color:#0f2147}.faq-sidebar .sidebar-btn.active{background:#0f2147;color:#fff;box-shadow:0 12px 30px #0f21472e}.faq-right{width:100%}.faq-right__category{display:inline-flex;align-items:center;gap:8px;margin-bottom:35px;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#0f2147}.faq-right__category .dot{width:7px;height:7px;background:#ef4444;border-radius:50%}.faq-list{display:flex;flex-direction:column}.faq-item{border:1px solid #e8eef7;border-radius:12px;margin-bottom:14px;overflow:hidden;background:#fff}.faq-item.active .faq-question{color:#0f2147}.faq-item.active .faq-answer{max-height:500px;opacity:1;padding-bottom:26px}.faq-question{width:100%;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;padding:18px 22px;cursor:pointer;text-align:left}.faq-question span:first-child{font-size:17px;font-weight:400;color:#475569;line-height:1.6;transition:.25s}.faq-question svg{color:#64748b;font-size:15px;flex-shrink:0;transition:.25s}.faq-question:hover span:first-child{color:#475569}.faq-question:hover svg{color:#64748b}.faq-answer{max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .25s ease}.faq-answer p{margin:0;color:#64748b;line-height:1.8;font-size:15px;font-weight:400;padding-right:30px}.empty-faq{padding:60px 20px;border:1px dashed #dbe4ef;border-radius:12px;background:#fafcff;color:#64748b;text-align:center;font-size:16px}@media only screen and (max-width: 738px){.faq-sidebar{position:static;display:flex;gap:12px;overflow-x:auto;padding-bottom:8px}.faq-sidebar h4{display:none}.faq-sidebar .sidebar-btn{min-width:max-content;margin-bottom:0;padding:12px 18px;border:1px solid #e2e8f0;border-radius:30px}.faq-question{padding:22px 0}.faq-question span:first-child{font-size:17px;font-weight:500;color:#334155;line-height:1.6}}@media only screen and (max-width: 480px){.faq-right__category{margin-bottom:22px;font-size:12px}.faq-question{padding:18px 0}.faq-question span:first-child{font-size:15px;line-height:1.5}.faq-question svg{font-size:14px}.faq-answer p{font-size:14px;padding-right:0}}.blog-page{max-width:1100px;margin:0 auto;padding:40px 20px;font-family:Poppins,sans-serif}.blog-page .blog-header{text-align:center;margin-bottom:40px}.blog-page .blog-header h1{font-size:32px;color:#d00000}.blog-page .blog-header p{font-size:16px;color:#343a40;margin-top:10px}.blog-page .blog-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.blog-page .blog-list .blog-card{background:#fff;border:1px solid #d00000;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-page .blog-list .blog-card:hover{transform:translateY(-5px);box-shadow:0 4px 10px #d000001a}.blog-page .blog-list .blog-card img{width:100%;height:180px;object-fit:cover}.blog-page .blog-list .blog-card h2{font-size:20px;margin:15px;color:#d00000}.blog-page .blog-list .blog-card .blog-date{font-size:12px;color:#888;margin:0 15px}.blog-page .blog-list .blog-card .blog-summary{font-size:14px;margin:10px 15px 20px;color:#555}.blog-page .blog-list .blog-card .read-more-btn{background:#d00000;color:#fff;border:none;padding:10px 15px;margin:0 15px 20px;border-radius:6px;cursor:pointer;transition:background .3s ease}.blog-page .blog-list .blog-card .read-more-btn:hover{background:#a60000}.support-page{max-width:1100px;margin:0 auto;padding:40px 20px;font-family:Poppins,sans-serif;color:#333}.support-page h1{color:#d00000;font-size:32px;text-align:center}.support-page .support-subtext{text-align:center;color:#555;margin-bottom:30px}.support-page .support-section{display:flex;flex-wrap:wrap;gap:40px}.support-page .support-section .support-contact,.support-page .support-section .support-form{flex:1;min-width:300px}.support-page .support-section .support-contact h2{color:#d00000;margin-bottom:15px}.support-page .support-section .support-contact ul{list-style:none;padding:0}.support-page .support-section .support-contact ul li{margin-bottom:10px;color:#444}.support-page .support-section .support-contact ul li a{color:#d00000;text-decoration:underline}.support-page .support-section .support-form h2{color:#d00000;margin-bottom:15px}.support-page .support-section .support-form form{display:flex;flex-direction:column}.support-page .support-section .support-form form input,.support-page .support-section .support-form form textarea{margin-bottom:15px;padding:10px;border:1px solid #ddd;border-radius:6px}.support-page .support-section .support-form form button{background:#d00000;color:#fff;padding:10px;border:none;border-radius:6px;cursor:pointer}.support-page .support-section .support-form form button:hover{background:#a60000}.support-page .support-topics{margin-top:50px}.support-page .support-topics h2{color:#d00000;margin-bottom:15px}.support-page .support-topics ul{padding-left:20px}.support-page .support-topics ul li{margin-bottom:10px;color:#444}.passport-form{display:flex;flex-direction:row;gap:2rem;max-width:1100px;margin:2rem auto;padding:2rem;background:#fff;color:#000;font-family:Segoe UI,sans-serif;border:.5px solid #a2a1a1;border-radius:8px}@media (max-width: 900px){.passport-form{flex-direction:column;padding:1rem}}.passport-form .stepper-wrapper{min-width:200px;padding-right:1rem}@media (max-width: 900px){.passport-form .stepper-wrapper{min-width:100%;overflow-x:auto;padding-right:0;margin-bottom:1rem}}.passport-form form{flex:1}.passport-form form .section-title{font-weight:700;margin-bottom:1rem}.passport-form form .form-section{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.passport-form form .form-section .form-field{flex:1 1 48%;min-width:250px}@media (max-width: 600px){.passport-form form .form-section .form-field{flex:1 1 100%}}.passport-form form .button-group{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.passport-form form .button-group button{font-weight:700;padding:10px 16px;border-radius:4px;border:2px solid #000;cursor:pointer;transition:.3s}.passport-form form .button-group button:nth-child(1){background:#000;color:#fff}.passport-form form .button-group button:nth-child(1):hover{background:#fff;color:#000}.passport-form form .button-group button:nth-child(2){background:#fff;color:#000}.passport-form form .button-group button:nth-child(2):hover{background:#000;color:#fff}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#00000080;z-index:9999}.passport-apply{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Poppins,sans-serif;color:#222}@media (max-width: 768px){.passport-apply{padding:20px 10px}}.hero{background:#ffe5ea;border-radius:20px;padding:40px 30px;text-align:center;box-shadow:0 8px 24px #0000000d}@media (max-width: 768px){.hero{padding:20px 15px}}.hero h1{font-size:32px;font-weight:700;color:#d10038;margin-bottom:20px}.hero h1 .highlight{color:#9a0030}@media (max-width: 768px){.hero h1{font-size:26px}}.hero p{font-size:18px;color:#444;margin-bottom:30px;line-height:1.6}@media (max-width: 768px){.hero p{font-size:16px}}.hero p strong{color:#d10038;font-weight:600}.hero .trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:30px}.hero .trust-badges .badge{background:#fff;border:1px solid #d10038;color:#333;padding:10px 20px;border-radius:30px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.hero .trust-badges .badge svg{color:#d10038}.hero .trust-badges .badge.highlight{background:#d10038;color:#fff}.hero .trust-badges .badge.highlight svg{color:#fff}@media (max-width: 768px){.hero .trust-badges .badge{font-size:12px;padding:8px 16px}}.hero .cta-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.hero .cta-buttons button{padding:12px 25px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:.3s ease}@media (max-width: 768px){.hero .cta-buttons button{width:100%}}.hero .cta-buttons button.apply-now{background-color:#f04;border:2px solid #ff0044;color:#fff}.hero .cta-buttons button.apply-now:hover{background-color:#fff;color:#f04}.hero .cta-buttons button.consultation{background-color:#fff;border:2px solid #ff0044;color:#f04}.hero .cta-buttons button.consultation:hover{background-color:#f04;color:#fff}.annexure-wrapper{max-width:1200px;margin:20px auto;padding:20px;background:#fff;font-family:Poppins,sans-serif}.annexure-wrapper h1{text-align:center;color:red;margin-bottom:90px;font-size:32px;letter-spacing:2px;font-weight:700}@media (max-width: 768px){.annexure-wrapper h1{font-size:26px;margin-bottom:40px}}.annexure-wrapper .contact-form{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 738px){.annexure-wrapper .contact-form{gap:15px}}.annexure-wrapper .contact-form .sides{display:flex;justify-content:space-around;flex-wrap:wrap;gap:50px}@media only screen and (max-width: 738px){.annexure-wrapper .contact-form .sides{align-items:center;gap:20px}}.annexure-wrapper .contact-form .sides .leftside{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.annexure-wrapper .contact-form .sides .leftside h2{color:#00000078;margin-bottom:15px;font-size:26px}@media (max-width: 768px){.annexure-wrapper .contact-form .sides .leftside h2{font-size:22px}}.annexure-wrapper .contact-form .sides .leftside input,.annexure-wrapper .contact-form .sides .leftside textarea,.annexure-wrapper .contact-form .sides .leftside select,.annexure-wrapper .contact-form .sides .leftside option{width:300px;padding:12PX 10px;border:1px solid #ccc;border-radius:6px;font-size:15px;transition:all .3s ease}.annexure-wrapper .contact-form .sides .leftside input::placeholder,.annexure-wrapper .contact-form .sides .leftside textarea::placeholder,.annexure-wrapper .contact-form .sides .leftside select::placeholder,.annexure-wrapper .contact-form .sides .leftside option::placeholder{opacity:.5}@media only screen and (max-width: 380px){.annexure-wrapper .contact-form .sides .leftside input,.annexure-wrapper .contact-form .sides .leftside textarea,.annexure-wrapper .contact-form .sides .leftside select,.annexure-wrapper .contact-form .sides .leftside option{width:250px}}.annexure-wrapper .contact-form .sides .leftside input:focus,.annexure-wrapper .contact-form .sides .leftside textarea:focus,.annexure-wrapper .contact-form .sides .leftside select:focus,.annexure-wrapper .contact-form .sides .leftside option:focus{border-color:#f04;outline:none}.annexure-wrapper .contact-form .sides .leftside select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none}.annexure-wrapper .contact-form .sides .leftside textarea{resize:none;height:100px}.annexure-wrapper .contact-form .sides .leftside .error{color:red;font-size:13px;margin-top:5px}@media (max-width: 768px){.annexure-wrapper .contact-form .sides .leftside .error{font-size:12px}}.annexure-wrapper .contact-form button{padding:10px;background-color:red;color:#fff;font-size:16px;border:none;border-radius:4px;border:1px solid #ff0000;cursor:pointer;transition:all .3s ease;margin:10px auto;font-weight:600;width:70%}@media only screen and (max-width: 738px){.annexure-wrapper .contact-form button{width:100%}}.annexure-wrapper .contact-form button:hover{background-color:transparent;border:1px solid #ff0000;color:#000}.undertaking-wrapper{max-width:1200px;margin:20px auto;padding:20px;background:#fff;font-family:Poppins,sans-serif}.undertaking-wrapper h1{text-align:center;color:red;margin-bottom:90px;font-size:32px;letter-spacing:2px;font-weight:700}@media (max-width: 768px){.undertaking-wrapper h1{font-size:26px;margin-bottom:40px}}.undertaking-wrapper .undertaking-form{display:flex;flex-direction:column;gap:15px;margin-bottom:20px;align-items:center}.undertaking-wrapper .undertaking-form .radio-container{display:flex;flex-direction:column}.undertaking-wrapper .undertaking-form .radio-container .radio-group{display:flex;align-items:center;gap:20px;margin:15px 0}.undertaking-wrapper .undertaking-form .radio-container .radio-group label{display:flex;align-items:center;gap:10px;font-size:15px;color:#333;cursor:pointer;-webkit-user-select:none;user-select:none}.undertaking-wrapper .undertaking-form .radio-container .radio-group label input[type=radio]{accent-color:#ff0000;width:16px;height:16px;cursor:pointer}.undertaking-wrapper .undertaking-form .radio-container .error{color:red;font-size:13px;margin-top:5px;flex-basis:100%}.undertaking-wrapper .undertaking-form input,.undertaking-wrapper .undertaking-form textarea,.undertaking-wrapper .undertaking-form select,.undertaking-wrapper .undertaking-form option{width:300px;padding:12PX 10px;border:1px solid #ccc;border-radius:6px;font-size:15px;transition:all .3s ease}.undertaking-wrapper .undertaking-form input::placeholder,.undertaking-wrapper .undertaking-form textarea::placeholder,.undertaking-wrapper .undertaking-form select::placeholder,.undertaking-wrapper .undertaking-form option::placeholder{opacity:.5}@media only screen and (max-width: 380px){.undertaking-wrapper .undertaking-form input,.undertaking-wrapper .undertaking-form textarea,.undertaking-wrapper .undertaking-form select,.undertaking-wrapper .undertaking-form option{width:250px}}.undertaking-wrapper .undertaking-form input:focus,.undertaking-wrapper .undertaking-form textarea:focus,.undertaking-wrapper .undertaking-form select:focus,.undertaking-wrapper .undertaking-form option:focus{border-color:#f04;outline:none}.undertaking-wrapper .undertaking-form .error{color:red;font-size:13px;margin-top:5px}@media (max-width: 768px){.undertaking-wrapper .undertaking-form .error{font-size:12px}}.undertaking-wrapper .undertaking-form button{padding:10px;background-color:red;color:#fff;font-size:16px;border:none;border-radius:4px;border:1px solid #ff0000;cursor:pointer;transition:all .3s ease;margin:10px auto;font-weight:600;width:300px}@media only screen and (max-width: 380px){.undertaking-wrapper .undertaking-form button{width:250px}}.undertaking-wrapper .undertaking-form button:hover{background-color:transparent;border:1px solid #ff0000;color:#000}.annexurej-wrapper{max-width:1200px;margin:20px auto;padding:20px;background:#fff;font-family:Poppins,sans-serif}.annexurej-wrapper h1{text-align:center;color:red;margin-bottom:90px;font-size:32px;letter-spacing:2px;font-weight:700}@media (max-width: 768px){.annexurej-wrapper h1{font-size:26px;margin-bottom:40px}}.annexurej-wrapper .contact-form{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 738px){.annexurej-wrapper .contact-form{gap:15px}}.annexurej-wrapper .contact-form .sides{display:flex;justify-content:space-around;flex-wrap:wrap;align-items:flex-start;gap:50px}@media only screen and (max-width: 738px){.annexurej-wrapper .contact-form .sides{align-items:center;gap:20px}}.annexurej-wrapper .contact-form .sides .leftside{display:flex;flex-direction:column;justify-content:flex-start;gap:15px;margin-bottom:20px}.annexurej-wrapper .contact-form .sides .leftside h2{color:#00000078;margin-bottom:15px;font-size:26px}@media (max-width: 768px){.annexurej-wrapper .contact-form .sides .leftside h2{font-size:22px}}.annexurej-wrapper .contact-form .sides .leftside .gender-radio-group{display:flex;align-items:center;gap:24px;margin-bottom:20px}.annexurej-wrapper .contact-form .sides .leftside .gender-radio-group .gender-radio{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;color:#111827}.annexurej-wrapper .contact-form .sides .leftside .gender-radio-group .gender-radio input[type=radio]{cursor:pointer;transform:scale(1.05);width:16px;height:16px;accent-color:#ff0000}.annexurej-wrapper .contact-form .sides .leftside .gender-radio-group .gender-radio span{-webkit-user-select:none;user-select:none;border:1px solid #ff0000;color:red;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:500}.annexurej-wrapper .contact-form .sides .leftside .gender-radio-group .error{margin-left:16px;font-size:12px;color:#dc2626}.annexurej-wrapper .contact-form .sides .leftside input,.annexurej-wrapper .contact-form .sides .leftside textarea,.annexurej-wrapper .contact-form .sides .leftside select,.annexurej-wrapper .contact-form .sides .leftside option{width:300px;padding:12PX 10px;border:1px solid #ccc;border-radius:6px;font-size:15px;transition:all .3s ease}.annexurej-wrapper .contact-form .sides .leftside input::placeholder,.annexurej-wrapper .contact-form .sides .leftside textarea::placeholder,.annexurej-wrapper .contact-form .sides .leftside select::placeholder,.annexurej-wrapper .contact-form .sides .leftside option::placeholder{opacity:.5}@media only screen and (max-width: 380px){.annexurej-wrapper .contact-form .sides .leftside input,.annexurej-wrapper .contact-form .sides .leftside textarea,.annexurej-wrapper .contact-form .sides .leftside select,.annexurej-wrapper .contact-form .sides .leftside option{width:250px}}.annexurej-wrapper .contact-form .sides .leftside input:focus,.annexurej-wrapper .contact-form .sides .leftside textarea:focus,.annexurej-wrapper .contact-form .sides .leftside select:focus,.annexurej-wrapper .contact-form .sides .leftside option:focus{border-color:#f04;outline:none}.annexurej-wrapper .contact-form .sides .leftside select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none}.annexurej-wrapper .contact-form .sides .leftside textarea{resize:none;height:100px}.annexurej-wrapper .contact-form .sides .leftside .error{color:red;font-size:13px;margin-top:5px}@media (max-width: 768px){.annexurej-wrapper .contact-form .sides .leftside .error{font-size:12px}}.annexurej-wrapper .contact-form button{padding:10px;background-color:red;color:#fff;font-size:16px;border:none;border-radius:4px;border:1px solid #ff0000;cursor:pointer;transition:all .3s ease;margin:10px auto;font-weight:600;width:70%}@media only screen and (max-width: 738px){.annexurej-wrapper .contact-form button{width:100%}}.annexurej-wrapper .contact-form button:hover{background-color:transparent;border:1px solid #ff0000;color:#000}.documents{padding:2.5rem 1rem}.documents-title{text-align:center;font-size:1.8rem;color:red;margin-bottom:2rem}.documents-table-wrapper{overflow-x:auto}.documents-table{width:100%;max-width:1200px;margin:auto;border-collapse:collapse;background:#fff;box-shadow:0 4px 6px #0000001a}.documents-table th,.documents-table td{border:1px solid #e5e7eb;padding:.75rem;font-size:.85rem;vertical-align:top}.documents-table th{background:#0000008b;color:#fff;text-align:left}.documents-table tbody tr{border-bottom:3px solid #d1d5db}.documents-table tbody tr:last-child{border-bottom:none}.documents .price{font-weight:700;color:#16a34a}.documents .view-btn{background:none;border:none;color:#2563eb;font-size:.8rem;cursor:pointer;display:flex;align-items:center;gap:5px;text-decoration:underline}.documents-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem}.documents-modal-box{background:#fff;width:100%;max-width:420px;padding:1.5rem;border-radius:10px}.documents-modal-header{margin-bottom:.75rem}.documents-modal-title{color:red;font-size:1.2rem;margin:0}.documents-modal-info{font-size:.85rem;margin-bottom:1rem}.documents-modal-info p{margin:.2rem 0}.documents-modal-docs{margin-bottom:1rem}.documents-modal-docs h4{font-size:.9rem;margin-bottom:.4rem}.documents-modal-docs ul{padding-left:1.2rem}.documents-modal-docs ul li{font-size:.85rem;margin-bottom:.25rem}.documents-modal-note{font-size:.75rem;color:#666;margin-bottom:1rem}.documents-modal-close{width:100%;background:red;color:#fff;border:none;padding:.6rem;border-radius:6px;cursor:pointer;border:1px solid #ff0000}.documents-modal-close:hover{background:transparent;color:red;border:1px solid #ff0000}.invoice-wrapper{max-width:1000px;margin:30px auto;padding:26px;background:#fff;font-family:Poppins,sans-serif;color:#111827}.invoice-wrapper h1{text-align:center;color:#c81e1e;margin-bottom:28px;font-size:32px;letter-spacing:1px;font-weight:700}@media (max-width: 768px){.invoice-wrapper h1{font-size:26px;margin-bottom:20px}}.invoice-wrapper .contact-form{display:flex;flex-direction:column;gap:24px}.invoice-wrapper .contact-form .members-wrapper{display:flex;flex-direction:column;gap:18px}.invoice-wrapper .contact-form .member-row{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:14px;padding:16px;border:1px solid #d1d5db;border-radius:10px;background:#f3f4f6}@media only screen and (max-width: 738px){.invoice-wrapper .contact-form .member-row{grid-template-columns:1fr}}.invoice-wrapper .contact-form .member-row input,.invoice-wrapper .contact-form .member-row textarea,.invoice-wrapper .contact-form .member-row select{width:100%;padding:11px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;transition:all .2s ease}.invoice-wrapper .contact-form .member-row input::placeholder,.invoice-wrapper .contact-form .member-row textarea::placeholder,.invoice-wrapper .contact-form .member-row select::placeholder{opacity:.45}.invoice-wrapper .contact-form .member-row input:focus,.invoice-wrapper .contact-form .member-row textarea:focus,.invoice-wrapper .contact-form .member-row select:focus{outline:none;border-color:#c81e1e;box-shadow:0 0 0 1px #c81e1e26}.invoice-wrapper .contact-form .member-row .error{margin-top:4px;font-size:12px;color:#c81e1e}.invoice-wrapper .contact-form .member-row .remove-btn{background:#c81e1e;color:#fff;border:none;border-radius:6px;padding:8px 11px;cursor:pointer;font-size:14px;align-self:center;transition:background .2s ease}.invoice-wrapper .contact-form .member-row .remove-btn:hover{background:#a01818}@media only screen and (max-width: 738px){.invoice-wrapper .contact-form .member-row .remove-btn{width:100%}}.invoice-wrapper .contact-form .add-btn{margin:0 auto;padding:9px 16px;background:transparent;color:#c81e1e;border:1px dashed #c81e1e;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease}.invoice-wrapper .contact-form .add-btn:hover{background:#c81e1e0f}.invoice-wrapper .contact-form .submit-btn{width:40%;margin:12px auto 0;padding:13px;background-color:#c81e1e;color:#fff;font-size:16px;font-weight:600;border-radius:8px;border:1px solid #c81e1e;cursor:pointer;transition:all .3s ease}.invoice-wrapper .contact-form .submit-btn:hover{background-color:transparent;color:#c81e1e}@media only screen and (max-width: 738px){.invoice-wrapper .contact-form .submit-btn{width:100%}}.consult-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center}.consult-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:consultFadeIn .25s ease}.consult-modal__box{position:relative;z-index:1;width:100%;max-width:540px;max-height:80vh;overflow-y:auto;background:#fff;border-radius:20px;padding:32px 36px 28px;box-shadow:0 20px 60px #0000002e;animation:consultPopIn .3s ease;box-sizing:border-box}.consult-modal__handle{display:none}.consult-modal__close{position:absolute;top:18px;right:18px;width:32px;height:32px;border:none;background:#f9f3f1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0f172a;font-size:16px;cursor:pointer;transition:.2s;z-index:2}.consult-modal__close:hover{background:#e2e8f0}.consult-modal__header{text-align:center;margin-bottom:20px}.consult-modal__header h2{font-size:22px;font-weight:700;color:#0f172a;margin:12px 0 8px}.consult-modal__header p{font-size:13px;color:#64748b;line-height:1.6;margin:0;max-width:360px;margin-inline:auto}.consult-modal__icon{width:56px;height:56px;border-radius:50%;background:#2563eb14;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto}.consult-modal__icon--success{background:#25d3661f;color:#25d366}.consult-modal__success{text-align:center;padding:20px 10px 8px}.consult-modal__success h2{font-size:22px;font-weight:700;color:#0f172a;margin:16px 0 8px}.consult-modal__success p{font-size:13.5px;color:#64748b;line-height:1.6;margin:0 0 24px}.consult-modal__form{display:flex;flex-direction:column}.consult-field{margin-bottom:14px}.consult-field label{display:block;font-size:13px;font-weight:600;color:#0f172a;margin-bottom:6px}.consult-field label .req{color:#ef4444}.consult-error{font-size:11.5px;color:#ef4444;margin-top:4px;margin-left:2px}.consult-input{position:relative;display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;transition:border-color .2s}.consult-input:focus-within{border-color:#2563eb}.consult-input__icon{flex-shrink:0;margin-left:14px;color:#94a3b8;font-size:17px}.consult-input__icon--top{align-self:flex-start;margin-top:12px}.consult-input__chev{flex-shrink:0;margin-right:14px;color:#94a3b8;font-size:15px;pointer-events:none}.consult-input__divider{width:1px;height:22px;background:#e2e8f0;margin:0 4px;flex-shrink:0}.consult-input input,.consult-input textarea,.consult-input select{flex:1;width:100%;border:none;outline:none;background:transparent;font-size:13.5px;color:#0f172a;padding:12px 14px 12px 10px;font-family:inherit}.consult-input input::placeholder,.consult-input textarea::placeholder,.consult-input select::placeholder{color:#9ca3af}.consult-input--select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:8px;color:#9ca3af}.consult-input--select select option[disabled]{color:#9ca3af}.consult-input--textarea{align-items:flex-start}.consult-input--textarea textarea{resize:none;min-height:72px;padding-top:12px;line-height:1.6}.consult-char-count{text-align:right;font-size:11px;color:#94a3b8;margin-top:3px}.consult-input--phone{padding-left:0}.consult-input--phone .consult-input__icon{margin-left:10px}.consult-code{position:relative;flex-shrink:0}.consult-code__btn{display:flex;align-items:center;gap:6px;height:100%;border:none;background:transparent;padding:12px 8px 12px 14px;cursor:pointer;font-size:13.5px;color:#0f172a;font-family:inherit;transition:.2s}.consult-code__btn:hover{background:#2563eb0a}.consult-code__btn:focus{outline:none}.consult-code__flag{width:24px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.consult-code__flag img{width:22px!important;height:16px!important;max-width:22px!important;max-height:16px!important;object-fit:contain;display:block}.consult-code__val{font-weight:600}.consult-code__chev{color:#94a3b8;font-size:13px;margin-left:2px}.consult-code__list{position:absolute;top:calc(100% + 6px);left:0;z-index:5;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0000001f;list-style:none;margin:0;padding:6px;min-width:200px;max-height:280px;overflow-y:auto}.consult-code__list::-webkit-scrollbar{width:6px}.consult-code__list::-webkit-scrollbar-track{background:#f0f9ff}.consult-code__list::-webkit-scrollbar-thumb{background:#dbeafe;border-radius:3px}.consult-code__list::-webkit-scrollbar-thumb:hover{background:#93c5fd}.consult-code__list li{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;font-size:13px;cursor:pointer;transition:background .15s;color:#0f172a}.consult-code__list li:hover{background:#f1f5f9}.consult-code__list li.active{background:#2563eb14;color:#2563eb;font-weight:600}.consult-code__list li .consult-code__name{margin-left:auto;font-size:11.5px;color:#64748b}.consult-code__list li.active .consult-code__name{color:#2563eb}.consult-submit{width:100%;height:50px;border:1.5px solid #2563eb;border-radius:10px;background:#2563eb;color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;margin-top:6px;transition:all .3s ease}.consult-submit:hover{background:transparent;color:#2563eb;border-color:#2563eb;box-shadow:none}.consult-submit:active{background:#2563eb0d}.consult-submit__arrow{font-size:16px;transition:transform .3s ease}.consult-submit:hover .consult-submit__arrow{transform:translate(3px);color:#2563eb}.consult-footer-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;font-size:11.5px;color:#64748b}.consult-footer-note svg{color:#2563eb;font-size:14px;flex-shrink:0}.consult-whatsapp-btn{width:100%;height:50px;border:none;border-radius:10px;background:#25d366;color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease}.consult-whatsapp-btn svg{font-size:19px}.consult-whatsapp-btn:hover{background:#1ebc59;box-shadow:0 8px 20px #25d36640}.consult-whatsapp-btn:active{background:#1aa34a}@keyframes consultFadeIn{0%{opacity:0}to{opacity:1}}@keyframes consultPopIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes consultSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media only screen and (max-width: 768px){.consult-modal{align-items:flex-end;justify-content:stretch}.consult-modal__box{max-width:100%;width:100%;max-height:90vh;border-radius:20px 20px 0 0;padding:10px 18px 28px;animation:consultSlideUp .3s ease;box-sizing:border-box}.consult-modal__handle{display:block;width:40px;height:4px;background:#e2e8f0;border-radius:4px;margin:0 auto 14px}.consult-modal__close{top:14px;right:14px}.consult-modal__header{margin-bottom:16px}.consult-modal__header h2{font-size:19px}.consult-modal__header p{font-size:12.5px}.consult-modal__icon{width:46px;height:46px;font-size:22px}.consult-field{margin-bottom:12px}.consult-field label{font-size:12.5px}.consult-input input,.consult-input textarea,.consult-input select{font-size:13px;padding:11px 12px 11px 10px}.consult-submit,.consult-whatsapp-btn{height:48px;font-size:14px}}.checklist{padding:0 40px;max-width:1400px;margin:0 auto}.checklist .banner{position:relative;width:calc(100% + 80px);margin:0 -40px 60px;min-height:500px;max-height:550px;overflow:hidden;display:flex;align-items:center}.checklist .banner__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%}.checklist .banner__image{width:100%;height:100%;object-fit:contain;object-position:right center;display:block}.checklist .banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;z-index:1}.checklist .banner__content{position:relative;z-index:3;width:100%;padding:70px 40px;display:flex;justify-content:space-between;align-items:center;gap:100px}.checklist .banner__inner{flex:0 0 450px}.checklist .banner__tag{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.2px;color:#2563eb;text-transform:uppercase;margin-bottom:16px}.checklist .banner__title{font-size:42px;font-weight:700;line-height:1.3;color:#081b4b;margin:0 0 24px;letter-spacing:-1px}.checklist .banner__title .banner__highlight{display:block;color:#2563eb;font-weight:700}.checklist .banner__description{font-size:16px;line-height:1.8;color:#64748b;margin:0 0 32px;max-width:500px}.checklist .banner__buttons{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.checklist .banner__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;height:52px;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit;box-sizing:border-box}.checklist .banner__btn--primary{background:#2563eb;color:#fff;border:1.5px solid #2563EB}.checklist .banner__btn--primary:hover{background:transparent;color:#2563eb;border-color:#2563eb}.checklist .banner__btn--secondary{background:transparent;color:#2563eb;border:1.5px solid #2563EB}.checklist .banner__btn--secondary:hover{color:#fff;background:#2563eb}.checklist .section-title{text-align:center;font-size:30px;font-weight:700;color:#071c4d;margin-bottom:40px;position:relative}.checklist .section-title:after{content:"";width:60px;height:3px;background:#2563eb;position:absolute;left:50%;bottom:-12px;transform:translate(-50%);border-radius:10px}.checklist .document-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:60px}.checklist .document-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;transition:.3s}.checklist .document-card:hover{border-color:#2563eb}.checklist .document-card .card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.checklist .document-card .card-header{display:flex;align-items:center;gap:12px}.checklist .document-card .card-icon{width:56px;height:56px;border-radius:12px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.checklist .document-card .card-id{color:#2563eb;font-size:18px;font-weight:700}.checklist .document-card h3{margin:0;font-size:17px;font-weight:600;color:#071c4d}.checklist .document-card ul{list-style:none;padding:0}.checklist .document-card ul li{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;color:#64748b;line-height:1.6}.checklist .document-card ul li svg{color:#2563eb;font-size:11px;margin-top:6px;flex-shrink:0}.checklist .bottom-info{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:60px}.checklist .info-box,.checklist .help-box{background:#f8fafc;border-radius:18px;padding:24px;display:flex;align-items:center;gap:16px}.checklist .info-box svg,.checklist .help-box svg{font-size:28px;color:#2563eb;flex-shrink:0}.checklist .info-box h4,.checklist .help-box h4{margin:0 0 6px;color:#071c4d;font-weight:600}.checklist .info-box p,.checklist .help-box p{margin:0;color:#64748b;font-size:14px;line-height:1.6}.checklist .help-box{justify-content:space-between}.checklist .help-box button{background:#2563eb;color:#fff;border:none;border-radius:10px;padding:12px 18px;cursor:pointer;font-weight:600;transition:.3s;white-space:nowrap}.checklist .help-box button:hover{background:#1d47a8}.checklist .mobile-extra-section{display:none;margin-bottom:60px}.checklist .mobile-title{text-align:center;font-size:24px;font-weight:700;color:#071c4d;position:relative;margin-bottom:25px}.checklist .mobile-title:after{content:"";width:55px;height:3px;background:#2563eb;position:absolute;left:50%;bottom:-10px;transform:translate(-50%);border-radius:20px}.checklist .country-docs{margin-bottom:50px}.checklist .country-tabs{display:flex;gap:8px;margin-bottom:15px}.checklist .country-tabs button{flex:1;border:none;background:#f1f5f9;padding:10px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:.3s}.checklist .country-tabs button.active{background:#2563eb;color:#fff}.checklist .country-card{background:#f8fafc;border-radius:16px;padding:18px}.checklist .country-card h4{margin:0 0 15px;color:#071c4d;font-weight:600}.checklist .country-card ul{list-style:none;padding:0;margin:0}.checklist .country-card ul li{display:flex;gap:10px;margin-bottom:10px;color:#64748b;line-height:1.6}.checklist .country-card ul li svg{color:#2563eb;margin-top:4px;flex-shrink:0}.checklist .faq-section{margin-bottom:40px}.checklist .faq-card{border:1px solid #e2e8f0;border-radius:14px;margin-bottom:12px;overflow:hidden}.checklist .faq-question{padding:16px;display:flex;justify-content:space-between;align-items:center;font-weight:600;cursor:pointer;background:#f8fafc;transition:.3s}.checklist .faq-question:hover{background:#f1f5f9}.checklist .faq-answer{padding:0 16px 16px;color:#64748b;line-height:1.7;background:#fff}.checklist .mobile-cta{display:none;position:relative;overflow:hidden;padding:24px 18px;border-radius:18px;background:linear-gradient(180deg,#113d96,#0d307a)}.checklist .mobile-cta h3{color:#fff;font-size:28px;line-height:1.3;margin:0 0 12px}.checklist .mobile-cta p{color:#fffc;margin:0 0 20px;line-height:1.6;font-size:15px}.checklist .mobile-cta button{width:100%;height:52px;border:none;border-radius:12px;background:#fff;color:#2563eb;font-weight:600;cursor:pointer;font-size:15px;transition:.3s}.checklist .mobile-cta button:hover{background:#f1f5f9}.checklist .mobile-cta:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;border:12px solid rgba(255,255,255,.05);bottom:-30px;right:-30px;pointer-events:none}@media (max-width: 992px){.checklist{padding:0 24px}.checklist .banner{width:calc(100% + 48px);margin:0 -24px 50px}.checklist .banner__content{gap:60px;padding:50px 24px}.checklist .document-grid{grid-template-columns:repeat(2,1fr)}.checklist .bottom-info{grid-template-columns:1fr}}@media (max-width: 768px){.checklist{padding:0 18px}.checklist .banner{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-bottom:0;min-height:550px;max-height:100%;overflow:visible;display:block}.checklist .banner__background{position:relative;width:100%;height:400px;z-index:1}.checklist .banner__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.checklist .banner__overlay{display:none}.checklist .banner__content{position:relative;z-index:3;width:100%;margin:-20px 0 0;padding:30px 18px 40px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;background:#fff;border-radius:20px 20px 0 0}.checklist .banner__inner{flex:1;width:100%;text-align:left}.checklist .banner__tag{font-size:10px;margin-bottom:8px;display:inline-block;letter-spacing:.8px}.checklist .banner__title{font-size:26px;margin-bottom:12px;line-height:1.3;font-weight:800}.checklist .banner__description{font-size:13px;margin-bottom:16px;max-width:100%;line-height:1.5;color:#64748b}.checklist .banner__buttons{justify-content:flex-start;gap:12px;width:100%;flex-wrap:wrap}.checklist .banner__buttons .banner__btn{width:100%;height:44px;font-size:13px;padding:10px 20px;border-radius:12px}.checklist .section-title{font-size:24px;margin-bottom:30px;margin-top:30px}.checklist .document-grid,.checklist .bottom-info{grid-template-columns:1fr;gap:15px}.checklist .help-box{flex-direction:column;align-items:flex-start}.checklist .help-box button{width:100%}.checklist .mobile-extra-section{display:block}.checklist .mobile-cta{display:block;padding:24px 18px}.checklist .mobile-cta h3{font-size:24px}}.visa-template{background:#fff}.visa-template__container{max-width:1400px;margin:0 auto;padding:0 60px}@media only screen and (max-width: 738px){.visa-template__container{padding:0 30px}}@media only screen and (max-width: 480px){.visa-template__container{padding:0 16px}}.visa-template__hero{padding:100px 60px;background:linear-gradient(135deg,#f0f9ff,#e8f4ff)}@media only screen and (max-width: 738px){.visa-template__hero{padding:70px 30px;margin-top:60px}}@media only screen and (max-width: 480px){.visa-template__hero{padding:50px 16px;margin-top:50px}}.visa-template__breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:30px;font-size:13px;color:#64748b}.visa-template__breadcrumb a{color:#475569;text-decoration:none;font-weight:500}.visa-template__breadcrumb a:hover{color:#0f172a}.visa-template__breadcrumb span{color:#475569}.visa-template__badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:1px;color:#ef4444;margin-bottom:24px}.visa-template__badge--inline{margin-bottom:16px}.visa-template__badge span{font-size:8px}.visa-template__title{font-size:48px;font-weight:600;line-height:1.3;color:#0f172a;margin:0 0 16px;max-width:800px}@media only screen and (max-width: 738px){.visa-template__title{font-size:36px}}@media only screen and (max-width: 480px){.visa-template__title{font-size:26px}}.visa-template__subtitle{font-size:16px;color:#475569;line-height:1.6;margin:0 0 32px;max-width:600px}@media only screen and (max-width: 480px){.visa-template__subtitle{font-size:14px;margin-bottom:24px}}.visa-template__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.visa-template__btn{border:none;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 26px;white-space:nowrap}.visa-template__btn--primary{background:#0f172a;color:#fff}.visa-template__btn--primary:hover{background:#1e293b}.visa-template__btn--secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1}.visa-template__btn--secondary:hover{background:#f8fafc;border-color:#94a3b8}.visa-template__btn span{font-size:14px}@media only screen and (max-width: 480px){.visa-template__btn{padding:10px 20px;font-size:13px}}.visa-template__section{padding:80px 60px;background:#fff}@media only screen and (max-width: 738px){.visa-template__section{padding:60px 30px}}@media only screen and (max-width: 480px){.visa-template__section{padding:40px 16px}}.visa-template__section:nth-child(2n){background:#f8fafc}.visa-template__section-wrapper{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start}@media only screen and (max-width: 738px){.visa-template__section-wrapper{grid-template-columns:1fr;gap:40px}}.visa-template__section-left{position:sticky}.visa-template__section-left h2{font-size:34px;font-weight:600;color:#0f172a;margin:12px 0;line-height:1.3}@media only screen and (max-width: 738px){.visa-template__section-left h2{font-size:32px;position:static}}@media only screen and (max-width: 480px){.visa-template__section-left h2{font-size:24px}}.visa-template__section-left p{font-size:16px;color:#475569;margin:0;max-width:400px;line-height:1.6}@media only screen and (max-width: 480px){.visa-template__section-left p{font-size:14px}}.visa-template__section-right{width:100%}.visa-template__handle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media only screen and (max-width: 738px){.visa-template__handle-grid{grid-template-columns:1fr;gap:16px}}.visa-template__handle-card{padding:24px;border:1px solid rgba(226,232,240,.8);border-radius:12px;background:#fff;transition:all .3s ease}.visa-template__handle-card:hover{border-color:#2563eb33;box-shadow:0 8px 24px #0f172a0f}.visa-template__handle-card h3{font-size:16px;font-weight:700;color:#0f172a;margin:14px 0 8px}.visa-template__handle-card p{font-size:14px;color:#64748b;margin:0;line-height:1.5}.visa-template__handle-icon{font-size:24px;color:#2563eb}.visa-template__benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px;background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;padding:26px 30px}@media only screen and (max-width: 738px){.visa-template__benefits-grid{grid-template-columns:1fr;gap:0;padding:22px}}.visa-template__benefit-item{display:flex;align-items:center;gap:14px;padding:10px 0;background:transparent;border:none;border-bottom:1px solid rgba(226,232,240,.9);border-radius:0}.visa-template__benefit-item svg{color:#2563eb;font-size:20px;flex-shrink:0}.visa-template__benefit-item span{font-size:15px;color:#334155;font-weight:500;line-height:1.5}.visa-template__benefit-item:nth-last-child(-n+2){border-bottom:none}@media only screen and (max-width: 738px){.visa-template__benefit-item:last-child{border-bottom:none}.visa-template__benefit-item:nth-last-child(2){border-bottom:1px solid rgba(226,232,240,.9)}}.visa-template__countries-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px;background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;padding:26px 30px}@media only screen and (max-width: 738px){.visa-template__countries-grid{grid-template-columns:1fr;gap:0;padding:22px}}.visa-template__country-item{display:flex;align-items:center;gap:14px;padding:12px 0;background:transparent;border:none;border-bottom:1px solid rgba(226,232,240,.9);border-radius:0}.visa-template__country-item img{width:22px;height:16px;object-fit:cover;border-radius:2px;flex-shrink:0;border:1px solid rgb(238,234,234)}.visa-template__country-item span{font-size:15px;color:#0f172a;font-weight:500}.visa-template__country-item:nth-last-child(-n+2){border-bottom:none}@media only screen and (max-width: 738px){.visa-template__country-item:last-child{border-bottom:none}.visa-template__country-item:nth-last-child(2){border-bottom:1px solid rgba(226,232,240,.9)}}.visa-template__eligibility-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;padding:26px 30px}@media only screen and (max-width: 738px){.visa-template__eligibility-grid{grid-template-columns:1fr;gap:0}}.visa-template__eligibility-item{display:flex;align-items:center;gap:14px;padding:12px 0;background:transparent;border:none;border-bottom:1px solid rgba(226,232,240,.9);border-radius:0}.visa-template__eligibility-item svg{color:#2563eb;font-size:18px;flex-shrink:0}.visa-template__eligibility-item span{font-size:15px;color:#0f172a;font-weight:500;line-height:1.5}.visa-template__eligibility-item:nth-last-child(-n+2){border-bottom:none}@media only screen and (max-width: 738px){.visa-template__eligibility-item:last-child{border-bottom:none}.visa-template__eligibility-item:nth-last-child(2){border-bottom:1px solid rgba(226,232,240,.9)}}.visa-template__documents-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px;background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;padding:26px 30px}@media only screen and (max-width: 738px){.visa-template__documents-grid{grid-template-columns:1fr;gap:0;padding:22px}}.visa-template__document-item{display:flex;align-items:center;gap:14px;padding:12px 0;background:transparent;border:none;border-bottom:1px solid rgba(226,232,240,.9);border-radius:0}.visa-template__document-item svg{color:#2563eb;font-size:18px;flex-shrink:0}.visa-template__document-item span{font-size:15px;color:#0f172a;font-weight:500;line-height:1.5}.visa-template__document-item:nth-last-child(-n+2){border-bottom:none}@media only screen and (max-width: 738px){.visa-template__document-item:last-child{border-bottom:none}.visa-template__document-item:nth-last-child(2){border-bottom:1px solid rgba(226,232,240,.9)}}.visa-template__timeline-list{display:flex;flex-direction:column;gap:16px}.visa-template__timeline-item{display:flex;align-items:flex-start;gap:18px;padding:20px;background:#fff;border-radius:10px;border-left:3px solid #2563eb;opacity:0;transform:translate(-20px);transition:all .6s cubic-bezier(.34,1.56,.64,1)}.visa-template__timeline-item.visible{opacity:1;transform:translate(0)}@media only screen and (max-width: 480px){.visa-template__timeline-item{padding:16px;gap:14px}}.visa-template__timeline-icon{color:#2563eb;font-size:24px;flex-shrink:0;margin-top:2px}.visa-template__timeline-content{flex:1}.visa-template__timeline-content h3{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 6px}.visa-template__timeline-content p{font-size:13px;color:#64748b;margin:0}.visa-template__faqs-list{display:flex;flex-direction:column;gap:12px}.visa-template__faq-item{border:1px solid rgba(226,232,240,.6);border-radius:8px;overflow:hidden;transition:all .25s ease}.visa-template__faq-item.active{border-color:#2563eb33;background:#f8fbff}.visa-template__faq-question{width:100%;border:none;background:transparent;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:15px;font-weight:600;color:#0f172a;transition:all .25s ease}.visa-template__faq-question:hover{color:#2563eb}@media only screen and (max-width: 480px){.visa-template__faq-question{padding:14px 16px;font-size:14px}}.visa-template__faq-toggle{font-size:20px;color:#2563eb;font-weight:400}.visa-template__faq-answer{padding:0 20px 16px;color:#475569;font-size:14px;line-height:1.6;animation:slideDown .25s ease}@media only screen and (max-width: 480px){.visa-template__faq-answer{padding:0 16px 14px;font-size:13px}}.expert-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center}.expert-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:expertFadeIn .25s ease}.expert-modal__box{position:relative;z-index:1;width:100%;max-width:540px;max-height:80vh;overflow-y:auto;background:#fff;border-radius:20px;padding:32px 36px 28px;box-shadow:0 20px 60px #0000002e;animation:expertPopIn .3s ease;box-sizing:border-box}.expert-modal__handle{display:none}.expert-modal__close{position:absolute;top:18px;right:18px;width:32px;height:32px;border:none;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0f172a;font-size:16px;cursor:pointer;transition:.2s;z-index:2}.expert-modal__close:hover{background:#e2e8f0}.expert-modal__header{text-align:center;margin-bottom:20px}.expert-modal__header h2{font-size:22px;font-weight:700;color:#0f172a;margin:12px 0 8px}.expert-modal__header p{font-size:13px;color:#64748b;line-height:1.6;margin:0;max-width:360px;margin-inline:auto}.expert-modal__icon{width:56px;height:56px;border-radius:50%;background:#2563eb14;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto}.expert-modal__icon--success{background:#25d3661f;color:#25d366}.expert-modal__success{text-align:center;padding:20px 10px 8px}.expert-modal__success h2{font-size:22px;font-weight:700;color:#0f172a;margin:16px 0 8px}.expert-modal__success p{font-size:13.5px;color:#64748b;line-height:1.6;margin:0 0 24px}.expert-modal__form{display:flex;flex-direction:column}.expert-field{margin-bottom:14px}.expert-field label{display:block;font-size:13px;font-weight:600;color:#0f172a;margin-bottom:6px}.expert-field label .req{color:#ef4444}.expert-error{font-size:11.5px;color:#ef4444;margin-top:4px;margin-left:2px}.expert-input{position:relative;display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;transition:border-color .2s}.expert-input:focus-within{border-color:#2563eb}.expert-input__icon{flex-shrink:0;margin-left:14px;color:#94a3b8;font-size:17px}.expert-input__icon--top{align-self:flex-start;margin-top:12px}.expert-input__chev{flex-shrink:0;margin-right:14px;color:#94a3b8;font-size:15px;pointer-events:none}.expert-input__divider{width:1px;height:22px;background:#e2e8f0;margin:0 4px;flex-shrink:0}.expert-input input,.expert-input textarea,.expert-input select{flex:1;width:100%;border:none;outline:none;background:transparent;font-size:13.5px;color:#0f172a;padding:12px 14px 12px 10px;font-family:inherit}.expert-input input::placeholder,.expert-input textarea::placeholder,.expert-input select::placeholder{color:#9ca3af}.expert-input--select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:8px;color:#9ca3af}.expert-input--select select option[disabled]{color:#9ca3af}.expert-input--textarea{align-items:flex-start}.expert-input--textarea textarea{resize:none;min-height:72px;padding-top:12px;line-height:1.6}.expert-char-count{text-align:right;font-size:11px;color:#94a3b8;margin-top:3px}.expert-input--phone{padding-left:0}.expert-input--phone .expert-input__icon{margin-left:10px}.expert-code{position:relative;flex-shrink:0}.expert-code__btn{display:flex;align-items:center;gap:6px;height:100%;border:none;background:transparent;padding:12px 8px 12px 14px;cursor:pointer;font-size:13.5px;color:#0f172a;font-family:inherit;transition:.2s}.expert-code__btn:hover{background:#2563eb0a}.expert-code__btn:focus{outline:none}.expert-code__flag{font-size:16px;line-height:1}.expert-code__val{font-weight:600}.expert-code__chev{color:#94a3b8;font-size:13px;margin-left:2px}.expert-code__list{position:absolute;top:calc(100% + 6px);left:0;z-index:5;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0000001f;list-style:none;margin:0;padding:6px;min-width:200px;max-height:280px;overflow-y:auto}.expert-code__list::-webkit-scrollbar{width:6px}.expert-code__list::-webkit-scrollbar-track{background:#f0f9ff}.expert-code__list::-webkit-scrollbar-thumb{background:#dbeafe;border-radius:3px}.expert-code__list::-webkit-scrollbar-thumb:hover{background:#93c5fd}.expert-code__list li{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;font-size:13px;cursor:pointer;transition:background .15s;color:#0f172a}.expert-code__list li:hover{background:#f1f5f9}.expert-code__list li.active{background:#2563eb14;color:#2563eb;font-weight:600}.expert-code__list li .expert-code__flag{font-size:15px}.expert-code__list li .expert-code__name{margin-left:auto;font-size:11.5px;color:#64748b}.expert-code__list li.active .expert-code__name{color:#2563eb}.expert-submit{width:100%;height:50px;border:1.5px solid #2563eb;border-radius:10px;background:#2563eb;color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;margin-top:6px;transition:all .3s ease}.expert-submit:hover{background:transparent;color:#2563eb;border-color:#2563eb;box-shadow:none}.expert-submit:active{background:#2563eb0d}.expert-submit__arrow{font-size:16px;transition:transform .3s ease}.expert-submit:hover .expert-submit__arrow{transform:translate(3px);color:#2563eb}.expert-footer-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;font-size:11.5px;color:#64748b}.expert-footer-note svg{color:#2563eb;font-size:14px;flex-shrink:0}.expert-whatsapp-btn{width:100%;height:50px;border:none;border-radius:10px;background:#25d366;color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease}.expert-whatsapp-btn svg{font-size:19px}.expert-whatsapp-btn:hover{background:#1ebc59;box-shadow:0 8px 20px #25d36640}.expert-whatsapp-btn:active{background:#1aa34a}@keyframes expertFadeIn{0%{opacity:0}to{opacity:1}}@keyframes expertPopIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes expertSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media only screen and (max-width: 768px){.expert-modal{align-items:flex-end;justify-content:stretch}.expert-modal__box{max-width:100%;width:100%;max-height:90vh;border-radius:20px 20px 0 0;padding:10px 18px 28px;animation:expertSlideUp .3s ease;box-sizing:border-box}.expert-modal__handle{display:block;width:40px;height:4px;background:#e2e8f0;border-radius:4px;margin:0 auto 14px}.expert-modal__close{top:14px;right:14px}.expert-modal__header{margin-bottom:16px}.expert-modal__header h2{font-size:19px}.expert-modal__header p{font-size:12.5px}.expert-modal__icon{width:46px;height:46px;font-size:22px}.expert-field{margin-bottom:12px}.expert-field label{font-size:12.5px}.expert-input input,.expert-input textarea,.expert-input select{font-size:13px;padding:11px 12px 11px 10px}.expert-submit,.expert-whatsapp-btn{height:48px;font-size:14px}}.country-template{background:#fff}.country-template__container{max-width:1400px;margin:0 auto;padding:0 60px}@media only screen and (max-width: 738px){.country-template__container{padding:0 30px}}@media only screen and (max-width: 480px){.country-template__container{padding:0 16px}}.country-template__hero{padding:100px 60px;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;isolation:isolate}.country-template__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026;z-index:1}.country-template__hero .country-template__container{position:relative;z-index:2}@media only screen and (max-width: 738px){.country-template__hero{padding:70px 30px;margin-top:60px}}@media only screen and (max-width: 480px){.country-template__hero{padding:50px 16px;margin-top:50px}}.country-template__breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:30px;font-size:13px;color:#64748b}.country-template__breadcrumb a{color:#ffffffd9;text-decoration:none;font-weight:500}.country-template__breadcrumb span{color:#fff9}.country-template__badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:1px;color:#fff;margin-bottom:24px}.country-template__badge--inline{margin-bottom:16px}.country-template__badge span{font-size:8px}.country-template__title{font-size:48px;font-weight:600;line-height:1.3;color:#fff;margin:0 0 16px;max-width:800px}@media only screen and (max-width: 738px){.country-template__title{font-size:36px}}@media only screen and (max-width: 480px){.country-template__title{font-size:26px}}.country-template__subtitle{font-size:16px;color:#ffffffd9;line-height:1.6;margin:0 0 32px;max-width:600px}@media only screen and (max-width: 480px){.country-template__subtitle{font-size:14px;margin-bottom:24px}}.country-template__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.country-template__btn{border:none;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 26px;white-space:nowrap}.country-template__btn--primary{background:#dc2626;color:#fff}.country-template__btn--primary:hover{background:#fff;color:#dc2626}.country-template__btn--secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1}.country-template__btn--secondary:hover{background:#f8fafc;border-color:#94a3b8}.country-template__btn span{font-size:14px}@media only screen and (max-width: 480px){.country-template__btn{padding:10px 20px;font-size:13px}}.country-template__section{padding:80px 60px;background:#fff}@media only screen and (max-width: 738px){.country-template__section{padding:60px 30px}}@media only screen and (max-width: 480px){.country-template__section{padding:40px 16px}}.country-template__section:nth-child(2n){background:#f8fafc}.country-template__section-wrapper{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start}@media only screen and (max-width: 738px){.country-template__section-wrapper{grid-template-columns:1fr;gap:40px}}.country-template__section-left{position:sticky}.country-template__section-left h2{font-size:34px;font-weight:600;color:#0f172a;margin:12px 0;line-height:1.3}@media only screen and (max-width: 738px){.country-template__section-left h2{font-size:32px;position:static}}@media only screen and (max-width: 480px){.country-template__section-left h2{font-size:24px}}.country-template__section-left p{font-size:16px;color:#475569;margin:0;max-width:400px;line-height:1.6}@media only screen and (max-width: 480px){.country-template__section-left p{font-size:14px}}.country-template__section-right{width:100%}.country-template__benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px;background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;padding:26px 30px}@media only screen and (max-width: 738px){.country-template__benefits-grid{grid-template-columns:1fr;gap:0;padding:22px}}.country-template__benefit-item{display:flex;align-items:center;gap:14px;padding:10px 0;background:transparent;border:none;border-bottom:1px solid rgba(226,232,240,.9);border-radius:0}.country-template__benefit-item svg{color:#2563eb;font-size:20px;flex-shrink:0}.country-template__benefit-item span{font-size:15px;color:#334155;font-weight:500;line-height:1.5}.country-template__benefit-item:nth-last-child(-n+2){border-bottom:none}@media only screen and (max-width: 738px){.country-template__benefit-item:last-child{border-bottom:none}.country-template__benefit-item:nth-last-child(2){border-bottom:1px solid rgba(226,232,240,.9)}}.country-template__visa-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px;background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;padding:26px 30px}@media only screen and (max-width: 738px){.country-template__visa-grid{grid-template-columns:1fr;gap:0;padding:22px}}.country-template__visa-item{display:flex;align-items:center;gap:14px;padding:12px 0;background:transparent;border:none;border-bottom:1px solid rgba(226,232,240,.9);border-radius:0}.country-template__visa-item svg{color:#2563eb;font-size:18px;flex-shrink:0}.country-template__visa-item span{font-size:15px;color:#0f172a;font-weight:500}.country-template__visa-item:nth-last-child(-n+2){border-bottom:none}@media only screen and (max-width: 738px){.country-template__visa-item:last-child{border-bottom:none}.country-template__visa-item:nth-last-child(2){border-bottom:1px solid rgba(226,232,240,.9)}}.country-template__processing-list{display:flex;flex-direction:column;gap:16px}.country-template__processing-item{display:flex;align-items:flex-start;gap:18px;padding:20px;background:#fff;border-radius:10px;border:1px solid rgba(226,232,240,.6)}@media only screen and (max-width: 480px){.country-template__processing-item{padding:16px;gap:14px}}.country-template__processing-icon{color:#2563eb;font-size:24px;flex-shrink:0;margin-top:2px}.country-template__processing-content{flex:1}.country-template__processing-content h3{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 6px}.country-template__processing-content p{font-size:13px;color:#64748b;margin:0}.country-template__eligibility-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;padding:26px 30px}@media only screen and (max-width: 738px){.country-template__eligibility-grid{grid-template-columns:1fr;gap:0}}.country-template__eligibility-item{display:flex;align-items:center;gap:14px;padding:12px 0;background:transparent;border:none;border-bottom:1px solid rgba(226,232,240,.9);border-radius:0}.country-template__eligibility-item svg{color:#2563eb;font-size:18px;flex-shrink:0}.country-template__eligibility-item span{font-size:15px;color:#0f172a;font-weight:500;line-height:1.5}.country-template__eligibility-item:nth-last-child(-n+2){border-bottom:none}@media only screen and (max-width: 738px){.country-template__eligibility-item:last-child{border-bottom:none}.country-template__eligibility-item:nth-last-child(2){border-bottom:1px solid rgba(226,232,240,.9)}}.country-template__documents-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px;background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;padding:26px 30px}@media only screen and (max-width: 738px){.country-template__documents-grid{grid-template-columns:1fr;gap:0;padding:22px}}.country-template__document-item{display:flex;align-items:center;gap:14px;padding:12px 0;background:transparent;border:none;border-bottom:1px solid rgba(226,232,240,.9);border-radius:0}.country-template__document-item svg{color:#2563eb;font-size:18px;flex-shrink:0}.country-template__document-item span{font-size:15px;color:#0f172a;font-weight:500;line-height:1.5}.country-template__document-item:nth-last-child(-n+2){border-bottom:none}@media only screen and (max-width: 738px){.country-template__document-item:last-child{border-bottom:none}.country-template__document-item:nth-last-child(2){border-bottom:1px solid rgba(226,232,240,.9)}}.country-template__faqs-list{display:flex;flex-direction:column;gap:12px}.country-template__faq-item{border:1px solid rgba(226,232,240,.6);border-radius:8px;overflow:hidden;transition:all .25s ease}.country-template__faq-item.active{border-color:#2563eb33;background:#f8fbff}.country-template__faq-question{width:100%;border:none;background:transparent;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:15px;font-weight:600;color:#0f172a;transition:all .25s ease}.country-template__faq-question:hover{color:#2563eb}@media only screen and (max-width: 480px){.country-template__faq-question{padding:14px 16px;font-size:14px}}.country-template__faq-toggle{font-size:20px;color:#2563eb;font-weight:400}.country-template__faq-answer{padding:0 20px 16px;color:#475569;font-size:14px;line-height:1.6;animation:slideDown .25s ease}@media only screen and (max-width: 480px){.country-template__faq-answer{padding:0 16px 14px;font-size:13px}}.passport-page{background:#fff}.passport-container{max-width:1400px;margin:0 auto;padding:0 60px}@media only screen and (max-width: 738px){.passport-container{padding:0 30px}}@media only screen and (max-width: 480px){.passport-container{padding:0 16px}}.passport-hero{padding:100px 60px;background:linear-gradient(135deg,#f0f9ff,#e8f4ff);margin-top:60px}@media only screen and (max-width: 738px){.passport-hero{padding:70px 30px;margin-top:60px}}@media only screen and (max-width: 480px){.passport-hero{padding:50px 16px;margin-top:50px}}.passport-hero .passport-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:30px;font-size:13px;color:#64748b}.passport-hero .passport-breadcrumb a{color:#475569;text-decoration:none;font-weight:500}.passport-hero .passport-breadcrumb a:hover{color:#0f172a}.passport-hero .passport-breadcrumb span{color:#777f88}.passport-hero .passport-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:1px;color:#ef4444;margin-bottom:24px}.passport-hero .passport-badge span{font-size:8px}.passport-hero .passport-title{font-size:48px;font-weight:600;line-height:1.3;color:#0f172a;margin:0 0 16px;max-width:800px}@media only screen and (max-width: 738px){.passport-hero .passport-title{font-size:36px}}@media only screen and (max-width: 480px){.passport-hero .passport-title{font-size:26px}}.passport-hero .passport-subtitle{font-size:16px;color:#475569;line-height:1.6;margin:0 0 32px;max-width:600px}@media only screen and (max-width: 480px){.passport-hero .passport-subtitle{font-size:14px;margin-bottom:24px}}.passport-hero .passport-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.btn{border:none;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 26px;white-space:nowrap}@media only screen and (max-width: 480px){.btn{padding:10px 20px;font-size:13px}}.btn-primary{background:#0f172a;color:#fff}.btn-primary:hover{background:#1e293b}.btn-secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8}.btn svg{font-size:16px}.passport-section{padding:80px 60px;background:#fff}@media only screen and (max-width: 738px){.passport-section{padding:60px 30px}}@media only screen and (max-width: 480px){.passport-section{padding:40px 16px}}.passport-section:nth-child(2n){background:#f8fafc}.passport-section .section-wrapper{display:grid;grid-template-columns:1fr 2fr;gap:60px}@media only screen and (max-width: 738px){.passport-section .section-wrapper{grid-template-columns:1fr;gap:40px}}.passport-section .section-left{position:sticky}@media only screen and (max-width: 738px){.passport-section .section-left{position:static;top:auto}}.passport-section .section-left .section-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:1px;color:#ef4444;margin-bottom:16px}.passport-section .section-left .section-badge span{font-size:8px}.passport-section .section-left h2{font-size:40px;font-weight:600;color:#0f172a;margin:0 0 12px;line-height:1.3}@media only screen and (max-width: 738px){.passport-section .section-left h2{font-size:32px}}@media only screen and (max-width: 480px){.passport-section .section-left h2{font-size:24px}}.passport-section .section-left p{font-size:16px;color:#64748b;margin:0;max-width:400px;line-height:1.6}@media only screen and (max-width: 480px){.passport-section .section-left p{font-size:14px}}.passport-section .section-right{width:100%}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media only screen and (max-width: 738px){.service-grid{grid-template-columns:1fr;gap:16px}}@media only screen and (max-width: 480px){.service-grid{grid-template-columns:1fr;gap:16px}}.service-grid .service-card{padding:32px;border:1px solid rgba(226,232,240,.8);border-radius:12px;background:#fff;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:16px}.service-grid .service-card:hover{border-color:#2563eb33;box-shadow:0 8px 24px #0f172a0f}.service-grid .service-card .service-icon{font-size:18px;color:#2563eb;margin:0;line-height:.75}.service-grid .service-card h3{margin:0;font-size:16px;font-weight:700;color:#0f172a}.service-grid .service-card p{margin:0;font-size:14px;line-height:1.6;color:#64748b}.checklist-box{border:1px solid rgba(226,232,240,.8);border-radius:12px;padding:32px;background:#fff}@media only screen and (max-width: 738px){.checklist-box{padding:24px}}@media only screen and (max-width: 480px){.checklist-box{padding:16px}}.checklist-box .checklist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media only screen and (max-width: 738px){.checklist-box .checklist-grid{grid-template-columns:1fr;gap:16px}}@media only screen and (max-width: 480px){.checklist-box .checklist-grid{grid-template-columns:1fr;gap:12px}}.checklist-box .checklist-grid .checklist-item{display:flex;align-items:flex-start;gap:12px}.checklist-box .checklist-grid .checklist-item .item-icon{font-size:20px;color:#2563eb;flex-shrink:0;margin-top:2px}.checklist-box .checklist-grid .checklist-item span{font-size:14px;color:#0f172a;font-weight:500;line-height:1.5}.fees-list{display:flex;flex-direction:column;gap:0;border:1px solid rgba(226,232,240,.8);border-radius:12px;background:#fff;overflow:hidden}.fees-list .fee-item{padding:20px 24px;border-bottom:1px solid rgba(226,232,240,.8);display:flex;align-items:flex-start;gap:16px;transition:all .3s ease}.fees-list .fee-item:last-child{border-bottom:none}.fees-list .fee-item:hover{background:#f8fafc}.fees-list .fee-item .fee-icon{font-size:24px;color:#2563eb;flex-shrink:0;margin-top:2px}.fees-list .fee-item .fee-content{flex:1}.fees-list .fee-item .fee-content h3{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 6px}.fees-list .fee-item .fee-content p{font-size:13px;color:#64748b;margin:0;line-height:1.5}.process-list{display:flex;flex-direction:column;gap:0;border:1px solid rgba(226,232,240,.8);border-radius:12px;background:#fff;overflow:hidden}.process-list .process-item{padding:20px 24px;border-bottom:1px solid rgba(226,232,240,.8);display:flex;align-items:flex-start;gap:16px;transition:all .3s ease}.process-list .process-item:last-child{border-bottom:none}.process-list .process-item:hover{background:#f8fafc}.process-list .process-item .process-icon{font-size:24px;color:#2563eb;flex-shrink:0;margin-top:2px}.process-list .process-item .process-content{flex:1}.process-list .process-item .process-content h3{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 4px}.process-list .process-item .process-content p{font-size:13px;color:#64748b;margin:0;line-height:1.5}.faq-list{display:flex;flex-direction:column;gap:12px;width:100%}.faq-item{width:100%;border:1px solid rgba(226,232,240,.6);border-radius:8px;background:#fff;overflow:hidden;transition:all .25s ease}.faq-item.active{border-color:#2563eb33;background:#f8fbff}.faq-question{width:100%;border:none;outline:none;background:transparent;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;font-size:15px;font-weight:600;color:#0f172a;transition:all .25s ease}.faq-question span{flex:1;min-width:0}.faq-question:hover{color:#2563eb}@media only screen and (max-width: 480px){.faq-question{padding:14px 16px;font-size:14px}}.faq-icon{flex-shrink:0;font-size:20px;color:#2563eb;margin-left:16px}@media only screen and (max-width: 480px){.faq-icon{font-size:18px;margin-left:12px}}.faq-answer{padding:0 20px 16px;color:#475569;font-size:14px;line-height:1.6;animation:slideDown .25s ease}.faq-answer p{margin:0;color:#475569;font-size:14px;line-height:1.6}@media only screen and (max-width: 480px){.faq-answer{padding:0 16px 14px;font-size:13px}.faq-answer p{font-size:13px}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.consultation{background:#fff;min-height:100vh}.consultation__banner{background:linear-gradient(135deg,#f0f7ff,#e0effb);padding:2.5rem 0}@media (min-width: 768px){.consultation__banner{padding:3rem 0}}@media (min-width: 1024px){.consultation__banner{padding:3.5rem 0}}.consultation__banner-content{max-width:1280px;margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}@media (min-width: 768px){.consultation__banner-content{padding-left:2rem;padding-right:2rem}}@media (min-width: 1024px){.consultation__banner-content{padding-left:2rem;padding-right:2rem}}.consultation__breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:30px;font-size:13px;color:#64748b}.consultation__breadcrumb a{color:#1e293b;text-decoration:none;font-weight:500}.consultation__breadcrumb a:hover{color:#0f172a}.consultation__breadcrumb span{color:#64748b}.consultation__breadcrumb .breadcrumb-icon{font-size:14px;color:#64748b}.consultation__banner-title{font-size:1.75rem;font-weight:600;color:#081b4b;margin-bottom:.75rem;font-family:Fraunces,Georgia,serif;letter-spacing:-.02em;line-height:1.3}@media (min-width: 768px){.consultation__banner-title{font-size:2rem}}@media (min-width: 1024px){.consultation__banner-title{font-size:2.5rem}}.consultation__banner-desc{font-size:.9375rem;color:#64748b;line-height:1.6;max-width:600px}.consultation__container{max-width:1280px;margin:0 auto;padding:2rem 1.25rem;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.consultation__container{padding:2.5rem 2rem;gap:2rem}}@media (min-width: 1024px){.consultation__container{grid-template-columns:1.1fr .9fr;gap:2rem;padding:2rem;align-items:start}}.consultation__form-wrapper{display:flex;align-items:stretch}.consultation__form-card{width:100%;background:#fff;border:1px solid #EDF2FF;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #081b4b0a,0 8px 24px -12px #081b4b1a}@media (min-width: 768px){.consultation__form-card{padding:1.5rem}}.consultation__title{font-size:1.25rem;font-weight:600;color:#081b4b;margin-bottom:.35rem;font-family:Fraunces,Georgia,serif;letter-spacing:-.02em}@media (min-width: 768px){.consultation__title{font-size:1.375rem}}.consultation__subtitle{font-size:.8125rem;color:#64748b;margin-bottom:1.2rem;line-height:1.5}.consultation__form{display:flex;flex-direction:column;gap:.9rem}.consultation__row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}@media (min-width: 768px){.consultation__row{gap:1rem}}.consultation__group{display:flex;flex-direction:column;gap:.25rem}.consultation__label{font-size:.8rem;font-weight:600;color:#1e293b;display:block}.consultation__input,.consultation__select,.consultation__textarea{width:100%;padding:.55rem .75rem;border:1px solid #E2E8F0;border-radius:.5rem;font-size:.8125rem;font-family:inherit;background-color:#fff;color:#1e293b;transition:border-color .15s ease}.consultation__input::placeholder,.consultation__select::placeholder,.consultation__textarea::placeholder{color:#64748b}.consultation__input:focus,.consultation__select:focus,.consultation__textarea:focus{outline:none;border-color:#2563eb}.consultation__input:hover,.consultation__select:hover,.consultation__textarea:hover{border-color:#e2e8f0}.consultation__input--error,.consultation__select--error,.consultation__textarea--error{border-color:#ef4444;background-color:#ef444405}.consultation__textarea{resize:vertical;min-height:80px;line-height:1.4}@media (min-width: 768px){.consultation__textarea{min-height:85px}}.consultation__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23081B4B' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;padding-right:2rem}.consultation__select--error{border-color:#ef4444}.consultation__error{font-size:.7rem;color:#ef4444;margin-top:.15rem;display:block}.consultation__btn{width:100%;padding:.65rem 1.5rem;background-color:#081b4b;color:#fff;border:none;border-radius:.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background-color .15s ease;text-transform:capitalize;margin-top:.4rem}.consultation__btn:hover:not(:disabled){background-color:#040e26}.consultation__btn:active:not(:disabled){background-color:#020714}.consultation__btn:disabled{opacity:.7;cursor:not-allowed}.consultation__btn--success{background-color:#10b981}.consultation__info-wrapper{display:flex;flex-direction:column;gap:.8rem;height:fit-content}@media (min-width: 1024px){.consultation__info-wrapper{gap:.9rem}}.consultation__info-card{background:#fff;border:1px solid #EDF2FF;border-radius:.75rem;padding:1.2rem;transition:none}@media (min-width: 768px){.consultation__info-card{padding:1.25rem}}.consultation__info-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.55rem}.consultation__info-icon{width:1.25rem;height:1.25rem;color:#2563eb;flex-shrink:0}.consultation__info-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#64748b;display:block}.consultation__info-value{font-size:.9rem;font-weight:600;color:#081b4b;margin-bottom:.15rem;line-height:1.3}.consultation__info-desc{font-size:.75rem;color:#64748b;line-height:1.4}@media (max-width: 1023px){.consultation__container{grid-template-columns:1fr}.consultation__info-wrapper{grid-auto-flow:column;grid-auto-columns:1fr;gap:.8rem;overflow-x:auto;scroll-behavior:smooth}.consultation__info-wrapper::-webkit-scrollbar{height:4px}.consultation__info-wrapper::-webkit-scrollbar-track{background:#edf2ff;border-radius:2px}.consultation__info-wrapper::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.consultation__info-card{min-width:240px}}
