.sec-3-head h2 {
	font-size: 50px;
	color: #000 !important;
	
	font-weight: 800;
}

.fs-5x{
	font-size:3.5rem !important;
	line-height:4rem !important;
}
.sec-3-head h2 span {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	font-family: poppins;
	font-size: 80px;
}

h2.main-title {
	font-size: 40px;
	line-height: 50px ;
	text-transform: capitalize;
	background: linear-gradient(97.08deg, #08b7d6 0%, #025ca1 55.06%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 400
}

.services .border-green {
	border: 2px solid lightgreen;
}

.services .border-green i {
	background:lightgreen;
	color:#fff;
}
.services .border-green h5 {
	color:lightgreen;
}
.services .border-green ul li::before {
  content: "\f058"; /* Font Awesome icon code for 'fa-circle-check' */
  font-family: "FontAwesome";
  font-weight: 900; /* required for solid icons */
 padding-right:3px;
  left: 0;
  top: 0;
  color: lightgreen;
  font-size: 16px;
  line-height: 1.2;
}
.services .border-purple {
	border: 2px solid purple;
}
.services .border-purple i {
	background:purple;
	color:#fff;
}
.services .border-purple h5 {
	color:purple;
}
.services .border-purple ul li::before {
  content: "\f058"; /* Font Awesome icon code for 'fa-circle-check' */
  font-family: "FontAwesome";
  font-weight: 900; /* required for solid icons */
 padding-right:3px;
  left: 0;
  top: 0;
  color: purple;
  font-size: 16px;
  line-height: 1.2;
}
.services .border-orange {
	border: 2px solid orange;
}
.services .border-orange i {
	background:orange;
	color:#fff;
}
.services .border-orange h5 {
	color:orange;
}.services .border-orange ul li::before {
  content: "\f058"; /* Font Awesome icon code for 'fa-circle-check' */
  font-family: "FontAwesome";
  font-weight: 900; /* required for solid icons */
 padding-right:3px;
  left: 0;
  top: 0;
  color: orange;
  font-size: 16px;
  line-height: 1.2;
}
.services .border-blue {
	border: 2px solid blue;
}

.services .border-blue i {
	background:blue;
	color:#fff;
}
.services .border-blue h5 {
	color:blue;
}
.services .border-blue ul li::before {
  content: "\f058"; /* Font Awesome icon code for 'fa-circle-check' */
  font-family: "FontAwesome";
  font-weight: 900; /* required for solid icons */
 padding-right:3px;
  left: 0;
  top: 0;
  color: blue;
  font-size: 16px;
  line-height: 1.2;
}
.services .border-cyan {
	border: 2px solid cyan;
}
.services .border-cyan i {
	background:cyan;
	color:#fff;
}
.services .border-cyan h5 {
	color:cyan;
}
.services .border-cyan ul li::before {
  content: "\f058"; /* Font Awesome icon code for 'fa-circle-check' */
  font-family: "FontAwesome";
  font-weight: 900; /* required for solid icons */
 padding-right:3px;
  left: 0;
  top: 0;
  color: cyan;
  font-size: 16px;
  line-height: 1.2;
}
.services .card {
	height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	padding: 20px;
	font-size: 14px;
	border-radius: 20px;
	box-shadow: 0px 6px 8px #ddd;
	transition: 0.5s;
	/* Default hidden scrollbar */
	scrollbar-width: none;
	/* Firefox */
}

/* Hide scrollbar completely */
.services .card::-webkit-scrollbar {
	width: 0;
}

/* On hover, show scrollbar */
.services .card:hover {
	scrollbar-width: thin;
	/* Firefox */
	scrollbar-color: lightgreen transparent;
}

.services .card:hover::-webkit-scrollbar {
	width: 6px;
}

.services .card:hover::-webkit-scrollbar-track {
	background: transparent;
}

.services .card:hover::-webkit-scrollbar-thumb {
	background-color: #00b894;
	border-radius: 10px;
}

.services .card:hover::-webkit-scrollbar-thumb:hover {
	background-color: #009f7f;
}

/* Hide scrollbar arrows completely */
.services .card::-webkit-scrollbar-button {
	display: none;
	height: 0;
	width: 0;
}
.services .card-body i {
	padding:15px 10px;
	width:50px;
	height:50px;
	font-size:20px;
	border-radius:100px;
	text-align:center;
	align-items:center;
	justify-content:center;
}

.services .card:hover {
	box-shadow: 0px 16px 18px lightgreen;
}


.feature-section {
	padding: 60px 0;
	background-color: #000;
}

.feature-box {
	background-color: #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	margin: 0;
	padding: 35px 25px;
	transition: 0.3s ease;
	height: 100%;
}

/* Remove right border from the last column in each row */
.row .col-lg-3:nth-child(4) .feature-box {
	border-right: none;
}

/* Remove bottom border from the last row boxes */
.row:nth-child(2) .feature-box {
	border-bottom: none;
}

.feature-box:hover h5 {
	color: cyan;
	border-color: cyan;
}

.feature-box:hover .feature-icon {
	background-color: cyan;
	color: #000;
}

.feature-icon {
	background-color: #1b1b1b;
	border-radius: 6px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 18px;
	color: #ccc;
}

.feature-box h5 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 12px;
	color: #fff;
}

