* {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	color: black;
	list-style: none;
	border: none;
}
html {
    scroll-behavior: smooth;
	user-select: none;
}

a {
	text-decoration: none;
	color: black;
}

body {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	overflow-x: hidden;
}

:root {
	--color-primary: #1577EA;
	--color-secondary: #3D8BFF;
	--color-background: #ffffff;
	--color-heading: #000000;
	--color-text: #4C4C4C;
	--color-btn: #2C2C2C;
	--colou_green: #80C45F;
	--color_gray: #999999;
	--color_Light_pink: #E1E1E1;

	--font_extra_small: 10px;
	--font-size-small: 12px;
	--font-size-14: 14px;
	--font-size-16: 16px;
	--font-size-20: 20px;
	--font-size-md: 32px;
	--font-size-lg: 40px;
	--font-size-xl: 48px;

	--radius-sm: 4px;
	--radius-md: 16px;
	--radius-mds: 20px;
	--radius-lg: 24px;
	--radius-xl: 32px;
	--radius-xxl: 48px;

	--font-weight-sm: 400;
	--font-weight-md: 600;
	--font-weight-lg: 700;

	--shadow-card: 0 2px 24px 0 rgba(80, 143, 180, 0.10);
	border-radius: 24px;
	--border: 2px solid rgba(232, 232, 232, 0.80);
}


.heading_Extra_big {
	font-size: var(--font-size-xl);
	font-weight: var(--font-weight-lg);
}

.relative {
	position: relative;
}


.radius_32 {
	border-radius: var(--radius-xl);
}

.absolute {
	position: absolute;
	top: 350px;
	right: 0px;
}

.content-box {
	width: 310px;
	position: absolute;
}

.content_box_align1 {
	left: -100px;
	top: 90px;
	text-align: right;
}

.content_box_align1 .sec_2_icon {
	margin-left: 240px;
}

.content_box_align3 .sec_2_icon {
	margin-left: 240px;
}

.content_box_align2 {
	right: -100px;
	top: 90px;
}

.content_box_align3 {
	left: -100px;
	top: 300px;
	text-align: right;
}

.content_box_align4 {
	right: -100px;
	top: 300px;
}
.menu li{
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec_2_icon {
	width: 56px;
	height: 56px;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid #E5E7E9;
	box-shadow: 0 -2px 4px 0 #CFE1FD inset, 0 4px 4px 0 #F6FAFF inset, 0 4px 4px 0 rgba(213, 238, 254, 0.30);
}

.sec_2_icon img {
	width: 24px;
	height: 24px;
}

.heading_Title {
	text-align: center;
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-lg);
}

.heading3 {
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-lg);
}
.menu li{
	position: relative;
}

.menu li::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000000;
	bottom: 0px;
	left: 0;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.4s ease-out;
}
.menu li:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.footer_animation li{
	position: relative;
	width: fit-content;
}
.footer_animation li a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	bottom: -3px;
	left: 0;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.4s ease-out;
}

.footer_animation li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.heading4 {
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-lg);
	line-height: 28px;
	/* 140% */
}

.heading_industry_section {
	color: #999;
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-md);
}

.paragraph_text {
	color: #4C4C4C;
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-sm);
	line-height: 28px;
	display: flex;
	gap: 5px;
	align-items: center;
}

