* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
	color: black;
	list-style: none;
	text-decoration: none;
	border: none;
	line-height: 150%;
}

body{
	overflow-x: hidden;
	transition: 0.5s;
}
html{
		scroll-behavior: smooth;
}
section, div {
  scroll-margin-top: 100px; /* scroll hone par 80px upar gap chhod dega */
}


:root {
	--Primary_Color: #007660;
	--Secondary_Color: #041719;
	--Surface_Color: #F9FAFB;
	--white: #ffffff;
	--black: #000000;

	--extra_large_font: 54px;
	--large_heading: 48px;
	--medium_heading: 36px;
	--medium_2: 24px;

	--very_very_small_paragraph: 7px;
	--very_small_para: 10px;
	--small_paragraph: 12px;
	--small_paragraph2: 14px;
	--regular_paragraph: 16px;
	--large_paragraph: 18px;

	--font-weight_400: 400;
	--font-weight_500: 500;
	--font-weight_600: 600;
	--font-weight_700: 700;

	/* 26,16,10,72,55,40,32,24,14 */
	--line-height72: 72px;
	--line-height55: 55px;
	--line-height40: 40px;
	--line-height32: 32px;
	--line-height24: 24px;
	--line-height26: 26px;
	--line-height16: 16px;
	--line-height14: 14px;
	--line-height10: 10px;
}

body {
	margin: auto;
	width: 100%;
	box-sizing: border-box;
}
header{
	position: fixed;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	z-index: 999;
	top: 0px;
}

section {
	width: 100%;
	margin: auto;
}

.container {
	width: 1280px;
	margin: auto;
}

a,
button {
	cursor: pointer;
}

.Navbar {
	width: 1280px;
	padding: 12px 0px;
	margin: auto;
	z-index: 10;
	background-color: transparent;
	transition: background-color 0.3s ease; 
}

.flex_center {
	align-items: center;
	justify-content: center;
}

.Space_between {
	justify-content: space-between;
}

header.scrolled {
 /* backdrop-filter: blur(55px); */
 background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  	transition: background-color 0.5s ease; 
}




body {
  margin-top: 60px;
}

.gap30 {
	gap: 30px;
}

.gap32 {
	gap: 32px;
}

.Navbar a {
	color: #404040;
	font-size: var(--regular_paragraph);
	font-weight: var(--font-weight_500);
}

.Navbar .logo {
	width: 48px;
}

.btn1 {
	color: #111928;
	font-size: var(--small_paragraph2);
	font-weight: var(--font-weight_500);
}

