:root{--yellow:#fec901;--yellow-dark:#c68a1e;--dark:#121212;--dark-2:#1a1a1a;--dark-3:#222;--dark-card:#181818;--gray:#757575;--gray-light:#9a9a9a;--border:#2a2a2a;--white:#fff;--text:#d8d8d8;--radius:14px;--shadow:0 18px 40px #00000059;--container:1240px;--header-h:86px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;background:#121212;background:var(--dark);color:#d8d8d8;color:var(--text);font-family:Poppins,sans-serif;line-height:1.6;max-width:100%;position:relative;width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}img{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{color:#fff;color:var(--white);font-weight:700;line-height:1.2}button,input,select,textarea{font-family:inherit}.container{margin:0 auto;max-width:1240px;max-width:var(--container);padding:0 20px;width:100%}.section{padding:100px 0}.section-sm{padding:70px 0}.btn{align-items:center;border:2px solid #0000;border-radius:50px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:10px;padding:14px 30px;transition:all .3s ease;white-space:nowrap}.btn-primary{background:#fec901;background:var(--yellow);color:#111}.btn-primary:hover{background:#111;color:#fec901;color:var(--yellow)}.btn-outline,.btn-primary:hover{border-color:#fec901;border-color:var(--yellow)}.btn-outline{background:#0000;color:#fff;color:var(--white)}.btn-outline:hover{background:#fec901;background:var(--yellow);color:#111}.btn-dark{background:#111;color:#fff;color:var(--white)}.btn-dark:hover{background:#fec901;background:var(--yellow);color:#111}.btn-block{justify-content:center;width:100%}.sec-head{margin:0 auto 55px;max-width:640px;text-align:center}.sec-head.left{margin-left:0;text-align:left}.subtitle{align-items:center;color:#fec901;color:var(--yellow);display:inline-flex;font-size:14px;font-weight:600;gap:8px;letter-spacing:2px;margin-bottom:14px;text-transform:uppercase}.subtitle:before{background:#fec901;background:var(--yellow);content:"";height:2px;width:26px}.sec-title{font-size:40px;font-weight:700;margin-bottom:16px}.sec-title span{color:#fec901;color:var(--yellow)}.sec-text{color:#9a9a9a;color:var(--gray-light);font-size:16px}.card{background:#181818;background:var(--dark-card);border:1px solid #2a2a2a;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);overflow:hidden;transition:all .35s ease}.card:hover{border-color:#fec901;border-color:var(--yellow);transform:translateY(-8px)}.grid{grid-gap:28px;display:grid;gap:28px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:991px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.sec-title{font-size:32px}.section{padding:70px 0}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.sec-title{font-size:27px}}.chip{background:#fec9011f;border-radius:50px;display:inline-block;font-size:12px;font-weight:600;padding:5px 14px}.chip,.text-yellow{color:#fec901;color:var(--yellow)}.text-center{text-align:center}.bg-dark2{background:#1a1a1a;background:var(--dark-2)}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-3{margin-top:30px}.flex{display:flex}.gap-2{gap:20px}.wrap{flex-wrap:wrap}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .7s ease both}.field{margin-bottom:18px}.field label{color:#fff;color:var(--white);display:block;font-size:14px;font-weight:500;margin-bottom:8px}.field input,.field select,.field textarea,.input{background:#1a1a1a;background:var(--dark-2);border:1px solid #2a2a2a;border:1px solid var(--border);border-radius:10px;color:#fff;color:var(--white);font-size:15px;padding:14px 16px;transition:border-color .3s;width:100%}.field input:focus,.field select:focus,.field textarea:focus,.input:focus{border-color:#fec901;border-color:var(--yellow);outline:none}.field textarea{min-height:130px;resize:vertical}.topbar{background:#0d0d0d;border-bottom:1px solid var(--border);font-size:13px}.topbar-inner{align-items:center;display:flex;height:42px;justify-content:space-between}.topbar-left{color:var(--gray-light);display:flex;gap:26px}.topbar-left a,.topbar-left span{align-items:center;display:inline-flex;gap:8px;white-space:nowrap}.topbar-left a{color:var(--gray-light);transition:color .25s}.topbar-left a:hover,.topbar-left svg{color:var(--yellow)}.topbar-right{align-items:center;color:var(--gray-light);display:flex;gap:10px}.topbar-right a:hover{color:var(--yellow)}@media (max-width:640px){.hide-sm{display:none}}.navbar{background:#141414;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:100}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f0ff5;box-shadow:0 8px 30px #0006}.nav-inner{align-items:center;display:flex;gap:20px;height:var(--header-h);justify-content:space-between}.logo{color:var(--white);font-size:26px;font-weight:800;gap:12px;line-height:1}.logo,.logo-mark{align-items:center;display:inline-flex}.logo-mark{background:linear-gradient(135deg,var(--yellow),#ffd84d);border-radius:12px;box-shadow:0 6px 18px #fec90159;height:44px;justify-content:center;position:relative;width:44px}.logo-mark svg{color:#111;font-size:22px}.logo-badge{background:#111;border:1.5px solid var(--yellow);border-radius:8px;bottom:-7px;color:var(--yellow);font-size:9px;font-weight:800;letter-spacing:.3px;line-height:1;padding:2px 5px;position:absolute;right:-8px}.logo-text{display:inline-flex;letter-spacing:-.5px}.logo-text span{color:var(--yellow)}.nav-menu{align-items:center;display:flex;gap:6px;margin-left:auto;margin-right:24px}.nav-link{align-items:center;border-radius:6px;color:var(--text);cursor:pointer;display:inline-flex;font-size:15px;font-weight:500;gap:5px;padding:10px 14px;transition:color .25s}.nav-link.active,.nav-link:hover{color:var(--yellow)}.nav-link svg{font-size:11px}.nav-dropdown{position:relative}.dropdown-menu{background:#1b1b1b;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);left:0;min-width:210px;opacity:0;padding:10px;position:absolute;top:100%;transform:translateY(10px);transition:all .25s ease;visibility:hidden}.nav-dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-menu a{border-radius:7px;color:var(--text);display:block;font-size:14px;padding:9px 14px;transition:all .2s}.dropdown-menu a.active,.dropdown-menu a:hover{background:#fec9011f;color:var(--yellow)}.nav-actions{align-items:center;display:flex;gap:14px}.icon-btn{color:var(--white);font-size:18px;position:relative;transition:color .25s}.icon-btn:hover{color:var(--yellow)}.badge{background:var(--yellow);border-radius:50%;color:#111;display:grid;font-size:10px;font-weight:700;height:17px;place-items:center;position:absolute;right:-10px;top:-9px;width:17px}.menu-toggle{background:none;border:none;font-size:22px}.menu-toggle,.nav-close{color:var(--white);cursor:pointer;display:none}.nav-close{background:#1c1c1c;border:1px solid var(--border);border-radius:50%;font-size:17px;height:38px;left:20px;place-items:center;position:absolute;top:18px;transition:all .25s ease;width:38px}.nav-close:hover{background:var(--yellow);color:#111;transform:rotate(90deg)}.nav-call{font-size:14px;padding:11px 20px}.nav-cta{padding:11px 24px}@media (max-width:1100px){.nav-call,.nav-cta{display:none}.menu-toggle{display:block}.nav-menu{align-items:flex-start;background:#131313;border-left:1px solid var(--border);flex-direction:column;gap:2px;height:100vh;margin:0;max-width:85vw;overflow-y:auto;padding:90px 20px 30px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .35s ease;width:300px}.nav-menu.open{transform:translateX(0)}.nav-close{display:grid}.nav-menu .nav-link{justify-content:space-between;width:100%}.nav-dropdown{width:100%}.dropdown-menu{background:#101010;box-shadow:none;display:none;margin-top:4px;opacity:1;position:static;transform:none;visibility:visible;width:100%}.nav-dropdown.show .dropdown-menu{display:block}}.page-header{background-position:50%;background-size:cover;padding:90px 0;text-align:center}.page-header h1{font-size:46px;margin-bottom:14px}.breadcrumb{align-items:center;color:var(--gray-light);display:inline-flex;font-size:15px;gap:8px}.breadcrumb a:hover{color:var(--yellow)}.breadcrumb .crumb{align-items:center;display:inline-flex;gap:8px}.breadcrumb svg{font-size:10px}.breadcrumb .crumb span,.breadcrumb svg{color:var(--yellow)}@media (max-width:640px){.page-header h1{font-size:32px}}.footer{background:#0d0d0d;border-top:1px solid var(--border);padding-top:70px}.footer-top{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1.6fr 1fr 1.4fr;padding-bottom:50px}.footer-brand p{color:var(--gray-light);font-size:14.5px;margin:18px 0}.socials{display:flex;gap:10px}.socials a{background:#1c1c1c;border:1px solid var(--border);border-radius:50%;color:var(--white);display:grid;height:38px;place-items:center;transition:all .3s;width:38px}.socials a:hover{background:var(--yellow);color:#111;transform:translateY(-3px)}.footer-col h4{font-size:18px;margin-bottom:22px;padding-bottom:12px;position:relative}.footer-col h4:after{background:var(--yellow);bottom:0;content:"";height:2px;left:0;position:absolute;width:36px}.footer-col ul li{margin-bottom:12px}.footer-col ul a{color:var(--gray-light);font-size:14.5px;transition:all .25s}.footer-col ul a:hover{color:var(--yellow);padding-left:5px}.contact-list li{align-items:flex-start;color:var(--gray-light);display:flex;font-size:14.5px;gap:11px}.contact-list svg{color:var(--yellow);margin-top:4px}.newsletter{display:flex;margin-top:18px}.newsletter input{background:#1a1a1a;border:1px solid var(--border);border-radius:8px 0 0 8px;border-right:none;color:#fff;flex:1 1;padding:12px 14px}.newsletter input:focus{border-color:var(--yellow);outline:none}.newsletter button{background:var(--yellow);border:none;border-radius:0 8px 8px 0;color:#111;cursor:pointer;padding:0 18px}.footer-bottom{align-items:center;border-top:1px solid var(--border);color:var(--gray-light);display:flex;font-size:14px;justify-content:space-between;padding:22px 0}.footer-links{display:flex;gap:22px}.footer-links a:hover{color:var(--yellow)}@media (max-width:991px){.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:600px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:12px}}.scroll-top{background:var(--yellow);border:none;border-radius:50%;bottom:26px;box-shadow:0 8px 20px #0006;color:#111;cursor:pointer;display:grid;font-size:18px;height:46px;left:26px;place-items:center;position:fixed;transition:transform .3s;width:46px;z-index:90}.scroll-top:hover{transform:translateY(-4px)}@media (max-width:640px){.scroll-top{bottom:78px}}.floating-actions{bottom:24px;display:flex;flex-direction:column;gap:14px;position:fixed;right:22px;z-index:95}.float-btn{border-radius:50%;box-shadow:0 10px 24px #00000059;color:#fff;display:grid;font-size:24px;height:54px;place-items:center;position:relative;transition:transform .3s ease;width:54px}.float-btn:hover{transform:translateY(-4px) scale(1.05)}.float-wa{animation:pulse-wa 2s infinite;background:#25d366}.float-call{animation:pulse-call 2s infinite;background:var(--yellow);color:#111}.float-tip{background:#1c1c1c;border:1px solid var(--border);border-radius:8px;color:#fff;font-size:13px;font-weight:600;opacity:0;padding:7px 13px;pointer-events:none;right:66px;transition:all .25s ease;visibility:hidden;white-space:nowrap}.float-tip,.float-tip:before{position:absolute;top:50%;transform:translateY(-50%)}.float-tip:before{border-color:#0000 #0000 #0000 #1c1c1c;border-style:solid;border-width:5px 0 5px 5px;content:"";right:-5px}.float-btn:hover .float-tip{opacity:1;right:70px;visibility:visible}@keyframes pulse-wa{0%{box-shadow:0 0 0 0 #25d36680}70%{box-shadow:0 0 0 14px #25d36600}to{box-shadow:0 0 0 0 #25d36600}}@keyframes pulse-call{0%{box-shadow:0 0 0 0 #fec90180}70%{box-shadow:0 0 0 14px #fec90100}to{box-shadow:0 0 0 0 #fec90100}}.mobile-call-bar{display:none}@media (max-width:640px){.floating-actions{bottom:78px;right:16px}.float-btn{font-size:22px;height:50px;width:50px}.float-call{display:none}.mobile-call-bar{align-items:center;background:var(--yellow);bottom:0;box-shadow:0 -6px 20px #0000004d;color:#111;display:flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;left:0;padding:14px 16px;position:fixed;right:0;z-index:96}.mobile-call-bar svg{font-size:18px}.mcb-num{font-weight:600;opacity:.85}}.page{padding:90px 0}.about-page-list li{align-items:center;color:var(--text);display:flex;gap:10px;margin-bottom:12px}.about-page-list svg{color:var(--yellow)}.values-grid .feature-box{text-align:left}.values-grid .fi{font-size:34px}.two-col{grid-gap:56px;align-items:center;display:grid;gap:56px;grid-template-columns:1fr 1fr}.two-col img{border-radius:16px;object-fit:cover;width:100%}@media (max-width:991px){.two-col{gap:36px;grid-template-columns:1fr}}.single-layout{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1fr 340px}.single-layout.reverse{grid-template-columns:340px 1fr}@media (max-width:991px){.single-layout,.single-layout.reverse{grid-template-columns:1fr}}.sidebar-box{background:var(--dark-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:28px;padding:26px}.sidebar-box h3{border-bottom:1px solid var(--border);font-size:19px;margin-bottom:18px;padding-bottom:14px}.sidebar-links li a{align-items:center;background:var(--dark-2);border-radius:8px;color:var(--text);display:flex;font-size:14.5px;justify-content:space-between;margin-bottom:10px;padding:12px 16px;transition:all .25s}.sidebar-links li a.active,.sidebar-links li a:hover{background:var(--yellow);color:#111}.single-img{border-radius:16px;height:420px;margin-bottom:30px;object-fit:cover;width:100%}.single-content h2{font-size:30px;margin:26px 0 14px}.single-content h3{font-size:23px;margin:24px 0 14px}.single-content p{color:var(--gray-light);margin-bottom:16px}.check-list li{align-items:flex-start;color:var(--text);display:flex;gap:11px;margin-bottom:12px}.check-list svg{color:var(--yellow);flex-shrink:0;margin-top:5px}.process-list{counter-reset:pl}.process-list li{align-items:flex-start;display:flex;gap:16px;margin-bottom:18px}.process-list li:before{background:var(--yellow);border-radius:50%;color:#111;content:counter(pl);counter-increment:pl;display:grid;flex-shrink:0;font-size:14px;font-weight:700;height:34px;place-items:center;width:34px}.accordion-item{background:var(--dark-card);border:1px solid var(--border);border-radius:12px;margin-bottom:14px;overflow:hidden}.accordion-head{align-items:center;background:none;border:none;color:var(--white);cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:16px;justify-content:space-between;padding:20px 22px;text-align:left;width:100%}.accordion-head svg{color:var(--yellow);flex-shrink:0;transition:transform .3s}.accordion-item.open .accordion-head svg{transform:rotate(45deg)}.accordion-body{color:var(--gray-light);max-height:0;overflow:hidden;padding:0 22px;transition:max-height .35s ease,padding .35s ease}.accordion-item.open .accordion-body{max-height:320px;padding:0 22px 20px}.gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.gallery-item{border-radius:14px;cursor:pointer;height:260px;overflow:hidden;position:relative}.gallery-item img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.gallery-item:hover img{transform:scale(1.1)}.gallery-item:after{background:#fec90100;content:"";inset:0;position:absolute;transition:background .3s}.gallery-item:hover:after{background:#fec9012e}@media (max-width:991px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.gallery-grid{grid-template-columns:1fr}}.lightbox{background:#000000e6;display:grid;inset:0;padding:30px;place-items:center;position:fixed;z-index:200}.lightbox img{border-radius:12px;max-height:85vh;max-width:90vw}.lightbox .close{background:none;border:none;color:#fff;cursor:pointer;font-size:32px;position:absolute;right:30px;top:24px}.partners-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.partner-logo{background:var(--dark-card);border:1px solid var(--border);border-radius:14px;color:var(--white);font-size:22px;font-weight:700;padding:40px;text-align:center;transition:all .3s}.partner-logo:hover{border-color:var(--yellow);color:var(--yellow)}@media (max-width:640px){.partners-grid{grid-template-columns:1fr 1fr}}.toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:30px}.toolbar .count{color:var(--gray-light);font-size:14px}.toolbar input,.toolbar select{background:var(--dark-2);border:1px solid var(--border);border-radius:8px;color:#fff;padding:11px 14px}.toolbar input:focus,.toolbar select:focus{border-color:var(--yellow);outline:none}.auth-wrap{background:var(--dark-card);border:1px solid var(--border);border-radius:16px;margin:0 auto;max-width:460px;padding:42px 36px}.auth-wrap h2{font-size:28px;margin-bottom:8px;text-align:center}.auth-wrap .sub{margin-bottom:28px}.auth-alt,.auth-wrap .sub{color:var(--gray-light);text-align:center}.auth-alt{font-size:14.5px;margin-top:20px}.auth-alt a{color:var(--yellow);font-weight:600}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media (max-width:560px){.form-row{grid-template-columns:1fr}}.form-meta{align-items:center;color:var(--gray-light);display:flex;font-size:13.5px;justify-content:space-between;margin-bottom:20px}.form-meta a{color:var(--yellow)}.cart-table{border-collapse:collapse;width:100%}.cart-table th{color:var(--white);font-size:14px;padding:14px;text-align:left}.cart-table td,.cart-table th{border-bottom:1px solid var(--border)}.cart-table td{padding:16px 14px;vertical-align:middle}.cart-prod{align-items:center;display:flex;gap:14px}.cart-prod img{border-radius:10px;height:64px;object-fit:cover;width:64px}.qty-box{align-items:center;border:1px solid var(--border);border-radius:8px;display:inline-flex;overflow:hidden}.qty-box button{background:var(--dark-2);border:none;color:#fff;cursor:pointer;height:36px;width:32px}.qty-box span{text-align:center;width:40px}.cart-remove{background:none;border:none;color:#e74d3c;cursor:pointer;font-size:16px}.cart-summary{background:var(--dark-card);border:1px solid var(--border);border-radius:14px;padding:28px}.cart-summary h3{font-size:20px;margin-bottom:18px}.summary-row{color:var(--gray-light);display:flex;justify-content:space-between;padding:10px 0}.summary-row.total{border-top:1px solid var(--border);color:#fff;font-size:18px;font-weight:700;margin-top:8px;padding-top:16px}.summary-row.total span:last-child{color:var(--yellow)}.cart-layout{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:1fr 360px}@media (max-width:991px){.cart-layout{grid-template-columns:1fr}}.empty-state{padding:60px 0;text-align:center}.empty-state .ei{font-size:60px;margin-bottom:16px}.empty-state h3{font-size:24px;margin-bottom:10px}.empty-state p{color:var(--gray-light);margin-bottom:24px}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-list a,.tag-list span{background:var(--dark-2);border:1px solid var(--border);border-radius:50px;color:var(--gray-light);font-size:13px;padding:6px 14px}.tag-list a:hover{background:var(--yellow);color:#111}.meta-table{width:100%}.meta-table tr{border-bottom:1px solid var(--border)}.meta-table td{font-size:14.5px;padding:12px 0}.meta-table td:first-child{color:var(--gray-light)}.meta-table td:last-child{color:#fff;font-weight:500;text-align:right}.skill{margin-bottom:18px}.skill-top{display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.skill-bar{background:var(--dark-2);border-radius:50px;height:8px;overflow:hidden}.skill-fill{background:var(--yellow);border-radius:50px;height:100%}.comment{border-bottom:1px solid var(--border);display:flex;gap:16px;padding:20px 0}.comment .avatar{background:var(--yellow);border-radius:50%;color:#111;display:grid;flex-shrink:0;font-weight:700;height:50px;place-items:center;width:50px}.comment h4{font-size:15px;margin-bottom:4px}.comment p{color:var(--gray-light);font-size:14px}.job-card{background:var(--dark-card);border:1px solid var(--border);border-radius:14px;margin-bottom:22px;padding:28px;transition:all .3s}.job-card:hover{border-color:var(--yellow)}.job-head{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.job-head h3{font-size:22px}.job-tags{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.job-tags span{background:var(--dark-2);border:1px solid var(--border);border-radius:50px;color:var(--gray-light);font-size:13px;padding:6px 14px}.confirm-box{margin:0 auto;max-width:620px;text-align:center}.confirm-icon{background:#28a74526;border-radius:50%;color:#28a745;display:grid;font-size:44px;height:90px;margin:0 auto 24px;place-items:center;width:90px}.stars{color:var(--yellow);display:inline-flex;font-size:14px;gap:3px}.service-card{display:flex;flex-direction:column}.service-img{height:220px;overflow:hidden;position:relative}.service-img img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.service-card:hover .service-img img{transform:scale(1.08)}.service-icon{background:var(--yellow);border-radius:14px;bottom:-24px;box-shadow:0 8px 18px #00000059;color:#111;display:grid;font-size:24px;height:56px;left:24px;place-items:center;position:absolute;width:56px}.service-body{padding:38px 24px 26px}.service-body h3{font-size:21px;margin-bottom:12px}.service-body p{color:var(--gray-light);font-size:14.5px;margin-bottom:18px}.read-more{align-items:center;color:var(--yellow);display:inline-flex;font-size:14px;font-weight:600;gap:8px}.read-more svg{transition:transform .3s}.read-more:hover svg{transform:translateX(5px)}.taxi-card{display:flex;flex-direction:column}.taxi-img{height:210px;overflow:hidden;position:relative}.taxi-img img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.taxi-card:hover .taxi-img img{transform:scale(1.07)}.taxi-tag{background:var(--yellow);border-radius:50px;color:#111;font-size:12px;font-weight:700;left:14px;padding:5px 13px;position:absolute;top:14px}.taxi-body{display:flex;flex:1 1;flex-direction:column;padding:24px}.taxi-price{margin-bottom:6px}.taxi-price .amount{color:var(--yellow);font-size:24px;font-weight:700}.taxi-price .unit{color:var(--gray-light);font-size:13px}.taxi-body h3{font-size:21px;margin-bottom:10px}.taxi-body>p{color:var(--gray-light);font-size:14px;margin-bottom:16px}.taxi-meta{border-bottom:1px solid var(--border);border-top:1px solid var(--border);display:flex;gap:20px;margin-bottom:18px;padding:14px 0}.taxi-meta span{align-items:center;color:var(--gray-light);display:inline-flex;font-size:13.5px;gap:8px}.taxi-meta svg{color:var(--yellow)}.taxi-actions{display:flex;gap:12px;margin-top:auto}.taxi-actions .btn{flex:1 1;font-size:14px;justify-content:center;padding:11px 16px}.team-card{display:block;text-align:center}.team-img{height:290px;overflow:hidden}.team-img img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.team-card:hover .team-img img{transform:scale(1.06)}.team-body{padding:22px}.team-body h3{font-size:19px;margin-bottom:4px}.team-role{color:var(--yellow);font-size:14px;font-weight:500}.blog-card{display:flex;flex-direction:column}.blog-img{display:block;height:220px;overflow:hidden;position:relative}.blog-img img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.blog-card:hover .blog-img img{transform:scale(1.07)}.blog-cat{background:var(--yellow);border-radius:50px;color:#111;font-size:12px;font-weight:600;left:14px;padding:5px 13px;position:absolute;top:14px}.blog-body{padding:24px}.blog-meta{color:var(--gray-light);display:flex;font-size:13px;gap:18px;margin-bottom:12px}.blog-meta span{align-items:center;display:inline-flex;gap:6px}.blog-meta svg{color:var(--yellow)}.blog-body h3{font-size:19px;line-height:1.35;margin-bottom:12px}.blog-body h3 a:hover{color:var(--yellow)}.blog-body p{color:var(--gray-light);font-size:14px;margin-bottom:16px}.product-card{display:flex;flex-direction:column}.product-img{background:#fff;height:250px;overflow:hidden;position:relative}.product-img img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.product-card:hover .product-img img{transform:scale(1.07)}.product-tag{background:var(--yellow);border-radius:50px;color:#111;font-size:11px;font-weight:700;left:14px;padding:4px 12px;position:absolute;top:14px}.wish-btn{background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:grid;height:38px;place-items:center;position:absolute;right:12px;top:12px;transition:all .25s;width:38px}.wish-btn.active,.wish-btn:hover{background:var(--yellow);color:#111}.product-body{padding:22px;text-align:center}.product-cat{color:var(--yellow);font-size:12px;letter-spacing:1px;text-transform:uppercase}.product-body h3{font-size:18px;margin:8px 0}.product-body h3 a:hover{color:var(--yellow)}.product-price{align-items:center;display:flex;gap:10px;justify-content:center;margin:12px 0 16px}.product-price .now{color:var(--yellow);font-size:20px;font-weight:700}.product-price .old{color:var(--gray);font-size:15px;text-decoration:line-through}.product-card.list{flex-direction:row}.product-card.list .product-img{flex-shrink:0;height:auto;width:260px}.product-card.list .product-body{display:flex;flex-direction:column;justify-content:center;text-align:left}.product-card.list .product-price,.product-card.list .stars{justify-content:flex-start}.product-desc{color:var(--gray-light);font-size:14px;margin:12px 0}@media (max-width:640px){.product-card.list{flex-direction:column}.product-card.list .product-img{height:250px;width:100%}}.cta-banner{background-position:50%;background-size:cover;padding:70px 0}.cta-inner{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.cta-inner h2{font-size:34px;margin:6px 0 10px}.cta-inner p{color:var(--gray-light)}.cta-actions{display:flex;flex-wrap:wrap;gap:14px}.feature-box{padding:34px 26px;text-align:center}.feature-box .fi{font-size:40px;margin-bottom:16px}.feature-box h3{font-size:19px;margin-bottom:10px}.feature-box p{color:var(--gray-light);font-size:14px}.stats-row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.stat-item{padding:20px;text-align:center}.stat-item .num{color:var(--yellow);font-size:46px;font-weight:800;line-height:1}.stat-item .lbl{color:var(--gray-light);font-size:15px;margin-top:10px}@media (max-width:640px){.stats-row{grid-template-columns:repeat(2,1fr)}}.hero{background-position:50%;background-size:cover;padding:90px 0 100px;position:relative}.hero-inner{grid-gap:50px;align-items:center;display:grid;gap:50px;grid-template-columns:1fr;min-height:70vh}.hero-text{max-width:760px}.hero-text .chip,.hero-text h1{margin-bottom:20px}.hero-text h1{font-size:56px;line-height:1.1}.hero-text h1 span{color:var(--yellow)}.hero-text>p{color:var(--gray-light);font-size:17px;margin-bottom:30px;max-width:560px}.hero-btns{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:30px}.hero-call{border:2px solid #fff}.hero-call:hover{background:var(--yellow);border-color:var(--yellow);color:#111}.hero-points{display:flex;flex-wrap:wrap;gap:24px}.hero-points span{align-items:center;color:var(--text);display:inline-flex;font-size:14.5px;gap:8px}.hero-points svg{color:var(--yellow)}.booking-widget{background:#181818;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:32px 28px}.booking-widget h3{border-bottom:1px solid var(--border);font-size:24px;margin-bottom:22px;padding-bottom:16px}.booking-widget label{align-items:center;display:inline-flex;gap:8px}.booking-widget label svg{color:var(--yellow);font-size:13px}@media (max-width:991px){.hero-inner{grid-template-columns:1fr}.hero-text h1{font-size:40px}}.feature-strip{background:var(--dark-2);border-bottom:1px solid var(--border)}.fstrip-item{align-items:center;display:flex;gap:16px}.fstrip-icon{background:#fec9011f;border-radius:14px;color:var(--yellow);display:grid;flex-shrink:0;font-size:24px;height:56px;place-items:center;width:56px}.fstrip-item h4{font-size:17px}.fstrip-item p{color:var(--gray-light);font-size:13.5px}.about-grid{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.about-single img{border-radius:16px;display:block;height:auto;width:100%}.about-images{padding-bottom:40px;padding-right:40px;position:relative}.about-img1{height:480px;width:100%}.about-img1,.about-img2{border-radius:16px;object-fit:cover}.about-img2{border:6px solid var(--dark);bottom:0;height:240px;position:absolute;right:0;width:55%}.exp-badge{background:var(--yellow);border-radius:14px;box-shadow:var(--shadow);color:#111;left:-10px;padding:18px 22px;position:absolute;text-align:center;top:30px}.exp-num{display:block;font-size:34px;font-weight:800;line-height:1}.exp-badge span:last-child{font-size:13px;font-weight:600}.about-list{margin:6px 0 28px}.about-list li{align-items:center;color:var(--text);display:flex;gap:10px;margin-bottom:12px}.about-list svg{color:var(--yellow)}@media (max-width:991px){.about-grid{gap:50px;grid-template-columns:1fr}}.stats-section{background:var(--yellow)}.stats-section .num{color:#111}.stats-section .lbl{color:#3a2f00;font-weight:500}.process-grid{counter-reset:step}.process-card{background:var(--dark-card);border:1px solid var(--border);border-radius:var(--radius);padding:36px 26px;text-align:center;transition:all .3s}.process-card:hover{border-color:var(--yellow);transform:translateY(-6px)}.process-step{background:#fec9011f;border-radius:50%;color:var(--yellow);display:inline-grid;font-size:24px;font-weight:800;height:64px;margin-bottom:20px;place-items:center;width:64px}.process-card h3{font-size:19px;margin-bottom:10px}.process-card p{color:var(--gray-light);font-size:14px}.price-card{padding:38px 30px;position:relative;text-align:center}.price-card.popular{background:#1d1a10;border-color:var(--yellow)}.pop-badge{background:var(--yellow);border-radius:50px;color:#111;font-size:11px;font-weight:700;padding:5px 12px;position:absolute;right:18px;top:18px}.price-card h3{font-size:22px;margin-bottom:14px}.price{color:var(--white);font-size:46px;font-weight:800;line-height:1;margin-bottom:8px}.price .cur{color:var(--yellow);font-size:24px;vertical-align:super}.price .per{color:var(--gray-light);display:block;font-size:13px;font-weight:400;margin-top:6px}.price-desc{color:var(--gray-light);font-size:14px;margin-bottom:22px}.price-card ul{margin-bottom:26px;text-align:left}.price-card ul li{align-items:center;color:var(--text);display:flex;font-size:14.5px;gap:10px;margin-bottom:12px}.price-card ul svg{color:var(--yellow);flex-shrink:0}.testi-card{padding:32px 28px}.testi-text{color:var(--text);font-size:15px;font-style:italic;margin:18px 0 24px}.testi-author{align-items:center;display:flex;gap:14px}.testi-author img{border:2px solid var(--yellow);border-radius:50%;height:54px;object-fit:cover;width:54px}.testi-author h4{font-size:16px}.testi-author span{color:var(--yellow);font-size:13px}@media (max-width:1024px){:root{--header-h:76px}.section{padding:80px 0}.hero{padding:70px 0 80px}.hero-text h1{font-size:46px}.sec-head .sec-title,.sec-title{font-size:34px}}@media (max-width:880px){.topbar-left{gap:18px}.container{padding:0 18px}}@media (max-width:768px){:root{--header-h:70px}body{font-size:15px}.section{padding:64px 0}.section-sm{padding:50px 0}.logo{font-size:22px}.logo-mark{height:40px;width:40px}.logo-mark svg{font-size:19px}.hero{padding:56px 0 64px}.hero-inner{gap:40px}.hero-text h1{font-size:38px}.hero-text>p{font-size:15.5px}.booking-widget{padding:26px 22px}.sec-head .sec-title,.sec-title{font-size:30px}.sec-head{margin-bottom:42px}.page-header{padding:64px 0}.page-header h1{font-size:34px}.sec-head.between,.sec-head.flex{align-items:flex-start;flex-direction:column;gap:18px}.cta-banner-inner,.cta-inner{flex-direction:column;gap:22px;text-align:center}.cta-inner h2{font-size:27px}.cta-actions{justify-content:center}}@media (max-width:600px){.topbar-inner{height:auto;justify-content:center;padding:7px 0}.topbar-left{gap:14px;justify-content:center}.topbar-right{display:none}.hero-text h1{font-size:32px}.hero-btns{gap:12px}.hero-btns .btn{flex:1 1 auto;justify-content:center}.sec-head .sec-title,.sec-title{font-size:26px}.subtitle{font-size:12.5px;letter-spacing:1.5px}.btn{font-size:14px;padding:12px 22px}.field input,.field select,.field textarea,.input{padding:12px 14px}.page-header{padding:52px 0}.page-header h1{font-size:28px}}@media (max-width:420px){.container{padding:0 14px}.logo{font-size:20px;gap:9px}.logo-mark{height:36px;width:36px}.logo-mark svg{font-size:17px}.logo-badge{font-size:8px;padding:1px 4px}.hero-text h1{font-size:28px}.hero-btns{flex-direction:column}.hero-btns .btn{width:100%}.sec-head .sec-title,.sec-title{font-size:23px}.topbar-left a:not(:first-child),.topbar-left span{display:none}.stat-item .num,.stats-row .num{font-size:34px}}
/*# sourceMappingURL=main.dac99eb6.css.map*/