.feature-box p {
	color: #9e9e9e;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0;
}

section.tools-section {
	background: #fff;
	text-align: center;
	padding: 100px 0;
	overflow: hidden;
	position: relative;
}

.tools-section h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 10px;
}

.tools-section h3 {
	font-size: 52px;
	font-weight: 800;
	background: linear-gradient(90deg, #adff2f, #ccff33);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 60px;
}

/* Icon Row Wrapper */
.slider-wrapper {
	overflow: hidden;
	width: 100%;
	margin-bottom: 35px;
}

/* Icon Row */
.icon-slider {
	display: flex;
	gap: 25px;
	width: max-content;
}

.move-bounce-left {
	animation: bounceLeft 25s infinite alternate ease-in-out;
}

.move-bounce-right {
	animation: bounceRight 25s infinite alternate ease-in-out;
}

@keyframes bounceLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@keyframes bounceRight {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(50%);
	}
}

@media (max-width: 768px) {
	.icon-box img {
		width: 45px;
		height: 45px;
	}
}

/* Icon Box */
.icon-box {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 14px;
	margin: 10px 0px;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 25px rgba(140, 255, 0, 0.05);
	transition: all 0.3s ease;
}

.icon-box img {
	width: 45px;
	height: 45px;
	opacity: 0.9;
	filter: grayscale(10%);
	transition: all 0.3s ease;
}

.icon-box:hover {
	transform: scale(1.1);
	box-shadow: 0 0 25px rgba(170, 255, 0, 0.3);
}

.icon-box:hover img {
	opacity: 1;
	filter: none;
}
/* Hover animation for dropdowns */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 10px;
  border: none;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}
.nav-item.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Submenu styling */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
}
.dropdown-submenu:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Links styling */
.navbar-nav .nav-link {
  font-weight: 500;
  color: #000 !important;
  transition: color 0.3s;
}
.navbar-nav .nav-link:hover {
  color: #00b894 !important;
}


#tabs .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fa4c4e;
	border-radius: 16px;
	padding: 50px;
	border: none
}


.wonderplugintabs-header-caption img {
	width: 60px !important;
	margin-bottom:10px;
	
}

.wonderplugintabs-header-title {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-align: center
}

#tabs .nav-tabs .nav-item {
	margin-bottom: -1px;
	width: 25%
}

#tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	padding: 50px;
	border-radius: 16px;
	background-color: #24252a;
	margin: 5px
}

.how-we-work {
	padding: 60px 0;
}

#tabs .nav-tabs {
	border-bottom: none
}
