@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #151514;
}

a {
  text-decoration: none;
}

.fgrey {
  color: #3a3a3a;
}

.f68 {
  color: #e3e3e3;
  font-size: 68px;
  font-family: Arial, Helvetica, sans-serif;
}

.f85 {
  font-size: 85px;
  font-weight: 600;
}

h2 {
  font-family: "Manrope";
  font-size: 35px;
}

.f58 {
  font-size: 58px;
  font-weight: 600;
}

.f40 {
  font-size: 40px;
}

.f30 {
  font-size: 30px;
}

.f35 {
  font-size: 35px;
}

.f20 {
  font-size: 20px;
}
.f25 {
  font-size: 25px;
}

.f25lig {
  font-size: 25px;
  font-weight: 300;
  font-family: "Manrope";
}

.f18 {
  font-size: 18px;
}

.f12 {
  font-size: 12px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

.mtop {
  margin-top: 60px;
}

.whitelink {
  color: #fff;
  font-size: 12px;
}

.whitelink:hover {
  color: #accc09;
  font-size: 12px;
}

.btn-outline-light:hover {
  background-color: #218233;
  border-color: #218233;
  color: #fff;
}

/******* Menu Part*********/

header {
  background: url("../images/navbg.png") no-repeat;
  background-size: cover;
}

#mainNav.navbar-shrink .rounded-pill,
#mainNav2.navbar-shrink .rounded-pill {
  border-radius: 0 !important;
}

#mainNav.navbar-shrink .shadow,
#mainNav2.navbar-shrink .shadow {
  box-shadow: none !important;
}

#mainNav,
#mainNav2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: transparent;
  box-shadow: none !important;
  transition:
    padding-top 0.3s ease-in-out,
    padding-bottom 0.3s ease-in-out;
  margin-top: 20px;
}

#mainNav.navbar-shrink,
#mainNav2.navbar-shrink {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 0.5rem;
  margin-top: 0px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.06) !important;
}

.navbar img {
  width: 160px;
}

.navbar {
  padding: 30px 0px 0px 0px;
}

.dropdown-menu {
  padding: 0;
}

.nav-link {
  font-weight: 500;
  color: #000;
  padding: 25px 25px 22px 25px !important;
  text-transform: capitalize;
}

.dropdown-item {
  padding: 11px 10px;
}

.nav-link:hover,
.dropdown-item:hover,
.navbar-nav .nav-link.active {
  background: linear-gradient(90deg, #accc09, #218233);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #34b6d8;
}

.dropdown-toggle::after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-left: 0;
  transition: transform 0.3s ease;
  border: 0;
  vertical-align: -1px;
  color: #1c1b1f;
}

.dropdown-menu {
  border: 0;
  border-radius: 0;
  background-color: white;
  opacity: 0.9;
}

/****************** Mobile menu *****************************/

#menu {
  background: #fff;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0px;
  right: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-out;
  z-index: 1100;
}

#menu.open {
  opacity: 1;
  visibility: visible;
}

/*#menu .main-nav {
  position: relative;
  top: 37%;
  transform: translateY(-50%);
  background-color: #00347E;
}*/

#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 160px 10px 0px 0px;
}

#menu .main-nav ul li {
  border-bottom: 0px solid #d9d9d9;
  padding: 10px 40px 10px 30px;
}

#menu .main-nav ul li ul {
  padding: 10px 0px 0px 0px;
}

#menu .main-nav ul li ul li {
  border-bottom: 0px solid #d9d9d9;
  padding: 5px 0px;
}

#menu .main-nav ul li ul li a {
  font-size: 14px;
}

#menu .main-nav ul li a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

#menu .main-nav ul li a:hover {
  color: #218233;
}

#menu .main-nav ul li a[aria-expanded="true"]::after {
  content: "\f106";
  font-family: "FontAwesome";
  float: right;
  font-size: 18px;
  padding-left: 10px;
}

#menu .main-nav ul li a[aria-expanded="false"]::after {
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
  padding-left: 10px;
  font-size: 14px;
}