.btn_green {
	border-radius: 8px;
	background: var(--Primary_Color);
	color: var(--white);
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.navbuttons {
	display: flex;
	margin-top: -5px;
}

.footer .row {
	display: flex;
	gap: 32px;
}

.footer_logo {
	width: 155px;
}

.footer_col,
.footer_col4 {
	width: 384px;
	margin-bottom: 75px;
}

.footer_col2,
.footer_col3 {
	width: 176px;
	margin-bottom: 75px;
}

.regular_para {
	color: #6B7280;
	font-size: var(--regular_paragraph);
	font-weight: var(--font-weight_400);
}

.large_para {
	color: #CAD5E2;
	text-align: center;
	font-size: var(--large_paragraph);
	font-weight: var(--font-weight_400);
	line-height: var(--line-height26);
}

.small_para {
	color: #62748E;
	font-size: var(--small_paragraph);
	font-weight: var(--font-weight_400);
	line-height: var(--line-height16);
	text-align: left !important;
}


.w9 {
	width: 9px;
}

.extra_small_para {
	color: #364153;
	font-size: var(--very_very_small_paragraph);
	font-weight: var(--font-weight_400);
	line-height: var(--line-height10);
}

.very_small_para {
	color: #62748E;
	font-size: var(--very_small_para);
	font-weight: var(--font-weight_400);
	line-height:var(--line-height10);
}

footer span {
	margin: auto;
}

.center {
	text-align: center;
}

.footer h4 {
	color: #111928;
	font-size: var(--regular_paragraph);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.navlinks {
	color: #404040;
	font-size: var(--regular_paragraph);
	font-weight: var(--font-weight_500);

}

.p10 {
	padding: 10px;
}

.btn_yellow {
	background-color: #FFDD00 !important;
	color: var(--black) !important;
}

.mt50 {
	margin-top: 50px;
}

.mt10 {
	margin-top: 10px;
}

.footer li {
	margin-top: 16px;
	display: flex;
	gap: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt24 {
	margin-top: 24px;
}

.w50 {
	width: 50%;
}
.w60{
	width: 60%;
}
.w40{
	width: 40%;
}
.border_bottom {
	border-bottom: 1px solid #E2E8F0;
}

.w45 {
	width: 45%;
}

.w55 {
	width: 55%;
}

.row {
	display: flex;
}

.gap90 {
	gap: 90px;
}

.white {
	background: var(--white);
}

.main_heading {
	color: #171717;
	font-size: var(--extra_large_font);
	font-weight: var(--font-weight_700);
	line-height: var(--line-height72);
	letter-spacing: -0.5px;
}

.main_heading span {
	color: #45556C;
	border-bottom: 2px solid var(--Primary_Color);
}

.w13 {
	width: 13px;
}

.extra_small_button_style.w_more {
	width: 150px;
}

.hero_btn {
	display: flex;
	padding: 4px 10px;
	justify-content: center;
	align-items: center;
	gap: 5px !important;
	border-radius: 20px;
	border: 0.5px solid var(--Primary_Color);
	background: var(--Surface_Color);
	box-shadow: -1px 1px 0 0 var(--Primary_Color);
	color: #000;
	font-size: var(--very_small_para);
	font-weight: var(--font-weight_400);
	line-height: var(--line-height14);
	width: fit-content;
	height: 22px;
	margin-bottom: 10px;
}


.btn {
	display: flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	background: var(--Primary_Color);
	color: #FFF;
	font-weight: var(--font-weight_700);
}

.btn2 {
	display: flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: var(--rounded-lg, 8px);
	border: 1px solid var(--gray-200, #E5E7EB);
	background: #FFF;
	color: #1F2A37;
	font-size: var(--regular_paragraph);
	font-weight: var(--font-weight_500);
}
.team_btn{
	padding:4px 15px;
	border-radius:20px;
	border: 1px solid var(--gray-200, #E5E7EB);
	background: #FFF;
}
.gap15 {
	gap: 15px;
}

.left .content {
	margin-top: 85px;
}

.regular_heading {
	color: #111928;
	font-size: var(--large_heading);
	font-weight: var(--font-weight_700);
	line-height: var(--line-height55);
	letter-spacing: -0.48px;
	margin-bottom: 24px;
}

.extra_small_button_style {
	display: flex;
	padding: 3px 10px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 6px;
	background: #DEF7EC;
	color: #03543F;
	font-size: var(--small_paragraph);
	font-weight: var(--font-weight_600);
	width: fit-content;
	margin-bottom: 24px;
}

/* responsive code here */

.p80 {
	padding: 80px 0px;
}

.w100 {
	width: 100%;
}

.mt32 {
	margin-top: 32px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb24 {
	margin-bottom: 24px;
}

.p48 {
	padding: 48px;
}

.border_radius_8 {
	border-radius: 8px;
}

.border_radius_16 {
	border-radius: 16px;
}

.border_radius_10 {
	border-radius: 10px;
}

.small_text {
	color: #62748E;
	font-size: var(--small_paragraph);
	font-weight: var(--font-weight_400);
	line-height: var(--line-height16);
}

.heading_medium {
	color: #111928;
	font-size: var(--medium_heading);
	font-weight: var(--font-weight_700);
	line-height:var(--line-height40);
}

.bg_color {
	background-color: var(--Surface_Color);
}

.flex_direction_column {
	flex-direction: column;
}

.m_auto {
	margin: auto;
}

.our_solution_border {
	border: 1px solid var(--gray-200, #E5E7EB);
}

.heading_small {
	color: #171717;
	font-size: var(--medium_2);
	font-weight: var(--font-weight_500);
	line-height: var(--line-height32);
}

.heading_small_dark {
	color: #1D2939;
	font-size: var(--medium_2);
	font-weight: var(--font-weight_700);
	line-height: var(--line-height24);
	letter-spacing: -0.24px;
}

.heading_very_small {
	color: #1D2939;
	font-size: var(--regular_paragraph);
	font-weight: var(--font-weight_700);
	line-height: 16px;
	letter-spacing: -0.16px;
}

.heading_very_small2 {
	color: #101828;
	font-size: var(--medium_2);
	font-weight: var(--font-weight_600);
	line-height: var(--line-height32);
}
.footer_icon{
	width: 20px;
}
.icons{
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.icons a{
	padding: 10px;
}
.our_promise_icon {
	width: 64px;
	height: 64px;
}

.flex {
	display: flex;
}

.mt30 {
	margin-top: 30px;
}

.w25 {
	width: 23%;
}

.gap24 {
	gap: 24px;
}

.p20 {
	padding: 20px;
}

.border_round {
	border-radius: 50%;
}

.w500 {
	max-width: 500px;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.box_alin1 {
	top: 40px;
	left: 0px;
}
.about_box{
	width: 295px;
	margin-bottom: 30px;
}


.hero_box {
	width: 192px;
	padding: 10px 12px;
	align-items: flex-start;
	gap: 6px;
	flex: 1 0 0;
	border-radius: 4px;
	border: 0.5px solid #F3F4F6;
	z-index: 10;
	left: -97px;
	top: 550px;
	box-shadow: -2px 2px 5px rgb(250, 231, 229);
	transform: scale(0);
	animation-name: Hero_box_big;
	animation-duration: 1.5s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
}

@keyframes Hero_box_big {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

.hero_box2 {
	left: 95px;
	top: 235px;
}
.hero_box3 {
	width: 192px;
	padding: 10px 12px;
	align-items: flex-start;
	gap: 6px;
	flex: 1 0 0;
	border-radius: 4px;
	border: 0.5px solid #F3F4F6;
	z-index: 10;
	box-shadow: -2px 2px 5px rgb(250, 231, 229);
	position: absolute;
	left: -50px;
	top: 72px;
}

.hero_height {
	min-height: 400px;
}


.line_height14 {
	line-height: var(--line-height14);
}

.box {
	width: 235px;
	align-items: flex-start;
	border: 1px solid #E4E7EC;
}

.border_radius_16 {
	border-radius: 16px;
}

.box_alin2 {
	left: 300px;
	top: 295px;
}

.case_image {
	width: 102px;
}

.box2 {
	gap: 10px;
	width: 132px;
	border: 1px solid #E4E7EC;
}


.p15 {
	padding: 15px;
}

.gap10 {
	gap: 10px;
}

.flex_wrap {
	flex-wrap: wrap;
}

.w70 {
	max-width: 70%;
}

.company_logo_box {
	display: flex;
	width: 200px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 4px;
	background: var(--gray-100, #F3F4F6);

}

.company_logo_box img {
	width: 170px;
	 mix-blend-mode: multiply;
}

.black_shade {
	background: url('Assets/footer_layer.png');
	background-size: cover;
	background-color: var(--Secondary_Color);
}

.color_white {
	color: var(--white);
}

.sec_2_logic{
	position: absolute;
	z-index: 10;
}
.sec_2_img{
	width: 78%;
}

.align_start{
	align-items: flex-start;
}
.sec_2_box {
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 0px;
    width: 192px;
    padding: 10px 12px;
    align-items: flex-start;
    gap: 6px;
    border-radius: 4px;
    border: 0.5px solid #F3F4F6;
    box-shadow: -2px 2px 5px rgb(250, 231, 229);
    display: none;  /* Hide by default */
}
.sec_2_box1{
    top: -20px;
    left: -65px;
}

.sec_2_box2{
    top: 18px;
    left: -65px;
}

.sec_2_box3{
    top: 180px !important;
    left: -65px;
}

.sec_2_box4{
    top: 300px !important;
    left: 25px;
}
/* Add styles for icon hover effect */
.icon-box:hover {
    cursor: pointer;
}

/* Show the specific card when the corresponding icon is hovered */
.icon-box[data-target="card1"]:hover ~ .sec_2_img-container #card1,
.icon-box[data-target="card2"]:hover ~ .sec_2_img-container #card2 {
    display: block;  /* Show the corresponding card */
}



.swiper {
	width: 100%;
	height: 250px;
}

.swiper-slide {
	text-align: center;
	font-size: var(--large_paragraph);
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

	.full_height {
		height: 80vh;
	}
	.desk_mb{
		margin-bottom: 50px;
	}

.card {
	width: 200px;
	padding: 24px 15px 5px 15px;
	align-items: flex-start;
	border: 1px solid #E2E8F0;
	background: var(--Surface_Color);
	user-select: none;
	margin: auto;
}

.text-align_left {
	text-align: left;
}

.card_img {
	width: 28px !important;
}

.testomoniyal_container {
	max-width: 1120px;
}

.card2 {
	width: 350px;
	padding: 24px 15px 5px 15px;
	align-items: flex-start;
	user-select: none;
	margin: auto;
	overflow: visible;
}
.card2 img{
	width: 85px;
	margin: auto;
}
.card2 .line{
    height: 1px;
    position: absolute;
    top: 60px;
    z-index: 999;
    right: -80px;
    width: 150px;
}
.card2 p{
	text-align: center;
}
/* marquee_type animation */

.wt_footer_slider {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	border: 1px solid #E2E8F0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0px;
	margin-bottom: 64px;
}

.w16 {
	width: 16px;
}

.w14 {
	width: 14px;
}

.rating {
	width: 68px !important;
}

.btn_transparent {
	padding: 16px 32px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.08);
	color: #FFF;
	font-size: var(--regular_paragraph);
	font-weight: var(--font-weight_700);
	line-height: var(--line-height24);
}

.wt_footer_slide_list {
	display: flex;
	position: absolute;
	white-space: nowrap;
	background-color: var(--white);
}

.wt_footer_slide_item {
	padding: 0px 20px;
	border-right: 1px solid #6A7282;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	text-align: center;
	transition: filter 0.5s;
	align-content: center;
}


.wt_footer_caption {
	color: #6A7282;
	font-size: var(--regular_paragraph);
	font-weight: var(--font-weight_500);
}

.animation1 {
	background-color: #ECFEFF;
	height: 800px;
	width: 230px;
	border-radius: 150px;
	position: absolute;
	z-index: 3;
	top: -450px;
	left: 100px;
	animation-name: animation_hero_section;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
}

.animation2 {
	background-color: #ECFEFF;
	height: 430px;
	width: 230px;
	border-radius: 150px;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 350px;
	animation-name: animation_hero_section2;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
}
.circle_section_animation{
				clip-path: inset(0px 0px 22% 0px);
				padding-top: 80px;
}

.hero_image {
	width: 0px;
	z-index: 5;
	border-end-end-radius: 150px;
	border-bottom-left-radius: 150px;
	bottom: 0px;
	animation-name: animation_hero_img1;
	animation-delay: 1.5s;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	left: 50%;
	transform: translate(-50%);
	animation-timing-function: ease-out;
}

@keyframes animation_hero_section {
	0% {
		top: -900px;
	}

	100% {
		top: -450px;
	}
}


@keyframes animation_hero_section2 {
	0% {
		top: -900px;
	}

	100% {
		top: 0px;
	}
}


@keyframes animation_hero_img1 {
	0% {
		width: 0px;
		transform: scale(0);
	}

	100% {
		width: 100%;
	}
}

.animation_section_cardt2 {
	margin-top: 300px;
}

.animation_section_card1 {
	margin-top: 200px;
}


/* 4card animation section */
.main-container {
	display: grid;
	grid-template-columns: 1fr 400px 1fr;
	gap: 2rem;
	padding: 2rem;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.animation_section_card {
	background-color: var(--white);
	width: 320px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px 24px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	opacity: 0.1;
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	min-height: 250px;
	border-radius: 20px;
	border: 1px solid #E2E8F0;
	background: #FFF;
}

.btn_w_130px {
	width: 130px;
}

.animation_section_card.visible {
	opacity: 1;
}

.animation_section_card:nth-child(1) {
	margin-bottom: 130vh;
}

.animation_section_card:nth-child(2) {
	margin-bottom: 90vh;

}
.animation_image{
	width: 80%;
}

.animation_section_card:nth-child(3) {
	margin-bottom: 90vh;
}

@media (min-width:1400px) {
	.sticky-container{
		top: 30vh;
	}
}
.sticky-container {
	position: sticky;
	top: 20vh;
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.center-image {
	width: 420px;
	height: 420px;
	border-radius: 12px;
	overflow: hidden;
	background: center/cover no-repeat;
	position: relative;

}


.center-options {
	margin-top: 2rem;
}

.option {
	display: block;
	transition: color var(--transition-speed);
	margin-bottom: 0.5rem;
	cursor: pointer;
	color: #62748E;
}

.option.active {
	color: #020618;
}

.animation_section_card2,
.animation_section_card3,
.animation_section_card4 {
	margin-top: 600px;
}

.animation_section_card2 {
	margin-top: 900px;
	margin-bottom: 100vh;
}

.animation_section_card3 {
	margin-top: 900px;
}


.img_full {
	width: 100%;
}

.box_alin2.box_alin4 {
	left: 420px;
}


.transparent {
	background: transparent;
}

/* container should hide overflow */
#wt_footer_slide_list_wrapper {
	overflow: hidden;
}

/* the moving list: single row, no wrap */
#wt_footer_slide_list {
	display: inline-flex;
	/* or display:flex */
	white-space: nowrap;
	/* if using inline-block children */
	will-change: transform;
}

#wt_footer_slide_list>* {
	flex: 0 0 auto;
	/* keep item widths fixed in a row */
}

.menu_icon {
	display: none;
}

.main-box-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.pt100{
	padding-top: 100px;
}





    /* Prefixed class names below */

.vendor-feature-section{
	display: none;
}

.none{
	display: none;
}


vendor-feature-section {
      max-width:420px;
      width:100%;
      padding:2rem 1rem;
      display:flex;
      flex-direction:column;
      align-items:center;
      text-align:center;
      overflow:hidden;
      position:relative;
	  display: none !important;
	  margin: auto;
    }

    .vendor-hero-image {
		margin: auto;
      position:relative;
      width:100%;
      max-width:300px;
      height:200px;
      margin-bottom:1.5rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
    }

    .vendor-hero-image img {
	  margin: auto;
      width:100%;height:100%;
	  text-align: center;
      border-radius:1.5rem;
      object-fit:cover;
      box-shadow:0 4px 12px rgba(0,0,0,0.08);
      opacity:0;
      transition:opacity 0.6s cubic-bezier(0.4,0,0.2,1);
    }
	.navbuttons.flex.flex_center {
    gap: 15px;
}

    .vendor-hero-image img.vendor-active {opacity:1;}

    .vendor-feature-options {
      display:flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items:center;
      gap:20px;
      margin-bottom:2rem;
    }

    .vendor-option {
      font-size:14px;
      color:#6b7280;
      cursor:pointer;
      transition:color 0.3s ease,transform 0.2s ease;
    }

    .vendor-option:hover {transform:scale(1.05);}

    .vendor-option.vendor-active {
		color:var(--Primary_Color);
		font-weight:600;
	}

    .vendor-cards-container {
      position:relative;
      width:100%;
      min-height:220px;
      overflow:hidden;
    }

    .vendor-feature-card {
      width:100%;
      background:#f9fafb;
      border-radius:1rem;
      padding:1.25rem;
      text-align:left;
      box-shadow:0 2px 8px rgba(0,0,0,0.05);
      position:absolute;
	  border:1px solid var(--gray-200, #E5E7EB);
      top:0;
      left:100%;
      opacity:0;
      transform:translateX(50px);
      transition:all 0.6s cubic-bezier(0.4,0,0.2,1);
    }

    .vendor-feature-card.vendor-active {
      left:0;
      opacity:1;
      transform:translateX(0);
      position:relative;
    }

    .vendor-feature-card.vendor-exit {
      left:-100%;
      opacity:0;
      transform:translateX(-50px);
    }

    .vendor-feature-card h3 {font-size:1.1rem;font-weight:600;margin-bottom:0.5rem;}
    .vendor-feature-card p {font-size:0.9rem;line-height:1.4;color:#4b5563;margin-bottom:1rem;}

    .vendor-learn-btn {
      background:#fff;
      border:1px solid #e5e7eb;
      border-radius:0.5rem;
      padding:0.5rem 1rem;
      font-size:0.85rem;
      cursor:pointer;
      transition:all 0.2s ease;
    }
    .vendor-learn-btn:hover {background:#2563eb;color:white;border-color:#2563eb;}

    @media (min-width:768px){.vendor-feature-section{padding:3rem;}}

/* ///////////////////////////////////interigity section circle aimation ////////////////////////////////////*/

.overflow_scroll{
	display: flex;
	width: 100%;
	  gap: 40px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  cursor: grab;
}

.overflow_scroll::-webkit-scrollbar {
  display: none; /* scrollbar hide */
}

.overflow_scroll_2{
	display: flex;
	width: 100%;
	  gap: 40px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  cursor: grab;
}

.overflow_scroll_2::-webkit-scrollbar {
  display: none; /* scrollbar hide */
}


        .main {
            margin: 0 auto;
            width: 500px;
            height: 500px;
            position: relative;
        }

        /* Common style for all three circles */
        .big-circle, .circle, .circle_small {
            position: absolute;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            /* Updated border to a light solid line to match the image */
            border: 1px solid #e0e6ec;
        }

        /* Outermost circle */
        .big-circle {
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            animation: Rotate 30s linear infinite;
        }

        /* Middle circle */
        .circle {
            width: 75%;
            height: 75%;
            top: 12.5%;
            left: 12.5%;
            /* Animation rotates in the opposite direction for visual interest */
            animation: Rotate-reverse 30s linear infinite;
        }

        /* Innermost circle */
        .circle_small {
            width: 50%;
            height: 50%;
            top: 25%;
            left: 25%;
            animation: Rotate 30s linear infinite;
        }

        /* Styling for the icon containers */
        .icon-block {
            width: 50px;
            height: 50px;
            position: absolute;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
			background-color: white;
			border: 1px solid #e1e8f0;
        }

        /* Styling for the icons themselves */
        .icon-block img {
            width: auto;
            height: 24px;
            /* This counter-animation keeps the icons upright as the circles rotate */
            animation: Rotate-reverse 30s linear infinite;
        }
        
        /* The middle circle's icons need a different counter-rotation animation */
        .circle .icon-block img {
            animation: Rotate 30s linear infinite;
        }


        /*
         --- Icon Positioning ---
         Each icon is positioned using transforms. We rotate it to the desired angle,
         translate it to the edge of the circle, and then counter-rotate it to keep it straight.
         The translation distance is half the width of the parent circle.
        */

        /* Big Circle (Radius: 250px) - 4 Icons */
        .big-circle .icon-block:nth-child(1) {
            transform: rotate(-15deg) translateY(-250px) rotate(15deg);
        }
        .big-circle .icon-block:nth-child(2) {
            transform: rotate(60deg) translateY(-250px) rotate(-60deg);
        }
        .big-circle .icon-block:nth-child(3) {
            transform: rotate(190deg) translateY(-250px) rotate(-190deg);
        }
        .big-circle .icon-block:nth-child(4) {
            transform: rotate(280deg) translateY(-250px) rotate(-280deg);
        }

        /* Middle Circle (Radius: 187.5px) - 4 Icons */
        .circle .icon-block:nth-child(1) {
            transform: rotate(-30deg) translateY(-187.5px) rotate(30deg);
        }
        .circle .icon-block:nth-child(2) {
            transform: rotate(45deg) translateY(-187.5px) rotate(-45deg);
        }
        .circle .icon-block:nth-child(3) {
            transform: rotate(150deg) translateY(-187.5px) rotate(-150deg);
        }
        .circle .icon-block:nth-child(4) {
            transform: rotate(225deg) translateY(-187.5px) rotate(-225deg);
        }
        
        /* Small Circle (Radius: 125px) - 4 Icons */
        .circle_small .icon-block:nth-child(1) {
            transform: rotate(-60deg) translateY(-125px) rotate(60deg);
        }
        .circle_small .icon-block:nth-child(2) {
            transform: rotate(60deg) translateY(-125px) rotate(-60deg);
        }
        .circle_small .icon-block:nth-child(3) {
            transform: rotate(180deg) translateY(-125px) rotate(-180deg);
        }
        .circle_small .icon-block:nth-child(4) {
            transform: rotate(270deg) translateY(-125px) rotate(-270deg);
        }

        /* Center logo container */
        .center-logo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100px;
            height: 100px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
			.Leadership_row div.w25{
		width: 290px !important;
	}
	.Leadership_row{
		width: fit-content;
		margin: unset !important;
	}

        /* Center logo SVG */
        .cercle_logo {
            width: 75px;
            height: auto;
        }
		.our_track{
			margin-bottom: 50px;
		}
		
 .company_logo_box.company_logo_about{
	width: 150px !important;
	
}

/* Change all inactive bullets */
.swiper-pagination-bullet {
  background-color: #ccc; /* grey */
  opacity: 1; /* optional - make fully visible */
}

/* Change active bullet (the blue one) */
.swiper-pagination-bullet-active {
  background-color: #007660 !important; /* replace with your color */
}
        /* --- Keyframe Animations --- */

        /* Clockwise Rotation */
        @keyframes Rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /* Counter-Clockwise Rotation */
        @keyframes Rotate-reverse {
            from { transform: rotate(360deg); }
            to { transform: rotate(0deg); }
        }
			.our_track_container .w25 p{
		margin-top: 16px;
	}

		/*///////////////////////////////// finish //////////////////////*/

@media (max-width:1366px) {
	.container {
		width: 100%;
		padding: 40px 30px;

	}

	.Navbar {
		width: 100%;
		padding: 12px 30px;
	}

	.box_alin1.box_alin3 {
		top: 0px;
	}

	.box_alin2.box_alin4 {
		top: 350px;
		left: 390px;
	}
	.full_height {
		height: 100vh;
	}
	.pt100{
	padding-top: 80px;
}

}


@media (max-width:1310px) {
	.home {
		padding: 0px 0px;
	}


}

@media (max-width:1281px) {

	:root {

		--extra_large_font: 48px;
		--large_heading: 44px;
		--medium_heading: 32px;
		--medium_2: 22px;
		--regular_paragraph: 15px;
		--large_paragraph: 17px;

	}

	.animation1,
	.animation2 {
		width: 200px;
	}
	.content{
		width: 100%;
	}


	.animation1 {
		top: -450px;
		left: auto;
		right: 215px;
	}

	.animation2 {
		left: auto;
		top: -50px;
		right: 0px;
	}
	@keyframes animation_hero_section2 {
	0% {
		top: -900px;
	}

	100% {
		top: -50px;
	}
}

	.hero_box {
		left: -110px;
		top: 590px;
	}

	.hero_box2 {
		top: 265px;
	}

}

@media (max-width:1200px) {
	.Navbar .Links .menu {
		gap: 20px;

	}

	.box_alin1 {
		left: -50px;
	}

	.box_alin2 {
		left: 280px;
		top: 350px;
	}


	.box_alin1.box_alin3 {
		left: 0px;
	}

	.box_alin1.box_alin3 {
		top: -30px;
	}

	.box_alin2.box_alin4 {
		top: 330px;
		left: 350px;
	}

	.animation_section_card {
		width: 250px;
	}

	.center-image {
		width: 300px;
		height: 300px;
	}

}


@media (max-width:1100px) {

	:root {

		--extra_large_font: 40px;
		--large_heading: 44px;
		--medium_heading: 32px;
		--medium_2: 22px;
		--regular_paragraph: 15px;
		--large_paragraph: 17px;

	}
	.box_alin2 {
		left: 250px;
		top: 300px;
	}

	.mobile_margin {
		margin: 60px 0px !important;
	}

	.center-image {
		width: 200px;
		height: 200px;
		margin-top: 15vh;
	}

	.animation_section_card.visible {
		opacity: 1;
		margin-left: -10px !important;
	}

	.animation_section_card:nth-child(1) {
		margin-bottom: 90vh;
		margin-right: -70px;
	}

	.animation_section_card:nth-child(2) {
		margin-bottom: 90vh;
		margin-right: -70px;

	}

	.animation_section_card:nth-child(3) {
		margin-bottom: 90vh;
		margin-left: -10px !important;
	}

	.main-container {
		gap: 0px;
		padding: 10px;
	}
	.pt100{
	padding-top:60px;
}

}


.des_scre_none {
	display: none;
}

@media (max-width:1000px) {
	.row {
		flex-direction: column;
	}

	.w50, .w60 {
		width: 100%;
	}
	.w40{
		width: 70%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.w45 {
		width: 100%;
	}

	.w55 {
		width: 100%;
	}

	.col_reverse {
		flex-direction: column-reverse;
	}

	.container {
		width: 100%;
		padding: 40px 20px;
	}
	.footer{
		padding: 40px 20px 5px 20px !important;
	}

	.img_full {
		width: 80%;
		margin: auto;
	}

	.desktop_70 {
		width: 70%;
	}

	.animation1,
	.animation2 {
		width: 200px;
	}

	.animation1 {
		left: 50%;
		transform: translate(-100%);

	}

	.animation2 {
		left: 58%;
		top: -50px;
	}

	.hero_box {
		left: -50px;
		top: 650px;
	}

	.hero_box2 {
		top: 265px;
	}


	.w25 {
		width: 45%;
	}


	.box_alin1 {
		left: 50px;
	}

	.box_alin2 {
		left: 350px;
		top: 350px;
	}


	.box_alin1.box_alin3 {
		left: 150px;
		top: 20px;
	}

	.box_alin2.box_alin4 {
		top: 280px;
		left: 250px;
	}

	#box_align {
		left: 340px;
		top: 350px;
	}
	.flex_direction_row{
		flex-direction: row;
		flex-wrap: wrap;
	}


	.main_heading, .m_screen_center{
		text-align: center;
	}
	.hero_content_button2 button{
	margin: auto;
    }
	.hero_content_button2 a{
		margin: auto;
	}
	.hero_content_button2{
		flex-direction: column;
	}
		 .footer_col2 , .footer_col3{
		width: 40% !important;
		margin-bottom: 20px;
	}
	.footer_col, .footer_col4{
		width: 100% !important;
		margin-bottom: 20px;
	}
	.footer .f{
		flex-wrap: wrap;
	}
	
}


@media (max-width:930px) {

	.center-image {
		width: 200px;
		height: 200px;
		margin-top: 15vh;
	}

	.animation_section_card.visible {
		opacity: 1;
		margin-left: 0px !important;
	}

	.animation_section_card:nth-child(1) {
		margin-bottom: 90vh;
		margin-right: -100px !important;
	}

	.animation_section_card:nth-child(2) {
		margin-bottom: 90vh;
		margin-right: -100px !important;

	}

	.animation_section_card:nth-child(3) {
		margin-bottom: 90vh;
		margin-left: 0px !important;
	}

	.main-container {
		gap: 0px;
		padding: 10px;
	}

	.animation_section_card {
		width: 180px !important;
		padding: 10px;
		gap: 0;
		height: auto;
		justify-content: center;
	}

	.animation_section_card h3 {
		font-size: 20px;
		line-height: 120%;
	}

	.animation_section_card p {
		font-size: 12px;
		margin: 10px 0px;
	}

}

@media (max-width:900px) {
	.box_alin1.box_alin3 {
		left: 80px;
		top: -20px;
	}


	#box_align {
		left: 250px;
		top: 380px;
	}
}


@media (max-width:850px) {
	.Navbar .menu {
		gap: 20px;
		position: absolute;
		background-color: var(--Surface_Color);
		width: 100%;
		flex-direction: column;
		left: -1300px;
		right: 0px;
		top: 0px;
		box-shadow: -2px 2px 5px rgb(250, 231, 229);
		height: 100vh;
		padding: 50px 30px;
		overflow: hidden;
		transition: 0.5s;
		justify-content: center;
		align-items: center;
	}
	
	.menu.active {
		left: 0px;
		padding: 50px 30px;
	}

	    .vendor-feature-section {
		display: block !important;
	}


	/* .menu li a {
		font-size: 0px;
		transition: 1s;
	} */
	.pt100{
	padding-top: 40px;
}
.contact_us{
	margin-bottom: 60px !important;
}

	.menu button {
		font-size: 0px;
		transition: 1s;
	}


	/* .menu.active button {
		font-size: 15px;
	} */
/* 
	.menu.active li a {
		font-size: 15px;
	} */

	.menu_icon {
		display: block;
		cursor: pointer;
		margin-left: 20px;
	}

	.full_height {
		height: auto;
	}

	.burger {
		width: calc(23px * 1.2);
		height: 23px;
		display: inline-grid;
		place-items: center;
		border: 0;
		background: transparent;
		cursor: pointer;
		padding: 0;
		position: relative;
	}

	.burger .bars {
		position: relative;
		width: 100%;
		height: 3px;
		background: currentColor;
		border-radius: 2px;
		transition:
			transform 0.28s ease,
			opacity 0.28s ease;
	}

	.burger .bars::before,
	.burger .bars::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 3px;
		background: currentColor;
		border-radius: 2px;
		transition: transform 0.28s ease, top 0.28s ease, opacity 0.28s ease;
	}

	.burger .bars::before {
		top: -8px;
	}

	.burger .bars::after {
		top: 8px;
	}

	.burger.is-active .bars {
		transform: rotate(45deg);
	}

	.burger.is-active .bars::before {
		top: 0;
		transform: rotate(-90deg);
	}

	.burger.is-active .bars::after {
		top: 0;
		opacity: 0;
		transform: rotate(0deg);
	}

	.main-container {
		gap: 0px;
		padding: 0px;
		display: flex;
		gap: 20px;
		justify-content: center;
	}

	.desktop_screen_none {
		display: none;
	}
	.mobile_center{
		text-align: center;
	}

}


@media (max-width:700px) {

	    .desktop_70 {
        width: 100%;
    }

	.box_alin1 {
		left: 20px;
	}

	.box_alin2 {
		left: 270px;
		top: 350px;
	}


	.box_alin1.box_alin3 {
		left: 30px;
		top: 20px;
	}

	#box_align {
		left: 270px;
		top: 350px;
	}



	.mobile_margin {
		margin: 30px 0px !important;
	}


	
/* ///////////////////////////////////interigity section circle aimation ////////////////////////////////////*/
       .main {
            width: 400px;
            height: 400px;
        }

        /* Styling for the icon containers */
        .icon-block {
            width: 40px;
            height: 40px;
        }

        /* Styling for the icons themselves */
        .icon-block img {
            height: 18px;
        }

        /* Big Circle (Radius: 250px) - 4 Icons */
        .big-circle .icon-block:nth-child(1) {
            transform: rotate(-15deg) translateY(-200px) rotate(15deg);
        }
        .big-circle .icon-block:nth-child(2) {
            transform: rotate(60deg) translateY(-200px) rotate(-60deg);
        }
        .big-circle .icon-block:nth-child(3) {
            transform: rotate(190deg) translateY(-200px) rotate(-190deg);
        }
        .big-circle .icon-block:nth-child(4) {
            transform: rotate(280deg) translateY(-200px) rotate(-280deg);
        }

        /* Middle Circle (Radius: 187.5px) - 4 Icons */
        .circle .icon-block:nth-child(1) {
            transform: rotate(-30deg) translateY(-147.5px) rotate(30deg);
        }
        .circle .icon-block:nth-child(2) {
            transform: rotate(45deg) translateY(-147.5px) rotate(-45deg);
        }
        .circle .icon-block:nth-child(3) {
            transform: rotate(150deg) translateY(-147.5px) rotate(-150deg);
        }
        .circle .icon-block:nth-child(4) {
            transform: rotate(225deg) translateY(-147.5px) rotate(-225deg);
        }
        
        /* Small Circle (Radius: 125px) - 4 Icons */
        .circle_small .icon-block:nth-child(1) {
            transform: rotate(-60deg) translateY(-95px) rotate(60deg);
        }
        .circle_small .icon-block:nth-child(2) {
            transform: rotate(60deg) translateY(-95px) rotate(-60deg);
        }
        .circle_small .icon-block:nth-child(3) {
            transform: rotate(180deg) translateY(-95px) rotate(-180deg);
        }
        .circle_small .icon-block:nth-child(4) { 
            transform: rotate(270deg) translateY(-95px) rotate(-270deg);
        }

        /* Center logo container */
        .center-logo {
            width: 70px;
            height: 70px;
        }

        /* Center logo SVG */
        .cercle_logo {
            width: 55px;
            height: auto;
        }
		/*///////////////////////////////// finish //////////////////////*/
}

@media (max-width:600px) {
	:root {
		--extra_large_font: 32px;
		--large_heading: 30px;
		--medium_heading: 25px;
		--medium_2: 14px;

		--very_very_small_paragraph: 7px;
		--very_small_para: 9px;
		--small_paragraph: 11px;
		--small_paragraph2: 12px;
		--regular_paragraph: 14px;
		--large_paragraph: 15px;

	--line-height72: 45px;
	--line-height55: 35px;
	--line-height40: 30px;
	--line-height32: 25px;
	--line-height24: 21px;
	--line-height26: 22px;
	--line-height16: 16px;
	--line-height14: 14px;
	--line-height10: 10px;
	}

	.mt20{
		margin-top: 15px;
	}
	.mt30{
		margin-top: 20px;
	}
	
	.btn , .btn_transparent{
width: fit-content;
padding: 10px 20px;
height: fit-content;
}
.about_box {
    width: 47%;
    margin-bottom: 20px;
	text-align: center;
}

.btn2{
	width: fit-content;
	padding: 10px 20px;
	height: fit-content;
}
	.p80 {
		padding: 30px 0px;
	}

	.w25{
		margin-bottom: 40px;
	}
	.our_track_container .w25{
		margin-bottom: 0px !important;
	}
	.our_track_container {
		margin-bottom: 0px !important;
	}
	.our_track_container .w25 p{
		margin-top: 10px;
	}
	.our_track_container .w25 .mt20{
		margin-top: 10px;
	}
	.hero_btn{
		margin: auto;
		margin-bottom: 10px;
	}
	.mt_fix{
		margin-top: 120px;
	}
.our_story{
	text-align: left;
}

.our_story.m_auto{
	margin: unset !important;
}
	.p48 {
		padding: 20px;
	}

	.container {
		padding: 40px 20px;

	}
	.wt_footer_slider {

	margin-top: 0px;
	margin-bottom: 0px;
}



	.animation1,
	.animation2 {
		width: 125px;
	}
	.fix_h{
		margin-bottom: 50px;
	}

	.animation1 {
		height: 450px;
		top: -250px;
		left: 48%;
	}
	.w40{
		width: 90%;
	}

	@keyframes animation_hero_section {
	0% {
		top: -900px;
	}

	100% {
		top: -250px;
	}
}

	.box_alin1 {
		top: -110px;
	}

	.box_alin2 {
		top: 310px !important;
		left: 100px !important;
	}

	.box_alin1.box_alin3 {
		left: 30px;
		top: -60px !important;
	}

	#box_align {
		left: 200px !important;
		top: 300px !important;
	}

	.img_full {
		width: 100%;
	}

	.animation2 {
		height: 300px;
	}

	.hero_box {
		left: -60px;
		top: 340px;
	}

	.hero_box2 {
		top: 180px;
		left: -60px;
	}


	.Navbar {
		padding: 12px 20px;
	}

	.mb_screen_none {
		display: none;
	}

	.w25 {
		width: 100%;
	}
	.Leadership_row div.w25{
		width: 280px !important;
		margin-bottom: 30px;
	}

	.Testimonial_row{
		margin-top: 30px;
		margin-right: 20px;
	}
	.about_box .mt20{
		margin-top: 10px;
	}

	.t.regular_heading{
		margin-bottom: 20px;
	}
	.our_track_container .w25 .mt30{
		margin-top: 15px !important;
	}
	.our_track_container .w25{
		padding-bottom: 15px;
		border-bottom: 1px solid rgb(231, 231, 231);
	}


	.Principle_row.gap32{
		gap: 45px !important;
	}
.animation_image{
	width: 100%;
}
	.hero_height {
		min-height: 300px;
	}

	.box_alin1 {
		left: 0px;
	}

	.company_logo_box img {
		width: 100%;
	}

	.company_logo_box {
		padding: 10px 20px;
		width: 46%;
	}


	.box_alin1 {
		left: 0px;
	}
	.gap24 {
    gap: 16px;
}
.card2 img{
	width: 60px;
}

	.box_alin2 {
		left: 230px;
		top: 250px;
	}
	.desktop_m_auto{
		margin: auto;
	}
	.desktop_center{
		text-align: center;
	}


	.box_alin1.box_alin3 {
		left: 0px;
		top: -30px;
	}

	#box_align {
		left: 260px;
		top: 280px;
	}
			.our_track{
			margin-bottom: 0px;
		}

	.mobile_margin {
		margin: 20px 0px !important;
	}

	.company_logo_box {
		padding: 5px;
	}
	.card{
		width: 100%;
		padding: 24px 15px 15px 15px;
	}
	.small_para {
		font-size: 14px;
	}
	.card_img{
		width: 50px !important;
	}
	.extra_small_para{
		font-size: 11px;
	}
	.gap32{
		gap: 17px;
	}
	.story.gap32{
		gap: 0px;
	}

		
/* ///////////////////////////////////interigity section circle aimation ////////////////////////////////////*/
       .main {
            width: 320px;
            height: 320px;
			padding: 20px;
			padding-top: 40px;
        }

        /* Styling for the icon containers */
        .icon-block {
            width: 35px;
            height: 35px;
        }

        /* Styling for the icons themselves */
        .icon-block img {
            height: 18px;
        }

        /* Big Circle (Radius: 250px) - 4 Icons */
        .big-circle .icon-block:nth-child(1) {
            transform: rotate(-15deg) translateY(-160px) rotate(15deg);
        }
        .big-circle .icon-block:nth-child(2) {
            transform: rotate(60deg) translateY(-160px) rotate(-60deg);
        }
        .big-circle .icon-block:nth-child(3) {
            transform: rotate(190deg) translateY(-160px) rotate(-190deg);
        }
        .big-circle .icon-block:nth-child(4) {
            transform: rotate(280deg) translateY(-160px) rotate(-280deg);
        }

        /* Middle Circle (Radius: 187.5px) - 4 Icons */
        .circle .icon-block:nth-child(1) {
            transform: rotate(-30deg) translateY(-120px) rotate(30deg);
        }
        .circle .icon-block:nth-child(2) {
            transform: rotate(45deg) translateY(-120px) rotate(-45deg);
        }
        .circle .icon-block:nth-child(3) {
            transform: rotate(150deg) translateY(-120px) rotate(-150deg);
        }
        .circle .icon-block:nth-child(4) {
            transform: rotate(225deg) translateY(-120px) rotate(-225deg);
        }
        
        /* Small Circle (Radius: 125px) - 4 Icons */
        .circle_small .icon-block:nth-child(1) {
            transform: rotate(-60deg) translateY(-75px) rotate(60deg);
        }
        .circle_small .icon-block:nth-child(2) {
            transform: rotate(60deg) translateY(-75px) rotate(-60deg);
        }
        .circle_small .icon-block:nth-child(3) {
            transform: rotate(180deg) translateY(-75px) rotate(-180deg);
        }
        .circle_small .icon-block:nth-child(4) { 
            transform: rotate(270deg) translateY(-75px) rotate(-270deg);
        }

        /* Center logo container */
        .center-logo {
            width: 60px;
            height: 60px;
        }
		.desk_mb{
			margin-bottom: 0px;
		}

        /* Center logo SVG */
        .cercle_logo {
            width: 45px;
            height: auto;
        }
			.hero_content_button2 {
	flex-direction: column !important;
}

.mb50{
	margin-bottom: 30px;
}

.main_heading2{
	font-size: 30px;
}
.our_promise_icon {
    width: 48px;
    height: 48px;
}
span.regular_para.m0 {
    margin: auto !important;
    text-align: center;
}
	.btn1.des_scre_none {
		display: block !important;
		font-size: 14px;
		color: black;

	}
	.des_scre_none {
		display: block !important;
	}
.btn_green  a {
color: white;
}

		/*///////////////////////////////// finish //////////////////////*/
}


@media (max-width:450px) {
	.hero_box {
		width: 150px;
		left: -50px;
	}
	.hero_box3 {
		width: 150px;
	        top: 30px;
        left: -15px;
	}

	.hero_box2 {
		left: -40px;
	}
	.circle_section_animation{
		clip-path: inset(0px 0px 19% 0px) !important; 
		padding-top: 40px;
}

	/* ///////////////////////////////////interigity section circle aimation ////////////////////////////////////*/
       .main {
            width: 270px;
            height: 270px;
			padding: 20px;
			padding-top: 40px;
        }

        /* Styling for the icon containers */
        .icon-block {
            width: 30px;
            height: 30px;
        }

        /* Styling for the icons themselves */
        .icon-block img {
            height: 16px;
        }

        /* Big Circle (Radius: 250px) - 4 Icons */
        .big-circle .icon-block:nth-child(1) {
            transform: rotate(-15deg) translateY(-135px) rotate(15deg);
        }
        .big-circle .icon-block:nth-child(2) {
            transform: rotate(60deg) translateY(-135px) rotate(-60deg);
        }
        .big-circle .icon-block:nth-child(3) {
            transform: rotate(190deg) translateY(-135px) rotate(-190deg);
        }
        .big-circle .icon-block:nth-child(4) {
            transform: rotate(280deg) translateY(-135px) rotate(-280deg);
        }

        /* Middle Circle (Radius: 187.5px) - 4 Icons */
        .circle .icon-block:nth-child(1) {
            transform: rotate(-30deg) translateY(-103px) rotate(30deg);
        }
        .circle .icon-block:nth-child(2) {
            transform: rotate(45deg) translateY(-103px) rotate(-45deg);
        }
        .circle .icon-block:nth-child(3) {
            transform: rotate(150deg) translateY(-103px) rotate(-150deg);
        }
        .circle .icon-block:nth-child(4) {
            transform: rotate(225deg) translateY(-103px) rotate(-225deg);
        }
        
        /* Small Circle (Radius: 125px) - 4 Icons */
        .circle_small .icon-block:nth-child(1) {
            transform: rotate(-60deg) translateY(-66px) rotate(60deg);
        }
        .circle_small .icon-block:nth-child(2) {
            transform: rotate(60deg) translateY(-66px) rotate(-60deg);
        }
        .circle_small .icon-block:nth-child(3) {
            transform: rotate(180deg) translateY(-66px) rotate(-180deg);
        }
        .circle_small .icon-block:nth-child(4) { 
            transform: rotate(270deg) translateY(-66px) rotate(-270deg);
        }

        /* Center logo container */
        .center-logo {
            width: 60px;
            height: 60px;
        }

        /* Center logo SVG */
        .cercle_logo {
            width: 45px;
            height: auto;
        }
			.btn, .btn2, .btn_green  {
/* padding: 8px 16px; */
height: fit-content;
font-size: 14px;
}
.about_box .regular_para{
	font-size: 12px !important;
}

.btn_green  a {
color: white;
}
		/*///////////////////////////////// finish //////////////////////*/

}


@media (max-width:395px) {
	.hero_box {
		left: -30px;
	}

		.company_logo_box {
		padding: 10px 20px;
	}
	



}
.swiper-pagination{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%);
}

@media (max-width:380px) {
	.hero_content_button {
	flex-direction: column !important;
	width: 100%;
}
.btn, .btn_transparent{
	width: 100%;
}

	.btn, .btn2 {
padding: 8px 16px;
height: fit-content;
font-size: 14px;

}
.hero_content_button2 .btn1, .btn2{
 width: 100%;
}
/* .hero_content_button2 button{
} */

}
.company_logo_about img {
  display: block;
}

.company_logo_about.hidden {
  display: none;
}


