/* @import url("../fonts/GothamPro/GothamPro.css");
@import url("../fonts/Poppins/Poppins.css"); */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap');
:root {
  --lightPurple:#4D027E;
  --purple:#440071;
  --darkPurple:#3C0164;
  --lightMagenta:#660868;
  --magenta:#720C63;
  --darkMagenta:#5C066B;
  --red:#FF2E44;
  --shades01:#FFFFFF;
  --shades02:#000000;
  --shades03:#ECECEC;
  --shades04:#646464;
  --shades05:#FAFAF8;
  --shades06:#B4B4B4;
  --shades07:#D9D9D9;
  --textColor:#1A1A1A;
  --blue:#167ea3;
  --primary-text: #1a1a1a;
  --secondary-text: #555555;
  --number-outline: #888888;
  --navy-blue: #01062E;
  --text-gray: #4a5568;
  --bg-light: #ECF7FB;
  --border-light: #e2e8f0;
  --secondaryColor:#01062e;
  --lightPurple-rgb:77, 2, 126;
  --purple-rgb:68, 0, 113;
  --darkPurple-rgb:60, 1, 100;
  --lightMagenta-rgb:102, 8, 104;
  --magenta-rgb:114, 12, 99;
  --darkMagenta-rgb:92, 6, 107;
  --red-rgb:255, 46, 68;
  --shades01-rgb:255, 255, 255;
  --shades02-rgb:0, 0, 0;
  --shades03-rgb:236, 236, 236;
  --shades04-rgb:100, 100, 100;
  --shades05-rgb:250, 250, 248;
  --shades06-rgb:180, 180, 180;
  --shades07-rgb:217, 217, 217;
  scroll-behavior:unset;
}