#menu .main-nav ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.toggle-menu {
  /* background-image: url('images/mobile-icon.png'); */
  background: none;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  position: relative;
  z-index: 1110;
  top: 0;
  right: 0px;
  padding: 20px;
}

.toggle-menu span {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 2px);
  transform-origin: 50% 50%;
  transition:
    background-color 0.2s ease-in-out,
    top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  width: 26px;
  right: 0;
  border-radius: 2px;
}

.toggle-menu span:before {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition:
    background-color 0.2s ease-in-out,
    top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  width: 26px;
  border-radius: 2px;
}

.toggle-menu span:after {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition:
    background-color 0.2s ease-in-out,
    top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  width: 26px;
  border-radius: 2px;
}

.toggle-menu span:before {
  top: 7px;
}

.toggle-menu span:after {
  top: -7px;
}

.toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}

.toggle-menu.active span:before,
.toggle-menu.active span:after {
  transition:
    top 0.2s ease-out,
    transform 0.2s 0.2s ease-out;
}

.toggle-menu.active span:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

/* HERO SECTION */
.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* same as figma fill */
  z-index: -1;
}

/* LEFT */
.hero-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Manrope";
}

.hero-text {
  margin-top: 15px;
  font-size: 15px;
  color: #e2e8f0;
}

/* RIGHT SIDE */
.hero-icons {
  height: 500px;
}

/* ICON BOX */
.icon-box {
  position: absolute;
  width: 96px;
  height: 96px;
  background: url("../images/boxbg.png");

  color: #fff;
  text-align: center;
  padding: 6px;
  transition: 0.3s;
}

.icon-box img {
  margin: 3px 0 5px 0px;
}

.icon-box span {
  font-size: 11px;
  display: block;
  color: #000;
  font-weight: 500;
}

/* POSITIONS */
.box1 {
  top: 25%;
  left: 15%;
}
.box2 {
  top: 25%;
  right: 22%;
}

.box6 {
  top: 60%;
  right: 3%;
}
.box3 {
  top: 60%;
  left: -2%;
}
.box4 {
  bottom: -13%;
  left: 15%;
}
.box5 {
  bottom: -13%;
  right: 22%;
}