.linear_gradient_grow {
	background: linear-gradient(80deg, rgba(72, 0, 255, 0.121), #fff 50%, #e9f1ff 100%);
	z-index: 2;
}
.linear_gradient_2 {
	background: linear-gradient(rgba(203, 203, 250, 0.336),white,white,white);
	z-index: 2;
}
.linear_gradient_3 {
	background: linear-gradient(white,white,white,rgba(203, 203, 250, 0.395));
	z-index: 2;
}
.Height_70{
height: 90vh;
}

 .mobile_H{
	padding-top: 30px;
} 

.chip_text_blue {
	color: #1577EA;
	font-size: var(--font-size-16);
	font-weight: var(--font-weight-md);
}

.dark_text {
	color: #262525;
	font-weight: 600;
}

.Paragraph_medium {
	color: #4C4C4C;
	font-size: var(--font-size-16);
	font-weight: var(--font-weight-sm);
	line-height: 24px;
}

.paragraph_Small {
	color: #4C4C4C;
	font-size: var(--font-size-14);
	font-weight: var(--font-weight-sm);
	line-height: 20px;
	letter-spacing: -0.28px;
}

.Navlink {
	color: #2C2C2C;
	font-size: var(--font-size-14);
	font-weight: var(--font-weight-sm);
}

.title_extra-small {
	color: #9798AA;
	font-size: var(--font-size-small);
	font-style: normal;
	font-weight: var(--font-weight-lg);
	letter-spacing: 2.4px;
}

.para_extra_small {
	color: #4C4C4C;
	font-feature-settings: 'liga' off, 'calt' off;
	font-family: "Plus Jakarta Sans";
	font-size: var(--font-size-small);
	font-style: normal;
	font-weight: var(--font-weight-sm);
	line-height: 20px;
	letter-spacing: -0.24px;
}
.span_color {
	color: var(--color-primary);
}

.left_align {
	text-align: left;

}
.Testomoniyal_card {
	user-select: none;
}

.Blue_Linear_gradient_hero_section_box {
	height: 360px;
	width: 380px;
	border-radius: 16px;
	position: relative;
	background: repeating-linear-gradient(to right,
			#2a6df4 0px,
			#2a6df4 35px,
			#4a8dfc 40px,
			#1e5be0 75px,
			#2a6df4 80px);
			position: relative;
			margin-top: 50px;
			margin-left: 0px;
}

.Service_section_blue_linear_gradient {
	width: 100%;
	height: 460px;
	background: repeating-linear-gradient(to right,
			#2a6df4 0px,
			#2a6df4 35px,
			#4a8dfc 40px,
			#1e5be0 75px,
			#2a6df4 80px);
	border-radius: 24px;
}

.border{
	border: var(--border);
}
.title_sticky{
position: sticky;
 top: 120px;
}
.stycky {
	position: sticky;
    top: 185px;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 65px !important;
}
.sticky_align2{
  top: 200px;
  margin-bottom: 50px !important;
}
.sticky_align3{
top: 215px;
margin-bottom: 35px !important;
}
.sticky_align4{
top: 230px;
margin-bottom: 20px !important;
}
#our_services_h{
	padding-bottom: 50px;
}

.footer_linear_gradient {
    background: rgb(20, 1, 75);	
}

.bg_layer {
	width: 100%;
	min-height: 100vh;
	z-index: 0;
	background: repeating-linear-gradient(0deg,
			transparent,
			rgba(255, 255, 255, 0.084) 2px,
			transparent 44px);
	opacity: 0.55;
}

section {
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.align_img {
	margin-top: -20px;
	padding-bottom: 60px;
}

.container {
	width: 1210px;
	margin: auto;
}

.fill_gap {
	padding-bottom: 100px !important;
}


.Service_btn {
	height: 48px;
	flex-shrink: 0;
	border-radius: 48px;
	border: 1px solid #E9EBEF;
	background: #FFF;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 25px;
	text-align: center;
}

 #blue_animation {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color:#1577EA;
    animation: dot 2s infinite;
}

@keyframes dot {
    0% { box-shadow: 0 0 0 0 rgba(62, 128, 247, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(62, 128, 247, 0); }
    100% { box-shadow: 0 0 0 0 rgba(62, 128, 247, 0); }
}

.Service_btn span {
	color: var(--color-primary);
	font-size: 16px;
	font-weight: 600;
}
/* 
.navbar {
	width: 1210px;
	border: var(--border);
	position: fixed;
	top: -10px;
	z-index: 100;
	backdrop-filter: blur(15px);
	background: #ffffff90;
} */
.Every_field_card .ef_card{
  width: 40px;
  margin: auto;
  margin-bottom: 20px;
}
.Every_field_card h4{
	color: #999;
text-align: center;
font-size: 20px;
font-weight: 600;
}
.sticky2 {
	position: sticky;
	top: 180px;
	margin-bottom: 75px !important;
	height: 400px !important;
}
.sticky3{
position: sticky;
	top: 195px;
	margin-bottom: 60px !important;
}
.sticky4{
	position: sticky;
	top: 210px;
	margin-bottom: 45px !important;
}
.sticky5{
	position: sticky;
	top: 225px;
	margin-bottom: 30px !important;
}
.sticky6{
	position: sticky;
	top: 240px;
	margin-bottom:15px !important;
}
.title_sticky2{
	position: sticky;
	top: 120px;
}
.bg_white {
	background-color: white;
}

.p12 {
	padding: 12px;
}

.p80 {
	padding: 80px 20px;
}

.radius_24 {
	border-radius: 24px;
}

.flex {
	display: flex;
}

.flex_center {
	align-items: center;
	justify-content: center;
}

.space_between {
	justify-content: space-between;
}

.development_sec {
	border-radius: 32px;
	border: 1px solid #E5E7E9;
	background: #FFF;
	margin-bottom: 50px;
	margin-top: 20px;
	box-shadow: 0 -2px 4px 0 #CFE1FD inset, 0 4px 4px 0 #F6FAFF inset, 0 4px 4px 0 rgba(213, 238, 254, 0.30);
}

.flex_direction_col {
	flex-direction: column;
}

.gap32 {
	gap: 32px;
}

.logo {
	width: 170px;
}

.button {
	background-color: var(--color-primary);
	color: white;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 40px;
	width: 232px;
	text-align: center;
}

.button:hover{
	background: #005BC7;
}

.green_check_box {
	width: 24px;
	height: 24px;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn {
	border: 1px solid #E1E1E1;
	background: #FFF;
	color: #999;
	font-size: 16px;
	font-weight: 600;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 40px;
	width: 232px;
	text-align: center;
}
.btn:hover{
	color: var(--color-primary);
	border-color: var(--color-primary);
}
.radius_16 {
	border-radius: 16px;
}

.mt28 {
	margin-top: 28px;
}

.mt12 {
	margin-top: 12px;
}

.gap40 {
	gap: 40px;
}

.gap16 {
	gap: 16px;
}

.mt50 {
	margin-top: 50px;
}

.mb24 {
	margin-bottom: 24px;
}

.w100 {
	width: 100%;
}

.w90 {
	width: 90%;
}

.w80 {
	width: 80%;
}

.w50 {
	width: 50%;
}
.w45{
	width: 45%;
}
.w55{
	width: 55%;
}

.w70 {
	width: 70%;
}

.w40 {
	width: 40%;
}

.w60 {
	width: 60%;
}

.w25 {
	width: 25%;
}

.row {
	width: 100%;
}

.w30 {
	width: 30%;
}

.w20 {
	width: 20%;
}

.mt_16 {
	margin-top: 16px;
}

.mt_24 {
	margin-top: 24px;
}

.align_foooter {
	margin-left: 129px;
}

.space_evenly {
	justify-content: space-evenly;
}

.paragraph_small {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.footer_links {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
}

.icons {
	margin-top: 16px;
}

.icons img {
	height: 24px;
	width: 24px;
	margin-right: 15px;
}

.m_auto {
	margin: auto;
}

.p48 {
	padding: 48px;
}

.center {
	text-align: center;
}

.p24 {
	padding: 24px;
}
.p20{
	padding: 20px;
}

.border_top {
	border-top: 1px solid rgba(69, 68, 68, 0.305);
}

.btn_shadow {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.Development_card_layer img {
	width: 230px;
}

.Development_card_layer {
	background: repeating-linear-gradient(to right, rgb(250, 218, 136) 0px, rgb(244, 224, 172) 35px, rgb(250, 218, 136) 40px, rgb(244, 224, 172) 75px, rgb(250, 218, 136) 80px);
	width: 550px;
	height: 304px;
}

.Development_card_layer2 {
	background: repeating-linear-gradient(to right, rgb(173, 206, 245) 0px, rgb(189, 217, 249) 35px, rgb(173, 206, 245) 40px, rgb(189, 217, 249) 75px, rgb(173, 206, 245) 80px);
}

.Development_card_layer3 {
	    background: repeating-linear-gradient(to right, rgb(201, 230, 240) 0px, rgb(172, 220, 247) 35px, rgb(201, 230, 240) 40px, rgb(172, 220, 247) 75px, rgb(201, 230, 240) 80px);
}

.Development_card_layer4 {
	    background: repeating-linear-gradient(to right, rgb(173, 206, 245) 0px, rgb(189, 217, 249) 35px, rgb(173, 206, 245) 40px, rgb(189, 217, 249) 75px, rgb(173, 206, 245) 80px);
}

.Development_card_layer5 {
	background: repeating-linear-gradient(to right, rgb(205, 181, 237) 0px, rgb(225, 207, 248) 35px, rgb(205, 181, 237) 40px, rgb(225, 207, 248) 75px, rgb(205, 181, 237) 80px);
}

.development_sec .heading_Title {
	text-align: left !important;
}
.parent {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}

.clients_div {
	width: 100%;
	height: 292px;
	border-radius: 32px;
	border: 1px solid #E5E7E9;
	background: #FFF;
	box-shadow: 0 -2px 4px 0 #CFE1FD inset, 0 4px 4px 0 #F6FAFF inset, 0 4px 4px 0 rgba(213, 238, 254, 0.30);
	padding: 32px;
}

.div1 {
	grid-column: span 2 / span 2;
}

.div2 {
	grid-column: span 2 / span 2;
	grid-column-start: 3;
}

.div3 {
	grid-column: span 2 / span 2;
	grid-column-start: 5;
}

.div4 {
	grid-column: span 3 / span 3;
	grid-row-start: 2;
	width: 100%;
}

.div5 {
	grid-column: span 3 / span 3;
	grid-column-start: 4;
	grid-row-start: 2;
	width: 100%;
}

.client_icon {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	border-radius: 16px;
	border: 1px solid #E5E7E9;
	background: radial-gradient(#1577EA, #E5E7E9);
}

.client_icon img {
	width: 32px;
	height: 32px;
}

.client_icon2 {
	background: radial-gradient(#A542F1, #FFFFFF);
}

.client_icon3 {
	background: radial-gradient(#EE5622, #FFFFFF);
}

.client_icon4 {
	background: radial-gradient(#E0041E, #E5E7E9);
}

.client_icon5 {
	background: radial-gradient(#E904A4, #E5E7E9);
}

.div1 {
	background: linear-gradient(105deg, rgba(1, 47, 253, 0.073) 0%, rgb(255, 255, 255) 99%);
}

.div2 {
	background: linear-gradient(105deg, rgba(50, 14, 227, 0.073) 0%, rgb(255, 255, 255) 99%);
}

.div3 {
	background: linear-gradient(105deg, rgba(227, 142, 14, 0.073) 0%, rgb(255, 255, 255) 99%);
}

.div4 {
	background: linear-gradient(105deg, rgba(210, 5, 5, 0.073) 0%, rgb(255, 255, 255) 99%);
}

.div5 {
	background: linear-gradient(105deg, rgba(227, 14, 138, 0.073) 0%, rgb(255, 255, 255) 99%);
}


.parent2 {
	display: flex;
	align-items: center;
	gap: 8px;
}

.Service_box {
	display: flex;
	flex-direction: column;
	width: 376px;
	min-height: 340px;
	flex-shrink: 0;
	border-radius: 32px;
	border: 1px solid #E5E7E9;
	background: #FFF;
	gap: 20px;
	padding: 32px;
	box-shadow: 0 -2px 4px 0 #CFE1FD inset, 0 4px 4px 0 #F6FAFF inset, 0 4px 4px 0 rgba(213, 238, 254, 0.30);
}

.icon_service {
	border-radius: 8px;
	border: 1px solid #E5E7E9;
	background: #FFF;
	padding: 12px;
	width: 56px;
	height: 56px;
}

.icon_service img {
	height: 32px;
	width: 32px;
}

.Leadership_layer {
	height: 250px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: repeating-linear-gradient(to right, #ADCEF5 0px, #bdd9f9 35px, #ADCEF5 40px, #bdd9f9 75px, #ADCEF5 80px);
	border-radius: 15px;
}

.Leadership_layer img {
	height: 100%;
}

.leader_info {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	border: 1px solid #E9EBEF;
	background: #FFF;
	width: 204px;
	height: 40px;
	flex-shrink: 0;
	padding: 10px;
}

.leader_info img {
	width: 14px;
}


.cta-container {
	position: relative;
	width: 100%;
	height: 432px;
	overflow: hidden;
	border-radius: 2rem;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
}

.cta-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
		background: repeating-linear-gradient(to right,
			#2a6df4 0px,
			#2a6df4 35px,
			#4a8dfc 40px,
			#1e5be0 75px,
			#2a6df4 80px);

}


.cta-background .C1_backimg2 {
	position: absolute;
	bottom: -61px;
	left: -150px;
	width: 346.41px;
	transform: rotate(90deg);
	transform: scaleX(-1);
}

.cta-background .C1_backimg3 {
	position: absolute;
	top: -33px;
	left: 0px;
	width: 460.43px;
	transform: rotate(90deg);
	transform: scaleX(-1);
}

.cta-background .C1_backimg4 {
	position: absolute;
	top: -33px;
	right: 0px;
	width: 460.43px;
}

.cta-background .C1_backimg1 {
	position: absolute;
	bottom: -61px;
	right: -150px;
	width: 346.41px;
}


.cta-title {
	margin-bottom: 1rem;
	z-index: 1;
	color: white;
}

.cta-description {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	max-width: 650px;
	z-index: 1;
	margin: 0px auto 48px auto;
}

.cta-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 1;
}

.cta-button {
	padding: 0.75rem 1.5rem;
	border-radius: 0.5rem;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	cursor: pointer;
}

.cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-white {
	background-color: #ffffff;
	color: #9b9da0;
	border: 1px solid #ffffff;
	width: 260px;
	border-radius: 13px;
}
.btn-white:hover{
	color: var(--color-primary);
	border: var(--color-primary);
}

.btn-black {
	background-color: #1a202c;
	color: #ffffff;
	border: 1px solid #1a202c;
	width: 260px;
	border-radius: 13px;
}
.btn-black:hover{
	background: white;
	color: black;
}
.profetinal_box {
	display: flex;
	width: 50%;
	gap: 20px;
	border-radius: 32px;
	border: 1px solid #D8E5F7;
	background: #FFF;
	padding: 64px 48px;
	box-shadow: 0 -2px 4px 0 #CFE1FD inset, 0 4px 4px 0 #F6FAFF inset, 0 4px 4px 0 rgba(213, 238, 254, 0.30);
}

.btn_style {
	width: 180px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 8px;
	border: 1px solid #85C4D7;
}

.btn_style2 {
	color: #181E28;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	background-color: white;
	font-weight: 700;
}


.ab {
	border-radius: 16px;
	border: 1px solid #D8E5F7;
	background: #FFF;
	box-shadow: 4px 12px 24px 0 rgba(141, 185, 243, 0.40);
	width: 219px;
	height: 87px;
	flex-shrink: 0;
	top: 300px;
	right: 400px;
}

.ab span {
	color: #96A0B0;
	font-family: "Satoshi Variable";
	font-size: 23.688px;
	font-weight: 900;
}


.Testimonial .Testimonial_container .card_swiper_ div {
	gap: 40px;
}


.card h5 {
	color: #62677F;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	width: 100%;
	margin: 30px 0px;
}


.swiper {
	width: 100%;
	padding: 50px 0px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
}

.swiper-slide img {
	display: block;
	object-fit: cover;
}

.Testomoniyal_card {
	max-width: 276px;
	max-height: 350px;
	flex-shrink: 0;
	border-radius: 16px;
	border: 1px solid #D8E5F7;
	background: #FFF;
	padding: 24px;
	text-align: left;
	box-shadow: 0 -2px 4px 0 #CFE1FD inset, 0 4px 4px 0 #F6FAFF inset, 0 4px 4px 0 rgba(213, 238, 254, 0.30);
}

.Every_field_card {
width: 272px;
height: 145px;
	flex-shrink: 0;
	border: 1px solid #D8E5F7;
	background: #FFF;
	padding: 24px;
	text-align: left;
	border-radius: 32px;
	box-shadow: 0 -2px 4px 0 #CFE1FD inset, 0 4px 4px 0 #F6FAFF inset, 0 4px 4px 0 rgba(213, 238, 254, 0.30);
}

.Testomoniyal_card.odd {
	margin-top: 70px;
}

.Testomoniyal_card img {
	height: 40px;
	width: 40px;
	margin: 10px 0px;
}

.Testomoniyal_card p {
	color: #62677F;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: 39px 0px 27px 0px;

}


.Testomoniyal_card .span {
	color: #A6A9B7;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}


.container_with_full_width {
	width: 100%;
}

#w16 {
	width: 16px;
}

.d1_container {
	margin: 0 auto;
	text-align: center;
}
.d1_d1_tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2rem;
	margin-bottom: 2.5rem;
}

.d1_tab {
	position: relative;
	padding: 10px 20px;
	font-size: 1rem;
	font-weight: 500;
	color: #6b7280;
	transition: color 0.2s ease-in-out;
	white-space: nowrap;
	border-radius: 8px;
    border: 1px solid #E9EBEF;
}
.d1_tab-content {
	animation: fadeIn 0.4s ease-in-out;
}

.logo-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4rem;
	flex-wrap: wrap;
	margin: auto;
}


.logo-grid img {
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.logo-grid img:hover {
	transform: scale(1.1);
}

.box_grid_box_ {
	width: 227px;
	height: 130px;
	box-shadow: 0 -2px 4px 0 #CFE1FD inset, 0 4px 4px 0 #F6FAFF inset, 0 4px 4px 0 rgba(213, 238, 254, 0.30);
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	padding: 20px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


._section {

	margin: 0;
	padding: 0;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(235, 245, 255, 1) 0%, rgba(220, 235, 255, 1) 100%);
	position: relative;

}

._section .p {
	margin-top: 98px;
}

.background-streaks::before,
.background-streaks::after {
	content: '';
	position: absolute;
	top: 0;
	width: 50px;

	background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.8;
	z-index: -1;
}
.none{
	display: none;
}
.background-streaks::before {
	left: 10%;
	transform: skewX(-15deg);
}

.background-streaks::after {
	right: 15%;
	transform: skewX(15deg);
}


.left-panel {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-right: 1.5rem;
}

.list-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
	font-size: 0.9rem;
	color: #555;
}

.list-item svg {
	color: #10b981;
	flex-shrink: 0;
}

.phone-graphic-container {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.phone-graphic {
	width: 100%;
	max-width: 300px;
}

.right-panel {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.right-panel form input {
	height: 50px;
	min-height: 50px;
	padding: 13.5px 13px;
	border-radius: 8px;
	border: 1px solid #E1E1E1;
	background: rgba(5, 5, 5, 0.02);
	margin: 16px 0px;
}


.form-groupx {
	display: flex;
	flex-direction: column;
	margin-top: 36px;
}

.form-groupx textarea {
	margin-top: 36px;
}

form button {
	margin-top: 36px;
}

.form-label {
	font-size: 18px;
	font-weight: 700;
	color: #0A0A0A;
	margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #d1d5db;
	border-radius: 0.5rem;
	font-size: 0.9rem;
	color: #1f2937;
	outline: none;
	transition: border-color 0.2s ease;

}

.form-textarea {
	display: flex;
	min-height: 105px;
	padding: 9px 13px 70.3px 13px;

	border-radius: 8px;
	border: 1px solid #CCC;
	background: rgba(5, 5, 5, 0.02);
}

.form-input:focus,
.form-textarea:focus {
	border-color: #3b82f6;
}

.form-textarea {


	resize: vertical;
}

.inline-fields {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}


.card-image4 {
	width: 500px;
	border-radius: 32px;
	padding: 50px;

	background: repeating-linear-gradient(to right, #ADCEF5 0px, #bdd9f9 35px, #ADCEF5 40px, #bdd9f9 75px, #ADCEF5 80px);
}

.card-image4 img {
	width: 200px;
}

.budget-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
	margin-top: 0.5rem;
}


.budget-option {
	position: relative;
	cursor: pointer;
	text-align: center;
}

.budget-option input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.budget-label {
	display: block;
	padding: 0.75rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #4b5563;
	background-color: #f9fafb;
	transition: all 0.2s ease-in-out;
}

.budget-option input:checked+.budget-label {
	background-color: #e0f2fe;
	border-color: #3b82f6;
	color: #1a237e;
}

.budget-option:hover .budget-label {
	background-color: #f3f4f6;
}

.inline-fields {
	flex-direction: row;
}


.inline-fields .form-group {
	flex: 1;
}


.df p {
	color: #4C4C4C;
	text-align: left;
	font-size: var(--font-size-sm);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
	display: flex;
	gap: 10px;
	margin-top: 20px;

}
.contact-section {
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.new_layer {
	background-image: linear-gradient(90deg,white, rgba(234, 36, 234, 0.171),rgba(234, 36, 234, 0.171), rgba(0, 44, 146, 0.094)50%);
}

.contact-section .bg-blue {
	background: repeating-linear-gradient(90deg,
			transparent,
			rgba(177, 177, 247, 0.128) 2px,
			transparent 44px);
	width: 100%;
}


.content-container {
	position: relative;
	z-index: 10;
	width: 100%;
	color: #000000;
}

.connect-btn {
	display: inline-flex;
	align-items: center;
	background-color: #fff;
	color: var(#3E80F7);
	gap: 8px;
	padding: 10px 20px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	transition: transform 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.connect-btn:hover {
	transform: translateY(-3px);
}

.email-links-container {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 40px;
}

.email-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.email-box p {
	margin: 0 0 10px 0;
	font-weight: 400;
	font-size: 1.1rem;
	color: #6e6c6c;
}

.email-box a {
	color: var(--color-btn);
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 700;
	position: relative;
	padding-bottom: 2px;
	cursor: pointer;
}

.map-bg {
	width: 100%;
}
.bg-blur {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: repeating-linear-gradient(0deg,
			transparent,
			white 4px,
			transparent 44px);
	opacity: 0.25;
}
.bg-blur2 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 35%;
	z-index: -1;
	background: repeating-linear-gradient(0deg,
			transparent,
			white 4px,
			transparent 44px);
	opacity: 0.25;
}
.bg-blur3{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
		background: repeating-linear-gradient(90deg,
			transparent,
			rgba(254, 105, 217, 0.059) 4px,
			transparent 54px);
}

.email-box a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #3D8BFF;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s ease-out;
}

.email-box a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.map-marker-container {
	position: absolute;
	top: 55%;
	left: 65%;

}
@media (min-width:1700px) {
	.desktop_height_full{
	height: 100vh;
}

}
.sec_2_Height{
	padding-bottom: 200px;
}

@keyframes dotPulse {
	0% {
		box-shadow: 0 0 0 0 rgba(62, 128, 247, 0.7);
	}

	70% {
		box-shadow: 0 0 0 15px rgba(62, 128, 247, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(62, 128, 247, 0);
	}
}


.map_image {
	width: 100%;
}

.phone-link {
	display: flex;
	align-items: center;
	color: #4f4e4e;
	text-decoration: none;
	font-weight: 600;
	margin-top: 15px;
}

.boxmap {
	width: 242px;
	height: 220px;
	flex-shrink: 0;
	border-radius: 16px;
	border: 1px solid #E5E7E9;
	background: #FFF;
	padding: 20px;
	position: absolute;
	right: 450px;
	bottom: 200px;
	box-shadow: 0 -2px 4px 0 #CFE1FD inset, 0 4px 4px 0 #F6FAFF inset, 0 4px 4px 0 rgba(213, 238, 254, 0.30);
}

.boxmap h3 {
	color: #1577EA;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.boxmap p {
	color: #4C4C4C;
	font-size: 16px;
	margin: 15px 0px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.boxmap button {
	color: #4C4C4C;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.32px;
	display: flex;
	width: 100%;
	padding: 8px 9px;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid #E1E1E1;
	background: #FFF;
}

.boxmap img {
	width: 25px;
}
button, a{
	cursor: pointer;
}

.process-section{
	padding-bottom: 500px !important;
}
	
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	width: 100%;
    background-color: #25328A;
	position: fixed;
	top: 0;
	z-index: 999;
}

.logo-wrapper {
    perspective: 1000px;
}

.loader_logo {
    width: 200px;
    height: 200px;
    animation: flip 2s infinite;
}

@keyframes flip {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
.pl-20{
	padding-left: 15px !important;
}

.section_3_section_3_tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px !important;
	margin-top: 20px ;
  }

  .section_3_tab {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    color: var(--color-btn);
    position: relative;
  }

  .section_3_tab.active {
    color: var(--color-primary);
    font-weight: 600;
  }

  .section_3_tab.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--color-primary);
  }

  .section_3_tab-content {
    display: none;
  }

  .section_3_tab-content.active {
    display: block;
  }
/* section 2 animation makra here */

  /* Common Path Animation */
  .line-animation {
    stroke-dasharray: 8 6;             /* dashed style */
    stroke-dashoffset: 0;              /* start */
    animation: dash-move 2s linear infinite;
    transition: opacity 0.3s ease;
  }

  /* Keyframe for infinite moving dashes */
  @keyframes dash-move {
    0% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: -100; }  /* offset move to create motion */
  }

  /* Hover logic */
svg .line-animation:hover {
    opacity: 0.4; /* sab ki opacity kam ho jayegi */
  }
    .Sec_2{
    position: relative;
    width: 300px;
    height: 300px;
    margin: auto;
	margin-top: 90px;
  }
  svg{
	width: 300px;
  }
  .animation{
      animation: Sec_2_animation 2s infinite;
      height: 90px;
      width: 90px;
      border-radius: 50%;
      border: 2px solid var(--color-primary);
      position: absolute;
      left: 50%;
      top: 20%;
      transform: translate(-50%);
      background: white;
  }

  .line-animation {
  transition: opacity 0.3s ease;
}

/* default: all visible */
.line-animation.dimmed {
  opacity: 0.4;
}


@keyframes Sec_2_animation {
    0% { box-shadow: 0 0 0 0 var(--color-primary) }
    70% { box-shadow: 0 0 0 20px rgba(62, 128, 247, 0); }
    100% { box-shadow: 0 0 0 0 rgba(62, 128, 247, 0); }
}
.animation img{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
}

@media (max-width:1280px) {
	.sec_2_Height{
	height: 145vh;
}
		:root {
		--font_extra_small: 10px;
		--font-size-small: 11px;
		--font-size-14: 13px;
		--font-size-16: 15px;
		--font-size-20: 18px;
		--font-size-md: 28px;
		--font-size-lg: 35px;
		--font-size-xl: 42px;
	}
  .mt_24{
	margin-top: 20px;
  }

	.container {
		width: 100%;
		padding: 30px !important;
	}
	 .p80{
		padding: 40px 15px;
	 }
	.desktop_height_full{
		height: auto;
	}

	.heading_Extra_big {
		margin-top: 60px !important;
	}
	.home-hero_right-content{
		margin-top: 20px;
	}


	/* .navbar {
		width: 100%;
		margin-top: 0px !important;
		border-radius: 0px;
		left: 0px;
		top: 0px;
		padding: 15px 20px;
	} */
	/* header{
		padding: 20px;
	} */

	.content_box_align1 {
		left: -160px;
		top: 80px;
		text-align: right;
	}

	.content_box_align2 {
		right: -160px;
		top: 80px;
	}

	.content_box_align3 {
		left: -160px;
		top: 300px;
		text-align: right;
	}

	.content_box_align4 {
		right: -160px;
		top: 300px;
	}

	.logo-grid {
		gap: 20px;
		flex-wrap: wrap;
	}

	.box_grid_box_ {
		width: 210px;
		height: 130px;
	}

	.set_img {
		width: 650px;
	}

	.profetinal_box {
		right: 130px;
		top: 260px;
		width: 420px;
	}

	.ab {
		top: 230px;
		left: 450px;
	}

	.parent2 {
		/* flex-wrap: wrap; */
		gap: 28px;
	}

	.align_foooter {
		margin-left: 50px;
	}
	.Service_section_blue_linear_gradient {
	width: 100%;
	height: 380px !important;
}

.Blue_Linear_gradient_hero_section_box{
	width: 330px;
	height: 300px;
}

.stycky {
	height: 430px;
}
.Service_section_blue_linear_gradient{
	width: 100%;
	height: fit-content;
	padding: 15px;
	align-items: center;
	justify-content: center;
}
	.carousel-avatar{
		bottom: 50px !important;
	}

}

@media (max-width:1150px) {
	.container {
		padding: 30px 10px;
	}


	.content_box_align3 {
		top: 280px;
	}

	.content_box_align4 {
		top: 280px;
	}

	.Development_card_layer {
		width: 450px;
	}

	.profetinal_box {
		right: -10px;
	}

	.gap40 {
		gap: 30px;
	}

	.heading_Extra_big {
		margin-top: 80px !important;
	}
	.hero_option {
		flex-direction: column !important;
		width: 100% !important;
		gap: 12px
	}

	.loader_logo {
    width: 150px;
    height: 150px;
}

	.w30 {
		width: 100%;
		margin-left: 40px;
	}

	.w20 {
		width: 20%;
	}

	.w25 {
		width: 30%;
	}

	.footer_res {
		align-items: start;
		justify-self: start;
		flex-wrap: wrap;
		width: 100%;
	}

	.align_foooter {
		margin-left: 0px;
		margin-top: 30px;
	}
	 .mobile_H{
	padding-top: 0px;
} 
	.Service_section_blue_linear_gradient {
		width: 480px;
		height: 360px;
	}
	.carousel-avatar{
		bottom: 20px !important;
	}

}

@media (max-width:1050px) {

	/* .navbar {
		padding: 20px;
	} */
	.w45, .w55{
	width: 100%;
}
	.container {
		width: 100%;
		padding: 20px;
	}
		.carousel-avatar{
		bottom: -40px !important;
	}

.mt50{
	margin-top: 30px !important;
}

	.row {
		flex-direction: column;
	}

	.w50 {
		width: 100%;
	}

	.w60 {
		width: 100%;
	}

	.w40 {
		width: 100%;
	}

	.w30 {
		width: 100%;
		margin-left: 0px;
	}

	footer {
		padding: 40px 0px 10px 0px;
	}

	.heading_Extra_big {
		margin-top: 100px !important;
	}

	.mobile_Right_fix {
		gap: 40px;
	}
	.development_sec {
		width: 100%;
		margin: auto;
		flex-direction: row;
	}
	#none {
		display: none;
	}

	.profetinal_box {
		position: relative;
		top: -60px;
		margin: auto;
		width: 85%;

	}

	.ab {
		position: relative;
		top: -420px;
		left: 0px;
		margin: auto;
	}

	.set_img {
		width: 80%;
		margin: auto;
		position: relative;
		left: 50%;
		transform: translate(-50%);
	}

 .home-hero_right-content{
	height: 550px;
	left: 50%;
	transform: translate(-50%);
 }
 .stycky .row{
    flex-direction: row;
 }
 	.stycky {
	height: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Service_section_blue_linear_gradient{
	height: 100% ;
	width: 100% ;
}

}

@media (max-width: 1024px) {
	.parent {
		grid-template-columns: repeat(4, 1fr);
		gap: 16px;
	}

	.div1 {
		grid-column: span 4;
	}

	.div2 {
		grid-column: span 2;
	}

	.div3 {
		grid-column: span 6;
	}

	/* Row 2 */
	.div4 {
		grid-column: span 2;
	}

	.div5 {
		grid-column: 1 / -1;
	}

	/* Row 3: full width */


	.content_box_align1 {
		left: -100px;
		top: 0px;
		text-align: right;
	}

	.content_box_align2 {
		right: -100px;
		top: 10px;
	}

	.content_box_align3 {
		left: -100px;
		top: 390px;
		text-align: right;
	}

	.content_box_align4 {
		right: -100px;
		top: 390px;
	}

	.Fix_in_mobile {
		padding: 50px 0px 240px 0px;
	}

	.align_img {
		width: 300px;
		margin-top: 50px;
	}

.Blue_Linear_gradient_hero_section_box {
			margin-top: 250px;		
}

	.carousel-images{
		top: -200px !important;
	}
	    .svg{
	margin-top: 120px;
  }
  
    .Sec_2{
    width: 250px;
    height: 250px;
	margin-top: 85px;
  }
  svg{
	width: 250px;
  }
  .animation{
      height: 70px;
      width: 70px;
      top: 27%;
  }

.sec_2_Height{
	height: fit-content;
}

}


.desktop_none {
	display: none;
}

@media (max-width:900px) {
	.parent {
		grid-template-columns: repeat(1, 2fr);
		gap: 16px;
		margin: auto;
		justify-items: center;
		/* child ko horizontal center karega */
		align-items: center;
	}
	
	.section_3_tab{
		font-size: 15px;
	}
	.Development_card_layer{
		width: 100%;
	}
	.Development_card_layer img{
		width: 180px;
	}

	.div1 {
		grid-column: span 6;
	}

	/* Row 1 */
	.div2 {
		grid-column: span 6;
	}

	.div3 {
		grid-column: span 6;
	}

	/* Row 2 */
	.div4 {
		grid-column: span 2;
	}

	.div5 {
		grid-column: 4 / -1;
		}

	/* Row 3: full width */

	.ab {
		top: -450px;
	}

	.p48 {
		padding: 30px;
	}


}

.hamburger{
	display: none;
}
@media (max-width:830px) {


	/* .navbar{
		left: 0px;
		right: 0px;
		top: 0px;
		border-radius: 0px;
		width: 100% !important;
		margin-top: 0px !important;
	}
	header{
		margin: 0;
		padding: 0;
	} */


	.menu {
		position: absolute;
		top: 74px;
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		padding:0;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);

		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		transition: all 0.3s ease;
		z-index: 10;
		height: 0px;

	}
	.pl-20{
	padding-left: 0px !important;
}

	.menu li a {
		font-size: 18px !important;
		transform: scale(0);
	}
		.menu.active li a {
		transform: scale(1);
	}

	.menu.active {
		overflow: visible;
        height: auto;
        opacity: 1;
        visibility: visible;
        background-color: #ffffffbd;
        padding: 50px 0px;
        backdrop-filter: blur(31px);
	}

	.mobile_none {
		display: none;
	}

	.desktop_none {
		display: block;
		width: 100%;
	}

	#hamburger {
		display: block;
		width: 40px;
		height: 50px;
		display: flex;
		flex-direction: column;
		gap: 6px;
		cursor: pointer;
		align-items: center;
        justify-content: center;
	}

	#hamburger span {
		width: 25px;
		height: 3px;
		background-color: black;
		border-radius: 3px;
	}

	.content-box {
		width: 200px;
	}

	.content_box_align1 {
		left: 20px;
		top: 0px;
		text-align: right;
	}

	.content_box_align2 {
		right: 20px;
		top: 10px;
	}

	.content_box_align3 {
		left: 20px;
		top: 390px;
		text-align: right;
	}

	.content_box_align4 {
		right: 20px;
		top: 390px;
	}

	.content_box_align1 .sec_2_icon,
	.content_box_align3 .sec_2_icon {
		margin-left: 140px;
	}

	.align_img {
		margin-top: 80px;
	}


	.boxmap {
		position: static;
		margin-top: 30px !important;
		margin: auto;
		width: 85%;
	}

	.boxmap button {
		width: 200px;
	}


	.w70 {
		width: 100%;
	}
	    .svg{
	margin-top: 100px;
  }
  
    .Sec_2{
    width: 250px;
    height: 250px;
	margin-top: 100px;
  }
  svg{
	width: 250px;
  }
  .animation{
      height: 70px;
      width: 70px;
      top: 27%;
  }
}
.con{
	margin-top: 80px !important;
}
@media (max-width:769px) {
		#direction_change {
		flex-direction: column-reverse !important;
	}
	  .stycky {
	height: 700px;
	display: flex;
	align-items: start;
	justify-content: start;
}
.Service_section_blue_linear_gradient{
	height:300px !important;
	width:450px ;
} 
 .stycky .row{
    flex-direction: column !important;
 }
}


.btn_desktop_none{
	display: none;
}

@media (max-width:600px) {
	.p80{
		padding: 40px 0px!important;
	}
	.title_sticky2{
	top: 70px;  
}
  .title_sticky{
 top: 80px;
}
.btn_left{
	align-self: flex-start
}

.stycky {
    top: 145px;
}
.sticky_align2{
  top: 160px;
}
.sticky_align3{
top: 175px;
}
.sticky_align4{
top: 190px;
}
	:root {
		--font_extra_small: 10px;
		--font-size-small: 11px;
		--font-size-14: 13px;
		--font-size-16: 14px;
		--font-size-20: 16px;
		--font-size-md: 22px;
		--font-size-lg: 28px;
		--font-size-xl: 36px;
	}
	.loader_logo {
    width: 100px;
    height: 100px;
}
	.development_sec {
		padding: 20px !important;
		flex-direction: column;
		height: 470px !important;
	}
	
	.Fix_in_mobile {
		padding: 50px 0px 240px 0px;
	}

	.Development_card_layer {
		width: 350px;
	}

	.Service_section_blue_linear_gradient {
		width: 400px;
		height: 250px !important;
	}

	.Development_card_layer img {
		width: 150px !important;
	}
			.carousel-avatar{
		bottom: 20px !important;
	}

	.inline-fields {
		flex-direction: column;
		width: 100%;
		gap: 5px;
	}

	.d1_d1_tabs {
		gap: 15px;
	}
	.avatar-item img{
		width: 50px;
		height: 50px;
	}

	.Development_card_layer {
		height: 200px;
		width: 100%;
	}

	.mt50 {
		margin-top: 25px;
	}
	  	.sec_2_Height{
	height: fit-content;
}

	.heading_Title {
		margin-top: 10px;
	}

	.mt_24 {
		margin-top: 14px;
	}
	.container {
		padding: 20px 15px;
	}

	.Blue_Linear_gradient_hero_section_box {
		width: 280px;
		height: 260px;
	}

	.content_box_align1 .sec_2_icon {
		margin-left: 100px;
	}

	.content_box_align3 .sec_2_icon {
		margin-left: 100px;
	}
	.hero_btn {
		flex-direction: column;
	}

	.hero_btn button {
		width: 100% !important;
	}

	.content-box {
		width: 160px;
	}
	
.P-left-right15{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.pb50{
	padding-top: 0px;
}
	.content_box_align1 {
		left: -10px;
		top: -20px;
		text-align: right;
	}

	.content_box_align2 {
		right: -10px;
		top: -20px;
	}

	.content_box_align3 {
		left: -10px;
		top: 360px;
		text-align: right;
	}

	.content_box_align4 {
		right: -10px;
		top: 360px;
	}
/* 
	.align_img {
		width: 200px;
		top: 230px !important;
		padding-top: 60px;
	} */

	.parent {
		display: flex;
		flex-direction: row;
	width: 100%;
	  gap: 20px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  cursor: grab;
	}
	.div1 , .div2 , .div3 , .div4, .div5{
		width: 350px !important;
		min-width: 330px !important;
	}


.parent::-webkit-scrollbar {
  display: none; /* scrollbar hide */
}

	.box_grid_box_ {
		width: 130px;
		height: 80px;
	}

	.box_grid_box_ img {
		width: 100%;
	}

	.set_img {
		width: 95%;
	}

	.profetinal_box {
		width: 90%;
		left: 0;
		top: -25px;
		padding: 20px;
		height: auto;
	}
	.form-label {
	font-size: 16px;
}

	.ab {
		top: -370px;
		padding: 20px;
		height: 60px;
		width: 200px;
	}

	.btn_style {
		width: 140px;
	}

	.btn_style2 {
		font-size: 12.5px;
	}

	.hero_btn .button {
		width: 100% !important;
	}

	.email-links-container {
		flex-direction: column;
		gap: 20px;
	}

	.cta-background .C1_backimg1 {
		position: absolute;
		bottom: -41px;
		right: -70px;
		width: 186px;

	}
.cta-background .C1_backimg2 {
		position: absolute;
		bottom: -41px;
		left: -70px;
		width: 186px;
		transform: rotate(90deg);
		transform: scaleX(-1);
	}

	.C1_backimg3 {
		width: 200px !important;
	}

	.C1_backimg4 {
		width: 200px !important;
	}

	.swiper-slide {
		width: 80% !important;
		margin-right: -10px;
	}

	.logo {
		width: 140px;
	}

	.btn {
		padding: 10px 25px;
		width: 180px;
	}
  .cta-buttons{
    flex-direction: column;
  }
  .ts2_tabs{
    gap: 15px;
    padding: 0;
  }
  .ts2_grid{
    gap: 20px;
  }
  .ts2_card img{
    width: 50px;
  }

  .p80{
	padding: 30px 0px !important;
  }
  .container{
	padding: 25px 15px !important;
  }
  .gap32{
	gap: 16px;
  }
  .mt50{
	margin-top: 25px !important;
  }
  .gap40{
	gap: 20px;
  }
  	  .stycky {
	height: 600px;
	display: flex;
	align-items: start;
	justify-content: start;
}
.Service_section_blue_linear_gradient{
	height:260px;
	width:400px ;
} 
	.heading_Extra_big {
		margin-top: 80px !important;
	}
	.title_sticky2{
		top: 120px;
	}
	.btn_mobile_none{
		display: none;
	}
	.btn_desktop_none{
		display: block;
	}
}

.p-top{
	padding-top: 30px !important;
}

@media (max-width:450px) {

	.section_3_tab{
		padding: 7px 15px;
	}
	:root {
		--font_extra_small: 9px;
		--font-size-small: 10px;
		--font-size-14: 12px;
		--font-size-16: 14px;
		--font-size-20: 15px;
		--font-size-md: 20px;
		--font-size-lg: 27px;
		--font-size-xl: 34px;
	}

	.container {
		padding: 40px 15px;
	}

	.Service_section_blue_linear_gradient {
		width: 100%;
		height: 240px;
	}
	  	  .stycky {
	height: 615px !important;
		}

	.content_box_align1,
	.content_box_align3 {
		left: 0px;
	}

	.content_box_align2,
	.content_box_align4 {
		right: 0px;
	}


	    .svg{
	margin-top: 120px;
  }
  
    .Sec_2{
    width: 180px;
    height: 180px;
	margin-top: 95px;
  }
  svg{
	width: 180px;
	margin-top: 10px;
  }
  .animation{
      height: 50px;
      width: 50px;
      top: 50%;
  }

	.Service_box {
		width: 92%;
		padding: 20px;
	}
	.cta-container_inner.flex.flex_center {
		width: 100%;
		padding: 0px;
	}

	.cta-container {
		width: 100%;
		padding: 20px;
	}
	.sec_2_Height{
		height: 115vh;
	}

	.w20,
	.w30,
	.w25 {
		width: 100% !important;
	}
		.stycky {
	height: 760px;
}
.p20{
	padding: 15px;
}
.Blue_Linear_gradient_hero_section_box{
   width: 260px;
   height: 245px;
}

}

@media (max-width:410px) {
	.container {
		padding: 30px 10px;
	}
	.Blue_Linear_gradient_hero_section_box{
   width: 240px;
   height: 225px;
}

	.Service_section_blue_linear_gradient {
		width: 100% !important;
		height: 225px !important;
	}

	.development_sec {
		width: 100%;
	}

	.content-box {
		width: 130px;
	}

	/* .align_img {
		margin-top: 140px;
		width: 150px;
	} */
		.development_sec {
		height: 490px !important;
	}
	.title_sticky2 {
		top: 95px;
	}
		.content_box_align1 .sec_2_icon,
	.content_box_align3 .sec_2_icon {
		margin-left: 70px;
	}

	.wt_footer_slide_item img{
		width: 40px;
	}
	.carousel-avatar{
		bottom: 50px !important;
	}

}


@media (max-width:391px) {

	  	  .stycky {
	height: 630px !important;
}
}

@media (max-width:376px) {
	.sec_2_Height{
		height: 155vh;
	}
}
@media (max-width:361px) {
	.sec_2_Height{
		height: 145vh;
	}
}

.Every_field_section .swiper-wrapper {
	align-items: stretch;
}

.Every_field_section .swiper-slide {
	width: auto;
}

.z_container {
  margin: 0 auto;
  text-align: center;
}

.logo-grid2 .box_grid_box_{
  width: 150px;
  height: auto;
  background: transparent;
  border: none;
  box-shadow: none;
}



.z_tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.z_tab {
  position: relative;
  padding: 0.75rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
}

.z_tab.active {
  color: #111827;
  font-weight: 600;
}

.z_tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background-color: #111827;
  border-radius: 2px;
}

.z_tab-content {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.z_tab-content.active {
  display: block;
}


/* Nafis Css */
  .home-hero_right-content{ width:100%;
 position:relative; 
    aspect-ratio: 1 / 1.3; ; }

  /* ===== PANEL ===== */
  /* .avatar-carousel{
    position:relative; overflow:hidden;
    aspect-ratio: 1 / 1.3; ;
  } */

  /* ===== IMAGES (center big) ===== */
  .carousel-images,.carousel-avatar{ position:absolute; inset:0; left: 50%; transform: translate(-50%);  }
  .carousel-item{ inset:0; opacity:0; transition:opacity .6s ease; }
  .carousel-item.active{ opacity:1; }
  .carousel-item-image{
 height:112.5%; object-fit:cover; display:block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
  }

  /* ===== ORBIT ICONS ===== */
  .carousel-avatar{ pointer-events:none; } /* drag/scroll disable */
  .avatar-item{
    position:absolute; left:50%; bottom:0%;
    transform:translate(-50%, 50%);
    transition: transform 1s cubic-bezier(.22,.61,.36,1), 
                opacity .5s ease, filter .5s ease;
    opacity:.25; filter: blur(.2px);
    will-change: transform, opacity, filter;
	cursor: pointer;
  }
  .avatar-item img{
    width:72px; height:72px; border-radius:22px;
    background:#fff;  display:block;
	padding: 10px;
    box-shadow:0 10px 26px rgba(16,24,40,.12);
    border:1px solid #E7EEF9;
  }
  /* active (center) */
  .avatar-item.active img{
    border:2px solid #3A7BFF;
    box-shadow:0 22px 48px rgba(58,123,255,.35);
  }

  /* a down arrow (optional) */
  .slider_arrow-wrapper{
    position:absolute; left:50%; transform:translateX(-50%);
    bottom:18px; width:40px; height:40px; display:grid; place-items:center;
    pointer-events:none;
  }
  .slider_arrow-icon{ animation: bob 1.2s ease-in-out infinite; opacity:.9; }
  .slider_arrow-icon img{
	width: 15px;
  }
  @keyframes bob{ 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }
.icons img:hover{
	transform: scale(1.2);
	transition: 0.3s;
}
.Service_box:hover{
  transition: 0.5s;
  box-shadow: 3px 5px 10px rgb(186, 186, 186);
}

a.header-btn {
    display: inline-flex;
}

.navbar {
    padding: 12px;
    border-radius: 1.6rem;
}
.liquidGlass-wrapper, .liquidGlass-wrapper > div {
    border-radius: 1.6rem;
}

.liquidGlass-header {
    position: fixed;
    top: 20px;
    z-index: 999;
    width: 100%;
    padding: 0 20px;
    background-color: transparent;
}
  .liquidGlass-wrapper {
  position: relative;
  display: flex;
  font-weight: 600;
  color: black;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(27, 31, 35, 0.08) 0px 0px 0px 2px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
      width: 1210px;
    margin: 0 auto;
       border-radius: 1.6rem;
}

.liquidGlass-effect {
  position: absolute;
  z-index: 0;
  inset: 0;
  backdrop-filter: blur(8px);
  filter: url(#glass-distortion);
  overflow: hidden;
  isolation: isolate;
}

.liquidGlass-tint {
  z-index: 1;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
}

.liquidGlass-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  box-shadow: inset 2px 2px 1px 0 rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.5);
}

.liquidGlass-text {
  z-index: 3;
  font-size: 2rem;
  color: black;
  width: 100%;
}

@media (max-width: 1250px) {
  .liquidGlass-wrapper {
    width: 100%;
   
  }
}
@media (max-width: 830px) {
  .liquidGlass-header {
    padding: 0 !important;
    top: 0 !important;
  }
  .liquidGlass-wrapper{
    border-radius: 0 !important;
	box-shadow: none;
	border-bottom: var(--border)
  }

  .navbar {
    border-radius: 0 !important;
}
.liquidGlass-wrapper, .liquidGlass-wrapper > div {
    border-radius: 0 !important
}
  
}


.overflow_scroll{
	display: flex;
	width: 100%;
	  gap: 20px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 15px;
}

.overflow_scroll::-webkit-scrollbar {
  display: none; /* scrollbar hide */
}

.overflow_scroll_2{
	display: flex;
	width: 100%;
	  gap: 20px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  cursor: grab;
    padding-bottom: 15px;
}

.overflow_scroll_2::-webkit-scrollbar {
  display: none; /* scrollbar hide */
}
