.site-header{z-index:200;-webkit-backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #0000;height:72px;transition:border-color .25s,box-shadow .25s,transform .3s;position:fixed;top:0;left:0;right:0}.site-header.scrolled{border-color:var(--border);box-shadow:0 1px 16px #ffffff0f}.site-header.hidden{transform:translateY(-100%)}.site-header__inner{justify-content:space-between;align-items:center;gap:32px;height:72px;display:flex}.site-header__logo{flex-shrink:0;align-items:center;display:flex}.site-header__nav{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.site-header__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.site-header__burger{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;width:40px;height:40px;color:var(--text-heading);transition:var(--transition);background:0 0;justify-content:center;align-items:center;display:flex}.site-header__burger:hover{background:var(--bg-soft)}.nav-link{color:var(--text-body);border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:4px;padding:8px 14px;font-size:15px;font-weight:500;display:inline-flex;position:relative}.nav-link:hover{color:var(--text-heading);background:var(--bg-soft)}.nav-link.active{color:var(--text-heading);font-weight:700}.nav-chevron{opacity:.5;transition:var(--transition)}.nav-item--dropdown{position:relative}.nav-item--dropdown:hover .nav-chevron{opacity:1;transform:rotate(180deg)}.nav-dropdown{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:300;min-width:220px;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden}.nav-dropdown__item{color:var(--text-body);transition:var(--transition);padding:11px 18px;font-size:14px;font-weight:500;display:block}.nav-dropdown__item:hover{background:var(--bg-soft);color:var(--text-heading)}.nav-cta{background:var(--primary);color:#fff;border-radius:var(--radius-md);transition:var(--transition);white-space:nowrap;align-items:center;padding:9px 20px;font-size:14px;font-weight:700;display:inline-flex}.nav-cta:hover{background:var(--primary-hover);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #f05a0040}.mobile-menu{background:var(--bg-white);z-index:500;flex-direction:column;padding:0 24px 40px;display:flex;position:fixed;inset:0}.mobile-menu__top{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:72px;margin-bottom:32px;display:flex}.mobile-menu__top button{cursor:pointer;color:var(--text-heading);background:0 0;border:none;padding:8px}.mobile-menu__nav{flex-direction:column;gap:4px;display:flex}.mobile-nav-link{color:var(--text-heading);border-radius:var(--radius-md);transition:var(--transition);padding:14px 16px;font-size:18px;font-weight:600;display:block}.mobile-nav-link:hover,.mobile-nav-link.active{background:var(--bg-soft);color:var(--primary)}.mobile-nav-cta{background:var(--primary);color:#fff;border-radius:var(--radius-md);text-align:center;transition:var(--transition);margin-top:24px;padding:16px;font-size:17px;font-weight:700;display:block}header{z-index:100;background-color:var(--bg-color);width:100%;padding-top:20px;padding-bottom:10px;position:fixed;top:0}header.portfolio-detail-header{background-color:#0000}header.portfolio-detail-header .language_btn{background-color:var(--bg-color);color:var(--text-color);border:1px solid var(--bg-color)}header.scrolled{background-color:var(--bg-color);border-bottom:1px solid #ffffff1a;padding-top:20px;padding-bottom:10px}header.scrolled .language_btn{color:var(--text-color);border:1px solid var(--text-color)}header .menu_links{background-color:var(--bg-color);border:1px solid #3333331a;border-radius:100px;align-items:center;gap:10px;display:flex}header .menu_links ul{border-radius:100px;align-items:center;gap:10px;height:54px;padding:4px;display:flex}header .menu_links ul a{color:var(--text-color);vertical-align:middle;border-radius:100px;padding:13px 24px;font-size:16px;font-weight:700;line-height:normal;transition:background .3s;display:inline-block}header .menu_links ul a:hover{color:var(--primary-color);text-decoration:underline}header .menu_links ul a.active{background:var(--hover-gradient);-webkit-text-decoration:unset;text-decoration:unset;color:var(--bg-color)}@media (min-width:768px) and (max-width:1200px){header .menu_links ul a{padding:10px 14px;font-size:14px}}header a.menu_link{color:var(--text-color);background-color:var(--hover-gradient);vertical-align:middle;border-radius:100px;padding:13px 24px;font-size:16px;font-weight:700;line-height:normal;transition:background .3s;display:inline-block}header a.menu_link:hover{color:var(--primary-color);text-decoration:underline}header a.menu_link.active{background:var(--hover-gradient);-webkit-text-decoration:unset;text-decoration:unset;color:var(--text-color)}@media (min-width:768px) and (max-width:1200px){header a.menu_link{padding:10px 14px;font-size:14px}}header .language_btn{border:1px solid var(--text-color);color:var(--text-color);text-align:center;background-color:#ffffff0d;border-radius:100px;align-items:center;gap:5px;min-width:94px;height:54px;padding:0 24px;font-size:16px;font-weight:600;display:flex}header .language_btn img{transition:all .7s}header .language_btn.open img{rotate:180deg}header .end_header_buttons{gap:20px;position:relative}@media (max-width:575px){header .end_header_buttons .language-switcher{background-color:#639}}header .end_header_buttons .language-switcher .language-dropdown{background-color:var(--bg-color);border:1px solid #3333331a;border-bottom-right-radius:10px;border-bottom-left-radius:10px;min-width:80px;margin-top:10px;margin-left:12px;position:absolute}header .end_header_buttons .language-switcher .language-dropdown li{text-align:center;cursor:pointer;padding:10px 30px 10px 29px;font-size:16px;font-weight:600}@media (max-width:991px){header{margin:0;padding:35px 25px}header .mobile_menu_icon{cursor:pointer;justify-content:center;align-items:center;width:40px;height:37px;display:flex}header .language_btn{border:1px solid var(--text-color);color:var(--text-color);text-align:center;background-color:#0000;border-radius:100px;min-width:65px;padding:24px;font-size:12px;font-weight:700}header .logo img{width:100px}}.header_padding{margin-top:170px}@media (max-width:991px){.header_padding{margin-top:140px}}footer .footer_main_container{background:linear-gradient(#f05a001a 0%,#fff0 77.36%);padding-top:40px}@media (max-width:575px){footer{padding-top:0}footer .mobile_footer_logo{margin-bottom:45px}}footer .left_content p{margin-top:30px;font-size:16px;font-weight:700}footer .left_content h2{margin-top:30px;font-size:16px;line-height:20px}@media (max-width:575px){footer .right_content .service2 .service_item h2{display:none}}footer .right_content .single_item h2{margin-bottom:30px;font-size:20px;font-weight:700;line-height:20px}@media (min-width:767px) and (max-width:992px){footer .right_content .single_item h2{white-space:nowrap}}@media (min-width:575px){footer .right_content .single_item h2{min-height:20px}}footer .right_content .single_item ul li{margin-bottom:25px}@media (max-width:575px){footer .right_content .single_item ul li{margin-bottom:15px}}footer .right_content .single_item ul li a{color:var(--footer-link-color);font-size:18px}footer .right_content .single_item ul li a:hover{color:var(--primary-color);text-decoration:underline}@media (min-width:575px){footer .right_content .top_link{justify-content:space-between;width:fit-content;margin-inline-start:auto;display:flex}}@media (max-width:575px){footer .right_content .top_link .company_links,footer .right_content .top_link .quick_links{margin-top:25px}}footer .right_content .conversion_inner{margin-top:71px;max-width:381px;margin-inline-start:auto}@media (min-width:575px){footer .right_content .conversion_inner{max-width:100%}}footer .right_content .conversion_inner h2{font-size:18px;line-height:110%}footer .right_content .conversion_inner .get_in_touch_input{margin-top:15px;position:relative}footer .right_content .conversion_inner .get_in_touch_input input{width:100%;height:46px;color:var(--text-color);background-color:#0000;border:.48px solid #ffffff14;border-radius:100px;padding:0 16px}footer .right_content .conversion_inner .get_in_touch_input input::placeholder{color:var(--text-color)}footer .right_content .conversion_inner .get_in_touch_input button{min-width:145px;height:100%;color:var(--text-color);background:var(--hover-gradient);border:none;border-radius:100px;padding:0 20px;position:absolute;top:0;right:0}footer .connect_on_div{justify-content:space-between;align-items:center;margin-top:40px;display:flex}@media (max-width:575px){footer .connect_on_div{margin-top:25px}}footer .connect_on_div .connect_on_inner .social_links h2{font-size:20px;font-weight:700;line-height:20px}@media (max-width:575px){footer .connect_on_div .connect_on_inner .social_links{justify-content:center;margin-top:25px;margin-bottom:15px}}footer .connect_on_div .connect_on_inner .social_links .icons{gap:10px;margin-top:16px;display:flex}footer .reserved_row{border-top:1px solid var(--common-border-color);padding:30px 0}@media (max-width:575px){footer .reserved_row{margin-top:25px}}footer .reserved_row h2{text-align:center;font-size:18px}footer .footer_address{border-top:1px solid var(--common-border-color);margin-top:32px;padding-top:32px}@media (min-width:991px){footer .footer_address{display:flex}}footer .footer_address .inner_images{align-items:end;gap:24px;max-width:100%;display:flex}@media (min-width:575px){footer .footer_address .inner_images{min-width:739px}}@media (max-width:991px){footer .footer_address .inner_images{flex-flow:column;align-items:center;gap:40px}footer .footer_address .address_info{margin-top:40px}}footer .footer_address .address_info .single_add{gap:6px;margin-top:15px;margin-bottom:15px;display:flex}footer .new_footer_row{padding-bottom:50px}@media (min-width:575px){footer .new_footer_row{gap:90px;display:flex}footer .new_footer_row.mobile{display:none}}@media (min-width:767px) and (max-width:991px){footer .new_footer_row{gap:10px}}@media (min-width:991px) and (max-width:1200px){footer .new_footer_row{gap:10px}}@media (max-width:575px){footer .new_footer_row.desktop{display:none}footer .new_footer_row .single_item{margin-top:60px;max-width:100%!important}footer .new_footer_row .single_item h2{text-align:center}footer .new_footer_row .logo_section{justify-content:center;margin-bottom:50px;display:flex}footer .new_footer_row .quick_links{margin:auto;display:block;max-width:198px!important}footer .new_footer_row .quick_links .inner_col:first-child a{margin-bottom:20px;display:block}footer .new_footer_row .quick_links a{text-align:center;width:100%;display:inline-block}footer .new_footer_row .reach_section .single_add,footer .new_footer_row .follow_us .icons{justify-content:center}}footer .new_footer_row .single_item h2{text-transform:capitalize;margin-bottom:20px;font-size:30px;font-weight:500;line-height:20px}@media (min-width:767px) and (max-width:991px){footer .new_footer_row .single_item h2{font-size:22px}}footer .new_footer_row .single_item.logo_section{max-width:208px}footer .new_footer_row .single_item.logo_section h6{white-space:nowrap;margin-top:20px;font-size:14px;font-weight:500}footer .new_footer_row .single_item.reach_section{max-width:277px}footer .new_footer_row .single_item.reach_section .single_add{gap:7px;margin-top:10px;display:flex}footer .new_footer_row .single_item.reach_section .single_add a{font-size:16px;font-weight:300}@media (max-width:575px){footer .new_footer_row .single_item.reach_section .single_add a{text-align:center;max-width:250px}}@media (max-width:375px){footer .new_footer_row .single_item.reach_section .single_add a{max-width:220px}}footer .new_footer_row .single_item.quick_links{max-width:198px}footer .new_footer_row .single_item.quick_links ul{flex-wrap:wrap;display:flex}footer .new_footer_row .single_item.quick_links ul li{width:50%;margin-bottom:20px}footer .new_footer_row .single_item.quick_links ul li a{font-size:16px;font-weight:300}footer .new_footer_row .single_item.follow_us .icons{gap:10px;display:flex}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;display:inline-flex}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 20px #f05a0047}.btn-text{color:var(--text-body);cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:6px;padding:14px 4px;font-size:15px;font-weight:600;display:inline-flex}.btn-text:hover{color:var(--text-heading);gap:10px}.home .hero{background:var(--bg-white);padding-top:72px;position:relative;overflow:hidden}.home .hero__bg{opacity:.6;pointer-events:none;background-image:radial-gradient(circle,#e2e2e2 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 75%);mask-image:linear-gradient(#000 0%,#0000 75%)}.home .hero__grid{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:64px;padding:80px 0 64px;display:grid;position:relative}@media (max-width:1024px){.home .hero__grid{grid-template-columns:1fr;gap:48px;padding:60px 0 48px}}.home .hero__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px;font-size:12px;font-weight:700;display:inline-block}.home .hero__h1{color:var(--text-heading);letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(44px,5.5vw,76px);font-weight:800;line-height:1.05}.home .hero__h1-em{color:var(--primary);font-style:normal}.home .hero__lead{color:var(--text-body);max-width:480px;margin-bottom:40px;font-size:18px;line-height:1.75}.home .hero__actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.home .hero__service-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.home .hero__service-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);padding:22px 20px}.home .hero__service-card:hover{border-color:var(--primary-border);box-shadow:var(--shadow-sm)}.home .hero__service-title{color:var(--text-heading);margin-bottom:4px;font-size:14px;font-weight:700}.home .hero__service-sub{color:var(--text-muted);font-size:12px;font-weight:500}.home .hero__stats-bar{z-index:1;border-top:1px solid var(--border);background:var(--bg-white);padding:28px 0;position:relative}.home .hero__stats{justify-content:center;align-items:center;gap:0;display:flex}@media (max-width:575px){.home .hero__stats{flex-wrap:wrap;justify-content:flex-start;gap:20px}}.home .hero__stat{flex-direction:column;align-items:center;padding:0 40px;display:flex}@media (max-width:767px){.home .hero__stat{padding:0 24px}}@media (max-width:575px){.home .hero__stat{align-items:flex-start;padding:0}}.home .hero__stat-n{color:var(--text-heading);letter-spacing:-.02em;font-size:28px;font-weight:800;line-height:1}.home .hero__stat-l{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:12px;font-weight:500}.home .hero__stat-sep{background:var(--border);flex-shrink:0;width:1px;height:36px}.clients .clients_logos{margin-top:40px}.clients .clients_logos img{object-fit:contain}@media (max-width:575px){.clients .clients_logos img{width:120px;height:60px}}.clients .marqueeWrapper{white-space:nowrap;width:100%;margin-top:46px;overflow:hidden}.clients .marqueeWrapper .marquee{width:max-content;display:flex}.clients .marqueeWrapper .brand{justify-content:center;align-items:center;padding:0 40px;display:flex}@media (min-width:575px) and (max-width:1200px){.clients .marqueeWrapper .brand{padding:0 20px}}@media (max-width:575px){.clients .marqueeWrapper .brand{padding:0 10px}.clients .marqueeWrapper .brand img{width:100px;height:50px}}.clients .marqueeWrapper .brand img{object-fit:contain}.govermentServices .marqueeWrapper .brand{justify-content:center;align-items:center;padding:0 40px;display:flex}@media (min-width:575px) and (max-width:1200px){.govermentServices .marqueeWrapper .brand{padding:0 20px}}@media (max-width:575px){.govermentServices .marqueeWrapper .brand{padding:0 10px}.govermentServices .marqueeWrapper .brand img{width:100px;height:50px}}.govermentServices .marqueeWrapper .brand img{object-fit:contain}.govermentServices .goverment_services_logos{margin-top:31px}.govermentServices .goverment_services_logos img{width:100%;height:auto}.consult_our_experts .inner_row{border:1px solid var(--common-border-color);z-index:1;border-radius:20px;justify-content:space-between;padding:0;display:flex}.consult_our_experts .inner_row .title{color:var(--text-color)}.consult_our_experts .inner_row .para{max-width:362px;margin-top:10px;font-weight:500}@media (max-width:991px){.consult_our_experts .inner_row{border:1px solid var(--text-color);border-radius:20px;flex-direction:column}.consult_our_experts .inner_row select{background:#000!important}}.consult_our_experts .inner_row .left_section{border-start-start-radius:30px;border-end-start-radius:30px;min-width:490px;max-width:100%;min-height:100%;position:relative}@media (max-width:575px){.consult_our_experts .inner_row .left_section{display:none}}@media (max-width:991px){.consult_our_experts .inner_row .left_section{min-height:unset;background:unset;border-top-left-radius:20px;border-bottom-left-radius:unset;border-top-right-radius:20px;flex-direction:column;min-width:100%;padding:30px 24px 0}}.consult_our_experts .inner_row .left_section .content{padding:40px 50px}@media (max-width:991px){.consult_our_experts .inner_row .left_section .content{padding:40px 10px}}.consult_our_experts .inner_row .left_section .content h2{max-width:397px;font-size:36px;font-weight:400;line-height:100%}@media (max-width:991px){.consult_our_experts .inner_row .left_section .content h2{width:100%;font-size:30px}}@media (max-width:575px){.consult_our_experts .inner_row .left_section .content h2{font-size:30px}}.consult_our_experts .inner_row .left_section .content p{margin-top:10px;font-size:18px;font-weight:300;line-height:30px}@media (max-width:991px){.consult_our_experts .inner_row .left_section .content p{margin-top:20px}}.consult_our_experts .inner_row .left_section .vector_bg{width:100%;max-width:100%;height:auto;max-height:auto;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (max-width:991px){.consult_our_experts .inner_row .left_section .vector_bg{width:65%;height:auto;margin-top:38px;position:relative}}@media (max-width:575px){.consult_our_experts .inner_row .left_section .vector_bg{width:255px}}.consult_our_experts .inner_row .right_section{width:100%;max-width:484px;padding:35px}@media (min-width:575px){.consult_our_experts .inner_row .right_section{border-start-end-radius:30px;border-end-end-radius:30px}}@media (max-width:575px){.consult_our_experts .inner_row .right_section{border-bottom-right-radius:20px;border-bottom-left-radius:20px;padding:30px 25px}.consult_our_experts .inner_row .right_section .mobile_view_vector{margin-top:30px}.consult_our_experts .inner_row .right_section .mobile_view_vector img{height:auto}}.industries_row{margin-top:5px}.industries_row .single_industry{border:1px solid #b3b4bd40;border-radius:20px;min-height:330px;margin-top:25px;padding:25px 34px}@media (max-width:575px){.industries_row .single_industry{min-height:120px;margin-top:20px;padding:25px}.industries_row .single_industry img{width:48px;height:48px}}.industries_row .single_industry h3{margin-top:20px;font-size:20px;font-weight:500;line-height:100%}@media (max-width:575px){.industries_row .single_industry h3{margin-top:15px;font-size:14px}}.industries_row .single_industry .points{flex-direction:column;gap:25px;margin-top:30px;display:flex}.industries_row .single_industry .points .single_point li{font-size:16px;font-weight:400;list-style:outside}.about_us{padding-top:68px}@media (max-width:991px){.about_us{padding-top:60px}}@media (max-width:575px){.about_us{padding-top:60px}}.about_us .top_section{margin:0;padding-top:48px;padding-bottom:0}@media (max-width:575px){.about_us .top_section{padding-top:32px}}.about_us .top_section .top_section_title{max-width:802px;margin:auto;display:block}.about_us .top_section .top_bg{width:100%;margin-top:32px}@media (max-width:575px){.about_us .top_section .top_bg{margin-top:24px}}.about_us .top_section .top_bg img{width:100%;height:auto}.about_us .about_us_section{padding:80px 0}.about_us .about_us_section .surkh_innovative_it_solutions{margin-top:24px}.about_us .about_us_section .surkh_innovative_it_solutions p{color:var(--text-body);font-size:18px;font-weight:400;line-height:1.75}.about_us .about_us_section .surkh_innovative_it_solutions p:nth-child(2){margin-top:20px}.about_us .inner_desc{margin-top:5px}.about_us .inner_desc p{color:var(--text-body);margin-top:20px;font-size:18px;font-weight:400;line-height:1.7}@media (max-width:575px){.about_us .inner_desc p{font-size:16px}}.about_us .our_vision_mission{border-top:1px solid var(--border);margin:0 0 60px;padding:80px 0}.about_us .our_vision_mission .inner_row{background:#ffffff08;border-radius:24px;align-items:center;height:auto;min-height:260px;padding:52px 64px;position:relative}@media (max-width:767px){.about_us .our_vision_mission .inner_row{min-height:auto}}.about_us .our_vision_mission .inner_row:before{content:"";z-index:-1;border-radius:inherit;-webkit-mask-composite:destination-out;background:linear-gradient(135deg,#f05a00 0%,#ffffff14 100%);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media (max-width:575px){.about_us .our_vision_mission .inner_row{height:fit-content;min-height:auto;padding:32px 24px}}.about_us .our_vision_mission .inner_row:after{content:"";background:linear-gradient(#0000,#f05a00 50%,#0000);width:1px;height:160px;position:absolute;top:50%;left:50%;transform:translateY(-50%)}@media (max-width:767px){.about_us .our_vision_mission .inner_row:after{background:linear-gradient(90deg,#0000,#f05a00 50%,#0000);width:60%;height:1px;top:50%;left:50%;transform:translate(-50%,-50%)}}.about_us .our_vision_mission .inner_row .inner_section{max-width:480px}.about_us .our_vision_mission .inner_row .inner_section h3{color:var(--text-heading);letter-spacing:-.02em;font-size:clamp(28px,3vw,40px);font-weight:700;line-height:1.15}.about_us .our_vision_mission .inner_row .inner_section p{color:var(--text-body);margin-top:16px;font-size:16px;font-weight:400;line-height:1.7}@media (min-width:767px){.about_us .our_vision_mission .inner_row .inner_section.left{margin-inline-end:48px}.about_us .our_vision_mission .inner_row .inner_section.right{margin-inline-start:48px}}@media (max-width:575px){.about_us .our_vision_mission .inner_row .inner_section.left{margin-bottom:32px}.about_us .our_vision_mission .inner_row .inner_section.right{margin-top:32px}}.about_us .our_vision_mission .committed_row{margin:60px 0 0}.about_us .our_vision_mission .committed_row .inner_section{background:linear-gradient(135deg,#f05a001f 0%,#c840000d 100%);border:1px solid #f05a0033;border-radius:20px;padding:48px 40px 40px;position:relative;overflow:hidden}.about_us .our_vision_mission .committed_row .inner_section:before{content:"";background:linear-gradient(#f05a00,#c44000);border-radius:4px 0 0 4px;width:4px;height:100%;position:absolute;top:0;left:0}@media (max-width:575px){.about_us .our_vision_mission .committed_row .inner_section{padding:40px 24px 32px}}.about_us .our_vision_mission .committed_row .inner_section p{color:var(--text-heading);font-size:19px;font-weight:600;line-height:1.7}@media (max-width:575px){.about_us .our_vision_mission .committed_row .inner_section p{font-size:16px}}.about_us .our_vision_mission .committed_row .inner_section p .quotes_start{top:20px;position:absolute;inset-inline-start:20px}.about_us .our_vision_mission .committed_row .inner_section p .quotes_end{top:12px;position:relative;inset-inline-start:4px}.about_us .our_vision_mission .committed_row .inner_section h3{color:var(--primary);text-align:end;letter-spacing:.02em;margin-top:16px;font-size:16px;font-weight:700;line-height:1.4}@media (max-width:575px){.about_us .our_vision_mission .committed_row .inner_section h3{margin-top:20px}}.about_us .our_team_section{border-top:1px solid var(--border);padding:80px 0}.about_us .our_team_section .surkh_innovative_it_solutions{margin-top:16px}.about_us .our_team_section .surkh_innovative_it_solutions p{color:var(--text-body);font-size:16px;font-weight:400;line-height:1.7}.about_us .our_team_section .minds_behind_surkh{margin-top:48px}.about_us .our_team_section .minds_behind_surkh h2{color:var(--text-heading);letter-spacing:-.02em;font-size:clamp(28px,3vw,38px);font-weight:700}.about_us .our_team_section .minds_behind_surkh p{color:var(--text-body);margin-top:12px;font-size:16px;font-weight:400;line-height:1.7}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper{margin-top:36px}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;transition:border-color .3s,box-shadow .3s}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single:hover{border-color:#f05a004d;box-shadow:0 12px 40px #f05a000f}@media (max-width:575px){.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single{margin-bottom:16px}}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .person_details{padding:36px 28px 28px}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .person_details .top{align-items:flex-start;gap:24px;display:flex}@media (max-width:575px){.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .person_details .top{flex-direction:column}}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .person_details .top .single_address{gap:12px;margin-top:14px;display:flex}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .person_details .top .single_address a{color:var(--text-body);font-size:14px;font-weight:400;transition:color .2s}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .person_details .top .single_address a:hover{color:var(--primary)}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .person_details .vertical_saperator{border-bottom:1px solid #ffffff14;margin:28px 0}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .person_details .story h2{color:var(--text-heading);font-size:20px;font-weight:600;line-height:1.5}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .read_more_wrapper{border-top:1px solid #ffffff14;justify-content:center;align-items:center;gap:8px;padding:18px 28px;display:flex}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .read_more_wrapper .read_more_button{color:var(--primary);cursor:pointer;letter-spacing:.02em;background:0 0;border:none;font-size:14px;font-weight:600}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .read_more_wrapper img,.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .read_more_wrapper .arrow_icon{transition:transform .3s}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .read_more_wrapper.expanded .arrow_icon{transform:rotate(180deg)}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .collapsible_additional_information_wrapper{opacity:0;max-height:0;padding:0 28px;transition:max-height .5s,opacity .4s;overflow:hidden}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .collapsible_additional_information_wrapper p{color:var(--text-body);font-size:15px;font-weight:400;line-height:1.7}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .collapsible_additional_information_wrapper p.bold{color:var(--text-heading);font-weight:600}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .collapsible_additional_information_wrapper ul{margin-top:16px;list-style:none}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .collapsible_additional_information_wrapper ul li{color:var(--text-body);margin-bottom:8px;padding-left:16px;font-size:15px;font-weight:400;position:relative}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .collapsible_additional_information_wrapper ul li:before{content:"";background:var(--primary);width:5px;height:5px;box-shadow:0 0 6px var(--primary);border-radius:50%;position:absolute;top:9px;left:0}.about_us .our_team_section .minds_behind_surkh .minds_behind_surkh_main_wrapper .mind_behind_surkh_single .collapsible_additional_information_wrapper.open{opacity:1;max-height:2000px;padding-bottom:28px}.about_us .our_team_section .minds_behind_surkh .stretegic_adwisory_panel{border-top:1px solid var(--border);margin-top:64px;padding-top:48px}.about_us .our_team_section .minds_behind_surkh .stretegic_adwisory_panel .mind_behind_surkh_single[teamtype=strategic_advisory_panel]{margin-top:28px}.about_us .our_values{border-top:1px solid var(--border);padding:80px 0}.about_us .our_values .inner_section{background:#ffffff08;border-radius:20px;padding:48px;position:relative}.about_us .our_values .inner_section:before{content:"";z-index:-1;border-radius:inherit;-webkit-mask-composite:destination-out;background:linear-gradient(135deg,#f05a00 0%,#ffffff0f 100%);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media (max-width:575px){.about_us .our_values .inner_section{padding:28px 24px}}.about_us .our_values .inner_section>h2{color:var(--text-heading);letter-spacing:-.02em;font-size:clamp(28px,3vw,38px);font-weight:700;line-height:1.15}.about_us .our_values .inner_section>h3{color:var(--text-body);margin-top:12px;font-size:17px;font-weight:400;line-height:1.5}.about_us .our_values .inner_section .core_values{margin-top:8px}.about_us .our_values .inner_section .core_values .single_value{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:flex-start;gap:20px;margin-top:28px;padding:16px 20px;transition:border-color .3s,background .3s;display:flex}.about_us .our_values .inner_section .core_values .single_value:hover{background:#f05a000a;border-color:#f05a0040}.about_us .our_values .inner_section .core_values .single_value .icon{background:#f05a001a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;height:44px;display:flex}.about_us .our_values .inner_section .core_values .single_value .content{flex:1}.about_us .our_values .inner_section .core_values .single_value .content h2{color:var(--text-heading);font-size:17px;font-weight:700;line-height:1.3}.about_us .our_values .inner_section .core_values .single_value .content p{color:var(--text-body);margin-top:6px;font-size:14px;font-weight:400;line-height:1.6}.about_us .cross_disciplinary_team_section{border-top:1px solid var(--border);padding:80px 0}.about_us .cross_disciplinary_team_section .left_section img{opacity:.9;border-radius:20px;max-width:100%;height:auto}.about_us .cross_disciplinary_team_section .right_section .cross_disciplinary_content{padding-top:32px}@media (min-width:992px){.about_us .cross_disciplinary_team_section .right_section .cross_disciplinary_content{flex-direction:column;justify-content:center;height:100%;padding-top:0;display:flex}}.about_us .cross_disciplinary_team_section .right_section .cross_disciplinary_content p{color:var(--text-body);margin-top:16px;font-size:16px;font-weight:400;line-height:1.75}.about_us .cross_disciplinary_team_section .right_section .cross_disciplinary_team_points_wrapper{margin-top:28px}.about_us .cross_disciplinary_team_section .right_section .cross_disciplinary_team_points_wrapper h2{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;font-size:16px;font-weight:700}.about_us .cross_disciplinary_team_section .right_section .cross_disciplinary_team_points_wrapper .single_point{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;align-items:flex-start;gap:16px;margin-top:16px;padding:14px 16px;transition:border-color .3s;display:flex}.about_us .cross_disciplinary_team_section .right_section .cross_disciplinary_team_points_wrapper .single_point:hover{border-color:#f05a0033}.about_us .cross_disciplinary_team_section .right_section .cross_disciplinary_team_points_wrapper .single_point h3{color:var(--text-body);font-size:15px;font-weight:400;line-height:1.6}.portfolio{padding-top:68px}@media (max-width:991px){.portfolio{padding-top:60px}}@media (max-width:575px){.portfolio{padding-top:60px}}.portfolio .top_section{margin:0;padding-top:48px;padding-bottom:0}@media (max-width:575px){.portfolio .top_section{padding-top:32px}}.portfolio .top_section .top_section_title{max-width:639px;margin:auto;display:block}.portfolio .top_section .top_section_sub_title{max-width:801px;margin:12px auto auto;display:block}.portfolio .top_section .top_bg{width:100%;margin-top:32px}@media (max-width:575px){.portfolio .top_section .top_bg{margin-top:24px}}.portfolio .top_section .top_bg img{width:100%;height:auto}.portfolio_inner_section{padding:80px 0}.portfolio_inner_section .portfolio_inner{border-radius:24px;gap:0;min-height:480px;margin-top:40px;padding:0;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000073}.portfolio_inner_section .portfolio_inner:hover{transform:translateY(-4px);box-shadow:0 32px 80px #0009}@media (max-width:575px){.portfolio_inner_section .portfolio_inner{flex-direction:column;min-height:auto;margin-top:24px}}.portfolio_inner_section .portfolio_inner .left{z-index:2;background:linear-gradient(90deg,#000000d1 0%,#000000b8 60%,#0000 100%);flex-direction:column;flex:0 0 52%;justify-content:center;padding:52px 48px 52px 56px;display:flex;position:relative}@media (max-width:767px){.portfolio_inner_section .portfolio_inner .left{flex:0 0 55%;padding:40px 32px}}@media (max-width:575px){.portfolio_inner_section .portfolio_inner .left{background:#000000bf;flex:none;padding:32px 24px}}.portfolio_inner_section .portfolio_inner .left .content h3{color:#fff;letter-spacing:-.02em;font-size:clamp(24px,2.8vw,40px);font-weight:700;line-height:1.15}@media (max-width:575px){.portfolio_inner_section .portfolio_inner .left .content h3{font-size:22px}}.portfolio_inner_section .portfolio_inner .left .content p{color:#ffffffd1;max-width:420px;margin-top:14px;font-size:15px;font-weight:400;line-height:1.65}@media (max-width:575px){.portfolio_inner_section .portfolio_inner .left .content p{margin-top:10px;font-size:13px}}.portfolio_inner_section .portfolio_inner .left .content .store_btns{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.portfolio_inner_section .portfolio_inner .left .content .store_btns img{object-fit:contain;filter:brightness(0)invert();opacity:.9;width:110px;height:34px;transition:opacity .2s}.portfolio_inner_section .portfolio_inner .left .content .store_btns img:hover{opacity:1}.portfolio_inner_section .portfolio_inner .left .case_study_btn{color:#fff;border-color:#ffffffa6;width:fit-content;margin-top:28px;transition:background .25s,border-color .25s}.portfolio_inner_section .portfolio_inner .left .case_study_btn:hover{background:#ffffff26;border-color:#fff}.portfolio_inner_section .portfolio_inner .right{z-index:2;background:linear-gradient(270deg,#00000040 0%,#0000 100%);flex:1;justify-content:center;align-items:center;padding:32px 32px 0;display:flex;position:relative}@media (max-width:575px){.portfolio_inner_section .portfolio_inner .right{padding:0 24px 32px}}.portfolio_inner_section .portfolio_inner .right .preview_img{object-fit:contain;filter:drop-shadow(0 24px 48px #0000008c);width:100%;max-width:380px;height:auto;max-height:380px;display:block;transform:translateY(20px)}@media (max-width:767px){.portfolio_inner_section .portfolio_inner .right .preview_img{max-width:280px;max-height:280px}}@media (max-width:575px){.portfolio_inner_section .portfolio_inner .right .preview_img{max-height:220px;transform:none}}.portfolio_inner_section .portfolio_inner .case_study_btn{color:#fff;border:1.5px solid #fff9;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:fit-content;min-height:46px;padding:0 24px;font-size:15px;font-weight:600;line-height:1;transition:all .25s;display:inline-flex}.portfolio_inner_section .portfolio_inner .case_study_btn:hover{background:#ffffff26;border-color:#fff}@media (max-width:575px){.portfolio_inner_section .portfolio_inner .case_study_btn{min-height:38px;margin-top:16px;font-size:13px}}.project_slider_controls .slider_btn{cursor:pointer;border:1px solid #3333;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:575px){.project_slider_controls .slider_btn{width:40px;height:40px}}.project_slider_controls #left-btn{inset-inline-start:-29px}@media (max-width:1200px){.project_slider_controls #left-btn{inset-inline-start:-20px}}@media (max-width:575px){.project_slider_controls #left-btn{inset-inline-start:5px}}.project_slider_controls #right-btn{inset-inline-end:-29px}@media (max-width:1200px){.project_slider_controls #right-btn{inset-inline-end:-20px}}@media (max-width:575px){.project_slider_controls #right-btn{inset-inline-end:5px}}.our_services{padding-top:68px}@media (max-width:991px){.our_services{padding-top:60px}}@media (max-width:575px){.our_services{padding-top:60px}}.our_services .top_section{margin:0;padding-top:48px;padding-bottom:0}@media (max-width:575px){.our_services .top_section{padding-top:32px}}.our_services .top_section .top_section_title{max-width:846px;margin:auto;display:block}.our_services .top_section .top_section_sub_title{max-width:771px;margin:15px auto auto;display:block}.our_services .top_section .top_bg{width:100%;margin-top:32px}.our_services .top_section .top_bg img{width:100%;height:auto}.our_services .top_section#mobile-app .top_section_title{max-width:953px}.our_services .top_section#mobile-app .top_section_sub_title{max-width:801px}.our_services .top_section#cloud-services .top_section_title{max-width:950px}.our_services .top_section#ai-ml .top_section_sub_title{max-width:790px}.our_services .top_section#data-analytics .top_section_sub_title{max-width:860px}.our_services .top_section#odoo .top_section_title{max-width:1029px}.our_services .top_section#odoo .top_section_sub_title{max-width:778px}.our_services .sub_title{max-width:100%}.our_services .services_tab{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;justify-content:space-evenly;align-items:center;gap:4px;height:auto;margin-top:48px;padding:6px;display:flex}.our_services .services_tab button{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:14px;flex:1;height:auto;padding:14px 20px;font-size:15px;font-weight:600;line-height:1.3;transition:all .25s}.our_services .services_tab button span{max-width:160px;display:inline-block}.our_services .services_tab button:hover{color:#fff;background:#ffffff0f}.our_services .services_tab button.active{color:#fff;background:var(--primary);box-shadow:0 4px 16px #f05a004d}@media (max-width:767px){.our_services .services_tab{display:none}}.our_services .mobile_services_tab select{width:100%;height:56px;color:var(--primary);appearance:none;background-color:#ffffff0d;background-image:url(/images/icons/arrowDown.svg);background-position:right 20px center;background-repeat:no-repeat;background-size:14px;border:1px solid #ffffff1a;border-radius:14px;outline:none;padding:0 20px;font-size:16px;font-weight:700}.our_services .services_inner,.our_services .tech_stack_titles{padding-top:56px;padding-bottom:8px}@media (max-width:575px){.our_services .services_inner,.our_services .tech_stack_titles{padding-top:36px}}.our_services .services_inner .top_section_title,.our_services .tech_stack_titles .top_section_title{max-width:100%;color:var(--text-heading);letter-spacing:-.02em;font-size:clamp(24px,3vw,40px);font-weight:700}.our_services .services_inner .sub_title,.our_services .tech_stack_titles .sub_title{color:var(--text-body);margin-top:12px;font-size:16px;line-height:1.7}.our_services .service_categories .single_tech_card{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;min-height:calc(100% - 24px);margin-top:24px;padding:32px 28px;transition:border-color .35s,box-shadow .35s,background .35s;display:flex;position:relative;overflow:hidden}.our_services .service_categories .single_tech_card:before{content:"";background:linear-gradient(90deg, var(--primary), #ff8c35);transform-origin:0;height:3px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.our_services .service_categories .single_tech_card .card-content{flex-direction:column;flex:1;transition:filter .35s;display:flex}.our_services .service_categories .single_tech_card .card-button{opacity:0;background:var(--primary);color:#fff;pointer-events:none;white-space:nowrap;border:none;border-radius:100px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .35s cubic-bezier(.16,1,.3,1);position:absolute;bottom:24px;left:50%;transform:translate(-50%,20px);box-shadow:0 4px 16px #f05a004d}.our_services .service_categories .single_tech_card:hover{background:#f05a000a;border-color:#f05a004d;box-shadow:0 12px 40px #f05a0014}.our_services .service_categories .single_tech_card:hover:before{transform:scaleX(1)}.our_services .service_categories .single_tech_card:hover .card-content{filter:blur(2px)}.our_services .service_categories .single_tech_card:hover .card-button{opacity:1;pointer-events:auto;transform:translate(-50%)}@media (max-width:575px){.our_services .service_categories .single_tech_card{min-height:fit-content;padding:24px}.our_services .service_categories .single_tech_card img{width:40px;height:40px}}.our_services .service_categories .single_tech_card img{filter:brightness(0)invert();opacity:.85}.our_services .service_categories .single_tech_card h2{color:var(--text-heading);letter-spacing:-.01em;margin-top:20px;font-size:20px;font-weight:700}.our_services .service_categories .single_tech_card p{color:var(--text-body);flex:1;margin-top:12px;font-size:15px;font-weight:400;line-height:1.65}.our_services .overview_section{align-items:center;gap:60px;padding:64px 0 0;display:flex}@media (max-width:991px){.our_services .overview_section{flex-direction:column;gap:40px;padding-top:48px}}.our_services .overview_section .img_section{flex-shrink:0}.our_services .overview_section .img_section img{object-fit:contain;border-radius:16px;max-width:100%;height:auto}.our_services .overview_section .content{flex-direction:column;justify-content:center;width:50%;display:flex}@media (max-width:991px){.our_services .overview_section .content{width:100%}}.our_services .overview_section .content h2{color:var(--text-heading);letter-spacing:-.02em;font-size:clamp(24px,2.5vw,34px);font-weight:700;line-height:1.2}.our_services .overview_section .content p{color:var(--text-body);margin-top:20px;font-size:16px;font-weight:400;line-height:1.7}.our_services .overview_section .content ul{margin-top:16px;padding:0;list-style:none}.our_services .overview_section .content ul li{color:var(--text-body);margin-bottom:8px;padding-left:18px;font-size:15px;line-height:1.6;position:relative}.our_services .overview_section .content ul li:before{content:"";background:var(--primary);border-radius:50%;width:5px;height:5px;position:absolute;top:9px;left:0}.our_services #full-stack .overview_section .content h2{max-width:418px}.our_services .tech_stacks .single_tech{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:140px;margin-top:20px;transition:border-color .3s,background .3s;display:flex}.our_services .tech_stacks .single_tech:hover{background:#f05a000a;border-color:#f05a0040}@media (max-width:575px){.our_services .tech_stacks .single_tech{margin-top:12px;padding:8px}}.our_services .tech_stacks .single_tech h2{text-align:center;color:var(--text-body);font-size:16px;font-weight:500;line-height:1.3}@media (max-width:575px){.our_services .tech_stacks .single_tech h2{font-size:13px}}.contact_us{margin-top:50px;margin-bottom:100px}@media (max-width:575px){.contact_us{margin-bottom:50px}}.contact_us .top_section{min-height:100px;margin:60px 0;position:relative}@media (max-width:575px){.contact_us .top_section{margin-bottom:18px}}.contact_us .top_section .top_section_title{max-width:802px;margin:auto;display:block}@media (max-width:991px){.contact_us .top_section .top_bg{margin-top:30px}.contact_us .top_section .top_bg img{max-width:100%;height:auto}}@media (min-width:575px){.contact_us .top_section .top_bg{padding-top:20px}.contact_us .top_section .top_bg img{width:100%;height:auto}}.contact_us .inner_desc{margin-top:5px}.contact_us .inner_desc p{margin-top:25px;font-size:20px;font-weight:500;line-height:24px}.contact_us .inner_desc p:last-child{margin-top:0}.contact_us .our_values .inner_section{border:1px solid var(--common-border-color);z-index:1;border-radius:20px;justify-content:space-between;padding:0;display:flex}.contact_us .our_values .inner_section>h2{font-size:36px;font-weight:700;line-height:100%}.contact_us .our_values .inner_section>h3{margin-top:14px;font-size:20px;line-height:100%}@media (max-width:991px){.contact_us .our_values .inner_section{flex-direction:column;display:flex}}.contact_us .our_values .inner_section .para{color:var(--text-color);margin-top:10px;font-size:18px;font-weight:300;line-height:30px}.contact_us .our_values .inner_section .left_content{border-radius:20px;min-width:490px;max-width:100%;min-height:400px;position:relative}@media (max-width:575px){.contact_us .our_values .inner_section .left_content{min-width:100%;display:none}}.contact_us .our_values .inner_section .left_content .contact_bg_vector{width:100%;max-width:100%;height:auto;position:absolute;bottom:0;left:0}@media (max-width:991px){.contact_us .our_values .inner_section .left_content .contact_bg_vector{position:relative;left:50%;transform:translate(-50%)}}@media (max-width:575px){.contact_us .our_values .inner_section .left_content .contact_bg_vector{width:251px;left:50%;transform:translate(-50%)}}.contact_us .our_values .inner_section .contact_form_section{width:100%;padding:35px}@media (max-width:575px){.contact_us .our_values .inner_section .contact_form_section{padding:20px}}.contact_us .our_values .inner_section .contact_form .title{color:var(--text-color);margin-top:5px;margin-bottom:10px}.contact_us .our_values .inner_section .contact_form>p{margin-bottom:35px;font-weight:500}.contact_us .our_values .inner_section .contact_form .mobile_view_vector{margin-top:30px}.contact_us .our_values .inner_section .contact_form .mobile_view_vector img{max-width:100%;height:auto}.contact_us .our_values .inner_section .contact_form_section{max-width:484px;min-height:590px}@media (max-width:575px){.contact_us .our_values .inner_section .contact_form_section{min-height:fit-content}}.contact_us .our_values .inner_section .contact_info_section{color:#fff;padding:40px 50px;overflow:hidden}@media (max-width:575px){.contact_us .our_values .inner_section .contact_info_section{padding:30px 20px 0}}.contact_us .our_values .inner_section .info_wrapper{max-width:600px}.contact_us .our_values .inner_section .headline{max-width:397px;color:var(--text-color);margin-bottom:7px;font-size:36px;font-weight:400;line-height:100%}@media (max-width:575px){.contact_us .our_values .inner_section .headline{font-size:30px}}.contact_us .our_values .inner_section .highlight{font-weight:700;display:inline-block}.contact_us .our_values .inner_section h5{margin-bottom:15px;font-size:20px}.contact_us .our_values .inner_section .location_block{margin-bottom:25px}@media (max-width:575px){.contact_us .our_values .inner_section .location_block{margin-top:30px}}.contact_us .our_values .inner_section .icon_text{align-items:center;gap:10px;margin-bottom:15px;display:flex}.contact_us .our_values .inner_section .icon_text svg{margin-top:5px}.contact_us .our_values .inner_section .icon_text a{margin:0;line-height:1.5}.contact_us .our_values .inner_section .bottom_bg{pointer-events:none;z-index:0;width:100%;height:100px;position:absolute;bottom:0;left:0}@media (min-width:575px){.contact_us .our_values .inner_section .btn_div{margin:auto;display:block}.contact_us .our_values .inner_section .btn_div .submit-btn{justify-content:center;width:calc(100% - 20px);min-width:261px;margin-left:auto;padding:0 10px;font-size:16px;display:flex}}.contact_us .address_row{margin-top:56px}.contact_us .address_row h2{margin-bottom:50px;font-size:30px;font-weight:700;line-height:100%}@media (max-width:575px){.contact_us .address_row h2{margin-bottom:20px}}.contact_us .address_row h5{font-size:24px;font-weight:700;line-height:20px}.contact_us .address_row .contact_block{margin-top:20px}@media (min-width:767px) and (max-width:991px){.contact_us .address_row .inner_div{gap:50px!important}}@media (min-width:575px){.contact_us .address_row .inner_div{gap:160px;display:flex}}.contact_us .address_row .inner_div .icon_text{align-items:center;gap:15px;margin-top:20px;font-weight:500;display:flex}.contact_us .address_row .inner_div .address_block{max-width:400px}.contact_us .address_row .inner_div .address_block a{align-items:center;gap:13px;font-weight:500;display:flex}.common_form .form_field{margin-top:31px}.common_form .form_field:first-child{margin-top:0}.common_form .form_field input,.common_form .form_field textarea,.common_form .form_field select{width:100%;color:var(--text-color);box-shadow:none;border:none;border-bottom:1px solid #494949;outline:none;padding:10px;font-size:16px;font-weight:700;line-height:100%;background-color:#0000!important}.common_form .form_field .phone_div{gap:10px;display:flex}.common_form .form_field .phone_div select{background:var(--bg-color);appearance:none;outline:none;max-width:80px}@media (max-width:575px){.common_form .form_field .phone_div select{background-color:#0000!important}}.common_form button{width:100%;height:48px;color:var(--bg-color);background:#494949;border:none;border-radius:100px;justify-content:center;align-items:center;gap:10px;margin-top:30px;font-size:20px;display:flex}.common_form button.active{background-color:var(--primary-color)}@media (max-width:575px){.common_form button{font-size:16px;line-height:22px}}.portfolio_details .top_section .inner_row{align-items:center;margin-top:-180px}@media (min-width:575px){.portfolio_details .top_section .inner_row{min-height:700px;padding-top:90px}}@media (min-width:767px) and (max-width:991px){.portfolio_details .top_section .inner_row{padding-top:180px}}@media (max-width:575px){.portfolio_details .top_section .inner_row{margin-top:-140px;padding-top:122px}}.portfolio_details .top_section .inner_row .top_row{color:var(--black-color)}.portfolio_details .top_section .inner_row .top_row .top_section_title,.portfolio_details .top_section .inner_row .top_row .top_section_sub_title{color:var(--bg-color)}.portfolio_details .top_section .inner_row .store_btns{margin-top:23px}@media (max-width:575px){.portfolio_details .top_section .inner_row .store_btns{margin-top:30px;margin-bottom:35px}.portfolio_details .top_section .inner_row .store_btns img{width:114px;height:auto}}.portfolio_details .top_section .inner_row .store_btns h2{color:var(--black-color);margin-bottom:15px;font-size:20px;font-weight:700;line-height:100%}.portfolio_details .top_section .inner_row .store_btns .buttons{gap:15px;display:flex}.portfolio_details .top_section .inner_row .right_section img{object-fit:contain;margin-left:auto;display:block}@media (max-width:575px){.portfolio_details .top_section .inner_row .right_section img{max-width:100%;height:auto;margin-top:35px}}.portfolio_details .title{color:var(--text-color);font-weight:500}@media (max-width:991px){.portfolio_details .about_us_section .inner_row{flex-direction:column-reverse}.portfolio_details .about_us_section .left_section{margin-top:45px}}.portfolio_details .about_us_section .left_section img{object-fit:contain;border-radius:16px;max-width:100%;height:auto}@media (max-width:991px){.portfolio_details .about_us_section .left_section img{border-radius:0;width:100%;margin:auto;display:block}}.portfolio_details .about_us_section .right_section{margin-inline-start:15px}.portfolio_details .about_us_section .right_section p.desc{margin-top:20px;font-size:16px;font-weight:300}.portfolio_details .about_us_section .right_section .tags{gap:30px 60px;padding-top:50px;display:flex}.portfolio_details .about_us_section .right_section .tags .single_tag{max-width:100%;min-height:75px;position:relative}.portfolio_details .about_us_section .right_section .tags .single_tag:after{content:"";inset-inline-start:-30px;background:#717171;width:1px;height:55px;position:absolute;top:0}.portfolio_details .about_us_section .right_section .tags .single_tag:first-child:after{content:unset}.portfolio_details .about_us_section .right_section .tags .single_tag h2{font-size:22px;line-height:100%}.portfolio_details .about_us_section .right_section .tags .single_tag p{color:var(--gray-color);margin-top:10px;font-size:20px}@media (max-width:575px){.portfolio_details .about_us_section .right_section .tags .single_tag{width:34%}.portfolio_details .about_us_section .right_section .tags .single_tag:last-child:after{content:unset}.portfolio_details .about_us_section .right_section .tags .single_tag h2{font-size:18px}.portfolio_details .about_us_section .right_section .tags .single_tag p{font-size:16px}}.portfolio_details .problem_section .problem_section_wrapper{display:flex}@media (max-width:992px){.portfolio_details .problem_section .problem_section_wrapper{display:unset}}.portfolio_details .problem_section .problem_section_wrapper .left_section{max-width:600px}@media (max-width:992px){.portfolio_details .problem_section .problem_section_wrapper .left_section{margin:auto}}.portfolio_details .problem_section .problem_section_wrapper .left_section img{height:auto}.portfolio_details .problem_section .problem_section_wrapper .right_section{background-color:var(--black-color);flex:1;min-height:609px}.portfolio_details .problem_section .problem_section_wrapper .right_section .content_container{max-width:630px;padding-top:40px;padding-left:40px}@media (max-width:992px){.portfolio_details .problem_section .problem_section_wrapper .right_section .content_container{margin:auto}}@media (min-width:1440px){.portfolio_details .problem_section .problem_section_wrapper .right_section .content_container{max-width:930px}}@media (max-width:575px){.portfolio_details .problem_section .problem_section_wrapper .right_section .content_container{max-width:90%;margin:auto;padding-left:0}}.portfolio_details .problem_section .problem_section_wrapper .right_section .content_container .title{color:var(--bg-color);font-weight:400}.portfolio_details .problem_section .problem_section_wrapper .right_section .content_container p{color:var(--bg-color);margin-top:15px;margin-right:42px;padding-bottom:75px;font-size:16px;font-weight:300}.portfolio_details .solution_section .solution_story .title{font-weight:400}.portfolio_details .solution_section .solution_story .desc{margin-top:15px;font-size:16px;font-weight:300}.portfolio_details .solution_section .single_solution_step_wrapper{align-items:center;gap:15px;margin-top:30px;display:flex}.portfolio_details .solution_section .single_solution_step_wrapper .solution_single_step_content h2{font-size:20px;font-weight:500}.portfolio_details .solution_section .single_solution_step_wrapper .solution_single_step_content p{margin-top:10px;font-size:16px;font-weight:300}.project_video_section .video_section video{object-fit:cover;width:1100px;max-width:100%;height:85vh}@media (max-width:575px){.project_video_section .video_section video{height:auto}}.gradient-box{border-radius:1em;width:90%;max-width:22em;position:relative}.gradient-box:before{content:"";z-index:-1;border-radius:inherit;-webkit-mask-composite:destination-out;background:linear-gradient(#0ff,#00ffff4d,#00aeef1a);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.floating_buttons{z-index:1000;flex-direction:column;transition:transform .3s;display:flex;position:fixed;bottom:60px;right:60px}.floating_buttons .call_float{display:none}.floating_buttons img{background-color:#000;border-radius:50%}@media (max-width:991px){.floating_buttons{bottom:40px;right:40px}}@media (max-width:575px){.floating_buttons{gap:15px;bottom:40px;right:25px}.floating_buttons .call_float{width:48px;height:48px;display:inline}.floating_buttons .whatsapp_float img{width:48px;height:48px}}.team_details_modal .close_icon_wrapper{text-align:end}.team_details_modal .top{gap:20px;display:flex}@media (max-width:575px){.team_details_modal .top{flex-direction:column}}.team_details_modal .top .details_main_wrapper h2{font-size:36px;font-weight:400}.team_details_modal .top .details_main_wrapper p{margin-top:15px;font-size:16px;font-weight:300;line-height:26px}.team_details_modal .top .single_address{gap:13px;margin-top:16px;display:flex}.team_details_modal .top .single_address a{text-align:center;font-size:16px;font-weight:300}.team_details_modal .vertical_saperator{border-bottom:1px solid #33333340;margin-top:30px;margin-bottom:25px}.team_details_modal .story{margin-bottom:20px}.team_details_modal .story h2{font-size:24px;font-weight:600;line-height:30px}.team_details_modal .additional_points p{margin-bottom:15px;font-size:16px;font-weight:400;line-height:25px}.team_details_modal .additional_points p.bold{font-weight:600}.team_details_modal .additional_points ul{list-style:outside}.team_details_modal .additional_points ul li{list-style-position:inside}.problem{background:var(--bg-soft);padding:100px 0}@media (max-width:767px){.problem{padding:64px 0}}.problem__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);text-align:center;margin-bottom:16px;font-size:12px;font-weight:700}.problem__title{color:var(--text-heading);text-align:center;letter-spacing:-.02em;max-width:640px;margin-bottom:56px;margin-left:auto;margin-right:auto;font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.2}.problem__title span{color:var(--primary)}.problem__grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:767px){.problem__grid{grid-template-columns:1fr}}.problem__card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);padding:40px;position:relative;overflow:hidden}.problem__card:hover{border-color:var(--primary-border);box-shadow:var(--shadow-md);transform:translateY(-3px)}.problem__card-number{color:var(--bg-soft);letter-spacing:-.04em;-webkit-user-select:none;user-select:none;font-size:56px;font-weight:900;line-height:1;position:absolute;top:32px;right:32px}.problem__card-icon{margin-bottom:20px;font-size:32px;display:block}.problem__card-title{color:var(--text-heading);letter-spacing:-.01em;margin-bottom:12px;font-size:22px;font-weight:700}.problem__card-desc{color:var(--text-body);margin-bottom:24px;font-size:15px;line-height:1.75}.problem__card-list{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin:0;padding:24px 0 0;list-style:none;display:flex}.problem__card-list li{color:var(--text-body);align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.problem__card-list li:before{content:"";background:var(--primary);border-radius:50%;flex-shrink:0;width:5px;height:5px}.problem__bridge{align-items:center;gap:24px;margin-top:56px;display:flex}@media (max-width:575px){.problem__bridge{text-align:center;flex-direction:column;gap:16px}}.problem__bridge-line{background:var(--border);flex:1;height:1px}@media (max-width:575px){.problem__bridge-line{flex:none;width:60px}}.problem__bridge-text{color:var(--text-heading);white-space:nowrap;text-align:center;font-size:16px;font-weight:600}@media (max-width:767px){.problem__bridge-text{white-space:normal}}.services{background:var(--bg-white);padding:100px 0}@media (max-width:767px){.services{padding:64px 0}}.services__header{text-align:center;margin-bottom:56px}.services__title{color:var(--text-heading);letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.15}.services__title span{color:var(--primary)}.services__subtitle{color:var(--text-body);max-width:560px;margin:0 auto;font-size:17px;line-height:1.7}.services__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:1100px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.services__grid{grid-template-columns:1fr}}.portfolio{background:var(--bg-white);padding:100px 0}@media (max-width:767px){.portfolio{padding:64px 0}}.portfolio__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;display:flex}@media (max-width:767px){.portfolio__header{flex-direction:column;align-items:flex-start}}.portfolio__title{color:var(--text-heading);letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.15}.portfolio__title span{color:var(--primary)}.portfolio__sub{color:var(--text-body);max-width:480px;font-size:16px;line-height:1.65}.portfolio__view-all{color:var(--text-heading);border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;transition:var(--transition);background:0 0;flex-shrink:0;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:700;display:inline-flex}.portfolio__view-all:hover{border-color:var(--primary);color:var(--primary)}.portfolio__grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:16px;display:grid}@media (max-width:1100px){.portfolio__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.portfolio__grid{grid-template-columns:1fr}}.pf-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);flex-direction:column;display:flex;position:relative;overflow:hidden}.pf-card:hover{box-shadow:var(--shadow-md);border-color:#00000026;transform:translateY(-4px)}.pf-card:hover .pf-card__link{opacity:1;gap:6px}.pf-card__accent{flex-shrink:0;width:100%;height:3px}.pf-card__meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.pf-card__industry{color:var(--text-muted);font-size:12px;font-weight:500}.pf-card__desc{color:var(--text-body);font-size:14px;line-height:1.65}.pf-card__footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 24px;display:flex}.pf-card__outcome-n{color:var(--text-heading);letter-spacing:-.01em;font-size:15px;font-weight:800}.pf-card__outcome-l{color:var(--text-muted);font-size:12px;font-weight:500}.pf-card__link{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;transition:var(--transition);opacity:.7;white-space:nowrap;align-items:center;gap:4px;font-size:12px;font-weight:700;display:inline-flex}.pf-card--featured{flex-direction:row;grid-column:1/-1;align-items:stretch}@media (max-width:767px){.pf-card--featured{flex-direction:column}}.pf-card--featured .pf-card__accent{flex-shrink:0;width:4px;height:auto}@media (max-width:767px){.pf-card--featured .pf-card__accent{width:100%;height:4px}}.pf-card--featured .pf-card__body{padding:32px}.pf-card--featured .pf-card__title{margin-bottom:12px;font-size:22px}.pf-card--featured .pf-card__desc{max-width:640px;font-size:15px}.pf-card--featured .pf-card__footer{border-top:none;border-left:1px solid var(--border);flex-direction:column;justify-content:center;align-items:flex-start;min-width:220px;padding:32px}@media (max-width:767px){.pf-card--featured .pf-card__footer{border-left:none;border-top:1px solid var(--border);flex-direction:row;align-items:center;min-width:auto}}.pf-card--featured .pf-card__outcome-n{font-size:28px}.pf-tag{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;align-items:center;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.why-surkh{background:var(--bg-soft);padding:100px 0}@media (max-width:767px){.why-surkh{padding:64px 0}}@media (max-width:991px){.why-surkh__inner{grid-template-columns:1fr;gap:48px}}@media (max-width:991px){.why-surkh__left{position:static}}.why-surkh__title span{color:var(--primary)}.why-surkh__sub{color:var(--text-body);margin-bottom:36px;font-size:16px;line-height:1.75}.why-surkh__stats{border-top:1px solid var(--border);align-items:center;gap:0;padding:24px 0;display:flex}.why-surkh__stat{flex-direction:column;padding-right:24px;display:flex}.why-surkh__stat:not(:first-child){padding-left:24px}.why-surkh__stat-n{color:var(--text-heading);letter-spacing:-.02em;font-size:26px;font-weight:800;line-height:1}.why-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);align-items:flex-start;gap:16px;padding:24px;display:flex}.why-card:hover{border-color:var(--primary-border);box-shadow:var(--shadow-sm);transform:translate(4px)}.why-card__icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.why-card__title{color:var(--text-heading);margin-bottom:6px;font-size:15px;font-weight:700}.why-card__desc{color:var(--text-body);font-size:14px;line-height:1.65}.techstack_section{background:var(--bg-soft);padding:100px 0}@media (max-width:767px){.techstack_section{padding:64px 0}}.techstack_section .section_title{color:var(--text-heading);letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.15}.techstack_section .section_title span{color:var(--primary)}.techstack_section .section_subtitle{color:var(--text-body);max-width:520px;margin:0 auto;font-size:17px;line-height:1.7}.techstack_section .techstack_grid{flex-direction:column;gap:10px;display:flex}.techstack_section .techstack_row{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);align-items:center;gap:20px;padding:16px 24px;display:flex}.techstack_section .techstack_row:hover{border-color:var(--primary-border)}@media (max-width:767px){.techstack_section .techstack_row{flex-direction:column;align-items:flex-start}}.techstack_section .techstack_row__label{flex-shrink:0;align-items:center;gap:10px;min-width:200px;display:flex}@media (max-width:767px){.techstack_section .techstack_row__label{min-width:auto}}.techstack_section .techstack_row__name{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.techstack_section .tech_pill{border-radius:var(--radius-full);background:var(--bg-soft);border:1px solid var(--border);color:var(--text-heading);transition:var(--transition);cursor:default;align-items:center;padding:5px 12px;font-size:13px;font-weight:600;display:inline-flex}.techstack_section .tech_pill:hover{background:var(--primary-light);border-color:var(--primary-border);color:var(--primary)}.cta-banner{background:var(--bg-dark);padding:80px 0}@media (max-width:767px){.cta-banner{padding:56px 0}}.cta-banner__inner{grid-template-columns:1fr auto;align-items:center;gap:60px;display:grid}@media (max-width:767px){.cta-banner__inner{grid-template-columns:1fr;gap:40px}}.cta-banner__sub{color:#ffffff8c;margin-bottom:28px;font-size:16px;line-height:1.65}.cta-banner__right{flex-direction:column;align-items:flex-start;gap:20px;display:flex}@media (max-width:767px){.cta-banner__right{align-items:stretch}}.cta-banner__btn{background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;transition:var(--transition);border:none;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:700;display:inline-flex}.cta-banner__contact:hover{color:#fffc}.industries-section{background:var(--bg-white);border-top:1px solid var(--border);padding:120px 0}@media (max-width:767px){.industries-section{padding:80px 0}}.industries-section__header{text-align:center;margin-bottom:64px}.industries-section__title{color:var(--text-heading);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(30px,3.8vw,48px);font-weight:800;line-height:1.15}.industries-section__title span{background:linear-gradient(135deg, var(--text-heading) 30%, var(--primary) 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text}.industries-section__sub{color:var(--text-body);max-width:500px;margin:0 auto;font-size:16.5px;font-weight:450;line-height:1.7}.industries-section__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:991px){.industries-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.industries-section__grid{grid-template-columns:1fr}}.ind-card{background:var(--bg-white);border:1px solid #ffffff12;border-radius:20px;padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1)}.ind-card:hover{border-color:#f05a0026;transform:translateY(-4px);box-shadow:0 16px 36px #00000008}.ind-card__icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.ind-card__title{color:var(--text-heading);letter-spacing:-.015em;margin-bottom:14px;font-size:17px;font-weight:700}.ind-card__points{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.ind-card__points li{color:var(--text-body);align-items:center;gap:10px;font-size:13.5px;font-weight:500;display:flex}.ind-card__points li:before{content:"";background:var(--primary);width:4px;height:4px;box-shadow:0 0 6px var(--primary);border-radius:50%;flex-shrink:0}.clients-section{background:var(--bg-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:64px 0}.clients-section__header{text-align:center;margin-bottom:36px}.clients-section__label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:700}.clients-marquee{overflow:hidden}.clients-marquee .brand{opacity:.35;filter:grayscale()contrast(1.1);align-items:center;padding:0 32px;transition:all .3s;display:flex}.clients-marquee .brand:hover{opacity:.85;filter:grayscale(0)contrast()}.clients-marquee .brand img{width:auto;max-height:40px}.consult_our_experts{background:var(--bg-soft);border-top:1px solid var(--border);padding:120px 0}@media (max-width:767px){.consult_our_experts{padding:80px 0}}.consult_our_experts .inner_row{background:var(--bg-white);overflow:hidden;border:1px solid #ffffff12!important;border-radius:24px!important;box-shadow:0 20px 60px #00000008!important}.consult_our_experts .left_section{background:var(--bg-soft)!important;border-right:1px solid #ffffff0f!important;min-width:490px!important;padding:48px!important}@media (max-width:991px){.consult_our_experts .left_section{border-bottom:1px solid #ffffff0f!important;border-right:none!important;min-width:100%!important;padding:36px!important}}.consult_our_experts .left_section h2{letter-spacing:-.025em;color:var(--text-heading)!important;margin-bottom:16px!important;font-size:clamp(24px,2.8vw,36px)!important;font-weight:850!important;line-height:1.25!important}.consult_our_experts .left_section p{color:var(--text-body)!important;font-size:15.5px!important;font-weight:450!important;line-height:1.65!important}.consult_our_experts .left_section .vector_bg{opacity:.9;max-width:100%!important;height:auto!important;margin-top:32px!important}.consult_our_experts .right_section{padding:48px!important}@media (max-width:991px){.consult_our_experts .right_section{padding:36px!important}}.consult_our_experts .right_section .title{letter-spacing:-.02em;color:var(--text-heading)!important;font-size:24px!important;font-weight:800!important}.consult_our_experts .right_section .para{color:var(--text-body)!important;margin-bottom:28px!important;font-size:15px!important;font-weight:450!important}.common_form{flex-direction:column;gap:18px;display:flex}.common_form .form_field{flex-direction:column;gap:6px;display:flex}.common_form .form_field input,.common_form .form_field textarea,.common_form .form_field select{color:var(--text-heading)!important;background:#ffffff0a!important;border:1px solid #ffffff1a!important;border-radius:10px!important;padding:14px 18px!important;font-size:15px!important;font-weight:500!important;transition:all .25s cubic-bezier(.16,1,.3,1)!important}.common_form .form_field input:focus,.common_form .form_field textarea:focus,.common_form .form_field select:focus{border-color:var(--primary)!important;background:var(--bg-white)!important;outline:none!important;box-shadow:0 0 0 3px #f05a0014!important}.common_form .form_field input::placeholder,.common_form .form_field textarea::placeholder{color:var(--text-muted)!important;font-weight:400!important}.common_form .form_field .phone_div{align-items:center!important;gap:12px!important;width:100%!important;display:flex!important}.common_form .form_field .phone_div select{flex-shrink:0!important;width:110px!important;padding:14px 24px 14px 10px!important}.common_form .form_field .phone_div input{flex:1!important;width:auto!important;min-width:0!important}.common_form .form_field .text-danger{color:var(--primary);margin-top:4px;font-size:12px;font-weight:600}.common_form button.submit-btn{cursor:pointer;justify-content:center;align-items:center;gap:8px;display:inline-flex;background:var(--primary)!important;color:#fff!important;border:none!important;border-radius:10px!important;height:52px!important;font-size:15px!important;font-weight:700!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important;box-shadow:0 4px 14px #f05a0026!important}.common_form button.submit-btn:hover{transform:translateY(-2px);background:var(--primary-hover)!important;box-shadow:0 8px 24px #f05a0059!important}.common_form button.submit-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none!important;transform:none!important}.reveal-section{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(32px)}.reveal-section.revealed{opacity:1;transform:translateY(0)}@keyframes heroSlideLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes heroSlideRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes floatUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes cardPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes scrollBounce{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-animate-left{animation:.9s cubic-bezier(.22,1,.36,1) both heroSlideLeft}.hero-animate-right{animation:.9s cubic-bezier(.22,1,.36,1) .2s both heroSlideRight}.hero__visual-stack{width:100%;height:480px;position:relative}@media (max-width:1200px){.hero__visual-stack{height:420px}}@media (max-width:991px){.hero__visual-stack{height:320px}}.hero__img-main{border-radius:16px;width:85%;height:380px;animation:1s .3s both floatUp;position:absolute;top:0;right:0;overflow:hidden;box-shadow:0 24px 60px #00000024}@media (max-width:991px){.hero__img-main{width:100%;height:260px}}.hero__img-overlay{position:absolute;bottom:16px;left:16px;right:16px}.hero__img-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-heading);background:#fffffff2;border-radius:100px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #0000001a}.hero__img-secondary{border:3px solid #fff;border-radius:12px;width:48%;height:180px;animation:1s .5s both floatUp;position:absolute;bottom:0;left:0;overflow:hidden;box-shadow:0 16px 40px #0000001f}@media (max-width:991px){.hero__img-secondary{display:none}}.hero__float-card{border-radius:var(--radius-md);border:1px solid var(--border);z-index:10;background:#0d0d0d;align-items:center;gap:12px;padding:12px 16px;animation:4s ease-in-out infinite cardPulse;display:flex;position:absolute;box-shadow:0 8px 30px #0000001a}.hero__float-card--1{animation-delay:0s;top:-20px;left:0}.hero__float-card--2{animation-delay:-2s;bottom:60px;right:-10px}@media (max-width:991px){.hero__float-card--2{display:none}}.hero__float-card-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.hero__float-card-title{color:var(--text-heading);margin:0;font-size:13px;font-weight:700}.hero__float-card-sub{color:var(--text-muted);margin:0;font-size:11px}.hero__scroll-hint{color:var(--text-muted);animation:2s ease-in-out infinite scrollBounce;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.pf-card--featured .pf-card__image{border-radius:0 0 0 var(--radius-lg);border-right:1px solid var(--border);flex-shrink:0;width:280px;min-height:200px;position:relative;overflow:hidden}@media (max-width:767px){.pf-card--featured .pf-card__image{border-right:none;border-bottom:1px solid var(--border);width:100%;height:200px}}.pf-card--featured .pf-card__image-overlay{background:linear-gradient(90deg,#0000 60%,#fff 100%);position:absolute;inset:0}@media (max-width:767px){.pf-card--featured .pf-card__image-overlay{background:linear-gradient(#0000 60%,#fff 100%)}}.site-header:not(.scrolled){background:#ffffffd9}.site-header .nav-link.active:after{content:"";background:var(--primary);border-radius:2px;width:100%;height:2px;margin-top:2px;display:block}.svc-card,.ind-card,.pf-card,.why-card,.problem__card{cursor:pointer}.btn-primary,.nav-cta{position:relative;overflow:hidden}.btn-primary:after,.nav-cta:after{content:"";opacity:0;border-radius:inherit;background:#ffffff26;transition:opacity .2s;position:absolute;inset:0}.btn-primary:active:after,.nav-cta:active:after{opacity:1}.nav-link:not(.active):hover:after{content:"";background:var(--text-muted);width:100%;height:1px;margin-top:2px;display:block}@keyframes hd-scan{0%{opacity:1;top:-2px}70%{opacity:.6}to{opacity:0;top:100%}}@keyframes hd-dot-pulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--primary) 60%, transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb, var(--primary) 0%, transparent)}}@keyframes hd-cursor-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes hd-in-up{0%{opacity:0;filter:blur(3px);transform:translateY(24px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes hd-in-fade{0%{opacity:0}to{opacity:1}}@keyframes hd-scroll-drop{0%{transform-origin:top;opacity:1;transform:scaleY(0)}50%{transform-origin:top;opacity:1;transform:scaleY(1)}to{transform-origin:bottom;opacity:0;transform:scaleY(1)}}.hero-dark{background:var(--bg-dark);flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:130px 24px 0;display:flex;position:relative;overflow:hidden}.hero-dark__atm{pointer-events:none;z-index:0;position:absolute;inset:0}.hero-dark__spotlight{background:radial-gradient(ellipse 60% 55% at 50% 0%, color-mix(in srgb, var(--primary) 22%, transparent) 0%, transparent 70%);pointer-events:none;width:1000px;height:640px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.hero-dark__noise{opacity:.032;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-dark__scan{background:linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--primary) 80%, transparent) 40%, color-mix(in srgb, var(--primary) 80%, transparent) 60%, transparent 100%);height:1px;box-shadow:0 0 18px 2px color-mix(in srgb, var(--primary) 50%, transparent);pointer-events:none;animation:1.8s cubic-bezier(.4,0,.6,1) .3s forwards hd-scan;position:absolute;top:-2px;left:0;right:0}.hero-dark__eyebrow{z-index:2;align-items:center;gap:var(--space-xs);border:1px solid var(--border-dark);border-radius:var(--radius-full);color:var(--text-white-muted);letter-spacing:.09em;text-transform:uppercase;margin-bottom:var(--space-lg);background:color-mix(in srgb, var(--bg-dark-2) 80%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:5px 14px;font-size:11px;font-weight:600;animation:.7s .2s both hd-in-up;display:inline-flex;position:relative}.hero-dark__dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.4s ease-in-out infinite hd-dot-pulse}.hero-dark__headline{z-index:2;margin:0 0 var(--space-md);letter-spacing:-.045em;text-align:center;flex-direction:column;align-items:center;gap:0;font-weight:800;line-height:.95;display:flex;position:relative}.hero-dark__hl-thin{letter-spacing:.04em;color:var(--text-white-muted);margin-bottom:8px;font-size:clamp(18px,2.2vw,28px);font-weight:300;animation:.7s .3s both hd-in-up;display:block}.hero-dark__hl-bold{color:var(--text-white);font-size:clamp(72px,11vw,148px);font-weight:800;animation:.75s cubic-bezier(.22,1,.36,1) .42s both hd-in-up;display:block}.hero-dark__hl-red{background:var(--hover-gradient);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(72px,11vw,148px);font-weight:800;animation:.75s cubic-bezier(.22,1,.36,1) .54s both hd-in-up;display:block}.hero-dark__sub{z-index:2;color:var(--text-white-muted);margin-bottom:var(--space-lg);letter-spacing:.01em;font-size:clamp(14px,1.6vw,17px);font-weight:400;animation:.7s .66s both hd-in-up;position:relative}.hero-dark__typing{color:var(--text-white);font-weight:600}.hero-dark__cursor{color:var(--primary);margin-left:1px;font-weight:300;animation:.85s step-start infinite hd-cursor-blink;display:inline-block}.hero-dark__ticker{z-index:2;width:100%;max-width:680px;margin-bottom:var(--space-lg);border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);padding:10px 0;animation:.8s .8s both hd-in-fade;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 12% 88%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 12% 88%,#0000 100%)}.hero-dark__ticker-item{color:var(--text-white-muted);white-space:nowrap;align-items:center;gap:6px;padding:0 20px;font-size:12px;font-weight:500;transition:color .2s;display:inline-flex}.hero-dark__ticker-item svg{color:var(--primary);opacity:.75;flex-shrink:0}.hero-dark__ticker-sep{color:var(--border-dark);margin-left:20px;font-size:16px}.hero-dark__ctas{z-index:2;gap:var(--space-sm);flex-wrap:wrap;justify-content:center;animation:.7s .9s both hd-in-up;display:flex;position:relative}.hero-dark__cta{border-radius:var(--radius-md);cursor:pointer;letter-spacing:.01em;align-items:center;gap:8px;padding:14px 26px;font-size:14px;font-weight:600;transition:transform .22s,box-shadow .22s,background .22s,border-color .22s;display:inline-flex}.hero-dark__cta:hover{transform:translateY(-3px)}.hero-dark__cta:active{transform:translateY(0)}.hero-dark__cta--filled{background:var(--primary);color:var(--text-white);border:1px solid var(--primary)}.hero-dark__cta--filled:hover{background:var(--primary-hover);border-color:var(--primary-hover);box-shadow:0 12px 40px color-mix(in srgb, var(--primary) 35%, transparent)}.hero-dark__cta--ghost{color:var(--text-white);border:1px solid var(--border-dark);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:0 0}.hero-dark__cta--ghost:hover{border-color:color-mix(in srgb, var(--primary) 50%, transparent);background:color-mix(in srgb, var(--primary) 8%, transparent);box-shadow:0 12px 40px color-mix(in srgb, var(--primary) 12%, transparent)}.hero-dark__cta-arrow{opacity:.7;transition:transform .2s}.hero-dark__cta:hover .hero-dark__cta-arrow{opacity:1;transform:translate(4px)}.hero-dark__stats-bar{z-index:2;width:100%;max-width:660px;margin-top:var(--space-xl);padding:26px var(--space-lg);background:color-mix(in srgb, var(--bg-dark-2) 70%, transparent);border:1px solid var(--border-dark);border-radius:var(--radius-lg) var(--radius-lg) 0 0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:none;align-items:center;animation:.7s 1.05s both hd-in-up;display:flex;position:relative}@media (max-width:600px){.hero-dark__stats-bar{row-gap:var(--space-sm);max-width:100%;padding:var(--space-md);border-radius:var(--radius-md) var(--radius-md) 0 0;flex-wrap:wrap}}.hero-dark__stats-sep{background:var(--border-dark);flex-shrink:0;width:1px;height:36px}.hero-dark__stat{flex-direction:column;flex:1;align-items:center;gap:3px;min-width:70px;display:flex}.hero-dark__stat-n{color:var(--text-white);letter-spacing:-.035em;font-size:clamp(22px,2.8vw,30px);font-weight:800;line-height:1}.hero-dark__stat-l{color:var(--text-white-muted);text-transform:uppercase;letter-spacing:.07em;text-align:center;font-size:10.5px;font-weight:500}.hero-dark__scroll{z-index:2;opacity:.3;pointer-events:none;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.hero-dark__scroll-line{background:linear-gradient(to bottom, var(--text-white), transparent);width:1px;height:48px;animation:2.2s ease-in-out infinite hd-scroll-drop}@media (max-width:768px){.hero-dark{padding:100px 20px 0}.hero-dark__ctas{gap:10px}.hero-dark__cta{padding:12px 20px;font-size:13px}}@media (max-width:480px){.hero-dark__ctas{flex-direction:column;align-items:stretch}}.hero-v2{border-bottom:1px solid var(--border);background:#000;padding-top:72px;position:relative;overflow:hidden}.hero-v2:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0%,#0000 80%);mask-image:linear-gradient(#fff 0%,#0000 80%)}.hero-v2__layout{z-index:1;grid-template-columns:1.15fr .85fr;align-items:start;gap:56px;padding:56px 0 64px;display:grid;position:relative}@media (max-width:1100px){.hero-v2__layout{grid-template-columns:1fr;gap:48px;padding:48px 0 56px}}.hero-v2__left{flex-direction:column;align-items:flex-start;display:flex}@media (max-width:1100px){.hero-v2__left{align-items:flex-start}}.hero-v2__overline{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:8px;margin-bottom:28px;font-size:12px;font-weight:700;display:inline-flex}.hero-v2__overline-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite dotPulse}.hero-v2__h1{letter-spacing:-.03em;flex-direction:column;gap:0;margin-bottom:28px;line-height:1;display:flex}.hero-v2__h1-line{display:block}.hero-v2__h1-line--thin{color:var(--text-heading);letter-spacing:-.02em;font-size:clamp(36px,4.5vw,64px);font-weight:300}.hero-v2__h1-line--bold{color:var(--text-heading);letter-spacing:-.04em;font-size:clamp(52px,7vw,96px);font-weight:900;line-height:.95}.hero-v2__h1-line--outline{letter-spacing:-.04em;color:#0000;-webkit-text-stroke:2px var(--text-heading);text-stroke:2px var(--text-heading);font-size:clamp(52px,7vw,96px);font-weight:900;line-height:.95}@supports not (-webkit-text-stroke:1px black){.hero-v2__h1-line--outline{color:var(--text-heading)}}.hero-v2__typing-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:20px;display:flex}.hero-v2__typing-label{color:var(--text-muted);font-size:14px;font-weight:500}.hero-v2__typing-val{color:var(--primary);min-width:160px;font-size:15px;font-weight:700}.hero-v2__cursor{color:var(--primary);font-weight:300;animation:.75s step-end infinite cursorBlink2;display:inline-block}.hero-v2__desc{color:var(--text-body);max-width:480px;margin-bottom:36px;font-size:16px;line-height:1.75}.hero-v2__ctas{flex-wrap:wrap;gap:12px;display:flex}.hero-v2__btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap;border:1.5px solid #0000;align-items:center;gap:8px;padding:13px 24px;font-size:14px;font-weight:700;display:inline-flex}.hero-v2__btn--red{background:var(--primary);color:var(--text-white);border-color:var(--primary)}.hero-v2__btn--red:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 20px #f05a0047}.hero-v2__btn--ghost{color:var(--text-heading);border-color:var(--border);background:0 0}.hero-v2__btn--ghost:hover{border-color:var(--text-heading);transform:translateY(-2px)}.hero-v2__right{flex-direction:column;gap:12px;padding-top:8px;display:flex}.hero-v2__card{border-radius:16px;padding:28px;transition:transform .25s}.hero-v2__card:hover{transform:translateY(-3px)}.hero-v2__card--red{background:var(--primary);color:#fff;position:relative;overflow:hidden}.hero-v2__card--red:after{content:"";pointer-events:none;background:#ffffff14;border-radius:50%;width:160px;height:160px;position:absolute;top:-40px;right:-40px}.hero-v2__card--white{border:1px solid var(--border);background:#ffffff14}.hero-v2__card--white:hover{border-color:var(--primary-border);box-shadow:var(--shadow-sm)}.hero-v2__card-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.hero-v2__card-label{text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin-bottom:8px;font-size:12px;font-weight:600}.hero-v2__card-num{letter-spacing:-.03em;color:#fff;margin-bottom:8px;font-size:52px;font-weight:900;line-height:1;display:block}.hero-v2__card-num--dark{color:var(--text-heading);font-size:40px}.hero-v2__card-sub{opacity:.75;font-size:13px}.hero-v2__card-sub--dark{color:var(--text-muted);opacity:1}.hero-v2__tags{flex-wrap:wrap;gap:8px;display:flex}.hero-v2__tag{background:var(--bg-soft);border:1px solid var(--border);color:var(--text-body);transition:var(--transition);border-radius:100px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.hero-v2__tag:hover{background:var(--primary-light);border-color:var(--primary-border);color:var(--primary)}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.5)}}@keyframes cursorBlink2{0%,to{opacity:1}50%{opacity:0}}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:14px;font-size:12px;font-weight:700;display:inline-block}.problem-sec{background:var(--bg-white);border-top:1px solid var(--border);padding:120px 0}@media (max-width:767px){.problem-sec{padding:80px 0}}.problem-sec__header{text-align:center;max-width:680px;margin:0 auto 64px}.problem-sec__title{color:var(--text-heading);letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(30px,3.8vw,48px);font-weight:800;line-height:1.15}.problem-sec__title span{background:linear-gradient(135deg, var(--text-heading) 30%, var(--primary) 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text}.problem-sec__sub{color:var(--text-body);font-size:16px;font-weight:450;line-height:1.7}.problem-sec__grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:767px){.problem-sec__grid{grid-template-columns:1fr}}.prob-card{-webkit-backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff12;border-radius:20px;padding:40px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #00000003}.prob-card:before{content:"";background:var(--primary);transform-origin:0;height:3px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.prob-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #f05a000f,0 1px 3px #00000003;background:var(--bg-white)!important;border-color:#f05a004d!important}.prob-card:hover:before{transform:scaleX(1)}.prob-card:hover .prob-card__icon{background:var(--primary);color:#fff;transform:rotate(8deg)scale(1.05)}.prob-card:hover .prob-card__num{opacity:.35}.prob-card:hover .prob-card__metric-val{color:var(--primary)!important;background:#f05a0005!important;border-color:#f05a0040!important}.prob-card__top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.prob-card__tracker{color:var(--text-muted);letter-spacing:.06em;font-family:monospace;font-size:10.5px;font-weight:600}.prob-card__num{color:var(--primary);opacity:.15;letter-spacing:-.03em;font-family:monospace;font-size:28px;font-weight:900;line-height:1;transition:all .3s}.prob-card__header-row{align-items:center;gap:12px;margin-bottom:18px;display:flex}.prob-card__icon{width:38px;height:38px;color:var(--primary);background:#f05a000d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.prob-card__tag{text-transform:uppercase;letter-spacing:.12em;color:var(--text-heading);background:#ffffff0f;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:800;display:inline-block}.prob-card__title{color:var(--text-heading);letter-spacing:-.015em;margin-bottom:12px;font-size:19px;font-weight:800;line-height:1.4}.prob-card__desc{color:var(--text-body);font-size:14.5px;font-weight:450;line-height:1.65}.prob-card__separator{background:#ffffff14;border:none;height:1px;margin:24px 0}.prob-card__metrics{flex-direction:column;gap:10px;display:flex}.prob-card__metric-row{justify-content:space-between;align-items:center;font-family:monospace;font-size:12px;display:flex}.prob-card__metric-lbl{color:var(--text-muted);font-weight:500}.prob-card__metric-val{color:var(--text-heading);background:#ffffff0d;border:1px dashed #ffffff1a;border-radius:4px;padding:2px 8px;font-weight:700;transition:all .3s}.services-sec{background:var(--bg-soft);border-top:1px solid var(--border);padding:120px 0}@media (max-width:767px){.services-sec{padding:80px 0}}.services-sec__header{text-align:center;max-width:600px;margin:0 auto 64px}.services-sec__title{color:var(--text-heading);letter-spacing:-.03em;margin-bottom:18px;font-size:clamp(30px,3.8vw,48px);font-weight:800}.services-sec__title span{background:linear-gradient(135deg, var(--text-heading) 30%, var(--primary) 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text}.services-sec__sub{color:var(--text-body);font-size:16px;font-weight:450;line-height:1.7}.services-sec__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:1100px){.services-sec__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.services-sec__grid{grid-template-columns:1fr}}.svc-card{cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.svc-card:before{content:"";background:var(--primary);transform-origin:0;height:3px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.svc-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #f05a001f,0 2px 8px #0000004d;background:#ffffff14!important;border-color:#f05a0040!important}.svc-card:hover:before{transform:scaleX(1)}.svc-card:hover .svc-card__status-dot{background:var(--primary);box-shadow:0 0 10px var(--primary),0 0 20px var(--primary)}.svc-card:hover .svc-card__tag-chip{color:var(--primary);background:#f05a0005;border-color:#f05a0033}.svc-card:hover .svc-card__link{color:var(--primary);gap:10px}.svc-card__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.svc-card__num{color:var(--text-heading);opacity:.15;letter-spacing:.05em;margin-bottom:0;font-family:monospace;font-size:14px;font-weight:900}.svc-card__status{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:6px;font-family:monospace;font-size:10.5px;font-weight:700;transition:all .3s;display:inline-flex}.svc-card__status-dot{background:#10b981;border-radius:50%;width:6px;height:6px;transition:all .3s;box-shadow:0 0 8px #10b981}.svc-card__title{color:var(--text-heading);letter-spacing:-.02em;margin-bottom:12px;font-size:20px;font-weight:800;line-height:1.3}.svc-card__desc{color:var(--text-body);flex:1;margin-bottom:20px;font-size:14.5px;font-weight:450;line-height:1.65}.svc-card__tags{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.svc-card__tag-chip{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:2px 8px;font-family:monospace;font-size:11px;font-weight:600;transition:all .3s}.svc-card__points{flex-direction:column;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:flex}.svc-card__points li{color:var(--text-body);align-items:center;gap:10px;font-size:13.5px;font-weight:500;display:flex}.svc-card__points li:before{content:"";background:var(--primary);width:5px;height:5px;box-shadow:0 0 8px var(--primary);border-radius:50%;flex-shrink:0}.svc-card__footer{border-top:1px solid #ffffff0f;margin-top:auto;padding-top:16px}.svc-card__link{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;font-size:11px;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.portfolio-sec{background:var(--bg-white);border-top:1px solid var(--border);padding:120px 0}@media (max-width:767px){.portfolio-sec{padding:80px 0}}.portfolio-sec__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;display:flex}.portfolio-sec__title{color:var(--text-heading);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(30px,3.8vw,48px);font-weight:800;line-height:1.15}.portfolio-sec__title span{background:linear-gradient(135deg, var(--text-heading) 30%, var(--primary) 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text}.portfolio-sec__sub{color:var(--text-body);max-width:480px;font-size:15.5px;font-weight:450;line-height:1.65}.portfolio-sec__view-all{color:var(--text-heading);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1.5px solid #ffffff24;flex-shrink:0;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .3s;display:inline-flex}.portfolio-sec__view-all:hover{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 10px 24px #f05a0033}.portfolio-sec__grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:24px;display:grid}@media (max-width:767px){.portfolio-sec__grid{grid-template-columns:1fr}}.pf-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);background:#f05a000d;border:1px solid #f05a001a;border-radius:100px;padding:4px 12px;font-size:10px;font-weight:800;display:inline-block}.pf-card{background:var(--bg-white);cursor:pointer;border:1px solid #ffffff12;border-radius:20px;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.pf-card:hover{border-color:#f05a0026;transform:translateY(-5px);box-shadow:0 24px 60px #ffffff0a,0 2px 10px #00000003}.pf-card:hover .pf-card__link{color:var(--primary)}.pf-card:hover .pf-card__img img{transform:scale(1.05)}.pf-card--featured{flex-direction:row;grid-column:1/-1;min-height:460px;display:flex}@media (max-width:991px){.pf-card--featured{flex-direction:column;min-height:auto}}@media (max-width:767px){.pf-card--featured{grid-column:auto}}.pf-card--featured .pf-card__img{flex:0 0 57%;min-height:100%;position:relative;overflow:hidden}@media (max-width:991px){.pf-card--featured .pf-card__img{flex:none;width:100%;min-height:300px}}.pf-card--featured .pf-card__right{flex-direction:column;flex:1;display:flex}.pf-card--featured .pf-card__body{flex:1;padding:44px 44px 24px}.pf-card--featured .pf-card__footer{border-top:none;margin-top:auto;padding:24px 44px 44px}@media (max-width:991px){.pf-card--featured .pf-card__footer{border-top:1px solid var(--border);padding:16px 28px 28px}}.pf-card__img{min-height:280px;position:relative;overflow:hidden}.pf-card__img img{transition:transform .6s cubic-bezier(.16,1,.3,1)}.pf-card__img-overlay{background:linear-gradient(90deg,#0000001a,#0000);position:absolute;inset:0}.pf-card__body{flex:1;padding:28px}.pf-card__meta{align-items:center;gap:12px;margin-bottom:16px;display:flex}.pf-card__industry{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.pf-card__title{color:var(--text-heading);letter-spacing:-.015em;margin-bottom:10px;font-size:20px;font-weight:700;line-height:1.35}.pf-card__desc{color:var(--text-body);font-size:14.5px;font-weight:400;line-height:1.65}.pf-card__footer{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:16px;padding:20px 28px;display:flex}.pf-card__outcome{flex-direction:column;gap:3px;display:flex}.pf-card__outcome-n{color:var(--primary);letter-spacing:-.02em;font-size:20px;font-weight:800;line-height:1}.pf-card__outcome-l{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:11.5px;font-weight:500}.pf-card__link{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;font-size:11px;font-weight:800;transition:all .3s;display:inline-flex}.why-surkh{background:var(--bg-soft);border-top:1px solid var(--border);padding:120px 0}@media (max-width:767px){.why-surkh{padding:80px 0}}.why-surkh__inner{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}@media (max-width:991px){.why-surkh__inner{grid-template-columns:1fr;gap:48px}}.why-surkh__left{position:sticky;top:110px}@media (max-width:991px){.why-surkh__left{position:static}}.why-surkh__title{color:var(--text-heading);letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(30px,3.8vw,48px);font-weight:800;line-height:1.15}.why-surkh__title span{background:linear-gradient(135deg, var(--text-heading) 30%, var(--primary) 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text}.why-surkh__sub{color:var(--text-body);margin-bottom:40px;font-size:16px;font-weight:450;line-height:1.7}.why-surkh__stats{border-top:1px solid #ffffff14;align-items:center;gap:0;padding-top:32px;display:flex}.why-surkh__stat{flex-direction:column;padding:0 32px;display:flex}.why-surkh__stat:first-child{padding-left:0}.why-surkh__stat-n{color:var(--text-heading);letter-spacing:-.03em;font-family:monospace;font-size:32px;font-weight:950;line-height:1}.why-surkh__stat-l{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:6px;font-size:11px;font-weight:700}.why-surkh__stat-div{background:#ffffff1a;flex-shrink:0;width:1px;height:40px}.why-surkh__right{flex-direction:column;gap:16px;display:flex}.why-card{background:var(--bg-white);border:1px solid #ffffff12;border-radius:16px;align-items:flex-start;gap:20px;padding:28px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.why-card:hover{border-color:#f05a0026;transform:translateY(-3px);box-shadow:0 12px 30px #f05a0008}.why-card__icon{width:44px;height:44px;color:var(--primary);background:#f05a000d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-card__title{color:var(--text-heading);letter-spacing:-.01em;margin-bottom:8px;font-size:16px;font-weight:700}.why-card__desc{color:var(--text-body);font-size:14.5px;font-weight:400;line-height:1.65}.cta-banner{background:radial-gradient(circle at 80% 50%, var(--primary-hover) 0%, var(--primary) 100%);padding:96px 0;position:relative;overflow:hidden}.cta-banner:before{content:"";opacity:.04;pointer-events:none;background-image:linear-gradient(#fff 1px,#0000 1px),linear-gradient(90deg,#fff 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}@media (max-width:767px){.cta-banner{padding:72px 0}}.cta-banner__inner{z-index:2;justify-content:space-between;align-items:center;gap:48px;display:flex;position:relative}@media (max-width:767px){.cta-banner__inner{flex-direction:column;align-items:flex-start}}.cta-banner__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#ffffffb3;margin-bottom:16px;font-size:10.5px;font-weight:800}.cta-banner__title{color:#fff;letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(32px,4vw,52px);font-weight:900;line-height:1.15}.cta-banner__sub{color:#ffffffd9;max-width:580px;margin-bottom:32px;font-size:16.5px;font-weight:450;line-height:1.65}.cta-banner__trust{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.cta-banner__trust li{color:#ffffffe6;align-items:center;gap:12px;font-size:14.5px;font-weight:500;display:flex}.cta-banner__trust-icon{color:#fff;background:#ffffff26;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:flex}.cta-banner__right{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:24px;display:flex}@media (max-width:767px){.cta-banner__right{width:100%}}.cta-banner__btn{color:var(--primary);cursor:pointer;white-space:nowrap;background:#111;border:none;border-radius:10px;align-items:center;gap:10px;padding:16px 36px;font-size:15px;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 20px #0000001a}.cta-banner__btn:hover{background:#fffffff2;transform:translateY(-3px);box-shadow:0 12px 30px #00000040}.cta-banner__contacts{flex-direction:column;gap:8px;display:flex}.cta-banner__contact{color:#fffc;transition:var(--transition);align-items:center;gap:10px;font-size:14.5px;font-weight:600;display:inline-flex}.cta-banner__contact:hover{color:#fff;transform:translate(2px)}.cta-banner__left{flex:1}.techstack_section{background:var(--bg-white);border-top:1px solid var(--border);padding:120px 0}.techstack_section .section_header{text-align:center;margin-bottom:64px}.techstack_section .section_header .section_title{color:var(--text-heading);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(30px,3.8vw,48px);font-weight:800}.techstack_section .section_header .section_title span{background:linear-gradient(135deg, var(--text-heading) 30%, var(--primary) 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text}.techstack_section .section_header .section_subtitle{color:var(--text-body);max-width:580px;margin:0 auto;font-size:16px;font-weight:450}.techstack_section .techstack_grid{flex-direction:column;gap:20px;max-width:960px;margin:0 auto;display:flex}.techstack_section .techstack_row{background:#ffffff14;border:1px solid #ffffff12;border-radius:16px;grid-template-columns:240px 1fr;align-items:center;padding:24px 32px;transition:all .3s;display:grid}@media (max-width:767px){.techstack_section .techstack_row{grid-template-columns:1fr;gap:16px;padding:20px 24px}}.techstack_section .techstack_row:hover{background:#ffffff0d;border-color:#f05a001f;box-shadow:0 10px 30px #00000005}.techstack_section .techstack_row__label{align-items:center;gap:12px;display:flex}.techstack_section .techstack_row__icon{font-size:20px}.techstack_section .techstack_row__name{color:var(--text-heading);font-size:15px;font-weight:700}.techstack_section .techstack_row__pills{flex-wrap:wrap;gap:8px;display:flex}.techstack_section .tech_pill{color:var(--text-body);background:#ffffff0d;border:1px solid #ffffff0f;border-radius:8px;padding:6px 14px;font-family:monospace;font-size:12.5px;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1)}.techstack_section .tech_pill:hover{border-color:var(--primary);color:var(--primary);background:#f05a000f;transform:translateY(-1px)}.hx{background:var(--bg-white);align-items:stretch;min-height:100vh;padding-top:68px;display:flex;position:relative;overflow:hidden}.hx__radial-overlay{pointer-events:none;z-index:1;background:radial-gradient(circle at 70% 30%,#f05a000f 0%,#0000 60%);position:absolute;inset:0}.hx__container{z-index:2;flex-direction:column;justify-content:center;max-width:1200px;min-height:calc(100vh - 68px);padding-top:20px;padding-bottom:20px;display:flex;position:relative}.hx__layout{grid-template-columns:1.15fr .85fr;align-items:center;gap:40px;padding:0;display:grid}@media (max-width:991px){.hx__layout{grid-template-columns:1fr;gap:32px}}.hx__layout>*{min-width:0}.hx__left{flex-direction:column;align-items:flex-start;min-width:0;display:flex;overflow:hidden}.hx__overline{letter-spacing:.18em;text-transform:uppercase;color:var(--primary);background:#f05a000d;border:1px solid #f05a001f;border-radius:100px;align-items:center;gap:8px;margin-bottom:14px;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex}.hx__dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:1.8s infinite hxPulse}.hx__tag-text{font-weight:800}.hx__h1{letter-spacing:-.035em;flex-direction:column;gap:0;margin-bottom:14px;line-height:1.05;display:flex}.hx__word{color:var(--text-heading);font-size:clamp(32px,4.2vw,62px);font-weight:800;display:block}.hx__word--letters:hover .hx__letter{color:var(--primary);text-shadow:0 0 22px #f05a0099;transition-delay:calc(var(--i)*40ms)}.hx__word--heavy{background:linear-gradient(90deg,#fff 0% 20%,#f05a00 45%,#ff8c35 55%,#fff 80% 100%) 0 0/250%;-webkit-text-fill-color:#0000;-webkit-background-clip:text;font-weight:900;animation:4s linear infinite hxShimmer;position:relative}.hx__word--heavy .hx__word-bar{background:var(--primary);transform-origin:0;border-radius:2px;width:120px;height:4px;animation:.8s cubic-bezier(.76,0,.24,1) 1.2s forwards hxBarReveal;position:absolute;bottom:4px;left:0;transform:scaleX(0)}.hx__word--outline{cursor:default;font-weight:900}.hx__word--outline .hx__letter{-webkit-text-stroke:1.8px #ffffff73;color:#0000;animation:3s ease-in-out infinite hxLetterWave;animation-delay:calc(var(--i)*.14s)}.hx__letter{transition:color .25s,text-shadow .25s;transition-delay:calc(var(--i)*25ms);display:inline-block}.hx__desc{color:var(--text-body);max-width:520px;margin-bottom:18px;font-size:15px;font-weight:400;line-height:1.6}.hx__stats-grid{grid-template-columns:1fr 1fr;gap:10px;width:100%;max-width:500px;margin-bottom:20px;display:grid}@media (max-width:480px){.hx__stats-grid{grid-template-columns:1fr}}.hx__stat-card{-webkit-backdrop-filter:blur(8px);transition:var(--transition-slow);background:#ffffff12;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;display:flex}.hx__stat-card:hover{background:#ffffff1a;border-color:#f05a0066;transform:translateY(-2px);box-shadow:0 8px 24px #f05a001a}.hx__stat-icon{width:28px;height:28px;color:var(--primary);background:#f05a0026;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hx__stat-info{flex-direction:column;display:flex}.hx__stat-val{color:var(--text-heading);font-size:18px;font-weight:800;line-height:1.2}.hx__stat-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:600}.hx__ctas{flex-wrap:wrap;gap:12px;margin-bottom:0;display:flex}.hx__btn{cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.hx__btn .hx__btn-arrow{transition:transform .3s cubic-bezier(.16,1,.3,1)}.hx__btn:hover .hx__btn-arrow{transform:translate(4px)}.hx__btn--primary{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 14px #f05a0026}.hx__btn--primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-3px);box-shadow:0 10px 28px #f05a0052}.hx__btn--outline{color:var(--text-heading);-webkit-backdrop-filter:blur(8px);background:#ffffff0f;border-color:#ffffff24}.hx__btn--outline:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 10px 28px #0000004d}.hx__logos-row{border-top:1px solid #ffffff1a;flex-direction:column;gap:14px;width:100%;margin-top:24px;padding-top:20px;display:flex}.hx__logos-title{color:var(--primary);letter-spacing:.28em;text-transform:uppercase;align-items:center;gap:12px;font-size:10px;font-weight:800;display:flex}.hx__logos-title:before{content:"";background:var(--primary);border-radius:2px;flex-shrink:0;width:24px;height:2px}.hx__logos-title:after{content:"";background:linear-gradient(90deg,#f05a004d,#0000);flex:1;height:1px}.hx__marquee{width:100%;max-width:100%;position:relative;overflow:hidden}.hx__marquee:before,.hx__marquee:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.hx__marquee:before{background:linear-gradient(to right, var(--bg-white) 0%, transparent 100%);left:0}.hx__marquee:after{background:linear-gradient(to left, var(--bg-white) 0%, transparent 100%);right:0}.hx__marquee-track{align-items:center;gap:0;width:max-content;animation:30s linear infinite hxMarquee;display:flex}.hx__marquee-track:hover{animation-play-state:paused}.hx__logo-wrapper{cursor:default;opacity:.85;background:#f05a0014;border:1px solid #f05a0033;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;margin:0 8px;padding:16px 32px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.hx__logo-wrapper:hover{opacity:1;background:#f05a002e;border-color:#f05a0099;transform:translateY(-3px)scale(1.06);box-shadow:0 0 28px #f05a004d,inset 0 0 16px #f05a0014}.hx__logo-wrapper img{display:block}.hx__right{-webkit-backdrop-filter:blur(4px);background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;width:100%;height:420px;position:relative;overflow:hidden;box-shadow:inset 0 0 40px #f05a0008,0 20px 50px #0006}@media (max-width:991px){.hx__right{height:360px}}@media (max-width:575px){.hx__right{height:280px}}.hx__scroll{z-index:5;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}@media (max-width:991px){.hx__scroll{display:none}}.hx__scroll-line{background:linear-gradient(to bottom, var(--primary), transparent);width:1.5px;height:50px;margin:0 auto;animation:2.2s cubic-bezier(.76,0,.24,1) infinite hxScrollLine}.hx-anim{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards hxSlideUp;transform:translateY(18px)}.hx-anim--0{animation-delay:.1s}.hx-anim--1{animation-delay:.22s}.hx-anim--2{animation-delay:.35s}.hx-anim--3{animation-delay:.48s}.hx-anim--4{animation-delay:.65s}.hx-anim--5{animation-delay:.78s}.hx-anim--6{animation-delay:.9s}.hx-anim--7{animation-delay:1.02s}@keyframes hxSlideUp{to{opacity:1;transform:translateY(0)}}@keyframes hxBarReveal{to{transform:scaleX(1)}}@keyframes hxShimmer{0%{background-position:150%}to{background-position:-50%}}@keyframes hxMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes hxLetterWave{0%,to{color:#0000;-webkit-text-stroke:1.8px #ffffff73;text-shadow:none}35%,65%{color:#f05a00;-webkit-text-stroke:0px #0000;text-shadow:0 0 24px #f05a008c}}@keyframes hxPulse{0%,to{transform:scale(1);box-shadow:0 0 #f05a0066}50%{transform:scale(1.2);box-shadow:0 0 0 5px #f05a0000}}@keyframes hxScrollLine{0%{transform-origin:top;opacity:1;transform:scaleY(0)}50%{transform-origin:top;opacity:1;transform:scaleY(1)}to{transform-origin:bottom;opacity:0;transform:scaleY(1)}}.nav{z-index:200;-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border-bottom:1px solid #0000;height:68px;transition:border-color .3s,box-shadow .3s,transform .35s,background .3s;position:fixed;top:0;left:0;right:0}.nav--scrolled{background:#fffffff5;border-color:#00000012;box-shadow:0 1px 20px #ffffff0f}.nav--hidden{transform:translateY(-100%)}.nav__inner{justify-content:space-between;align-items:center;gap:24px;height:68px;display:flex}.nav__logo{flex-shrink:0;align-items:center;transition:opacity .2s;display:flex}.nav__logo:hover{opacity:.8}.nav__links{flex:1;justify-content:center;align-items:center;gap:2px;display:flex}.nav__link{color:#ffffff8c;white-space:nowrap;border-radius:8px;align-items:center;gap:4px;padding:7px 14px;font-size:14px;font-weight:500;transition:color .2s,background .2s;display:inline-flex;position:relative}.nav__link:after{content:"";background:var(--primary);transform-origin:0;border-radius:1px;height:2px;transition:transform .25s;position:absolute;bottom:2px;left:14px;right:14px;transform:scaleX(0)}.nav__link:hover{color:#fff;background:#ffffff0a}.nav__link.active{color:#fff;font-weight:700}.nav__link.active:after{transform:scaleX(1)}.nav__link--btn{cursor:pointer;background:0 0;border:none;font-family:inherit}.nav__link--btn.active:after{transform:scaleX(1)}.nav__item--drop{position:relative}.nav__item--drop .nav__chevron{opacity:.5;transition:transform .25s}.nav__item--drop.open .nav__chevron{opacity:1;transform:rotate(180deg)}.nav__drop{z-index:300;background:#ffffff14;border:1px solid #ffffff14;border-radius:14px;min-width:280px;padding:8px;animation:.2s cubic-bezier(.34,1.56,.64,1) navDropIn;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 8px 40px #0000001a,0 2px 8px #ffffff0f}.nav__drop-grid{flex-direction:column;gap:2px;display:flex}.nav__drop-item{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:background .15s;display:flex}.nav__drop-item:hover{background:var(--bg-soft)}.nav__drop-item:hover .nav__drop-arrow{opacity:1;transform:translate(2px)}.nav__drop-item:hover .nav__drop-label{color:var(--primary)}.nav__drop-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);background:var(--primary-light);text-align:center;border-radius:100px;flex-shrink:0;min-width:36px;padding:2px 7px;font-size:10px;font-weight:700}.nav__drop-label{color:#ffffffd9;flex:1;font-size:14px;font-weight:500;transition:color .15s}.nav__drop-arrow{color:var(--text-muted);opacity:0;flex-shrink:0;transition:opacity .15s,transform .15s}.nav__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.nav__cta{background:var(--primary);white-space:nowrap;border-radius:9px;align-items:center;gap:7px;padding:9px 18px;font-size:14px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;color:#fff!important}.nav__cta:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 16px #f05a0047}.nav__cta svg{transition:transform .2s}.nav__cta:hover svg{transform:translate(2px)}.nav__burger{cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;padding:0 10px;transition:border-color .2s,background .2s;display:flex}.nav__burger:hover{border-color:var(--primary);background:var(--primary-light)}.nav__burger span{background:#222;border-radius:1px;height:1.5px;transition:background .2s;display:block}.nav .language-switcher .language_btn{color:#ffffff8c;background:0 0;border:none;border-radius:8px;min-width:auto;height:auto;padding:7px 10px;font-size:13px;font-weight:600;transition:color .2s,background .2s}.nav .language-switcher .language_btn:hover{color:#fff;background:#ffffff0a}.nav .language-switcher .language_btn img{opacity:.5;width:12px;height:auto}.nav .language-switcher .language-dropdown{background:#ffffff14;border:1px solid #ffffff14;border-radius:10px;min-width:80px;margin-top:0;margin-left:0;padding:4px;top:calc(100% + 6px);left:0;right:auto;box-shadow:0 8px 24px #0000001a}.nav .language-switcher .language-dropdown li{color:#ffffff8c;text-align:left;cursor:pointer;border-radius:7px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s,color .15s}.nav .language-switcher .language-dropdown li:hover{background:var(--bg-soft);color:#fff}.nav-mobile{z-index:400;background:#000;flex-direction:column;width:min(320px,85vw);height:100%;padding:0 0 40px;transition:right .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-8px 0 40px #0000001f}.nav-mobile.open{right:0}.nav-mobile__backdrop{z-index:399;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;animation:.25s fadeIn;position:fixed;inset:0}.nav-mobile__top{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;height:68px;padding:0 24px;display:flex}.nav-mobile__close{background:var(--bg-soft);cursor:pointer;color:#ffffffbf;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.nav-mobile__close:hover{background:var(--primary-light);color:var(--primary)}.nav-mobile__links{flex-direction:column;flex:1;gap:2px;padding:16px 16px 0;display:flex;overflow-y:auto}.nav-mobile__link{color:#ffffffbf;border-radius:10px;align-items:center;padding:13px 16px;font-size:16px;font-weight:500;transition:background .15s,color .15s;display:flex}.nav-mobile__link:hover{background:var(--bg-soft);color:#fff}.nav-mobile__link.active{background:var(--primary-light);color:var(--primary);font-weight:700}.nav-mobile__cta{background:var(--primary);border-radius:10px;justify-content:center;align-items:center;gap:8px;margin:16px 16px 0;padding:14px;font-size:15px;font-weight:700;transition:background .2s;display:flex;color:#fff!important}.nav-mobile__cta:hover{background:var(--primary-hover)}.nav-mobile__lang{border-top:1px solid #ffffff0f;margin:16px 16px 0;padding-top:16px}@keyframes navDropIn{0%{opacity:0;transform:translate(-50%)translateY(-8px)scale(.96)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hdr{z-index:999;transition:transform .32s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;padding:0!important}.hdr--hidden{transform:translateY(-100%)}.hdr__wrap{justify-content:space-between;align-items:center;gap:20px;max-width:1200px;height:68px;margin:0 auto;padding:0 32px;display:flex}@media (max-width:1200px){.hdr__wrap{padding:0 24px}}@media (max-width:991px){.hdr__wrap{height:60px;padding:0 20px}}.hdr--scrolled .hdr__wrap:before{opacity:1;box-shadow:0 1px #ffffff0f,0 4px 24px #0000000d}.hdr__wrap:before{content:"";-webkit-backdrop-filter:saturate(180%)blur(20px);height:68px;box-shadow:none;opacity:0;z-index:-1;background:#000000e0;border-bottom:1px solid #ffffff0f;transition:opacity .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}@media (max-width:991px){.hdr__wrap:before{height:60px}}.hdr__wrap:after{content:"";-webkit-backdrop-filter:blur(8px);z-index:-2;background:#000000b3;height:68px;position:fixed;top:0;left:0;right:0}@media (max-width:991px){.hdr__wrap:after{height:60px}}.hdr__logo{opacity:1;flex-shrink:0;align-items:center;transition:opacity .2s;display:flex}.hdr__logo:hover{opacity:.75}.hdr__pill{background:#ffffff0f;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:0;padding:4px;display:flex}.hdr__link{color:#ffffffa6;white-space:nowrap;border-radius:100px;align-items:center;gap:4px;padding:7px 16px;font-size:14px;font-weight:500;transition:color .2s,background .2s;display:inline-flex}.hdr__link:hover{color:#fff;background:#ffffff14}.hdr__link--active{font-weight:700;box-shadow:0 1px 4px #f05a0033,0 0 0 .5px #f05a004d;color:var(--primary)!important;background:#f05a0026!important}.hdr__link--btn{cursor:pointer;background:0 0;border:none;font-family:inherit}.hdr__chevron{opacity:.45;transition:transform .22s,opacity .22s}.hdr__drop-wrap{position:relative}.hdr__drop-wrap.open .hdr__chevron{opacity:.9;transform:rotate(180deg)}.hdr__dropdown{z-index:500;background:#111;border:1px solid #ffffff1a;border-radius:16px;min-width:260px;padding:6px;animation:.18s cubic-bezier(.4,0,.2,1) hdrDropIn;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0009,0 2px 8px #0006}.hdr__dd-item{cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;text-decoration:none;transition:background .15s;display:flex}.hdr__dd-item:hover{background:var(--bg-soft)}.hdr__dd-item:hover .hdr__dd-arrow{opacity:1;transform:translate(1px,-1px)}.hdr__dd-item:hover .hdr__dd-text{color:var(--primary)}.hdr__dd-tag{letter-spacing:.06em;text-transform:uppercase;color:var(--primary);background:var(--primary-light);text-align:center;border-radius:100px;flex-shrink:0;min-width:34px;padding:2px 8px;font-size:10px;font-weight:700}.hdr__dd-text{color:#ffffffbf;flex:1;font-size:14px;font-weight:500;transition:color .15s}.hdr__dd-arrow{color:#ffffff4d;opacity:0;flex-shrink:0;transition:opacity .15s,transform .15s}.hdr__right{flex-shrink:0;align-items:center;gap:6px;display:flex}.hdr__lang .language-switcher{position:relative}.hdr__lang .language_btn{cursor:pointer;color:#fff9!important;background:0 0!important;border:none!important;border-radius:100px!important;align-items:center!important;gap:4px!important;min-width:auto!important;height:auto!important;padding:7px 12px!important;font-size:13px!important;font-weight:600!important;transition:background .2s,color .2s!important;display:flex!important}.hdr__lang .language_btn:hover{color:#fff!important;background:#ffffff14!important}.hdr__lang .language_btn img{opacity:.5;width:10px!important}.hdr__lang .language-dropdown{z-index:500;background:#111;border:1px solid #ffffff1a!important;border-radius:12px!important;min-width:70px!important;margin:0!important;padding:4px!important;position:absolute!important;top:calc(100% + 4px)!important;left:auto!important;right:0!important;box-shadow:0 8px 24px #00000080!important}.hdr__lang .language-dropdown li{cursor:pointer;color:#ffffffb3!important;text-align:left!important;border-radius:8px!important;padding:8px 14px!important;font-size:13px!important;font-weight:600!important;transition:background .15s!important}.hdr__lang .language-dropdown li:hover{color:#fff!important;background:#ffffff14!important}.hdr__cta{background:var(--primary);white-space:nowrap;border-radius:100px;align-items:center;gap:0;padding:9px 22px;font-size:14px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;color:#fff!important}.hdr__cta:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 18px #f05a004d}.hdr__toggle{cursor:pointer;color:#fffc;background:#ffffff14;border:none;border-radius:100px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.hdr__toggle:hover{background:#ffffff24}.hdr-drawer{z-index:1000;background:#000;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0;transform:translate(100%)}.hdr-drawer--open{transform:translate(0)}.hdr-drawer__bg{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:999;background:#00000059;position:fixed;inset:0}.hdr-drawer__top{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex}.hdr-drawer__close{cursor:pointer;color:#ffffffb3;background:#ffffff14;border:none;border-radius:100px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.hdr-drawer__close:hover{background:var(--primary-light);color:var(--primary)}.hdr-drawer__nav{flex-direction:column;flex:1;gap:2px;padding:16px 12px;display:flex;overflow-y:auto}.hdr-drawer__link{color:#ffffffb3;border-radius:12px;align-items:center;padding:13px 16px;font-size:17px;font-weight:500;transition:background .15s,color .15s;display:flex}.hdr-drawer__link:hover{color:#fff;background:#ffffff0f}.hdr-drawer__link.active{background:var(--primary-light);color:var(--primary);font-weight:700}.hdr-drawer__bottom{border-top:1px solid #ffffff0f;flex-direction:column;gap:12px;padding:16px 12px 32px;display:flex}.hdr-drawer__cta{background:var(--primary);text-align:center;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:16px;font-weight:700;transition:background .2s;display:flex;color:#fff!important}.hdr-drawer__cta:hover{background:var(--primary-hover)}@keyframes hdrDropIn{0%{opacity:0;transform:translate(-50%)translateY(-6px)scale(.97)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}
.home .top_section_sub_title{font-size:16px;font-weight:300}.top_section_title{max-width:883px;font-size:56px;font-weight:400}.top_section_title span{background:var(--common-gradient-color);color:var(--text-color);-webkit-background-clip:text;background-clip:text}.top_section_sub_title{margin-top:15px;font-size:16px;font-weight:500}.main_btn{background:var(--common-gradient-color);color:var(--bg-color);border:none;border-radius:100px;padding:10px 40px;font-size:20px;font-weight:700}.title{color:var(--primary-color);font-size:48px;font-weight:var(--title-font-weight);line-height:100%}.sub_title{font-weight:var(--subtitle-font-weight);max-width:855px;margin-top:16px;font-size:30px;line-height:100%}.sub_title_2_div{margin-top:15px}.sub_title_2_div .sub_title_2{font-size:16px;font-weight:500;line-height:100%}
@font-face{font-family:Manrope;src:url(/fonts/manrope/static/Manrope-Bold.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Manrope;src:url(/fonts/manrope/static/Manrope-Medium.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Manrope;src:url(/fonts/manrope/static/Manrope-Light.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:JF Flat;src:url("/fonts/JF Flat Regular.ttf")format("truetype");font-style:normal}body{font-family:Manrope,sans-serif}.jf_font{font-family:JF Flat}.adam_font{font-family:Adam,sans-serif}html[dir=rtl] body{font-family:JF Flat;line-height:normal!important}