/* FLOAT ANIMATION */
.icon-box {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.rightbg {
  background: #191817 url("../images/right-bg.png") no-repeat right center;
  background-size: contain;
}

.rightleftbg {
  background-color: #191817;
  background-image: url("../images/left-rightbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* .services-section {
  background: #191817;
} */

.service-card-hover,
.service-card-hover2 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #262523;
  border: 1px solid #3a3a3a;
  transition: 0.3s;
  padding: 20px 20px 120px 20px;
}

.service-card-hover2 {
  padding: 20px;
}

/* IMAGE */
.service-card-hover img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.service-card-hover2 img {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* DEFAULT TITLE (BOTTOM) */
.card-title-default {
  position: absolute;
  bottom: 75px;
  left: 20px;
  color: #fff;
  font-size: 1.25rem;
  z-index: 2;
}

/* HOVER OVERLAY */
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
  color: #fff;
  padding: 18px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* TEXT */
.card-overlay h5 {
  color: #218233;
  font-weight: 600;
}

.card-overlay p {
  font-size: 13px;
  color: #cbd5e1;
  padding-top: 12px;
}

/* HOVER EFFECT */
.service-card-hover:hover .card-overlay {
  opacity: 1;
  transform: translateY(0);
}

.service-card-hover:hover .card-title-default {
  opacity: 0;
}

/* BORDER GLOW ON HOVER */
.service-card-hover:hover,
.service-card-hover2:hover {
  border: 1px solid rgba(33, 130, 51, 0.44);
  background: linear-gradient(to right, rgba(33, 130, 51, 0.44) 0%, #262523 50%, #3a3a3a 100%);
}

/* SECTION */
.solution-section {
  overflow: hidden;
  /* background: #191817; */
}

.slide-item {
  width: 360px; /* fixed width */
  margin-right: 20px;
}

.solution-slider {
  padding-left: 2.5%; /* 🔥 pushes everything right */
}

.slick-track {
  display: flex !important;
  padding-bottom: 20px !important;
}

/* COMMON CARD */
.slide-item {
  width: 460px; /* fixed width */
  margin-right: 20px;
}

/* FLIP CARD */
.flip-card {
  perspective: 1000px;
}

.flip-inner {
  position: relative;
  height: 380px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* HOVER FLIP */
.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

/* FRONT / BACK */
.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  backface-visibility: hidden;
  overflow: hidden;
}

/* FRONT */
.flip-front {
  background: #262523;
  border: 1px solid #3a3a3a;
  padding: 15px;
}

.flip-front img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 15px;
}

.flip-front h6 {
  color: #fff;
  margin-top: 10px;
}

/* BACK */
.flip-back {
  background: linear-gradient(180deg, #0f1a14, #000);
  color: #fff;
  padding: 15px;
  border-radius: 15px;
  transform: rotateY(180deg);
  border: 1px solid rgba(33, 130, 51, 0.44);
}

.flip-back h6 {
  color: #218233;
}

.solution-wrapper {
  overflow: hidden;
}

/* SECTION BACKGROUND */
/* .platform-section {
  background: radial-gradient(circle at center, #0b0b0b, #0f1a14);
} */

/* COLUMN BOX */
.platform-box {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
  position: relative;
}

/* REMOVE LAST BORDER */
.platform-box:last-child {
  border-right: none;
}

/* CONTENT */
.platform-content h3 {
  color: #fff;
  font-size: 28px;
  margin: 10px 0px;
}

.platform-content h6 {
  color: #cbd5e1;
  font-weight: 600;
  margin-bottom: 10px;
}

.platform-content p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

/* BUTTONS */
.btn-dark-green {
  background: #262523;
  color: #218233;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Manrope";
  padding: 8px 16px;
  font-weight: 700;
}

.btn-dark-green:hover {
  background: #218233;
  color: #262523;
}

.btn-light {
  background: #fff;
  color: #218233;
  font-family: "Manrope";
  border-radius: 10px;
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 700;
  border: 0;
}

.btn-light:hover {
  background: #218233;
  color: #fff;
}

/* BACKGROUND */
.industries-section {
  background: #0b0b0b;
}

/* LEFT TEXT */
.industry-desc {
  color: #fff;
  font-size: 14px;
  max-width: 500px;
}

/* IMAGE */
.industry-img {
  border-radius: 15px;
}

/* CARD */
.industry-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 15px;
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: 0.3s;
}

/* ICON */
.industry-card i {
  font-size: 18px;
  color: #6b7280;
}

/* TEXT */
.industry-card span {
  font-size: 15px;
}

/* HOVER */
.industry-card:hover {
  border-color: #218233;
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.2);
  transform: translateY(-3px);
}

/* TITLE */
.stats-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

/* COUNTER */
.counter {
  font-size: 48px;
  font-weight: 700;
}

/* TEXT */
.stats-section p {
  color: #cbd5e1;
  margin-top: 10px;
}

.security-section {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* OVERLAY */
.security-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  z-index: -1;
}

/* TITLE */
.sec-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Manrope";
}