/* ********|| INITIALIZATION START ||******** */
body, html { width: 100%; line-height:18px; margin:0 auto !important;padding:0 !important;font-family: 'Inter Tight', sans-serif; font-weight: 400; -webkit-font-smoothing: subpixel-antialiased;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);font-size: 14px; line-height: 1.2; color: var(--shades02); background:var(--shades01);position: relative; z-index: 0; scroll-behavior: smooth;}
*{transition: all 0s ease;}
*:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}
*,::after,::before{box-sizing: border-box;}
a {color:var(--green01); text-decoration: none;transition: all 0.3s ease;}
a:hover{text-decoration: none;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;transition: all 0.3s ease;}
a:focus{ outline: none;text-decoration: none;}
button{transition: all 0.3s ease;}
p { margin: 0 0 0; }
hr{margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgba(var(--shades04-rgb), 0.2);}
section{position:relative;}
input:focus, label:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}
.scrollbar::-webkit-scrollbar { width: 0.5rem; height: 0.5rem; border-radius: 100vh; transition:all 0.3s ease; }
.scrollbar::-webkit-scrollbar-track { border-radius: 0; background-color: #d6c8dd; border-radius: 100vh; transition:all 0.3s ease; }
.scrollbar::-webkit-scrollbar-thumb { background-color: rgba(var(--purple-rgb), 1); border-radius: 100vh; transition:all 0.3s ease; }
/* ********|| INITIALIZATION END ||******** */

/* ********|| PSEUDO ELEMENTS START ||******** */
::selection{ background-color:var(--purple); color:var(--shades01)}
::-moz-selection{ background-color:var(--purple); color:var(--shades01)}
::-webkit-selection{ background-color:var(--purple); color:var(--shades01)}
:-webkit-focus { outline: none !important; }
:-moz-focus { outline: none !important; }
:focus { outline: none !important; }
select:-webkit-focusring { color: var(--purple) !important;text-shadow: 0 0 0 var(--shades01);}
select:-moz-focusring {color: var(--purple) !important;text-shadow: 0 0 0 var(--shades01);}
select:focusring {color: var(--purple) !important; text-shadow: 0 0 0 var(--shades01);}
::input-placeholder{ color:var(--navy-blue) !important;}
::-moz-input-placeholder{ color:var(--navy-blue) !important;}
::-webkit-input-placeholder{ color:var(--navy-blue) !important;}
/* ********|| PSEUDO ELEMENTS END ||******** */

/* ********|| BOOTSTRAP FIX START ||******** */
@media (min-width: 576px){
	.container{max-width: none;}
	.modal-dialog{max-width: 700px;}
	.modal-sm{max-width: 400px;}
}
@media (min-width: 768px){
	.container{max-width: 740px;}
}
@media (min-width: 992px){
	.container{max-width: 960px;}
}
@media (min-width: 1200px){
	.container{max-width: 1170px;}
}
@media (min-width: 1400px){
	.container{max-width: 1280px;}
}
@media (min-width: 1600px){
	.container{max-width: 1300px;}
}
@media (min-width: 1900px){
	/* .container{max-width: 1600px;} */
}
/* ********|| BOOTSTRAP FIX END ||******** */

/* ********|| CHECKBOX START ||******** */
.checkbox{position: relative;padding: 4px 0 4px 30px;display: inline-block;}
.checkbox .checkbox-input{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0; cursor: pointer;}
.checkbox .checkbox-label{position: relative;margin: 0;line-height: 16px;font-size: 14px; color: var(--shades02);}
.checkbox .checkbox-label:before{content:'';position:absolute;width: 20px;height: 20px;background-color: transparent;border: 1px solid var(--shades03);top: -1px;left: -30px; border-radius: 4px;transition: all 0.3s ease;}
.checkbox .checkbox-label:after{content: "\f00c";position: absolute;font-family: "Font Awesome 6 Pro";width: 20px;height: 20px;top:-1px;left: -30px;font-weight: 500;font-size: 14px; line-height: 1;color: var(--shades01);display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease;}
.checkbox .checkbox-input:checked ~ .checkbox-label:after{opacity: 1; visibility: visible;}
.checkbox .checkbox-input:checked ~ .checkbox-label:before{background-color: var(--red);border: 1px solid var(--red);}
/* ********|| CHECKBOX END ||******** */
/* ********|| RADIO START ||******** */
.radio{position: relative;padding: 4px 0 4px 30px;display: inline-block;}
.radio .radio-input{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0; cursor: pointer;}
.radio .radio-label{position: relative;margin: 0;line-height: 16px;font-size: 14px; color: var(--shades02);}
.radio .radio-label:before{content:'';position:absolute;width: 20px;height: 20px;background-color: transparent;border: 1px solid var(--shades03);top: -1px;left: -30px; border-radius: 50%;transition: all 0.3s ease;}
.radio .radio-label:after{content: '';position: absolute;width: 11px;height: 11px;top: 4px;left: -25px;font-weight: 500;font-size: 14px;line-height: 1;background-color: var(--red);display: flex;align-items: center;justify-content: center;border-radius: 50%;opacity: 0;visibility: hidden;transition: all 0.3s ease;}
.radio .radio-input:checked ~ .radio-label:after{opacity: 1; visibility: visible;}
/* ********|| RADIO END ||******** */

/* ********|| SWITCH START ||******** */
.switch{position: relative;padding:0;display: block;}
.switch .switch-input{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0; cursor: pointer;}
.switch .switch-labels{position: relative;margin: 0;line-height: 16px;font-size: 14px;color: var(--shades02);height: 40px;border-radius: 4px;background-color: var(--shades01);display: flex;align-items: center; z-index: 0;}
.switch .switch-labels span{display: flex;justify-content: center;width: 100%;padding: 0 10px;font-size: 14px;font-weight: 500;color:var(--shades02);transition: all 0.3s ease;}
.switch .switch-labels span+span{color:var(--shades01)}
.switch .switch-labels:after{content: "";position: absolute;transition: all 0.3s ease;top: 4px;left: 4px;width: calc(50% - 8px);height: calc(100% - 8px);background-color: var(--red);border-radius: 4px;z-index: -1;transform: translateX(calc(100% + 4px));}
.switch .switch-input:checked ~ .switch-labels:after{transform: translateX(calc(0% + 4px));}
.switch .switch-input:checked ~ .switch-labels span{color:var(--shades01)}
.switch .switch-input:checked ~ .switch-labels span+span{color:var(--shades02)}
/* ********|| SWITCH END ||******** */

/* ********|| MODAL START ||******** */
.modal .btn-close{background-image: none;padding: 0;width: 32px;height: 32px;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 20px;opacity: 1;position: absolute;top: -16px;right: -16px;background-color: var(--shades01);box-shadow: 0 2px 5px rgba(0,0,0,0.2);}
.modal .modal-content{border: none;box-shadow: 0 2px 20px rgba(var(--shades02-rgb), 0.5);border-radius: 8px;}
/* ********|| MODAL END ||******** */

/* ********|| HEADER START ||******** */
header {padding: 0 0px 0; z-index: 9; position: fixed; width: 100%;}
header .container{padding: 0px 20px;}
.main-header{background: #01062e; box-shadow: -1px 3px 6px -1px rgba(0, 0, 0, 0.1);}
.main-header .container { padding: 0px 20px; display: flex; align-items: center; justify-content: space-between;}
.main-header .logo { width: 195px; height: auto; max-width: inherit; padding: 10px 86px 10px 0; margin: 0; margin-right: 70px; position: relative; z-index: 1;}
.main-header .logo::before{right: 0px; position: absolute; content: ''; z-index: -1; top: 0px; width: auto; bottom: -1px; left: -800px; height: auto; border-radius: 0px; -webkit-transform: skewX(25deg); -moz-transform: skewX(25deg); -ms-transform: skewX(25deg); -o-transform: skewX(25deg); transform: skewX(25deg); background-color: #ebfaff;}
.main-header .logo img { width: 100%; height: 100%; object-fit: cover;}
header .top-header{padding: 20px 0 10px; background: #fff;}
.contact-info { display: flex; gap: 30px; color: var(--textColor); font-size: 14px; line-height: 1.2; font-weight: 700; padding-bottom: 0; justify-content: center;}
.contact-info i{color: #a6a6a6; font-size: 16px; margin-right: 10px;}
.contact-info .phone{border-right: 1px solid #e1e1e1; padding-right: 30px;}
.phone,
.address { margin-bottom: 5px;}
.nav-bar { display: flex; align-items: center; justify-content: end; gap:20px;}
.nav-bar .nav-menus{ display: flex; align-items: center; justify-content: end; background-color:var(--secondaryColor) ; padding: 30px; gap: 25px; font-size: 16px;}
.nav-bar .nav-menus .nav-link{color: #fff; font-weight: 600;}
/* .nav-bar a { margin-right: 20px; text-decoration: none; color: #333; font-size: 16px;} */
.quote-btn {background-color: var(--blue); padding: 14px 26px; border-radius: 30px; color: white!important; font-size: 18px; font-weight: 600; margin-right: 10px;}
.quote-btn span{margin-left: 10px; font-size: 22px;}
.quote-btn:hover { background-color: #0056b3;}
.nav-bar a:hover { color: #007bff;}
.hamburger-menu{font-size: 36px; color: var(--textColor); cursor: pointer; border: 2px solid var(--blue); border-radius: 50px; width: 60px; aspect-ratio: 1/1; display: flex; justify-content: center; align-items: center; display: none;}

header .nav-bar .menu-trigger { width: 30px; height: 30px; margin: auto 0; margin-left: 10px; display: none; flex-direction: column;}
header .nav-bar .menu-trigger span { display: block; width: 100%; height: 4px; background: var(--textColor); margin: auto 0; transition: all 0.3s ease;}
header .nav-bar .menu-trigger.active span:first-child { opacity: 1; transform: rotate(45deg); margin-bottom: -17px;}
header .nav-bar .menu-trigger.active span { opacity: 0; transform-origin: center;}
header .nav-bar .menu-trigger.active span:last-child { opacity: 1; transform: rotate(-45deg); margin-top: -17px;}
.header-banner-wrapper{position: relative; z-index: 1; overflow: hidden;}
.header-banner-wrapper:after {background-image: linear-gradient(45deg, #000000, rgb(179 213 243),transparent); position: absolute; top: 0; width: 58%; height: 100%; content: ""; z-index: -1; filter: blur(5px);
    left: -6px;
}

/* ********|| HEADER END ||******** */

/* ********|| BANNER START ||******** */
/* .header-banner-wrapper{ height: 100vh;} */
.banner-img{position: absolute; top: 0; left: 0; width: 100%; height: auto; object-fit: cover; z-index: -1; overflow: hidden;}
.banner-img img{width: 100%; height: 100%; object-fit: cover;}
.home-banner-sec{padding: 91px 163px 0 134px; overflow: hidden;}
.hero { display: flex; align-items: start; justify-content: space-between; background-size: cover; background-position: center;   color: #1b254b;}
.hero-content { max-width: 786px; text-align: left; width: 70%; padding: 80px 0 193px;}
.hero-content h2{font-size: 30px; font-weight: 700; color: #01062e; margin-bottom: 20px;}
.hero h1 { font-size: 80px; font-weight: 700; margin-bottom: 20px; color: #01062e; line-height: 1.1;}
.hero h1 img{ width: 120px; height: 70px; border-radius: 50px; object-fit: cover;}
.hero p { font-size: 24px; font-weight: 500; margin-bottom: 30px; color: #000; line-height: 1.3; margin-bottom: 30px; max-width: 570px;}
.about-btn { display: inline-flex; align-items: center; background-color: #121c2d; color: #fff; padding: 25px 45px; font-size: 20px; font-weight: 500; border-radius: 5px; text-decoration: none; transition: background-color 0.3s ease;}
.about-btn span{font-size: 26px; margin-left: 20px;}
.about-btn:hover { background-color: #007bff;}
.about-btn .arrow { margin-left: 10px;}
.hero-right{position: relative; width: 42%;}
.hero .hero-img{width: 100%; aspect-ratio: 1/1.4; overflow: hidden; padding-left: 54px;}
.hero .hero-img img{width: 100%; height: 100%; object-fit: cover;}
.client-section { background-color: #fff; padding: 10px; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); border-radius: 10px; width: fit-content; margin: 50px auto; position: absolute; left: -34px; top: 30%; border: 1px dashed #007afd;}
.client-info { display: flex; align-items: center;}
.client-avatars { display: flex; padding-left: 20px;}
.client-avatars img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 3px solid white; box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); margin-left: -20px;}
.client-text { margin-left: 20px; display: flex; flex-direction: column; justify-content: center;}
.client-count { font-size: 25px; font-weight: 600; color: #0078fb;}
.satisfied-text { font-size: 15px; color: #666;}
.scroll-badge-wrapper{position: absolute; top: 30px; left: 0;}
.scroll-badge-arrow { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 4; background-color: transparent; font-size: 36px; color: black;}
.pxl-anchor-link-scroll { width: 194px; height: 194px; border-radius: 100%; position: relative; cursor: pointer; z-index: 1; box-shadow: 0 0 18px rgba(109, 109, 109, 0.13); border-radius: 194px;}
.pxl-anchor-link-scroll:before { content: ''; border: 48px solid #fff; border-radius: 194px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; box-shadow: 0 0 18px rgba
#6d6d6d21(109, 109, 109, 0.13) inset;}
.pxl-anchor-link-scroll .pxl-anchor-icon { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; font-size: 30px;}
.pxl-anchor-link-scroll .pxl-anchor-icon i { transform: rotate(135deg);}
.pxl-anchor-link-scroll .pxl-anchor-text { font-size: 19px; text-transform: uppercase; font-weight: 700; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #01062e; animation: spin 12s linear infinite;}
 @keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.pxl-anchor-link-scroll .pxl-anchor-text svg { position: absolute; top: 50%; left: 50%; overflow: visible; fill: transparent; height: 134px; width: 134px;}
.pxl-anchor-link-scroll .pxl-anchor-text svg.pxl-anchor-svg1 { transform: translate(-50%, -50%) rotate(-120deg);}
.pxl-anchor-link-scroll .pxl-anchor-text svg.pxl-anchor-svg2 { transform: translate(-50%, -50%) rotate(59deg);}
.pxl-anchor-link-scroll .pxl-anchor-text text { fill: #01062e;}
.pxl-anchor-link-scroll .pxl-anchor-dots { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 113px; height: 113px;}

.pxl-anchor-link-scroll .pxl-anchor-dots:before, .pxl-anchor-link-scroll .pxl-anchor-dots:after { content: ''; height: 11px; width: 11px; border-radius: 11px; background-color: #24ACDB; position: absolute;}
.pxl-anchor-link-scroll .pxl-anchor-dots:before { top: 0; left: 0;}
.pxl-anchor-link-scroll .pxl-anchor-dots:after { bottom: 0; right: 0;}
.hero-wrapper{position: relative; z-index: 1;}
.scroll-container { overflow: hidden; width: 104%; position: absolute; bottom: 0; left: -16px; transform: rotate(0deg); z-index: 0;}
.scroll-banner { background: #0046a4; padding: 25px 0; box-shadow: 0 8px 32px rgba(15, 27, 53, 0.35);}
.scroll-content { display: inline-flex; animation: scrollLeft 60s linear infinite; /* Animation to scroll */}
.scroll-item { display: inline-flex; align-items: center; gap: 20px; padding: 0 30px; white-space: nowrap;}
.scroll-item span { font-size: 25px; font-weight: 700; color: #ffffff; letter-spacing: 0.02em;}
.icon { display: inline-flex; align-items: center;}
.icon svg { width: 20px; height: 20px; fill: #c8d8f0;}
.social-icons{ position: absolute; top: 200px; right: -20%;}
.pxl-icon1.icon-vertical { display: inline-flex; flex-direction: column;}
.pxl-icon1 a { color: #000000; width: 49px; height: 49px; font-size: 25px;}
.pxl-icon1 a { position: relative; display: inline-flex; justify-content: center; align-items: center;}
/* ********|| BANNER END ||******** */

/* ********|| TAB SECTION START ||******** */
.tab-section{background-color: #f3f4f9; padding: 165px 0 50px; overflow: hidden;}
.stats-section { display: flex; justify-content: space-between; align-items: center; gap: 20px; background-color: #f1f4f9; padding: 0px 100px 160px;}
.stat-item { text-align: start;}
.stat-number { font-size: 48px; font-weight: 800; color: #01062e;}
.stat-description { font-size: 20px; color: #626262; margin-top: 15px; max-width: 150px;}
.helping-wrapper{display: flex; gap: 50px; align-items: start;}
.helping-wrapper .helping-left{width: 50%;}
.helping-wrapper .helping-right{width: 50%;}
.company-section { background-color: #f8f9fc; padding: 40px 20px; font-family: 'Arial', sans-serif; text-align: center;}
.company-title{display: flex; align-items: start; justify-content: center; gap: 20px; margin-bottom: 20px;}
.company-info h1 { font-size: 48px; font-weight: bold; color: #010101;}
.pxl-heading--shape { min-width: 42px; width: 42px; height: 41px; display: inline-flex; position: relative;}
.pxl-heading--shape:before, .pxl-heading--shape:after { content: ''; width: 31px; height: 31px; position: absolute; border-radius: 0 31px 0 0;}
.pxl-heading--shape:before { bottom: 0; left: 0; background-color: #177fa3;}
.pxl-heading--shape:after { bottom: 10px; left: 11px; background-color: #01062e;}
.company-info p { color: #01062E; font-size: 18px; line-height: 1.6666667; margin: 20px auto;}
.description p { font-size: 18px; color: #7a7a7a; margin-top: 20px; max-width: 800px; margin: 20px auto;}
.progress-bars { margin-top: 40px; max-width: 460px;}
.progress-item { margin-bottom: 28px; text-align: left;}
.progress-item .progress-label { font-size: 14px; color: #010101; font-weight: bold; margin-bottom: 5px; display: block; display: flex; justify-content: space-between;}
.progress { width: 100%; background-color: #ddd; border-radius: 20px; height: 3px;}
.progress-bar { height: 100%; background-color: #3498db; border-radius: 20px;}
.view-project { margin-top: 40px;}
.button { background-color: #1a2a6c; color: white; padding: 12px 30px; font-size: 16px; border-radius: 30px; text-decoration: none; display: inline-flex; align-items: center; transition: background-color 0.3s ease;}
.button:hover { background-color: #3498db;}
.button span { margin-left: 10px; font-size: 18px;}
.tabs .tab-button{ font-size: 18px; font-weight: 700; color: #01062e; padding: 0 20px; position: relative; line-height: 60px; z-index: 1; margin-bottom: 10px; margin-right: 15px; margin-left: 30px; border: 0;  -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms;}
.tabs .tab-button:hover , .tabs .tab-button.active{color: white;}
.pxl-item--shape1 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -2; background-color: #e4e5e9; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms;}
.tab-button:hover .pxl-item--shape1,  .tab-button.active .pxl-item--shape1 { background-color: #177fa3;}
.pxl-item--shape1:before,  .pxl-item--shape1:after { content: ''; border-width: 30px; border-style: solid; position: absolute; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms;}
.pxl-item--shape1:before { top: 0; left: -30px; border-color: #e4e5e9 #e4e5e9 transparent transparent;}
.tab-button:hover .pxl-item--shape1:before,  .tab-button.active .pxl-item--shape1:before { border-color: #177fa3 #177fa3 transparent transparent;}
.pxl-item--shape1 span { border-width: 30px; border-style: solid; border-color: transparent transparent transparent #e4e5e9; position: absolute; top: 0; right: -60px; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms;}
.tab-button:hover .pxl-item--shape1 span,  .tab-button.active .pxl-item--shape1 span { border-color: transparent transparent transparent #177fa3;}
.pxl-item--shape1:after { bottom: 0; left: -30px; border-color: transparent transparent #e4e5e9;}
.tab-button:hover .pxl-item--shape1:after,  .tab-button.active .pxl-item--shape1:after { border-color: transparent transparent #177fa3;}
.pxl-item--shape2{ position: absolute; top: 1px; left: 1px; right: 1px; bottom: 1px; z-index: -1; background-color: #fff;}
.pxl-item--shape2:before, .pxl-item--shape2:after { content: ''; border-width: 29px; border-style: solid; position: absolute;}
.pxl-item--shape2:before { top: 0; left: -28px; border-color: #fff #fff transparent transparent;}
.pxl-item--shape2 span { border-width: 29px; border-style: solid; border-color: transparent transparent transparent #fff; position: absolute; top: 0; right: -58px;}
.pxl-item--shape2:before, .pxl-item--shape2:after { content: ''; border-width: 29px; border-style: solid; position: absolute;}
.pxl-item--shape2:after { bottom: 0; left: -28px; border-color: transparent transparent #fff;}
.tab-button:hover .pxl-item--shape2,  .tab-button.active .pxl-item--shape2 { background-color: #0149aa;}
.tab-button:hover .pxl-item--shape2:before,  .tab-button.active .pxl-item--shape2:before { border-color: #0149aa #0149aa transparent transparent;}
.tab-button:hover .pxl-item--shape2:after,  .tab-button.active .pxl-item--shape2:after { border-color: transparent transparent #0149aa;}
.tab-button:hover .pxl-item--shape2 span,  .tab-button.active .pxl-item--shape2 span { border-color: transparent transparent transparent #0149aa;}
.tab-content{display: none;}
.tab-content.active{display: block;}
.tab-content {max-width: 460px; margin-top: 20px; color: #585858; font-size: 18px; line-height: 1.5;}
.view-project-btn{padding: 16px 46px;}
.helping-right{position: relative;}
.helping-right::after{content: ""; position: absolute; top: -90px; left: 123px; background-color: white; width: 135%; height: 130%; border-radius: 20px}
.helping-right .card-top-wrapper{z-index: 1; position: relative;}
.helping-right .card-bottom-wrapper{z-index: 1; position: relative;}
.helping-right .card-top-wrapper{display: flex; gap: 20px; align-items: self-start;}
.card-top-wrapper .card{border: 0;}
.card-top-wrapper .card-1{width: 40%; height: 400px; overflow: hidden;}
.card-top-wrapper .card-1 img{width: 100%; height: 100%; object-fit: cover;}
.card-top-wrapper .card-2{width: 40%; height: 300px; overflow: hidden;}
.card-top-wrapper .card-2 img{width: 100%; height: 100%; object-fit: cover;}
.card-top-wrapper .card-3{width: 24%; height: 300px; overflow: hidden;}
.card-top-wrapper .card-3 img{width: 100%; height: 100%; object-fit: contain;}
.card-bottom-wrapper{display: flex; gap: 20px; margin-top: -80px; padding-right: 30px;}
.card-bottom-wrapper .text-card { background: #ffffff; padding: 30px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);  max-width: 450px; margin: 0 auto; position: relative; width: 65%; margin-top: 100px;}
.card-bottom-wrapper .desc { font-size: 20px; color: #4f4f4f; font-style: italic; margin-bottom: 20px; line-height: 1.4;}
.card-bottom-wrapper h4 { font-size: 16px; font-weight: bold; color: #1a2a6c;}
.card-bottom-wrapper h4 span { color: #7a7a7a; font-weight: normal;}
/* .card-bottom-wrapper .text-card::before { content: ''; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; background: #e9e9f0; z-index: -1; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);} */
.card-bottom-wrapper .card-4{width: 45%; height: 300px; overflow: hidden;}
.card-bottom-wrapper .card-4 img{width: 100%; height: 100%; object-fit: cover;}
.card-bottom-wrapper .card-5 img{width: 88px; height: 88px; object-fit: cover; position: absolute; top: 0; right: -60px;}
.card-bottom-wrapper .card-spinner img{width: 88px; height: 88px; object-fit: cover; position: absolute; top: 0; left: 38%; animation: spin 2s linear infinite;}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ********|| TAB SECTION END ||******** */


/* ********|| WHY CHOOSE US START ||******** */
.why-choose-us { display: flex; justify-content: space-between; align-items: center; padding: 0px 0px 0 140px; background-color: #060040; position: relative;}
.why-choose-us .content-wrapper { display: flex; justify-content: space-between; width: 100%; gap: 100px;}
.why-choose-us .text-content { max-width: 40%; padding: 100px 0;}
.why-choose-us .why-choose-title-wrpper{display: flex; gap: 20px; align-items: self-start;}
.why-choose-us .choose-ico::after{background-color: white;}
.why-choose-us .text-content h1 { font-size: 44px; font-weight: bold; color: #fff;}
.why-choose-us .choose-des{ display: flex; gap: 20px; align-items: center; font-weight: 700; color: #fff; margin: 20px 0 30px;}
.why-choose-us .text-content h3 { font-size: 24px; color: #fff; font-weight: 700;}
.why-choose-us .text-content .choose-des span { font-size: 48px; line-height: 1; padding-top: 15px;}
.why-choose-us .text-content .choose-paragraph { font-size: 18px; color: #fff; line-height: 1.8; max-width: 500px; margin-bottom: 30px;}
.why-choose-us .text-content ul { list-style: none; padding: 0;}
.why-choose-us .text-content li { font-size: 16px; margin-bottom: 20px; color: #333;}
.why-choose-us .text-content li p{ font-size: 17px; margin-bottom: 20px; color: #fff; line-height: 1.8;}
.why-choose-us .text-content li .list-title { font-size: 20px; margin-bottom: 20px; color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;}
.why-choose-us .text-content li .list-title span{ font-size: 30px;}
.why-choose-us .text-content .checkmark { color: #177fa3; font-size: 18px; margin-right: 10px;}
.why-choose-us .image-container { position: relative; max-width: 51%; overflow: hidden; width: 100%;}
.why-choose-us .image-container img { width: 100%; height: 100%; object-fit: cover;}
.why-choose-us .lightbulb-icon { position: absolute; bottom: 30px; right: -30px; width: 100px; height: 100px; border-radius: 50%; background-color: #177fa3; display: flex; justify-content: center; align-items: center; color: white; font-size: 24px;}
.why-choose-us .scroll-up { position: absolute; bottom: 30px; right: 30px;}
.why-choose-us .scroll-up a { text-decoration: none; font-size: 24px; color: #177fa3; font-weight: bold; background-color: #ffffff; padding: 10px 20px; border-radius: 30px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);}
.why-choose-us .scroll-up a:hover { background-color: #3498db; color: white;}
.why-choose-us .bg-shape { width: 520px; aspect-ratio: 2/2; overflow: hidden; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); animation: topToBottom 4s ease-in-out infinite alternate;}
.why-choose-us .bg-shape img{ width: 100%; height: 100%; object-fit: contain;}

@keyframes topToBottom {
  0% {
    top: 40%;
  }
  50% {
    top: 35%;
  }
  100% {
    top: 40%;
  }
}
/* ********|| WHY CHOOSE US END ||******** */

/* ********|| SUCCESSFULL BUSINESS START ||******** */
.successful-business {
  padding: 110px 0 100px;
  position: relative;
  background: #fff;
  overflow: hidden;
}

/* faint grid texture */
.successful-business::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(79,61,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79,61,255,0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

/* ── HEADER ── */
.sb-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 70px;
}

.sb-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(79,61,255,0.07);
  border: 1px solid rgba(79,61,255,0.22);
  border-radius: 100px;
  padding: 5px 14px 5px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #4f3dff;
  margin-bottom: 18px;
}
.sb-tag span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #4f3dff;
  display: inline-block;
}

.sb-header h1 {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.sb-header h1 span {
  color: #0149aa;
}
.sb-header p {
  font-size: 15px;
  color: #6b7280;
  font-weight: 300;
  line-height: 1.7;
}

/* ── TREE WRAPPER ── */
.tree-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* ── ROOT NODE ── */
.tree-root {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.root-node {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0149aa;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 14px 28px;
  border-radius: 100px;
  box-shadow: 0 8px 30px rgba(79,61,255,0.3);
}

.root-stem {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, #4f3dff, rgba(79,61,255,0.3));
}

/* ── TREE ROWS ── */
.tree-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tree-row {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  width: 100%;
  max-width: 980px;
  position: relative;
  align-items: center;
}

/* ── SPINE SEGMENT ── */
.tree-spine-segment {
  background: linear-gradient(to bottom, rgba(79,61,255,0.35), rgba(79,61,255,0.35));
  width: 2px;
  height: 100%;
  justify-self: center;
  position: relative;
}

/* dot at each branch junction */
.tree-spine-segment::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4f3dff;
  box-shadow: 0 0 0 3px rgba(79,61,255,0.15);
}

/* bottom cap */
.tree-spine-segment.last::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(79,61,255,0.35);
  background: #fff;
}

/* ── BRANCH LINES ── */
.tree-branch {
  display: flex;
  align-items: center;
  padding: 20px 0;
  position: relative;
}
.tree-branch.left { justify-content: flex-end; padding-right: 36px; }
.tree-branch.right { justify-content: flex-start; padding-left: 36px; }

.branch-line {
  position: absolute;
  top: 50%;
  height: 2px;
  background: rgba(79,61,255,0.25);
  transform: translateY(-50%);
  width: 36px;
  width: 61px;
}
.left-line  { right: 0; }
.right-line { left: 0; }

/* ── PROCESS CARD ── */
.process-card {
  background: #f5f5f5;
  border: 1.5px solid #ede9ff;
  border-radius: 16px;
  padding: 26px 26px 20px;
  width: 100%;
  max-width: 400px;
  position: relative;
  transition: border-color .25s, box-shadow .25s, transform .25s;
  margin-right: 15px;
  overflow: hidden;
}

.process-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #4f3dff, rgba(79,61,255,0.3));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.process-card:hover {
  border-color: rgba(79,61,255,0.35);
  box-shadow: 0 12px 40px rgba(79,61,255,0.1);
  transform: translateY(-3px);
}
.process-card:hover::before { transform: scaleX(1); }

/* step number */
.step-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  color: #4f3dff;
  background: rgba(79,61,255,0.08);
  border: 1px solid rgba(79,61,255,0.18);
  border-radius: 100px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 12px;
}

.process-card h3 {
  font-size: 21px;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.35;
  margin-bottom: 21px;
  letter-spacing: -0.01em;
}

.process-card p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
  font-weight: 300;
  margin: 0 0 14px;
}

/* card footer */
.card-footer {
  border-top: 1px solid #f3f0ff;
  padding-top: 12px;
}

.phase-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(79,61,255,0.7);
}
/* ********|| SUCCESSFULL BUSINESS END ||******** */

/* ********|| SOLUTION BUSINESS START ||********** */
.solutions-section .content-left .why-choose-title-wrpper{display: flex; gap: 20px; align-items: self-start;}
.solutions-section .content-left .why-choose-title-wrpper .pxl-heading--shape { min-width: 42px; width: 42px; height: 41px; display: inline-flex; position: relative;}
.solutions-section .content-left .why-choose-title-wrpper h1{ font-size: 48px; font-weight: bold; color: #010101;}
.content-left {padding-left: 143px;}
.services-list {border-left: 1px solid var(--border-light);}
.solutions-section { display: grid; grid-template-columns: 1fr 1.5fr; background-color: var(--bg-light); padding: 110px 0px 94px 5%;}
.brand-icon { width: 30px; height: 30px; background-color: var(--navy-blue); clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%); margin-bottom: 24px;}
.main-title { font-size: 42px; font-weight: 800; color: var(--navy-blue); line-height: 1.1; margin-bottom: 24px;}
.description { color: var(--navy-blue); font-size: 18px; line-height: 1.6; margin: 40px 0; max-width: 92%;}
.more-services-btn { display: inline-flex; align-items: center; gap: 12px; background-color: #007aa7; color: white; text-decoration: none; font-weight: 600; padding: 0px 40px 0px 40px; height: 53px; font-size: 18px; transition: all 0.3s ease; border-radius: 38px;}
.more-services-btn:hover{background-color: #177fa3; }
.more-services-btn:hover .fa-arrow-up-right{transform: rotate(45deg); transition: all 0.3s ease; }
span.arrow-up {font-size: 21px;}
.service-item { display: flex; padding: 30px 75px 30px 45px; border-bottom: 1px solid var(--border-light); align-items: flex-start; transition: background 0.3s ease;}
.service-item:first-child {border-top: 1px solid var(--border-light);}
.service-index { font-weight: 700; font-size: 18px; min-width: 25px; color: #000;}
.service-content { flex: 1; padding: 0 20px; max-width: 326px;}
.service-title { font-size: 22px; font-weight: 700; color: var(--navy-blue); margin-bottom: 8px;}
.service-subtitle { display: block; font-size: 14px; color: #000; margin-bottom: 8px;}
.service-desc { font-size: 16px; color: #545454; line-height: 1.6; max-width: 530px;}
.service-arrow { width: 54px; height: 47px; background: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgb(0 0 0 / 11%); margin-left: auto;}
.service-arrow:hover{ background-color: #000; transition: all 0.3s;}
.service-arrow:hover .fa-arrow-up-right{ transform: rotate(45deg); color: #fff; transition: all 0.3s;}
.service-arrow .fa-arrow-up-right{font-size: 20px;}

.services {
  padding: 80px 56px;
  background: #043d52;
}
 
.services-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 64px;
}

.services-top-left {
  max-width: 520px;
}

.services-label {
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #afafaf;
  border-radius: 40px;
  padding: 7px 0;
  justify-content: center;
  width: 30%;
}

.services-label::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c8f04a;
}

.services-heading {
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.05;
  color: #ffffff;
  text-transform: capitalize;
}

.services-heading span {
  font-weight: 300;
  color: #ffffff;
}

.services-top-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.services-desc {
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.8;
  max-width: 280px;
  text-align: right;
}

.services-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: #007aa7;
  color: #f0ede6;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  border: 1px solid #333;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.services-btn:hover {
  background: #f0ede6;
  color: #0d0d0d;
  border-color: #f0ede6;
}

.services-btn svg {
  width: 12px;
  height: 12px;
}

/* ══════════════════════
    CARD GRID
══════════════════════ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #1a1a1a;
  border-radius: 44px;
  overflow: hidden;
}

/* ── Single card ── */
.services .card {
  background: #008ec2;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: background 0.25s;
  position: relative;
  overflow: hidden;
}

/* Accent top bar — animates in on hover */
.services .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.services .card:hover {
  background: #161616;
}

.card:hover::before {
  transform: scaleX(1);
}

.services .card:hover .card-number {
  color: var(--accent);
}

.card:hover .card-arrow {
  background: var(--accent);
  border-color: var(--accent);
  color: #000;
}

/* Accent color per card */
.card--1 { --accent: #c8f04a; }
.card--2 { --accent: #4af0c8; }
.card--3 { --accent: #f0a84a; }
.card--4 { --accent: #c84af0; }

/* Card internals */
.card-number {
  font-size: 27px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
  transition: color 0.25s;
}

.card-icon {
  width: 65px;
  height: 65px;
  border-radius: 12px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  flex-shrink: 0;
}

.card-icon span{color: #fff; font-size: 25px;}

.card-icon svg {
  width: 32px;
  height: 33px;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #f0ede6;
  line-height: 1.2;
  margin-bottom: 12px;
}

.card-desc { font-size: 18px; font-weight: 300; color: #fff; line-height: 1.75; margin-bottom: 0;}

.card-tag {
  display: inline-block;
  padding: 15px 11px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  background: #1e1e1e;
  color: #fff;
  margin-bottom: 20px;
  width: 31%;
  text-align: center;
}

.card-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
  margin-top: auto;
}

.card-arrow svg {
  width: 13px;
  height: 13px;
}

/* ── Entrance animations ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.services-top {
  opacity: 0;
  animation: fadeUp 0.6s ease forwards 0.05s;
}

.services.card:nth-child(1) { opacity: 0; animation: fadeUp 0.55s ease forwards 0.15s; }
.services .card:nth-child(2) { opacity: 0; animation: fadeUp 0.55s ease forwards 0.25s; }
.services .card:nth-child(3) { opacity: 0; animation: fadeUp 0.55s ease forwards 0.35s; }
.services .card:nth-child(4) { opacity: 0; animation: fadeUp 0.55s ease forwards 0.45s; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .services-top-right {
    align-items: flex-start;
  }

  .services-desc {
    text-align: left;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .services {
    padding: 56px 24px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }
}
/* ********|| SOLUTION BUSINESS END ||*********** */

/* ********|| TESTIMONIAL START ||********** */
.testimonial-section-two { position: relative; padding: 120px 0px 140px; background-position: center center; background-repeat: no-repeat; overflow: hidden;}
.testimonial-section-two_shadow { position: absolute; right: 0px; top: -80px; width: 649px; height: 660px; background-repeat: no-repeat;}
.testimonial-section-two_shadow-two { position: absolute; left: 0px; bottom: 0px; width: 649px; height: 660px; background-repeat: no-repeat;}
.testimonial-section-two .side-image { position: absolute; left: 0px; top: 0px;}
.testimonial-section-two .inner-container { position: relative; padding-left: 30%;}
.testimonials-section{width:100%;max-width:100%; overflow: hidden;}
.testimonials-swiper{overflow: hidden !important;}
.section-header{ display:flex;align-items:flex-end;justify-content:space-between; margin-bottom:42px;gap:20px;flex-wrap:wrap;padding-right: 50px;}
.section-tag{ display:inline-flex;align-items:center;gap:7px; background:rgba(43,89,255,0.08);border:1px solid rgba(43,89,255,0.2); border-radius:100px;padding:5px 14px 5px 10px; font-size:11.5px;font-weight:600;letter-spacing:.07em; color:var(--blue);text-transform:uppercase;margin-bottom:14px;}
.tag-dot{width:6px;height:6px;border-radius:50%;background:var(--blue)}
.section-title{ position: relative; font-weight: 700; line-height: 48px; font-size: 42px; text-transform: capitalize; margin-top: 15px;}
.section-title em { color: #0149aa; font-style: normal;}
.section-sub{font-size:15px;font-weight:300;color:var(--muted);margin-top:8px;max-width:420px;line-height:1.6}
.swiper-nav{display:flex;gap:10px;align-items:center;flex-shrink:0;padding-bottom:4px}
.nav-btn{ width:44px;height:44px;border-radius:50%; border: 1.5px solid #0149aa; background: #0149aa; display:flex;align-items:center;justify-content:center; cursor:pointer;transition:all .22s;flex-shrink:0; box-shadow:0 2px 8px rgba(0,0,0,0.06);}
.nav-btn:hover{background:#4f3dff;border-color:#4f3dff}
.nav-btn:hover svg{stroke:#fff}
.nav-btn svg{width: 27px; height: 27px;stroke:#fff;stroke-width:2;fill:none;transition:stroke .22s}
.nav-btn:active{transform:scale(.95)}
.swiper{overflow:visible !important}
.swiper-wrapper{align-items:stretch}
.testimonial-card{ background:#fff; border: 1.5px solid #E5E7EB; border-radius: 16px; padding:36px 34px 30px; height:100%; display:flex;flex-direction:column;gap:0; transition:box-shadow .3s,border-color .3s,transform .3s; position:relative;overflow:hidden;}
.testimonials-swiper .swiper-slide{height: auto;}
.testimonial-card::before{ content:'';position:absolute;top:0;left:0;right:0;height:3px; background: linear-gradient(90deg, #4f3dff, #0b0072); transform:scaleX(0);transform-origin:left; transition:transform .35s ease;}
.swiper-slide-active .testimonial-card::before,
.testimonial-card:hover::before{transform:scaleX(1)}
.swiper-slide-active .testimonial-card,
.testimonial-card:hover{ box-shadow:0 12px 40px rgba(43,89,255,0.1); border-color:rgba(43,89,255,0.25);}
.stars{display:flex;gap:4px;margin-bottom:16px}
.star{ width:18px;height:18px; background:var(--gold); clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);}
.review-text{ font-size:15px;font-weight:300;color:var(--body); line-height:1.78;flex:1; font-style:italic;}
.review-text span{color:var(--dark);font-weight:400}
.card-divider{ width:100%;height:1px;background:var(--border); margin:22px 0 20px;}
.author{display:flex;align-items:center;gap:14px}
.author-avatar{ width:52px;height:52px;border-radius:50%;flex-shrink:0; background:linear-gradient(135deg,rgba(43,89,255,0.12),rgba(79,117,255,0.2)); border:2.5px solid transparent; background-clip:padding-box; position:relative; display:flex;align-items:center;justify-content:center; font-size:18px;color:var(--blue);font-weight:400; overflow:hidden;}
.author-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.author-avatar::after{ content:'';position:absolute;inset:-2.5px;border-radius:50%; background:linear-gradient(135deg,var(--blue),var(--blue-light)); z-index:-1;}
.author-name{font-size:15px;font-weight:600;color:var(--dark);margin-bottom:2px}
.author-role{font-size:12.5px;font-weight:500;color:var(--blue);letter-spacing:.01em}
.author-company{font-size:12px;color:var(--muted);margin-top:1px;font-weight:300}
.swiper-pagination-fraction-custom{ font-size:12px;color:var(--muted); display:flex;align-items:center;gap:4px; margin-top:28px;}
.current-num{font-weight:600;color:var(--dark);font-size:15px}
.stats-bar { display: flex; align-items: center; justify-content: space-between; background: #0a4c74; border: 1.5px solid #ffff; border-radius: 16px; padding: 20px 30px; margin-top: 32px; flex-wrap: wrap; gap: 16px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04); width: 90%;}
.stat-item{text-align:center;flex:1;min-width:90px}
.stat-num{ font-size:28px; color: #fff; line-height:1; margin-bottom:4px; font-weight: 700;}
.stat-num span{color: #dadada; font-weight: 400;}
.stat-label{font-size: 17px; color: #fff;font-weight:400;letter-spacing:.02em}
.stat-sep{width:1px;height:36px;background: #007cc7;;flex-shrink:0}
/* ********|| TESTIMONIAL END ||********** */

/* ********|| INQUIRIES START ||********** */
.inquiries-section { background-color: #AADBED; min-height: 100vh; padding: 111px 0px 0 0px; font-family: 'Inter', sans-serif; background-size: cover !important; background-position: center !important; background-attachment: fixed !important; position: relative; z-index: 1;}
.inquiries-section .container{max-width: 800px; margin: 0 auto;}
.inquiries-section .why-choose-title-wrpper { display: flex; gap: 20px; align-items: self-start;}
.inquiries-section .pxl-heading--shape { min-width: 42px; width: 42px; height: 41px; display: inline-flex; position: relative;}
.pxl-heading--shape:before { bottom: 0; left: 0; background-color: #177fa3;}
.inquiries-section .choose-ico::after {background-color: white;}
.inquiries-section .why-choose-title-wrpper h1{font-size: 48px; font-weight: bold; color: #010101;}
.sub-heading {font-size: 22px;}
.inquiry-form .form-group input{background-color: #f7f7f7;}
.inquiry-form .form-group textarea{background-color: #f7f7f7;}
.inquiries-section .icon-brand { width: 32px; height: 32px; background-color: #0077B6; clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%); margin-bottom: 15px;}
.inquiries-section .title { font-size: 48px; font-weight: 800; color: var(--text-main); margin: 0;}
.inquiries-section .subtitle { font-size: 20px; color: var(--text-main); margin-top: 10px}
.inquiries-section .form-card { background: white; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); padding: 40px 30px 40px 30px; border-radius: 10px 10px 10px 10px; margin: 29px 0 0; border: 6px solid #ecf7fb;}
.inquiries-section .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}
.inquiries-section input, textarea { width: 100%; background-color: var(--input-bg); border: none; border-radius: 8px; padding: 18px; font-size: 15px; margin-bottom: 15px; box-sizing: border-box; color: #000; border: 1px solid #beeeff;}
.inquiries-section .captcha-mock { display: flex; align-items: center; border: 1px solid #d3d3d3; padding: 10px 15px; width: fit-content; border-radius: 3px; background: #f9f9f9; gap: 10px; font-size: 14px;}
.inquiries-section .submit-btn { width: 100%; background-color: #007aa7; color: white; border: none; padding: 16px 20px; border-radius: 10px; font-size: 16px; font-weight: 700; cursor: pointer; transition: opacity 0.2s; margin: 18px 0 0;}
.inquiries-section .submit-btn:hover {background-color: #0149aa;}
.recaptcha-box { display: flex; align-items: center; justify-content: space-between; width: 300px; height: 74px; background: #f9f9f9; border: 1px solid #d3d3d3; border-radius: 3px; padding: 0 12px;}
.left { display: flex; align-items: center; gap: 14px;}
.checkbox-wrap { position: relative; width: 32px; height: 32px; flex-shrink: 0;}
.checkbox-wrap input[type="checkbox"] { width: 100%; height: 100%; position: absolute; cursor: pointer; z-index: 2; margin: 0;}
.custom-checkbox { position: absolute; inset: 0; border: 2px solid #c1c1c1; background: #fff; border-radius: 2px; transition: border-color 0.15s;}
.checkbox-wrap input:checked ~ .custom-checkbox {border-color: #4a90d9;}
.checkmark { display: none; position: absolute; top: 2px; left: 5px; width: 11px; height: 7px; border-left: 2.5px solid #4a90d9; border-bottom: 2.5px solid #4a90d9; transform: rotate(-45deg);}
.checkbox-wrap input:checked ~ .custom-checkbox .checkmark {display: block;}
.label-text { font-size: 14px; color: #333; user-select: none;}
.right { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; flex-shrink: 0;}
.recaptcha-text { font-size: 8px; color: #555; letter-spacing: 0.05em; text-align: center;}
.recaptcha-links { font-size: 7px; color: #999; text-align: center;}
section.inquiries-section:before { position: absolute; content: ''; left: 0px; top: 0px; right: 0px; bottom: 0px; opacity: 0.92; background-color: #dfdfdf; z-index: -1;}
#loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1000; display: flex; justify-content: center; align-items: center;}
#loader img { width: 200px; height: 200px;} 
.recaptcha-box { width: 100%; margin: 0; padding: 0; border: none; background: transparent;}
/* ********|| INQUIRIES END ||********** */

/* ********|| UPPER FOOTER START ||******** */
.upper-contact-section { display: flex; justify-content: center; align-items: center; padding: 50px 90px; background-color: rgb(1 73 170); position: relative; margin: 80px auto -102px; z-index: 1;}
.upper-contact-section .content-wrapper { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1200px; gap: 40px;}
.upper-contact-section .text-content { color: white; max-width: 50%; position: relative;}
.upper-contact-section .text-content .top-img-1{position: absolute; top: -30px; right: 50px; width: 60px; height:60px}
.upper-contact-section .text-content .top-img-2{position: absolute; bottom: -90px; left: -30px; width: 60px; height:60px}
.upper-contact-section .text-content h2 { font-size: 36px; font-weight: bold; margin-bottom: 20px;}
.upper-contact-section .text-content p { font-size: 18px; margin-bottom: 30px; line-height: 1.8;}
.upper-contact-section .text-content .more-services-btn:hover {background-color: #fff; color: var(--navy-blue);}
.upper-contact-section .contact-btn span { margin-left: 10px; font-size: 20px;}
.upper-contact-section .contact-btn:hover { background-color: #3498db; color: white;}
.image-container { max-width: 45%; position: relative; overflow: hidden;}
.image-container img { width: 100%; height: auto; object-fit: cover;}
/* ********|| UPPER FOOTER END ||******** */

/* ********|| FOOTER START ||******** */
.main-footer { position: relative; padding: 0 0px 0px; background-color: rgb(9 13 27); background-position: center center; background-repeat: no-repeat;}
.main-footer .widgets-section { position: relative; padding-bottom: 50px; padding-top: 168px;}
.main-footer .footer-widget { position: relative; margin-bottom: 30px;}
.main-footer .logo-widget .logo { position: relative; margin-bottom: 25px; width: 170px;}
.main-footer .logo-widget .logo img{width: 100%; height: 100%; object-fit: cover;}
.main-footer .logo-widget .text { position: relative; font-weight: 400; line-height: 1.7em; font-size: 16px; color: #d9d9d9; margin-bottom: 30px;}
.main-footer .logo-widget .about-btn { position: relative; padding: 9px 30px; font-weight: 700; margin-top: 0px; display: inline-block; color: #fff; background: linear-gradient(to top right, rgb(8,150,252) 0%, rgb(18,43,188) 100%);}
.main-footer .footer-widget h4 { font-weight: 700; margin-top: 10px; color: #fff; text-transform: capitalize; margin-bottom: 30px; padding-bottom: 10px; position: relative;}
.main-footer .footer-widget h4:before { position: absolute; content: ''; left: 0px; bottom: 0px; height: 3px; width: 40px; background: linear-gradient(to top right, rgb(8,150,252) 0%, rgb(18,43,188) 100%);}
.main-footer .newsletter-widget .text { position: relative; font-weight: 400; line-height: 1.7em; font-size: var(--font-16); color: rgb(157,157,157); margin-bottom: 30px;}
.main-footer .email-box { position: relative; margin-bottom: 22px;}
.main-footer .email-box .form-group { position: relative; margin: 0px; width: 100%; max-width: 100%;}
.main-footer .email-box .form-group input[type="email"] { position: relative; line-height: 43px; padding: 10px 55px 10px 25px; background-color: rgba(255, 255, 255, 0.05); display: block; font-size: 14px; height: 50px; width: 100%; color: #fff; box-shadow: inherit; border-radius: 0px; border: none; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease;}
.main-footer .email-box .form-group button { position: absolute; right: 0px; top: 0px; height: 50px; width: 64px; display: block; font-size: 16px; color: #fff; cursor: pointer; line-height: 100%; font-weight: normal; text-align: center; border: none; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; background: var(--color-two); background: linear-gradient(to top right, rgb(8,150,252) 0%, rgb(18,43,188) 100%);}
.newsletter-widget .social-box { position: relative; padding: 0;} 
.newsletter-widget .social-box li { position: relative; margin-right: 15px; display: inline-block;}
.newsletter-widget .social-box li a { position: relative; opacity: 0.30; color: #fff; font-size: 16px; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; transition: all 300ms ease; font-family: 'Font Awesome 5 Brands';}
.main-footer .contact-widget .contact-list { position: relative; margin: 0px; padding: 0px;}
.main-footer .contact-widget .contact-list li { position: relative; font-size: 15px; margin-bottom: 15px; padding-left: 30px; line-height: 1.8em; color: #d9d9d9; list-style: none;}
.main-footer .contact-widget .contact-list li .icon { position: absolute; left: 0px; top: 5px; color: #005df7;}
.main-footer .contact-widget .contact-list li:last-child {margin-bottom: 0px;}
.main-footer .contact-widget .timing { position: relative; font-size: 15px; margin-top: 20px; line-height: 1.8em; color: rgb(157,157,157);}
.main-footer .contact-widget .timing strong { position: relative; color: #ffffff; font-weight: 700; display: block; margin-bottom: 10px; text-decoration: underline;}
.quicklinks ul{padding: 0;}
.quicklinks ul li{list-style: none; margin-bottom: 30px;}
.quicklinks ul li a{color: #d9d9d9; font-size: 20px; font-weight: 500; text-transform: capitalize;}
.quicklinks ul li a:hover{color: #fff;}
.main-footer .footer-bottom { position: relative; padding: 18px 0px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.10); display: flex;align-items: center; justify-content: space-between;}
.main-footer .footer-bottom .copyright { position: relative; color: rgb(157,157,157);}
.main-footer .footer-bottom .copyright a {color: #008bf7;}
.bottom-menu { margin: 0; padding: 0; display: flex; align-items: center; gap: 11px;}
.bottom-menu li {list-style: none; font-size: 13px; color: #d9d9d9; font-weight: 500; border-right: 1px solid #fff; padding: 0 11px 0 0;}
.bottom-menu li:last-child {border: none; padding: 0;}
/* ********|| FOOTER END ||******** */

/* ********|| PRIVACY POLICY START ||******** */
.privacy-policy {padding: 160px 0 100px;}
.privacy-policy .why-choose-title-wrpper { display: flex; gap: 20px; align-items: self-start;}
.privacy-policy .pxl-heading--shape { min-width: 42px; width: 42px; height: 41px; display: inline-flex; position: relative;}
.privacy-policy .why-choose-title-wrpper h1 { font-size: 44px; font-weight: bold; color: #010101;}
.privacy-policy p { color: #01062E; font-size: 18px; margin: 20px auto; line-height: 1.6;}
.privacy-policy h2 { text-transform: uppercase; color: #014aac; font-size: 22px; font-weight: 700; margin: 37px 0 24px;}
.privacy-policy h3 { color: #000000; font-size: 18px; font-weight: 700; margin: 37px 0 24px;}
/* ********|| PRIVACY POLICY END ||******** */

/* ********|| RESPONSIVE START ||******** */
@media screen and (max-width: 1600px) {
  .home-banner-sec{padding: 91px 128px 0 128px;}
  .why-choose-us{padding: 0px 0px 0 101px;}
  .content-left {padding-left: 0;}
  .service-content{max-width: 400px;}
  .service-desc{max-width: 350px; margin-right: 50px;}
  .testimonial-section-two .side-image{top: 16%; width: 29%;}
  .testimonial-section-two .side-image img{width: 100%; height: 100%; object-fit: cover;}
}

@media screen and (max-width: 1540px) {
  .content-left {padding-left: 0;}
  .service-content {max-width: 360px;}
  .service-desc{max-width: 320px;}
  .home-banner-sec {padding: 91px 54px 0 119px;}
  .social-icons{right: -4%;}
}

@media screen and (max-width: 1440px) {
  .why-choose-us {padding: 0px 0px 0 92px;}
  .why-choose-us .content-wrapper{gap: 50px;}
  .home-banner-sec {padding: 91px 0 0 119px;}
  .hero h1{font-size: 65px;}
  .hero h1 img{width: 108px; height: 55px;}
  .hero-content{max-width: 740px;}
  .why-choose-us .text-content h1{font-size: 42px;}
  .successful-business .why-choose-title-wrpper h1{font-size: 42px;}
  .solutions-section .content-left .why-choose-title-wrpper h1{font-size: 42px;}
  .inquiries-section .why-choose-title-wrpper h1{font-size: 42px;}
  .company-info h1{font-size: 42px;}
  .social-icons{right: 10px;}
}

@media screen and (max-width: 1400px) {
  
}

@media screen and (max-width: 1366px) {
  .process-container{gap: 35px;}
  .solutions-section{grid-template-columns: 1fr 1.7fr;}
  .home-banner-sec {padding: 91px 0 0 100px;}
  .hero p{color: #000000; text-shadow: 0 0 black; max-width: 473px; font-size: 20px;}
  .client-section{left: -192px;}
}

@media screen and (max-width: 1280px) {
  .home-banner-sec {padding: 91px 0 0 42px;}
  .hero-content {max-width: 685px;}
  .why-choose-us {padding: 0px 0px 0 60px;}
  .upper-contact-section{max-width: 100%;}
}

@media screen and (max-width: 1200px) {
  .hero-content {max-width: 670px;}
  .hero-right{width: 59%;}
}

@media screen and (max-width: 1024px) {
  .solutions-section { grid-template-columns: 1fr; padding: 60px 20px; gap: 50px;}
  .hero h1 {font-size: 21px;}
  .hero h1 img {width: 90px; height: 45px;}
  .hero p{font-size: 12px;}
  .more-services-btn{padding: 0px 50px 0px 50px; height: 61px;}
  .pxl-anchor-link-scroll{width: 194px; height: 194px;}
  .pxl-anchor-link-scroll:before{border: 31px solid #fff; width: 90%; height: 90%;}
  .pxl-anchor-link-scroll .pxl-anchor-icon{width: 76px; height: 69px;}
  .pxl-anchor-link-scroll .pxl-anchor-text{font-size: 17px; width: 90%; height: 90%;}
  .pxl-anchor-link-scroll .pxl-anchor-text svg{height: 134px; width: 134px;}
  .scroll-badge-arrow{top: 0; left: -19px; right: 0; font-size: 27px;}
  .client-section{padding: 10px 10px; margin: 14px auto; left: -54px;}
  .client-avatars{padding-left: 30px;}
  .client-avatars img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; border: none; box-shadow: none; margin-left: -28px;}
  .scroll-banner{padding: 25px 0;}
  .client-count{font-size: 25px;}
  .satisfied-text{font-size: 14px;}
  .company-info h1 {font-size: 30px;}
  .company-info p{font-size: 16px;}
  .tab-content{font-size: 16px;}
  .card-top-wrapper .card-3{display: none;}
  .card-top-wrapper .card-1{width: 50%; height: 100%;}
  .card-top-wrapper .card-2 { width: 50%; height: 130px;}
  .card-bottom-wrapper { display: flex; gap: 0; margin-top: 0; padding-right: 0; flex-direction: column; align-items: start;}
  .card-bottom-wrapper .text-card{width: 100%; margin-top: 13px;}
  .card-bottom-wrapper .card-4{width: 100%; height: 300px; margin: 13px 0 0;}
  .card-spinner {display: none;}
  .why-choose-us {padding: 0px 0px 0 38px;}
  .why-choose-us .text-content h1 {font-size: 30px;}
  .successful-business .why-choose-title-wrpper h1 { font-size: 30px; max-width: 100%;}
  .process-card{max-width: 100%; min-width: 200px; margin-right: 0;}
  .process-title{font-size: 18px;}
  .solutions-section .content-left .why-choose-title-wrpper h1 {font-size: 30px;}
  .why-choose-us .bg-shape{width: 380px;}
  .testimonial-section-two .side-image{display: none;}
  .testimonial-section-two .inner-container{padding-left: 6%;}
  .services-top-left {max-width: 100%;}
  .services-label{width: 16%;}
  .hero-content{width: 45%;}
  .main-header .logo{width: 162px; padding: 11px 86px 11px 0;}
}

@media screen and (max-width: 990px) {
  .process-container { flex-direction: row; gap: 50px; flex-wrap: wrap;}
  .tab-section .container{width: 100%; max-width: 97%;}
  .tabs .tab-button{font-size: 13px; padding: 0 14px; margin-right: 10px; margin-left: 25px;}
  .process-card {width: 50%; max-width: 100%; min-width: 300px;}
  .tree-row {grid-template-columns: 1fr 2px 1fr; grid-template-rows: auto; gap: 0;}
  .tree-branch.left, .tree-branch.right {justify-content: center; padding: 10px 0;}
  .process-card { max-width: 100%; }
  .tree-branch.left { margin-left: 0; padding-left: 0; border-radius: 0;}
  .sb-header { text-align: center; max-width: 100%; margin: 0 auto 32px;}
}

@media screen and (max-width: 990px) and (orientation:landscape){
  
}

@media screen and (max-width: 768px) {
  header .container{padding: 0px 0;}
  .contact-info .phone{padding-right: 0;}
  .stats-section{padding: 0 0 135px;}
  .hero-content h2{font-size: 20px;}
  .home-banner-sec{padding: 91px 0 0 21px;}
  .hero-content{width: 100%; padding-bottom: 105px;}
  .hero-right {width: 50%;}
  .scroll-container{bottom: 0px; left: -16px; transform: rotate(0deg);}
  .scroll-banner {padding: 15px 0;}
  .scroll-item span{font-size: 22px;}
  .client-avatars img{width: 50px; height: 50px;}
  .upper-contact-section {padding: 50px 46px; max-width: 100%;}
  .inquiries-section .container{max-width: 100%; padding: 0 40px;}
  .service-desc {max-width: 250px;}
  header .nav-bar .menu-trigger { display: flex; font-size: 11px; color: #fff; cursor: pointer; border: 2px solid var(--blue); border-radius: 50px; width: 50px; aspect-ratio: 1 / 1; justify-content: center; align-items: center; height: 50px; padding: 11px;}
  header .nav-bar .nav-menus { position: fixed; top: 0; left: 0; width: 300px; height: 100%; background: var(--shades01); z-index: 99; padding: 20px; box-shadow: rgba(0, 0, 0, 0.4) 0 0 50px; transform: translateX(calc(-100% - 60px)); opacity: 0; flex-direction: column; justify-content: flex-start; padding-bottom: 40px; padding-left: 0; transition: all 0.3s ease; padding: 53px 20px; font-size: 18px; align-items: start;}
  header .nav-bar .nav-menus.active { transform: translateX(0); opacity: 1;}
  .nav-bar .nav-menus .nav-link{color: var(--shades02)}
  .nav-backdrop { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.5); z-index: 98; opacity: 0; transition: opacity 0.3s ease;}
  .nav-backdrop.active { display: block; opacity: 1;}
  .card-top-wrapper .card-1 img{height: 130px;}
  .footer-links { margin-top: 0;}
  .why-choose-us .content-wrapper{flex-direction: column; gap: 0;}
  .why-choose-us .text-content { max-width: 100%; padding: 50px;}
  .why-choose-us{padding: 0;}
  .why-choose-us .image-container{max-width: 100%;}
  header{z-index: 9;}
  .contact-info{column-gap: 5px; align-items: center; flex-wrap: wrap; padding: 0 33px; row-gap: 0; margin: 0 0 22px; justify-content: center;}
  header .nav-bar .menu-trigger span{height: 2px; background: #fff;}
  .quote-btn{padding: 9px 26px; font-size: 15px;}
  .quote-btn span{font-size: 17px;}
  .client-section { padding: 10px 10px; margin: 111px auto; left: 0; right: 0;}
  .client-count{font-size: 22px;}
  .satisfied-text {font-size: 12px;}
  .tab-section{padding: 112px 0 50px;}
  .more-services-btn {padding: 0px 32px 0px 32px; height: 52px;}
  .successful-business{padding: 70px 0 92px;}
  .services-label {width: 22%;}
  .card-title{font-size: 17px;}
  .card-desc{font-size: 15px;}
  .card-number{font-size: 21px;}
  .stats-bar{width: 95%;}
  .testimonial-section-two{padding: 70px 0px 68px;}
  .inquiries-section{padding: 70px 0px 0 0px;}
  .stat-label{font-size: 13px;}
  .stat-num{font-size: 20px;}
  .services-heading{font-size: 32px;}
  .section-title{font-weight: 700; line-height: 38px; margin-top: 0px; font-size: 32px;}
  .sb-header h1{font-size: 32px;}
  .process-card h3{font-size: 18px;}
}

@media screen and (max-width: 640px) {
  .inquiries-section .form-grid {grid-template-columns: 1fr;}
  .inquiries-section .title {font-size: 36px;}
  .service-item{flex-direction: column; padding: 24px 14px 24px 31px;}
  .service-content { max-width: 100%; padding: 0; margin: 16px 0 0;}
  .service-desc { max-width: 100%; margin: 0 0 15px;}
  .upper-contact-section .text-content{max-width: 100%;}
  .upper-contact-section{max-width: 100%; padding: 50px 25px;}
  .upper-contact-section .content-wrapper{flex-direction: column;}
  .image-container{max-width: 100%;}
  .upper-contact-section .text-content .top-img-2{bottom: -315px;}
  .inquiries-section .form-grid{gap: 0;}
  .recaptcha-box{width: 100%; margin: 0; padding: 0; border: none;}
  .sub-heading {font-size: 17px;}
  .process-card { width: 100%; max-width: 100%; min-width: 100%;}
  .successful-business .why-choose-title-wrpper h1{font-size: 22px;}
  .solutions-section .content-left .why-choose-title-wrpper h1 {font-size: 22px;}
  .service-title{font-size: 18px;}
  .footer-container{flex-direction: column; max-width: 100%;}
  .footer-left {width: 100%;}
  .footer-center {width: 100%;}
  .footer-right {width: 100%;}
  .footer-center h4{font-size: 22px;}
  .footer-left h4, .footer-center h4, .footer-right h4 {font-size: 22px;}
  .footer-left .footer-left-titles h4{font-size: 22px;}
  .footer-bottom{padding-top: 50px; margin-top: 50px; flex-direction: column; gap: 10px;}
  .footer-bottom p{font-size: 13px;}
  .footer-links a{font-size: 14px;}
  .successful-business{padding: 80px 0px 80px 0px;}
  .successful-business .container{padding: 0 20px;}
  .why-choose-us .text-content{padding: 50px 20px;}
  .why-choose-us .bg-shape{display: none;}
  .why-choose-us .choose-des{flex-direction: column; align-items: start;}
  .helping-left:after { content: ""; position: absolute; top: -90px; right: -16px; background-color: white; width: 37%; height: 207%; border-radius: 20px 0px 0 20px; z-index: -1;}
  .helping-right::after{display: none;}
  .helping-wrapper .helping-left {width: 100%; position: relative; z-index: 1;}
  .helping-wrapper .helping-right {width: 100%;}
  .helping-wrapper{flex-direction: column;}
  .company-info h1 {font-size: 22px;}
  .why-choose-us .text-content h1 {font-size: 22px;}
  .inquiries-section .why-choose-title-wrpper h1{font-size: 22px;}
  .stat-number{font-size: 26px;}
  .stat-description{font-size: 14px;}
  .stat-separator {display: none;}
  .hero{flex-direction: column;}
  .hero-content {width: 100%;}
  .hero-right {width: 100%;}
  .client-section { padding: 10px 10px; margin: 193px auto 0; left: -100px; right: 0;}
  .header-banner-wrapper {position: relative; z-index: 1;}
  .banner-img{height: 100%;}
  .contact-info{margin: 0 0 12px;}
  .contact-info .phone { padding-right: 11px; font-size: 12px;}
  .contact-info .address { font-size: 12px;}
  .contact-info span { font-size: 12px;}
  header{padding: 16px 0px 0;}
  header .nav-bar .menu-trigger{width: 45px; height: 45px; padding: 9px;}
  header .nav-bar .nav-menus{width: 265px;}
  .footer-left a{font-size: 16px;}
  .more-services-btn{padding: 0px 28px 0px 28px; height: 45px; font-size: 15px;}
  .tabs .tab-button{font-size: 12px; margin-right: 7px; margin-left: 26px;}
  .hero-content{padding: 45px 0 93px;}
  .testimonial-card{padding:26px 22px 22px}
  .section-header{flex-direction:column;align-items:flex-start}
  .stats-bar{padding:16px 18px}
  .stat-num{font-size:22px}
  .main-header .logo { width: 100%; padding: 10px 14px;}
  .quote-btn{padding: 9px 0; width: 119px; font-size: 12px; text-align: center;}
  .quote-btn span {font-size: 12px;}
  .tree-row{grid-template-columns: 1fr;}
  .tree-spine-segment{display: none;}
  .root-stem{display: none;}
  .root-node{margin-bottom: 30px;}
  .services-label { width: 40%;}
  .section-title{line-height: 27px; font-size: 22px;}
  .testimonial-section-two .inner-container { padding: 0 6%;}
  .stats-bar {width: 100%;}
  .stat-sep{display: none;}
  .stat-item{min-width: 35%;}
  .main-footer .widgets-section{padding-bottom: 0;}
  .quicklinks ul li a{font-size: 16px;}
  .inquiries-section .container{padding: 0 25px;}
  .scroll-item span{font-size: 17px;}
  .header-banner-wrapper:after { position: absolute; content: ""; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: -1;}
  .hero h1{color: #fff;}
  .hero p{color: #fff;}
  .inquiries-section .form-card{padding: 20px 13px; border: none;}
  .tab-section {padding: 53px 0 50px;}
  .privacy-policy .why-choose-title-wrpper h1{font-size: 30px;}
  .privacy-policy {padding: 91px 16px 100px;}
  .privacy-policy p{font-size: 15px;}
}

@media screen and (max-width: 480px) {
  .inquiries-section .form-grid {grid-template-columns: 1fr;}
  .inquiries-section .title {font-size: 36px;}
  .service-item{flex-direction: column; padding: 24px 14px 24px 31px;}
  .service-content { max-width: 100%; padding: 0; margin: 16px 0 0;}
  .service-desc { max-width: 100%; margin: 0 0 15px;}
  .upper-contact-section .text-content{max-width: 100%;}
  .upper-contact-section{max-width: 100%; padding: 50px 25px;}
  .upper-contact-section .content-wrapper{flex-direction: column;}
  .image-container{max-width: 100%;}
  .upper-contact-section .text-content .top-img-2{bottom: -315px;}
  .inquiries-section .form-grid{gap: 0;}
  .recaptcha-box{width: 100%;}
  .sub-heading {font-size: 17px;}
  .process-card { width: 100%; max-width: 100%; min-width: 100%;}
  .successful-business .why-choose-title-wrpper h1{font-size: 22px;}
  .solutions-section .content-left .why-choose-title-wrpper h1 {font-size: 22px;}
  .service-title{font-size: 18px;}
  .footer-container{flex-direction: column; max-width: 100%;}
  .footer-left {width: 100%;}
  .footer-center {width: 100%;}
  .footer-right {width: 100%;}
  .footer-center h4{font-size: 22px;}
  .footer-left h4, .footer-center h4, .footer-right h4 {font-size: 22px;}
  .footer-left .footer-left-titles h4{font-size: 22px;}
  .footer-bottom{padding-top: 50px; margin-top: 0; flex-direction: column; gap: 10px;}
  .footer-bottom p{font-size: 13px;}
  .footer-links a{font-size: 14px;}
  .successful-business{padding: 80px 0px 80px 0px;}
  .successful-business .container{padding: 0 20px;}
  .why-choose-us .text-content{padding: 50px 20px;}
  .why-choose-us .bg-shape{display: none;}
  .why-choose-us .choose-des{flex-direction: column; align-items: start;}
  .helping-left:after { content: ""; position: absolute; top: -90px; right: -16px; background-color: white; width: 37%; height: 207%; border-radius: 20px 0px 0 20px; z-index: -1;}
  .helping-right::after{display: none;}
  .helping-wrapper .helping-left {width: 100%; position: relative; z-index: 1;}
  .helping-wrapper .helping-right {width: 100%;}
  .helping-wrapper{flex-direction: column;}
  .company-info h1 {font-size: 22px;}
  .why-choose-us .text-content h1 {font-size: 22px;}
  .inquiries-section .why-choose-title-wrpper h1{font-size: 22px;}
  .stat-number{font-size: 26px;}
  .stat-description{font-size: 14px;}
  .stat-separator {display: none;}
  .hero{flex-direction: column;}
  .hero-content {width: 100%;}
  .hero-right {width: 100%;}
  .client-section { padding: 10px 10px; margin: 193px auto 0; left: -100px; right: 0;}
  .header-banner-wrapper {position: relative;}
  .banner-img{height: 100%;}
  .contact-info .phone { padding-right: 11px; font-size: 12px;}
  .contact-info .address { font-size: 12px;}
  .contact-info span { font-size: 12px;}
  header{padding: 0 0px 0;}
}
/* ********|| RESPONSIVE END ||******** */