.sec-title span {
  background: linear-gradient(90deg, #accc09, #218233);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TEXT */
.sec-text {
  margin-top: 15px;
  color: #cbd5e1;
  font-size: 14px;
  max-width: 500px;
  font-family: "Manrope";
}

.cta-section {
  min-height: 300px;
  background: radial-gradient(circle at center, #0b0b0b, #0f1a14);
  padding: 80px 20px;
}

/* TITLE */
.cta-title {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.cta-title span {
  background: linear-gradient(90deg, #accc09, #218233);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TEXT */
.cta-text {
  color: #cbd5e1;
  font-size: 15px;
  margin-top: 10px;
}

/* BUTTON */
.btn-cta {
  background: #fff;
  color: #218233;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-cta:hover {
  background: #218233;
  color: #fff;
}

/**************************** Inner pages CSS*******************************/

.fmlymanrope {
  font-family: "Manrope";
}

.innerbg {
  position: relative;
  display: inline-block;
  width: 100%;
}

.overlay-text {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay-text h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Manrope";
}

.badge {
  padding: 12px 22px;
  color: #fff;
  border-radius: 5px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  background-color: #171715;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #2e2e2e;
}

/*************** Careers css *********************/

.custom-select {
  background-color: #1f1f1f;
  color: #fff;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 15px;
  font-size: 14px;
}

/* KEEP YOUR EXISTING */
.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #1f1f1f;
  color: #fff;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 40px 12px 15px; /* 🔥 space for icon */
  font-size: 14px;
}

/* WRAPPER (ADD THIS) */
.select-wrapper {
  position: relative;
}

/* FONT AWESOME ICON */
.select-wrapper::after {
  content: "\f107"; /* FontAwesome chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;

  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;

  color: #fff;
  font-size: 14px;
}

.custom-select:focus {
  border-color: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.3);
  background-color: #1f1f1f;
  color: #fff;
}

.custom-select option {
  background: #1f1f1f;
  color: #fff;
}

.insights p,
.insights h1,
.insights h2,
.insights h3,
.insights h4,
.insights h5,
.insights h6,
.insights strong {
  padding-bottom: 20px;
}

.insights ul,
.insights ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

/*********** Contact us page css ******************************/

.contact-section {
  background: linear-gradient(120deg, rgba(33, 130, 51, 0.3), #1a1a1a, rgba(33, 130, 51, 0.3));
}

/* LABEL */
.form-label {
  color: #cbd5e1;
  font-size: 16px;
}

/* INPUT */
.custom-input {
  background: #262523;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  color: #fff;
  padding: 18px 12px;
}

.custom-input::placeholder {
  color: #777;
}

/* FOCUS */
.custom-input:focus {
  border-color: #218233;
  box-shadow: none;
  background: #1f1f1f;
  color: #fff;
}

/* CHECKBOX */
.custom-check .form-check-input {
  background-color: #1f1f1f;
  border: 1px solid #555;
}

.custom-check .form-check-input:checked {
  background-color: #1f1f1f;
  border: 1px solid #555;
}

.custom-check .form-check-label {
  color: #cbd5e1;
  font-size: 14px;
}

/* BUTTON */
.btn-submit {
  background: #fff;
  color: #218233;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #22c55e;
  color: #fff;
}

/********************* Footer section CSS **************************/

.footer-section {
  background: #0d0d0d;
  padding: 50px 0;
}

/* SOCIAL ICONS */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.social-icons a:hover {
  background: linear-gradient(to right, rgba(33, 130, 51, 0.44) 0%, #262523 50%, #3a3a3a 100%);
  border: 1px solid #218233;
  transform: scale(1.1);
}

/* LINKS */
.footer-links h6 {
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #218233;
}

/* CONTACT */
.footer-top p {
  color: #fff;
  font-size: 14px;
}

/* HR LINE */
.footer-section hr {
  border-color: rgba(255, 255, 255, 0.1);
}

/* COPYRIGHT */
.footer-section p {
  font-size: 14px;
  color: #fff;
}

.slick-dots li button:before {
  font-size: 18px;
  color: #555;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #218233;
}

.siteimg {
  position: absolute;
  top: 8%;
  left: 25%;
  width: 64%;
}

.about_cards .card {
  height: 330px !important;
  cursor: pointer;
  border-radius: 15px;
  border: 0;
  box-shadow: 0 4px 4px rgb(0 0 0 / 0.15);
  transition: 0.4s ease-in-out;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  background: #262523;
  border: 1px solid #3a3a3a;
  color: #fff;
}
.values_cards .card {
  height: 266px !important;
}
.about_cards .card:hover,
.services_cards .card:hover {
  transition: 0.4s ease-in-out;
  border-top: 5px solid #004b1d;
  border-bottom: 5px solid #004b1d;
}
.about_cards .card .card-img img,
.career_cards .card .card-img img,
.services_cards .card .card-img img {
  width: 100px;
  transition: 0.4s ease-in-out;
}
.about_cards .card .card-img,
.career_cards .card .card-img,
.services_cards .card .card-img {
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}
.about_cards .card:hover .card-img img,
.career_cards .card:hover .card-img img {
  width: 50px;
  transition: 0.4s ease-in-out;
}
.about_cards .card .card-body,
.career_cards .card .card-body,
.services_cards .card .card-body {
  padding-bottom: 30px;
}
.about_cards .card:hover .card-body p,
.career_cards .card:hover .card-body p,
.services_cards .card:hover .card-body p {
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.about_cards .card .card-img img,
.career_cards .card .card-img img,
.services_cards .card .card-img img {
  width: 100px;
  transition: 0.4s ease-in-out;
}

.leadership-section {
  background: linear-gradient(180deg, #071321, #0d1f33);
  overflow: hidden;
}

.section-tag {
  color: #218233;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.section-desc {
  max-width: 700px;
  margin: auto;
  color: rgba(255, 255, 255, 0.7);
}

.leader-box {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 30px;
  overflow: hidden;
  padding: 30px;
  height: 100%;
  transition: 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.leader-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(135deg, #00c853, #00e676, #00c853);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  opacity: 0;
  transition: 0.5s;
}

.leader-box:hover::before {
  opacity: 1;
}

.leader-box:hover {
  transform: translateY(-15px);
}

.leader-image {
  width: 170px;
  height: 170px;
  margin: auto;
  position: relative;
  animation: float 4s ease-in-out infinite;
}

.leader-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.15);
}

.leader-content {
  text-align: center;
  margin-top: 25px;
}

.leader-content h4 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 24px;
}

.leader-content span {
  color: #218233;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

.leader-content p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
}

.leader-social {
  margin-top: 20px;
}

.leader-social a {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: 0.4s;
  text-decoration: none;
}

.leader-social a:hover {
  background: #00d4ff;
  transform: rotate(360deg);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 34px;
  }

  .leader-image {
    width: 140px;
    height: 140px;
  }
}

.scrolltop {
  position: fixed;
  bottom: 70px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 99999;
  display: none;
}

.scrolltop .icon {
  font-size: 30px;
  text-align: center;
  transform: rotate(-45deg);
  margin-top: 10px;
  color: #000;
}

/****************** Mobile menu *****************************/

@media (max-width: 760px) {
  .service-card img {
    height: 180px;
  }

  .sec-title {
    font-size: 32px;
  }

  .cta-title {
    font-size: 26px;
  }

  .navbar {
    padding: 0px 0px 0px 0px;
  }

  /* POSITIONS */
  .box1 {
    top: 14%;
    left: 19%;
  }
  .box2 {
    top: 14%;
    right: 20%;
  }

  .box6 {
    top: 42%;
    right: 4%;
  }
  .box3 {
    top: 42%;
    left: 4%;
  }
  .box4 {
    bottom: 8%;
    left: 19%;
  }
  .box5 {
    bottom: 8%;
    right: 20%;
  }

  .flip-front img {
    width: 100%;
    height: 237px;
  }

  .slide-item {
    width: 398px;
    margin: 0px 10px !important;
  }

  #mainNav2 {
    padding: 0px 12px;
    margin-top: 30px;
  }

  .hero-section {
    padding-top: 150px;
  }

  .hero-title,
  .overlay-text h1 {
    font-size: 25px;
  }

  .stats-title {
    font-size: 35px;
  }

  .overlay-text {
    top: 61%;
    width: 100%;
  }

  .overlay-text h1 {
    font-size: 26px;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .solution-slider {
    padding-left: 0;
  }
  .industry-img {
    margin-bottom: 20px;
  }

  .platform-box {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1500px) {
  .solution-slider {
    padding-left: 15.5%;
  }

  .mtop {
    margin-top: 0px;
  }

  .box1 {
    top: 12%;
    left: 15%;
  }
  .box2 {
    top: 12%;
    right: 22%;
  }

  .box6 {
    top: 42%;
    right: 0;
  }
  .box3 {
    top: 42%;
    left: -2%;
  }
  .box4 {
    bottom: 3%;
    left: 15%;
  }
  .box5 {
    bottom: 3%;
    right: 22%;
  }
}
