/*!
Theme Name: idmerit-africa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: idmerit-africa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

idmerit-africa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* =========================
   FONT FACES
========================= */

@font-face {
  font-family: 'Inter';
  src: url('./assets/fonts/Inter-Medium.eot');
  src: url('./assets/fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Inter-Medium.woff2') format('woff2'),
    url('./assets/fonts/Inter-Medium.woff') format('woff'),
    url('./assets/fonts/Inter-Medium.ttf') format('truetype'),
    url('./assets/fonts/Inter-Medium.svg#Inter-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./assets/fonts/Inter-SemiBold.eot');
  src: url('./assets/fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Inter-SemiBold.woff2') format('woff2'),
    url('./assets/fonts/Inter-SemiBold.woff') format('woff'),
    url('./assets/fonts/Inter-SemiBold.ttf') format('truetype'),
    url('./assets/fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./assets/fonts/Inter-Regular.eot');
  src: url('./assets/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Inter-Regular.woff2') format('woff2'),
    url('./assets/fonts/Inter-Regular.woff') format('woff'),
    url('./assets/fonts/Inter-Regular.ttf') format('truetype'),
    url('./assets/fonts/Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./assets/fonts/Inter-Bold.eot');
  src: url('./assets/fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Inter-Bold.woff2') format('woff2'),
    url('./assets/fonts/Inter-Bold.woff') format('woff'),
    url('./assets/fonts/Inter-Bold.ttf') format('truetype'),
    url('./assets/fonts/Inter-Bold.svg#Inter-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


/* =========================
   ROOT VARIABLES
========================= */
:root {
  --color-primary: #ff6b2c;
  --color-dark: #0c2d48;
  --color-bg: #f4f6f9;
  --color-white: #ffffff;
  --color-text: #222;
  --shadow-main: 0 10px 30px rgba(0, 0, 0, 0.08);
  --radius: 12px;
  --font-main: 'Inter', sans-serif;
  --bg-color: #ffffff;
  --border-color: #dfe4eb;
  --primary-color: #0f4c89;
  --hover-bg: #f2f2f2;

  /* Colors */
  --clr-navy: #092641;
  --clr-navy-dark: #0c2a45;
  --clr-navy-mid: #0b2a45;
  --clr-blue: #0f4c89;
  --clr-blue-light: #1a5da1;
  --clr-blue-deep: #031525;
  --clr-orange: #ee7e22;
  --clr-orange-light: #f17f21;
  --clr-orange-bright: #ff7a00;
  --clr-orange-alt: #ff8c2f;
  --clr-orange-tag: #f97316;
  --clr-white: #ffffff;
  --clr-black: #000000;
  --clr-text-dark: #0f172a;
  --clr-text-mid: #1e293b;
  --clr-text-body: #475569;
  --clr-text-muted: #64748b;
  --clr-text-light: #94a3b8;
  --clr-text-grey: #6b7280;
  --clr-text-333: #333333;
  --clr-text-555: #555555;
  --clr-text-666: #666666;
  --clr-text-777: #777777;
  --clr-text-888: #888888;
  --clr-slate: #cbd5e1;
  --clr-slate-light: #e2e8f0;
  --clr-slate-lighter: #f1f5f9;
  --clr-slate-bg: #f8fafc;
  --clr-slate-bg2: #f9fafb;
  --clr-border-light: #f1f1f1;
  --clr-border-mid: #e5e5e5;
  --clr-border-dark: #ededed;
  --clr-input-bg: #f9f9f9;
  --clr-input-border: #e5e5e5;
  --clr-placeholder: #666666;
  --clr-scrollbar: #888888;
  --clr-scrollbar-hover: #555555;
  --clr-scrollbar-track: #f0f0f0;

  /* Font families */
  --ff-main: 'Inter', sans-serif;

  /* Font sizes (rem) */
  --fs-xs: 0.625rem;
  --fs-sm: 0.75rem;
  --fs-sm2: 0.8125rem;
  --fs-base: 0.875rem;
  --fs-md: 1rem;
  --fs-lg: 1.125rem;
  --fs-xl: 1.25rem;
  --fs-2xl: 1.375rem;
  --fs-3xl: 1.5rem;
  --fs-4xl: 1.625rem;
  --fs-5xl: 1.75rem;
  --fs-6xl: 2rem;
  --fs-7xl: 2.125rem;
  --fs-8xl: 2.25rem;
  --fs-9xl: 2.5rem;
  --fs-10xl: 2.625rem;
  --fs-11xl: 2.75rem;
  --fs-12xl: 3rem;
  --fs-13xl: 3.25rem;
  --fs-14xl: 3.5rem;
  --fs-15xl: 3.625rem;
  --fs-16xl: 4rem;
  --fs-17xl: 4.5rem;
  --fs-18xl: 5.625rem;
  --fs-19xl: 7rem;
  --fs-20xl: 10rem;
}

:root {
  --header-height: 92px;
  /* default value */
}


/* =========================
   RESET / BASE
========================= */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: var(--fs-base);
  line-height: 1.4;
  letter-spacing: .2px;
  font-weight: normal;
  margin: 0;
  font-family: var(--ff-main);
  background: var(--bg-color);
  color: var(--color-text);
}

.container-fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--clr-black);
  font-family: var(--ff-main);
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .2px;
}

h1 {
  font-size: var(--fs-8xl);
}

h2 {
  font-size: var(--fs-5xl);
}

h3 {
  font-size: var(--fs-3xl);
}

h4 {
  font-size: var(--fs-lg);
}

p {
  font-size: var(--fs-lg);
  line-height: 1.4;
  letter-spacing: .2px;
  color: var(--clr-text-body);
  font-family: var(--ff-main);
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

a,
button,
input,
textarea {
  transition: all 300ms;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: unset;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--clr-border-mid);
  background: var(--clr-input-bg);
  border-radius: 5px;
  padding: 10px 12px;
  font-size: var(--fs-md);
  resize: none;
  color: #34495e;
  letter-spacing: .2px;
  font-family: var(--ff-main);
}

input:focus-visible,
textarea:focus-visible {
  outline: unset;
}

input:focus,
textarea:focus {
  border: 1px solid var(--clr-black);
  background-color: var(--clr-white);
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}

::-webkit-input-placeholder {
  color: var(--clr-placeholder);
}

:-ms-input-placeholder {
  color: var(--clr-placeholder);
}

::placeholder {
  color: var(--clr-placeholder);
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn {
  display: block;
  width: 100%;
  padding: 13px 16px;
  font-size: var(--fs-lg);
  line-height: 1.4;
  color: #34495e;
  font-weight: 600;
  letter-spacing: .2px;
  font-family: var(--ff-main);
  text-align: center;
  background: var(--clr-white);
  border: unset;
  border-radius: 40px;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.primary-btn {
  background: linear-gradient(180deg, #E55E24 35.58%, #D7732B 86.06%);
  color: var(--clr-white);
}

.primary-btn:hover {
  background: linear-gradient(180deg, #F06A2F 35.58%, #E08A3A 86.06%);
  color: var(--clr-white);
  box-shadow: 0 0 25px rgba(229, 94, 36, 0.5);
}

.secondary-btn {
  background-color: var(--clr-white);
  color: var(--clr-blue);
}

.secondary-btn:hover {
  background-color: var(--clr-blue);
  color: var(--clr-white);
}

/* Flex utilities */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-item-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.align-content-center {
  align-content: center;
}

.space-between {
  justify-content: space-between;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-row-reverse {
  flex-direction: row-reverse;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse;
}

.no-wrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
}

.justify-between {
  justify-content: space-between;
}

/* Card */
.card {
  background: var(--clr-white);
  border: 1px solid #f3f3f3;
  border-radius: 12px;
  overflow: hidden;
}

.card-header {
  padding: 20px;
}

.card-body {
  padding: 20px;
}

/* Text utilities */
.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

.white-space-nowrap {
  white-space: nowrap;
}

.text-white {
  color: var(--clr-white);
}

.bg-grey {
  background: #f7f4ef;
}

.bg-dark {
  background: rgb(55 71 79);
}

/* Section padding */
.section-padding {
  padding: 80px 0;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--clr-scrollbar-track);
}

::-webkit-scrollbar-thumb {
  background: var(--clr-scrollbar);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--clr-scrollbar-hover);
}

/* Wordpress css */
.page-template-about-page .newsletter-section {
  display: none;
}


/* =========================
   HEADER & NAVIGATION
========================= */
header.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 99;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s ease;
}

body.fixed-header header.header {
  position: fixed;
  top: 0;
  background: var(--clr-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Header CSS */
.site-branding {
  width: 130px;
}

.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 99;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
}

.site-header.sticky {
  position: sticky;
  top: 0;
  background: var(--clr-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hdr-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border: 1px solid #e3e7ed;
  background: var(--clr-white);
  border-radius: 9999px;
  position: relative;
}

body.fixed-header .hdr-main {
  border-color: var(--clr-white);
  border-radius: 0;
}

.site-header.sticky .hdr-main {
  border-color: var(--clr-white);
  border-radius: 0;
}


.logo {
  width: 130px;
}

.logo a,
.logo img {
  display: block;
}

/* Navigation Desktop */
.nav-main {
  display: flex;
}

.nav-menu {
  display: flex;
  gap: 15px;
}

.nav-item {
  position: relative;
}

/* Main link */
.nav-item>a {
  padding: 10px 5px;
  color: var(--clr-text-333);
  display: flex;
  align-items: center;
  gap: 0;
  padding-inline: calc(.25rem * 4);
  padding-block: calc(.25rem * 2);
  font-size: var(--fs-md);
  line-height: 1.4;
  font-weight: 400;
  border: 1px solid #0000;
  border-radius: 999px;
  transition: all 0.2s cubic-bezier(.4, 0, .2, 1);
}

.nav-item>a:hover {
  background: var(--hover-bg);
  color: var(--primary-color);
}

/* Chevron arrows */
.nav-item.has-dropdown>a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--clr-text-333);
  border-bottom: 2px solid var(--clr-text-333);
  transform: rotate(45deg);
  transition: 0.3s ease;
  margin-left: 5px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}

.nav-item.has-dropdown:hover>a::after {
  transform: rotate(225deg);
  top: 2px;
  border-color: var(--primary-color);
}

.has-mega>a {
  position: relative;
}

.has-mega>a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--clr-text-333);
  border-bottom: 2px solid var(--clr-text-333);
  transform: rotate(-45deg);
  transition: 0.3s ease;
  position: absolute;
  top: 20px;
  right: 15px;
}

.has-mega:hover>a::after {
  transform: rotate(-45deg);
  border-color: var(--primary-color);
}

/* Submenu (Level 1) */
.submenu {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 250px;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.nav-item:hover>.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mega menu (Level 2) */
.mega-submenu {
  position: absolute;
  top: 20px;
  left: 100%;
  min-width: 250px;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: 0.3s ease;
}

.has-mega:hover>.mega-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Links */
.submenu li+li {
  margin-top: 5px;
}

.submenu li a,
.mega-submenu li a {
  padding: 12px;
  border-radius: 10px;
  display: block;
  color: var(--text-color);
}

.submenu li a:hover,
.mega-submenu li a:hover {
  background: var(--hover-bg);
  color: var(--primary-color);
}

/* Mobile toggle */
.menu-toggle {
  width: 40px;
  height: 35px;
  padding: 16px 8px;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  display: none;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--clr-black);
  position: relative;
}

.menu-toggle span:after,
.menu-toggle span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--clr-black);
}

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

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

/* Close icon */
.close-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 0;
  background: var(--clr-white);
  border-bottom-left-radius: 8px;
  box-shadow: -2px 2px 0px rgb(0 0 0 / 11%);
  display: none;
  cursor: pointer;
}

.navigation-menu.active .close-icon {
  display: block;
}

.close-icon::before,
.close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 2px;
  background: var(--clr-black);
}

.close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Overlay */
.overlay {
  background: rgba(0, 0, 0, 0.34);
  position: fixed;
  inset: 0;
  backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 100;
}

.navigation-menu.active+.overlay {
  opacity: 1;
  visibility: visible;
}

.sml-scrn-action {
  display: none;
}

main {
  padding-top: var(--header-height) !important;
}

.site-main {
  margin: 30px auto;
}

/* =========================
   HERO SECTION
========================= */

section.hero-section {
  margin-top: -54px;
}


.hero-wrapper {
  padding: 100px 60px 80px;
  background: var(--clr-navy);
  border-radius: 24px;
}

.hero-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.hero-flex-inner-50 {
  width: 48%;
}

.hero-flex-inner-auto {
  flex: 1;
}

.hero-flex-inner-100 {
  width: 100%;
}

.hero-title {
  color: var(--clr-white);
  font-size: var(--fs-14xl);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-desc {
  font-size: var(--fs-md);
  color: #ffffffe6;
  line-height: 1.7;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  gap: 20px;
}

.hero-actions .btn {
  max-width: 250px;
  width: 100%;
}

.hero-clients {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatars {
  display: flex;
}

.avatars img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid var(--clr-navy-mid);
  margin-left: -12px;
}

.avatars img:first-child {
  margin-left: 0;
}

.hero-clients p {
  font-size: var(--fs-md);
  color: var(--clr-slate-light);
  line-height: 1.4;
}

.hero-image img {
  max-width: 100%;
}

/* =========================
   PARTNER SECTION
========================= */
.partner-section {
  padding: 40px 0;
  background: var(--clr-white);
  border-bottom: 1px solid var(--clr-border-light);
}

.partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.partner-logos img {
  animation: scaleLoop 2s ease-in-out infinite;
}

@keyframes scaleLoop {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* =========================
   ABOUT SECTION
========================= */
.about-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-content {
  flex: 1;
  max-width: 50%;
}

.about-tag {
  color: var(--clr-orange-tag);
  font-size: var(--fs-base);
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 15px;
}

.about-title {
  font-size: var(--fs-12xl);
  font-weight: 700;
  color: var(--clr-text-mid);
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-text {
  color: var(--clr-text-muted);
  font-size: var(--fs-md);
  line-height: 1.7;
  margin-bottom: 18px;
}

.about-image {
  flex: 1;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
}

.top-heading {
  text-align: center;
  margin-bottom: 50px;
}

.top-heading h2 {
  font-size: var(--fs-10xl);
  color: var(--clr-text-mid);
}

.top-heading p {
  color: var(--clr-text-muted);
}

.top-heading h2+p {
  margin-top: 8px;
}

/* =========================
   PRODUCT SECTION
========================= */
.product-section {
  background: var(--clr-slate-bg2);
}

.product-wrapper {
  display: flex;
  gap: 40px;
}

.product-tabs {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tab-btn {
  padding: 14px 18px;
  border-radius: 30px;
  border: 1px solid var(--clr-slate-light);
  background: var(--clr-white);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: var(--fs-md);
  font-weight: 500;
  color: var(--clr-text-333);
}

.tab-btn:hover,
.tab-btn.active {
  background: #0F4C890D;
  border-color: #0F4C890D;
  color: var(--clr-blue);
}

.product-content {
  flex: 1;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.content-inner {
  background: var(--clr-white);
  height: 100%;
  border-radius: 20px;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.prdtct-text {
  flex: 1;
}

.prdtct-text h3 {
  font-size: var(--fs-6xl);
  margin-bottom: 20px;
  color: var(--clr-text-mid);
}

.prdtct-text p {
  color: var(--clr-text-muted);
  margin-bottom: 15px;
  line-height: 1.6;
}

.prdtct-text .btn {
  margin-top: 25px;
  max-width: 210px;
  width: 100%;
}

.prdtct-image {
  flex: 1;
  text-align: center;
}

.prdtct-image img {
  max-width: 100%;
}

/* =========================
   LEADING COMPANY SECTION
========================= */
.leading-company-section {
  padding: 40px 0;
  border-bottom: 1px solid var(--clr-border-light);
}

.leading-wrapper {
  background: linear-gradient(135deg, var(--clr-navy-mid), #1c4f82);
  border-radius: 20px;
  padding: 0;
}

.leading-wrapper-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

.map-area {
  flex: 1;
}

.map-area img {
  width: 100%;
  opacity: 0.9;
  display: block;
  height: 550px;
  object-fit: cover;
}

.content-area {
  flex: 1.2;
  padding-right: 20px;
}

.sub-title {
  font-size: var(--fs-md);
  color: var(--clr-slate);
  margin-bottom: 10px;
}

.content-area h2 {
  font-size: var(--fs-9xl);
  color: var(--clr-white);
  margin-bottom: 40px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 40px;
}

.stat h3 {
  font-size: var(--fs-7xl);
  font-weight: 700;
  color: var(--clr-white);
  margin-bottom: 6px;
}

.stat p {
  font-size: var(--fs-md);
  color: var(--clr-slate);
}

/* =========================
   INDUSTRY SECTION
========================= */
.industry-section {
  background: var(--clr-white);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.industry-card {
  background: var(--clr-white);
  border: 1px solid var(--clr-slate-light);
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  min-height: 220px;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.industry-card .industry-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, rgba(15, 76, 137, 0.1) 0%, rgba(15, 76, 137, 0.05) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.industry-card .industry-icon img {
  width: 42px;
  object-fit: contain;
  filter: invert(21%) sepia(58%) saturate(748%) hue-rotate(176deg) brightness(92%) contrast(92%);
}

.industry-card h3 {
  font-size: var(--fs-lg);
  color: var(--clr-text-mid);
  margin-bottom: 10px;
}

.industry-card p {
  font-size: var(--fs-base);
  color: var(--clr-text-muted);
  line-height: 1.5;
  margin-bottom: 15px;
}

.industry-card a {
  color: var(--clr-blue);
  font-weight: 600;
  font-size: var(--fs-base);
  text-decoration: none;
}

.industry-card a:hover {
  text-decoration: underline;
}


/* =========================
   SECURITY SECTION
========================= */
.security-section {
  background: linear-gradient(135deg, var(--clr-navy-dark), #184a78);
}

.security-section .top-heading .tag {
  font-size: var(--fs-3xl);
  line-height: 1.2;
  color: var(--clr-orange-alt);
  font-weight: 600;
  margin-bottom: 10px;
}

.security-section .top-heading h2 {
  font-size: var(--fs-11xl);
  margin: 10px 0;
  color: var(--clr-white);
}

.security-section .top-heading .desc {
  color: var(--clr-slate);
  font-size: var(--fs-md);
  line-height: 1.6;
}

/* Grid layouts */
.top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Cards */
.sec-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 25px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sec-card.large h3 {
  font-size: var(--fs-4xl);
  color: var(--clr-white);
  margin-bottom: 20px;
}

/* Certification grid */
.cert-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.cert-box {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
  border-radius: 14px;
  text-align: center;
}

.cert-box h4 {
  color: var(--clr-orange-light);
  margin-bottom: 10px;
  font-size: var(--fs-xl);
}

.cert-box span {
  font-size: var(--fs-sm2);
  color: var(--clr-slate);
}

/* List */
.reg-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reg-list li {
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
  color: var(--clr-slate-light);
}

.reg-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--clr-orange-alt);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.sec-card.small {
  text-align: center;
  padding: 25px 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.sec-card.small p {
  font-weight: 600;
  font-size: var(--fs-md);
  color: var(--clr-white);
}

/* =========================
   SUCCESS STORIES SECTION
========================= */
.success-stories-section {
  position: relative;
  background-color: var(--clr-white);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

section.success-stories-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(22 68 111 / 10%);
  backdrop-filter: blur(1px);
  z-index: 1;
}

.success-stories-section .container {
  position: relative;
  z-index: 10;
}

.success-stories-wrapper {
  display: flex;
}

.success-stories-left {
  width: 50%;
  padding-right: 40px;
}

.tag {
  color: var(--clr-orange-tag);
  font-size: var(--fs-sm2);
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 20px;
}

.success-stories-left h2 {
  font-size: var(--fs-10xl);
  line-height: 1.2;
  color: var(--clr-text-dark);
  margin-bottom: 20px;
}

.desc {
  font-size: 0.9375rem;
  color: var(--clr-text-body);
  line-height: 1.7;
  margin-bottom: 15px;
}

.success-stories-right {
  width: 50%;
  display: flex;
  gap: 20px;
  height: 350px;
  transform: rotate(-16deg);
  transform-origin: center;
}

.success-stories-right::before,
.success-stories-right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  z-index: 2;
}

.scroll-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.success-stories-card {
  background: var(--clr-white);
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.success-stories-card h4 {
  font-size: var(--fs-md);
  margin-bottom: 10px;
  color: #111827;
}

.success-stories-card p {
  font-size: var(--fs-sm2);
  color: var(--clr-text-grey);
  line-height: 1.5;
}

.success-stories-card a {
  display: inline-block;
  margin-top: 10px;
  font-size: var(--fs-sm2);
  color: #2563eb;
  text-decoration: none;
}

/* =========================
   CTA SECTION
========================= */
.cta-section {
  /* padding: 40px 0; */
  background: #092641;
  position: relative;
}

.cta-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 20px 20px;
  background-image: radial-gradient(circle at 10% 20%, #fff 1px, #0000 1px);
  opacity: .1;
}

.cta-overlay {
  width: 100%;
  /* background: #092641; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 20px; */
  overflow: overlay;
  padding: 80px 60px;
  position: relative;
}

.cta-content {
  text-align: center;
  max-width: 700px;
}

.cta-content h2 {
  font-size: var(--fs-14xl);
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--clr-white);
}

.cta-content p {
  font-size: var(--fs-md);
  line-height: 1.6;
  margin-bottom: 35px;
  color: #e5e7eb;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

/* =========================
   IDENTITY SECTION
========================= */
.identity-section {
  background: #FBFDFF;
}

.identity-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.identity-left {
  width: 45%;
}

.identity-left h3 {
  font-size: var(--fs-2xl);
  margin-bottom: 25px;
  color: #2c2c2c;
}

/* Grid */
.doc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.doc-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 25px;
  border-radius: 40px;
  background: var(--clr-white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: 0.3s;
  font-size: var(--fs-md);
  font-weight: 600;
  color: var(--clr-text-333);
}

.doc-card:hover {
  transform: translateY(-3px);
}

.identity-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, rgba(15, 76, 137, 0.1) 0%, rgba(15, 76, 137, 0.05) 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.identity-right {
  width: 50%;
  text-align: right;
}


/* =========================
   NEWSLETTER SECTION
========================= */
.newsletter-section {
  padding: 80px 0;
  background: var(--clr-navy);
  position: relative;
  overflow: hidden;
}

.newsletter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.newsletter-wrapper .watermark {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  font-size: 20vw;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  user-select: none;
  letter-spacing: -2px;
}

.newsletter-wrapper .newsletter-card {
  background: var(--clr-white);
  border-radius: 48px;
  padding: 40px;
  width: 100%;
  position: relative;
  z-index: 10;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.newsletter-wrapper .badge {
  background: #f0f7ff;
  color: var(--clr-blue);
  font-size: var(--fs-xs);
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 32px;
}

.newsletter-wrapper .newsletter-card h3 {
  font-size: var(--fs-9xl);
  font-weight: 900;
  color: var(--clr-blue-deep);
  line-height: 1.2;
  margin-bottom: 24px;
}

.newsletter-wrapper .highlight {
  color: var(--clr-blue);
  font-style: italic;
}

.newsletter-wrapper .newsletter-card p {
  color: var(--clr-text-grey);
  font-weight: 500;
  margin-bottom: 40px;
  max-width: 400px;
}

.newsletter-wrapper .form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newsletter-wrapper .form-group input {
  flex: 1;
  background: #f8f9fa;
  border: none;
  border-radius: 12px;
  padding: 20px 24px;
  font-size: var(--fs-md);
  outline: none;
}

.newsletter-wrapper .form-group input:focus {
  border: 2px solid var(--clr-blue);
}

.newsletter-wrapper .form-group button {
  background: var(--clr-blue);
  color: var(--clr-white);
  padding: 13px 15px;
  border-radius: 12px;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: 600;
  font-family: 'Inter';
  border: none;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.newsletter-wrapper .form-group button:hover {
  background: var(--clr-orange-bright);
  box-shadow: 0 10px 30px rgba(255, 122, 0, 0.4);
}

.newsletter-wrapper .newsletter-content {
  flex: 1;
  position: relative;
  z-index: 10;
}

.newsletter-wrapper .line {
  width: 48px;
  height: 4px;
  background: var(--clr-orange);
  margin-bottom: 25px;
}

.newsletter-wrapper .newsletter-content h2 {
  font-size: var(--fs-5xl);
  font-weight: 700;
  color: var(--clr-white);
  line-height: 1.3;
}

.newsletter-wrapper .accent {
  color: var(--clr-orange-bright);
  font-style: italic;
}

.newsletter-wrapper .newsletter-content p {
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--fs-base);
  font-weight: 500;
  letter-spacing: 1px;
}

.newsletter-animate-left,
.newsletter-animate-right {
  opacity: 0;
  transition: all 0.8s ease;
}

.newsletter-animate-left {
  transform: translateX(-60px) scale(0.95);
}

.newsletter-animate-right {
  transform: translateX(60px);
  transition-delay: 0.2s;
}

.newsletter-show {
  opacity: 1;
  transform: translateX(0) scale(1);
}

/* =========================
   FOOTER
========================= */
.footer-widgets .widget_block {
  padding: 50px 0;
}

.footer-widgets h2 {
  font-size: var(--fs-md);
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--clr-black);
}

.footer-widgets .menu-item {
  margin-top: 8px;
}

.footer-widgets .wp-block-gallery.has-nested-images figure.wp-block-image {
  margin-bottom: 0 !important;
  align-items: center;
}

.footer-widgets .wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: fit-content;
}

.footer-widgets .menu-item a {
  text-decoration: none;
  color: #343D4B;
  font-size: var(--fs-base);
  transition: 0.2s;
}

.footer {
  background: linear-gradient(90deg, var(--clr-slate-bg2) 0%, #F3F4F6 100%);
  border-top: 1px solid rgb(0 0 0 / 6%);
}

.footer-top {
  padding: 50px 0;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px 80px;
}

.footer-left {
  width: 350px;
}

.ftr-logo {
  margin-bottom: 15px;
}

.ftr-logo a,
.ftr-logo img {
  display: block;
}

.ftr-logo img {
  max-width: 200px;
}

.footer-desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--clr-text-555);
  margin-bottom: 30px;
}

.certifications {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Links */
.footer-links {
  display: flex;
  gap: 0 60px;
  flex: 1;
  justify-content: space-between;
}

.column {
  display: flex;
  flex-direction: column;
}

.column h4 {
  font-size: var(--fs-md);
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--clr-black);
}

.column h5 {
  font-size: var(--fs-base);
  margin: 0 0 15px;
  font-weight: 600;
  color: #101828;
}

.column a {
  text-decoration: none;
  color: #343D4B;
  font-size: var(--fs-base);
  transition: 0.2s;
}

.column a:hover {
  color: var(--clr-blue);
}

.column a+a {
  margin-top: 8px;
}

.column .mt {
  margin-top: 20px;
}

.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid var(--clr-border-dark);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs-base);
  color: var(--clr-text-666);
  gap: 15px;
}

.footer-bottom-inner p {
  color: var(--clr-text-muted);
  font-size: var(--fs-base);
}

.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.ftr-btm-links {
  display: flex;
  gap: 15px;
}

.ftr-btm-links__item {
  color: var(--clr-text-muted);
  text-decoration: none;
  transition: color 0.25s ease;
  font-size: var(--fs-base);
}

.ftr-btm-links__item:hover {
  color: var(--clr-blue);
}

.ftr-socl {
  display: flex;
  gap: 5px;
}

.ftr-socl__item {
  width: 40px;
  height: auto;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-text-muted);
  transition: all 0.25s ease;
  text-decoration: none;
}

.ftr-socl__item svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}

.ftr-socl__item:hover {
  color: var(--clr-blue);
  transform: translateY(-2px);
}


/* =========================
   ABOUT PAGE
========================= */

/* Inner hero section */
.inner-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  background: rgba(255, 122, 0, 0.1);
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgb(255 122 0 / 69%);
  margin-bottom: 30px;
  color: var(--clr-orange);
}

.inner-hero-badge-line {
  width: 18px;
  height: 3px;
  background: var(--clr-orange);
}

.inner-hero-title {
  font-size: var(--fs-15xl);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--clr-white);
}

.inner-hero-highlight {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--clr-orange-bright);
}

.inner-hero-icon {
  width: 60px;
  height: 60px;
}

.inner-hero-image-wrapper {
  display: flex;
  justify-content: flex-end;
}

.inner-hero-image-box {
  position: relative;
  max-width: 600px;
  width: 100%;
  aspect-ratio: 3/3;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  transform: translateZ(0);
}

.inner-hero-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0%);
  transform: scale(1.1);
  transition: 1s ease;
}

.inner-hero-image-box:hover img {
  filter: grayscale(100%);
  transform: scale(1);
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: #0926413b;
  transform-origin: top;
  z-index: 2;
}

/* Content hero section */
.content-hero-section .hero-content {
  text-align: center;
}

.content-hero-section .hero-content .content-hero-hedng p {
  font-size: var(--fs-3xl);
  font-weight: 500;
  line-height: 1.2;
  color: var(--clr-orange);
  margin-bottom: 15px;
}

.content-hero-section .hero-content .content-hero-title {
  font-size: var(--fs-14xl);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--clr-white);
}

.content-hero-section .hero-content .hero-desc {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.content-hero-section .hero-content .hero-actions {
  justify-content: center;
  margin-top: 40px;
}

/* Our story section */
.our-story-section {
  background: var(--clr-white);
  overflow: hidden;
}

.our-story-section .our-story-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.our-story-section .our-story-image {
  position: relative;
}

.our-story-section .our-story-image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.our-story-section .our-story-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-story-section .our-story-deco-box {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 260px;
  height: 260px;
  background: #111;
  border-radius: 24px;
  z-index: -1;
}

.our-story-section .our-story-deco-circle {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 180px;
  height: 180px;
  border: 20px solid var(--clr-border-light);
  border-radius: 50%;
  z-index: -1;
}

.our-story-section .our-story-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.our-story-section .our-story-label {
  font-size: var(--fs-sm);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111;
  display: flex;
  align-items: center;
  gap: 10px;
}

.our-story-section .our-story-line {
  width: 32px;
  height: 1px;
  background: #111;
  display: inline-block;
}

.our-story-section .our-story-title {
  font-size: var(--fs-14xl);
  line-height: 1.1;
  font-weight: 700;
  margin-top: 16px;
}

.blue-text {
  color: var(--clr-blue);
}

.our-story-section .our-story-title span {
  font-style: italic;
  font-weight: 300;
}

.our-story-section .our-story-text {
  font-size: var(--fs-lg);
  line-height: 1.7;
  color: #6b6b6b;
}

/* About process section */
.about-process-section {
  position: relative;
  background: var(--clr-white);
  overflow: visible;
}

.about-process-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 100%;
  pointer-events: none;
}

.about-process-grid div {
  border-right: 1px solid var(--clr-border-mid);
  opacity: 0.5;
}

.about-process-grid div:last-child {
  border-right: none;
}

.about-process-container {
  position: relative;
  z-index: 2;
}

.about-process-header {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.about-process-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-process-tag {
  font-size: var(--fs-sm);
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ff6a00;
}

.about-process-left h2 {
  font-size: var(--fs-17xl);
  font-weight: 900;
  line-height: 0.85;
}

.about-process-right {
  max-width: 420px;
}

.about-process-right p {
  font-size: var(--fs-xl);
  line-height: 1.7;
  color: var(--clr-text-333);
}

.about-process-cards {
  display: flex;
  flex-direction: column;
  gap: 140px;
  position: relative;
}

.about-process-card {
  position: sticky;
  top: 120px;
}

.about-process-card-inner {
  background: var(--clr-white);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 32px 64px -16px rgba(0, 0, 0, 0.12);
  border: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: transform 0.4s ease;
}

.about-process-card:hover .about-process-card-inner {
  transform: scale(0.98);
}

.about-process-card-image {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
}

.about-process-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 0.7s;
}

.about-process-card-image img:hover {
  filter: grayscale(0%);
}

.about-process-card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-process-card-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.about-process-card-header h3 {
  font-size: var(--fs-5xl);
  font-weight: 700;
}

.about-process-number {
  color: #d1d5db;
  margin-right: 12px;
}

.about-process-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-process-meta span {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-process-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-process-divider {
  height: 1px;
  background: #f3f4f6;
}

.about-process-section p {
  color: var(--clr-text-grey);
  font-size: var(--fs-lg);
  line-height: 1.7;
}

/* Experience section */
.experience-section {
  background: var(--clr-slate-bg);
}

.experience-grid {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.experience-left {
  width: 30%;
}

.experience-tag {
  font-size: var(--fs-base);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.experience-heading {
  font-size: var(--fs-16xl);
  font-weight: 900;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 10px;
}

.experience-desc {
  font-size: var(--fs-base);
  color: var(--clr-text-777);
  max-width: 380px;
  width: 100%;
  line-height: 1.6;
}

.experience-wrapper {
  width: 70%;
  position: relative;
}

.experience-divider {
  position: relative;
  width: 3px;
  background: #eee;
  height: 100%;
  position: absolute;
}

.experience-divider-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-blue);
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
  transition: transform 0.06s linear;
}

.experience-list {
  display: flex;
  flex-direction: column;
  max-width: 95%;
  width: 100%;
  margin: 0 0 0 auto;
}

.experience-item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.experience-item:nth-child(1) {
  padding-top: 0;
}

.experience-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.experience-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
}

.experience-date {
  font-size: var(--fs-md);
  font-weight: 700;
  color: #99a1af;
  text-transform: uppercase;
}

.experience-title-row {
  display: flex;
  justify-content: space-between;
}

.experience-title-row h3 {
  font-size: var(--fs-5xl);
  margin: 0;
  font-weight: 700;
  color: var(--clr-blue);
}

.experience-title-row h3 span {
  color: #d1d5dc;
}

.experience-item:hover .experience-title-row h3 {
  color: var(--clr-orange);
}

.experience-item:hover .experience-title-row h3 span {
  color: rgb(238 126 34 / 30%);
}

.experience-title-row .arrow-up svg {
  stroke: #d1d5dc;
}

.experience-item:hover .experience-title-row .arrow-up svg {
  stroke: var(--clr-orange);
  transform: translateX(0.25rem);
  transition: transform 0.3s ease, color 0.3s ease;
}

.experience-content p {
  font-size: var(--fs-base);
  color: var(--clr-text-777);
  line-height: 1.6;
  margin: 0;
}

/* Team section */
.team-section {
  position: relative;
  background: var(--clr-slate-bg);
  overflow: hidden;
}

.team-section__grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  pointer-events: none;
  opacity: 0.6;
}

.team-section__grid div {
  border-right: 1px solid var(--clr-border-mid);
}

.team-section__container {
  position: relative;
  z-index: 2;
}

.team-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 80px;
}

.team-section__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.team-section__tag {
  font-size: var(--fs-xs);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff5a3c;
  display: flex;
  gap: 8px;
  align-items: center;
}

.team-section__icon {
  font-size: var(--fs-base);
}

.team-section__title {
  font-size: var(--fs-16xl);
  font-weight: 900;
  color: var(--clr-blue-deep);
  line-height: 1.1;
  letter-spacing: -1px;
}

.team-section__subtitle {
  max-width: 320px;
  font-size: var(--fs-lg);
  color: rgba(3, 21, 37, 0.7);
  font-weight: 500;
  margin-top: 40px;
}

.team-section__marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.team-section__track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: teamScroll 25s linear infinite;
}

.team-section__marquee:hover .team-section__track {
  animation-play-state: paused;
}

@keyframes teamScroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-33.33%);
  }
}

.team-section__item {
  min-width: 280px;
  width: calc(20vw - 32px);
  text-align: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.team-section__item:hover {
  transform: scale(1.02);
}

.team-section__image-wrap {
  height: 420px;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.team-section__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.6s ease;
}

.team-section__item:hover img {
  filter: grayscale(0);
}

.team-section__item h3 {
  font-size: var(--fs-xl);
  font-weight: 900;
  color: var(--clr-blue-deep);
}


/* =========================
   FAQ PAGE
========================= */
.faq-section {
  background: var(--clr-white);
  color: var(--clr-text-dark);
  counter-reset: faq-section;
}

.faq-section .faq-stack {
  counter-increment: faq-section;
  padding: 80px 0;
}

.faq-section .faq-stack+.faq-stack {
  border-top: 1px solid var(--clr-slate-lighter);
}

.faq-section .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid var(--clr-slate-light);
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.faq-section .faq-title-wrap {
  position: relative;
}

.faq-section .faq-title-wrap::before {
  content: counter(faq-section, decimal-leading-zero);
  position: relative;
  display: inline-block;
  top: 0;
  left: -10px;
  font-size: var(--fs-18xl);
  line-height: 70px;
  font-weight: 900;
  color: var(--clr-slate-light);
  user-select: none;
}

.faq-section .faq-title-content h2 {
  font-size: var(--fs-7xl);
  font-weight: 800;
  margin: 0;
}

.faq-section .faq-title-content h2 span {
  color: var(--clr-orange);
}

.faq-section .faq-title-content p {
  color: var(--clr-text-muted);
  margin-top: 10px;
  max-width: 600px;
  line-height: 1.6;
}

.faq-section .faq-count {
  font-size: var(--fs-sm);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--clr-text-light);
  font-weight: 700;
}

.faq-section .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 50px;
}

.faq-section .faq-item {
  border-bottom: 1px solid var(--clr-slate-lighter);
  padding: 12px 0;
}

.faq-section .faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.0625rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--clr-text-mid);
}

.faq-section .icon {
  font-size: var(--fs-2xl);
  color: var(--clr-orange);
  width: 20px;
}

.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  color: var(--clr-text-muted);
  font-size: var(--fs-base);
  line-height: 1.6;
  padding-left: 32px;
}

.faq-section .faq-item.open .faq-question {
  color: var(--clr-orange);
}

.faq-section .faq-item.open .faq-answer {
  max-height: 200px;
  opacity: 1;
  margin-top: 6px;
}

/* =========================
   CONTACT PAGE
========================= */
.contact-section {
  padding: 80px 0;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-left {
  width: 35%;
}

.info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-card {
  background-image: url(./assets/images/info-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--clr-navy);
  display: flex;
  padding: 20px 20px;
  border-radius: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 270px;
}

.info-card .icon {
  font-size: var(--fs-3xl);
  margin-bottom: 20px;
}

.info-card h3 {
  font-size: var(--fs-5xl);
  font-weight: 600;
  line-height: 1.2;
  color: var(--clr-white);
  margin-bottom: 10px;
}

.info-card p {
  font-size: var(--fs-lg);
  line-height: 1.2;
  color: var(--clr-white);
  opacity: 0.9;
}

.contact-right {
  flex: 1;
}

.contact-card {
  background: var(--clr-white);
  border: 1px solid #F5F5F5;
  padding: 40px;
  border-radius: 20px;
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.inner-flex-50 {
  width: calc(50% - 10px);
}

.inner-flex {
  width: 100%;
}

form {
  display: block;
  margin: 0;
}

.singel-input .form-title {
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
  display: inline-block;
  color: var(--clr-black);
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  background: #fcfcfd;
  border: 1px solid #D7DDE5;
  border-radius: 40px;
  outline: none;
  font-size: var(--fs-base);
  color: var(--clr-black);
  line-height: 1.4;
}

textarea {
  height: 115px;
  border-radius: 30px;
  resize: none;
}

.form-checknox {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

.form-checknox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.form-checknox label {
  font-size: var(--fs-md);
  color: var(--clr-black);
  line-height: 1.4;
}

.form-checknox label a {
  color: var(--clr-orange);
}

.form-checknox label a:hover {
  color: var(--clr-blue);
}

.form-btn {
  margin-top: 30px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.form-btn .btn {
  max-width: 230px;
}

.contact-wrapper+.map-wrappper {
  margin-top: 80px;
}

.contact-map {
  background: var(--clr-white);
  border-radius: 20px;
}

.map-block {
  height: 500px;
  background: var(--clr-white);
  border: 1px solid #F5F5F5;
  border-radius: 20px;
  overflow: hidden;
}

.map-block iframe {
  display: block;
  height: 100%;
  width: 100%;
}


/* =========================
   PRODUCT PAGE
========================= */
.onbording-content {
  text-align: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.onbording-content h2 {
  font-size: var(--fs-12xl);
  line-height: 1.2;
  font-weight: 700;
  color: var(--clr-black);
  margin-bottom: 20px;
}

.onbording-content p+p {
  margin-top: 15px;
}

.product-services-section {
  background: #0A1628;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.product-services-section .services-title {
  text-align: center;
  margin-bottom: 60px;
}

.product-services-section h2 {
  color: var(--clr-white);
  font-size: var(--fs-12xl);
  font-weight: 700;
  line-height: 1.2;
}

.product-services-section .desktop-break {
  display: none;
}

.product-services-section .wave-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  pointer-events: none;
}

.product-services-section svg path {
  stroke: #3b82f6;
  fill: none;
  stroke-width: 1;
}

.product-services-section .services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.product-services-section .services-content p {
  color: var(--clr-white);
  font-size: var(--fs-base);
  max-width: 280px;
  line-height: 1.6;
}

.product-services-section button {
  max-width: 240px;
  margin-top: 20px;
}

.product-services-section .services {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  padding-left: 40px;
}

.product-services-section .service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.4s;
  cursor: pointer;
}

.product-services-section .service-left {
  display: flex;
  gap: 20px;
  align-items: center;
  transition: 0.4s;
}

.product-services-section .service-icon {
  font-size: var(--fs-3xl);
  opacity: 0.4;
  transition: 0.3s;
}

.product-services-section .service-icon svg {
  stroke: #2b7fff;
  width: 35px;
  height: 35px;
}

.product-services-section h3 {
  color: var(--clr-white);
  font-size: var(--fs-4xl);
  margin: 0;
  transition: 0.3s;
  margin-bottom: 7px;
}

.product-services-section p {
  font-size: var(--fs-md);
  color: rgb(255 255 255 / 78%);
  transition: 0.3s;
}

.product-services-section .service-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  color: var(--clr-white);
}

.product-services-section .service-arrow svg {
  stroke: var(--clr-white);
  width: 30px;
  height: 30px;
}

.product-services-section .service-arrow svg path {
  stroke: var(--clr-white);
}

.product-services-section .service-item:hover .service-arrow svg {
  stroke: #60a5fa;
}

.product-services-section .service-item:hover .service-arrow svg path {
  stroke: #60a5fa;
}

.product-services-section .service-item:hover .service-left {
  transform: translateX(8px);
}

.product-services-section .service-item:hover h3 {
  color: #60a5fa;
}

.product-services-section .service-item:hover p {
  color: #dbeafe;
}

.product-services-section .service-item:hover .service-icon {
  opacity: 1;
  transform: scale(1.1);
}

.product-services-section .service-item:hover .service-arrow {
  background: var(--clr-white);
  color: var(--clr-black);
}

/* Lifecycle section */
.lifecycle-section {
  background: var(--clr-white);
}

.lifecycle-header {
  text-align: center;
  margin-bottom: 60px;
}

.lifecycle-tag {
  color: #E65C2E;
  font-size: var(--fs-sm);
  letter-spacing: 2px;
  font-weight: bold;
}

.lifecycle-link {
  color: #ffffff;
}

.lifecycle-title {
  font-size: var(--fs-12xl);
  color: #051124;
  margin: 10px 0;
}

.lifecycle-desc {
  color: var(--clr-text-grey);
  max-width: 700px;
  margin: auto;
}

.lifecycle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.lifecycle-card {
  position: relative;
  height: 400px;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}

.lifecycle-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.7s;
}

.lifecycle-card:hover .lifecycle-bg {
  transform: scale(1.1);
}

.lifecycle-gradient {
  position: absolute;
  inset: 0;
}

.lifecycle-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.lifecycle-card:hover .lifecycle-overlay {
  background: transparent;
}

.lifecycle-content {
  position: relative;
  height: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
}

.lifecycle-top {
  display: flex;
  justify-content: space-between;
}

.lifecycle-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lifecycle-icon svg {
  width: 28px;
  fill: #fff;
}

.lifecycle-badge {
  font-size: var(--fs-base);
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lifecycle-bottom {
  transform: translateY(0);
  transition: 0.5s;
}

.lifecycle-card:hover .lifecycle-bottom {
  transform: translateY(-10px);
}

.lifecycle-bottom h3 {
  color: #ffff;
  font-size: var(--fs-4xl);
}

.lifecycle-bottom p {
  opacity: 0;
  transition: 0.5s;
  font-size: var(--fs-base);
  color: rgb(255 255 255);
  margin: 10px 0 20px;
}

.lifecycle-card:hover .lifecycle-bottom p {
  opacity: 1;
}

.gradient-orange {
  background: linear-gradient(to bottom right, #e65c2ee6, black);
  opacity: .95;
}

.gradient-blue {
  background: linear-gradient(to bottom right, #1e3a8afa, black);
  opacity: .95;
}

.gradient-purple {
  background: linear-gradient(to bottom right, #581c87f5, black);
  opacity: .95;
}

.gradient-yellow {
  background: linear-gradient(to bottom right, #a16207f5, black);
  opacity: .95;
}

.gradient-green {
  background: linear-gradient(to bottom right, #065f46d6, #000000);
  opacity: .95;
}

.gradient-blue-dark {
  background: linear-gradient(to bottom right, #1e40af, black);
  opacity: .95;
}

.gradient-cyan {
  background: linear-gradient(to bottom right, #155e75f5, black);
  opacity: .95;
}

.gradient-red {
  background: linear-gradient(to bottom right, #7f1d1de6, black);
  opacity: .95;
}

.gradient-pink {
  background: linear-gradient(to bottom right, #701a75db, black);
  opacity: .95;
}

.gradient-blue-deep {
  background: linear-gradient(to bottom right, #172554, black);
  opacity: .95;
}

.gradient-gray {
  background: linear-gradient(to bottom right, #292524, black);
  opacity: .95;
}

/* Stringent section */
.stringent-section {
  padding: 0 0 0;
}

.stringent-wrapper {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.stringent-header {
  text-align: center;
  margin-bottom: 65px;
}

.stringent-title {
  font-size: var(--fs-10xl);
  font-weight: 800;
  color: #051124;
}

.stringent-card {
  position: sticky;
  top: 70px;
  height: 100vh;
  border-radius: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 80px 60px;
  gap: 40px;
  /* box-shadow: 0 40px 80px rgba(0, 0, 0, 0.1); */
  transform-origin: center;
  transition: transform 0.3s ease;
}

.stringent-card:last-child {
  margin-bottom: 0;
}

.stringent-card:nth-child(even) {
  background: #eef4ff;
}

.stringent-left {
  flex: 1;
}

.stringent-card-title {
  font-size: var(--fs-16xl);
  font-weight: 800;
  color: var(--clr-text-mid);
  margin-bottom: 20px;
}

.stringent-card-desc {
  color: var(--clr-text-grey);
  line-height: 1.7;
}

.stringent-action {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

.stringent-services span {
  display: block;
  margin-bottom: 10px;
  font-size: var(--fs-sm2);
  font-weight: 700;
  color: var(--clr-text-grey);
  text-transform: uppercase;
}

.stringent-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: white;
  font-size: var(--fs-3xl);
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  top: -12px;
}

.stringent-btn:hover {
  transform: rotate(90deg) scale(1.1);
  background: black;
  color: white;
}

.stringent-right {
  flex: 1;
}

.stringent-image {
  border-radius: 30px;
  overflow: hidden;
}

.stringent-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.stringent-floating {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: white;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
}

.stringent-badge {
  width: 40px;
  height: 40px;
  background: #d9ff00;
  border-radius: 50%;
}

.stringent-index {
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 800;
  color: var(--clr-slate);
}


/* =========================
   SOLUTION PAGE
========================= */
.globalcoverage-section {
  position: relative;
  background: var(--clr-slate-bg);
  overflow: hidden;
}

.globalcoverage-section .globalcoverage-inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.globalcoverage-section .globalcoverage-bg {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  filter: blur(200px);
}

.globalcoverage-section .globalcoverage-bg-top {
  width: 1000px;
  height: 1000px;
  background: rgba(15, 76, 137, 0.05);
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
}

.globalcoverage-section .globalcoverage-bg-bottom {
  width: 800px;
  height: 800px;
  background: rgba(238, 126, 34, 0.05);
  bottom: 0;
  left: 0;
  transform: translate(-25%, 25%);
}

.globalcoverage-section .globalcoverage-subtitle {
  display: inline-block;
  font-size: var(--fs-sm);
  font-weight: 900;
  letter-spacing: 0.5em;
  color: var(--clr-blue);
  text-transform: uppercase;
  margin-bottom: 24px;
  border-bottom: 2px solid rgba(15, 76, 137, 0.2);
  padding-bottom: 12px;
}

.globalcoverage-section .globalcoverage-title {
  font-size: var(--fs-15xl);
  font-weight: 900;
  margin-bottom: 32px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #111827;
  /*   font-style: italic; */
}

.globalcoverage-section .globalcoverage-gradient-text {
  background: linear-gradient(90deg, var(--clr-blue) 0%, var(--clr-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px 10px;
}

.globalcoverage-section .globalcoverage-description {
  font-size: var(--fs-5xl);
  line-height: 1.6;
  color: var(--clr-text-grey);
  font-weight: 500;
  /* max-width: 900px; */
  margin: 0 auto;
}

/* Feature data section */
.featuredata-section {
  padding: 80px 0;
  background: var(--clr-white);
  overflow: hidden;
}

.featuredata-row {
  display: flex;
  align-items: center;
  gap: 80px;
}

.featuredata-row+.featuredata-row {
  margin-top: 80px;
}

.featuredata-reverse {
  flex-direction: row-reverse;
}

.featuredata-light {
  background: var(--clr-slate-bg);
  padding: 60px;
  border-radius: 40px;
}

.featuredata-content {
  flex: 1;
  position: relative;
}

.featuredata-icon-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}

.featuredata-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-6xl);
  color: var(--clr-white);
}

.featuredata-icon-box svg {
  width: 40px;
  height: 40px;
}

.orange {
  background: var(--clr-orange);
}

.blue {
  background: var(--clr-blue);
}

.featuredata-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #eee, transparent);
}

.featuredata-tag {
  font-size: var(--fs-xs);
  letter-spacing: 5px;
  font-weight: 900;
  color: var(--clr-orange);
  display: block;
  margin-bottom: 12px;
}

.featuredata-title {
  font-size: var(--fs-16xl);
  font-weight: 900;
  margin-bottom: 20px;
}

.featuredata-desc {
  font-size: var(--fs-lg);
  color: var(--clr-text-555);
  border-left: 2px solid rgba(238, 126, 34, 0.3);
  padding-left: 20px;
}

.featuredata-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: none;
}

.featuredata-btn-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.featuredata-btn:hover .featuredata-btn-icon {
  background: var(--clr-orange);
  color: var(--clr-white);
}

span.featuredata-btn-text {
  font-size: var(--fs-base);
  line-height: 1.2;
  font-weight: normal;
  color: #101828;
}

.featuredata-bg-number {
  position: absolute;
  top: -60px;
  left: -10px;
  font-size: var(--fs-20xl);
  font-weight: 900;
  color: rgba(15, 76, 137, 0.03);
  z-index: -1;
}

.featuredata-image-wrap {
  flex: 1;
  position: relative;
}

.featuredata-image-box {
  height: 600px;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
}

.featuredata-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0%) brightness(1.1);
  transition: 1s;
}

.featuredata-image-box:hover img {
  filter: grayscale(100%);
  transform: scale(1.05);
}

.featuredata-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--clr-white), transparent);
  opacity: 0.4;
}

.featuredata-floating-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  font-size: var(--fs-sm);
}

.featuredata-floating-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featuredata-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
}

.featuredata-ring {
  position: absolute;
  inset: -40px;
  border: 1px solid rgba(15, 76, 137, 0.05);
  border-radius: 50%;
  animation: spin 20s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.featuredata-animate {
  opacity: 0;
  transform: translateY(60px);
  transition: 1s ease;
}

.featuredata-animate.active {
  opacity: 1;
  transform: translateY(0);
}

/* Solution CTA section */
.solutioncta-section {
  padding: 0 0 80px;
  overflow: hidden;
}

.solutioncta-wrapper {
  position: relative;
  border-radius: 60px;
  padding: 80px;
  background: linear-gradient(135deg, var(--clr-blue), var(--clr-blue-light), #0a325a);
  box-shadow: 0 40px 100px rgba(15, 76, 137, 0.3);
  overflow: hidden;
}

.solutioncta-bg-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}

.solutioncta-bg-circle-top {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  animation: solutioncta-pulse 3s infinite;
}

.solutioncta-bg-circle-bottom {
  width: 250px;
  height: 250px;
  background: rgba(238, 126, 34, 0.2);
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.solutioncta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.solutioncta-content {
  text-align: left;
}

.solutioncta-heading {
  font-size: var(--fs-14xl);
  font-weight: 700;
  color: var(--clr-white);
  line-height: 1.2;
  margin-bottom: 20px;
}

.solutioncta-text {
  font-size: var(--fs-xl);
  color: #ffe6d3;
  margin-bottom: 30px;
  max-width: 600px;
}

.solutioncta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.solutioncta-btn {
  padding: 16px 32px;
  border-radius: 999px;
  font-size: var(--fs-lg);
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.solutioncta-btn-primary {
  background: var(--clr-white);
  color: var(--clr-blue);
}

.solutioncta-btn-primary:hover {
  background: #fff4ec;
  transform: scale(1.05);
}

.solutioncta-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--clr-white);
  background: transparent;
}

.solutioncta-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.solutioncta-image-wrap {
  display: flex;
  justify-content: center;
}

.solutioncta-image-box {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 450px;
}

.solutioncta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.solutioncta-float {
  position: absolute;
  background: var(--clr-white);
  padding: 12px 16px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-sm);
  font-weight: bold;
}

.solutioncta-float-top {
  top: -22px;
  left: -40px;
  animation: solutioncta-floatUp 3s infinite ease-in-out;
}

.solutioncta-float-bottom {
  bottom: -20px;
  right: -40px;
  animation: solutioncta-floatDown 4s infinite ease-in-out;
}

.solutioncta-check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e6f7ec;
  display: flex;
  align-items: center;
  justify-content: center;
  color: green;
  font-size: var(--fs-base);
}

@keyframes solutioncta-pulse {

  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

@keyframes solutioncta-floatUp {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes solutioncta-floatDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

/* Solution industry section */
.solution_industry-section {
  background: var(--clr-white);
}

.solution_industry-header {
  text-align: center;
  margin-bottom: 60px;
}

.solution_industry-header h2 {
  font-size: var(--fs-12xl);
  font-weight: 900;
  font-style: italic;
  color: #111;
}

.solution_industry-header h2 span {
  color: var(--clr-orange);
}

.solution_industry-line {
  width: 100px;
  height: 6px;
  margin: 20px auto 0;
  border-radius: 50px;
  background: linear-gradient(90deg, var(--clr-blue), var(--clr-orange));
}

.solution_industry-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}

.solution_industry-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solution_industry-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 28px;
  cursor: pointer;
  transition: 0.4s;
  background: var(--clr-slate-bg2);
}

.solution_industry-item:hover {
  background: rgba(15, 76, 137, 0.05);
}

.solution_industry-item.active {
  background: var(--clr-blue);
  color: var(--clr-white);
  transform: translateX(10px);
}

.solution_industry-icon {
  width: 48px;
  height: 48px;
  background: var(--clr-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: var(--fs-xl);
}

.solution_industry-icon svg {
  stroke: #99a1af;
}

.solution_industry-item.active .solution_industry-icon svg {
  stroke: var(--clr-blue);
}

.solution_industry-text h3 {
  font-size: var(--fs-lg);
  margin: 0;
  margin-bottom: 8px;
}

.solution_industry-item.active .solution_industry-text h3 {
  color: var(--clr-white);
}

.solution_industry-text p {
  font-size: var(--fs-base);
  letter-spacing: 2px;
  color: var(--clr-text-888);
}

.solution_industry-item.active .solution_industry-text p {
  color: #ffe9cf;
}

.solution_industry-preview {
  position: relative;
}

.solution_industry-card {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  height: 580px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.solution_industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
  transition: 1s;
}

.solution_industry-card:hover img {
  filter: grayscale(0%);
}

.solution_industry-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--clr-blue), transparent);
  opacity: 0.8;
}

.solution_industry-content {
  position: absolute;
  bottom: 0;
  padding: 40px;
  color: var(--clr-white);
}

.solution_industry-content h4 {
  font-size: var(--fs-8xl);
  color: var(--clr-white);
  margin-bottom: 10px;
}

.solution_industry-content span {
  color: var(--clr-orange);
}

.solution_industry-content p {
  font-size: var(--fs-lg);
  opacity: 0.8;
  margin-bottom: 20px;
  color: #fff7ed;
}

.solution_industry-content button {
  background: var(--clr-orange);
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: bold;
  color: var(--clr-white);
  cursor: pointer;
}


/* =========================
   PARTNER PAGE
========================= */
.why_partner-section {
  padding: 80px 0;
  background: var(--clr-white);
  overflow: hidden;
}

.why_partner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.why_partner-item {
  display: flex;
  align-items: center;
  gap: 80px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease;
}

.why_partner-item.why_partner-active {
  opacity: 1;
  transform: translateY(0);
}

.why_partner-left {
  flex-direction: row;
}

.why_partner-right {
  flex-direction: row-reverse;
}

.why_partner-content {
  flex: 1;
}

.why_partner-icon {
  width: 64px;
  height: 64px;
  background: #eaf2ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-5xl);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.why_partner-icon svg {
  stroke: var(--clr-blue);
  width: 32px;
  height: 32px;
}

.why_partner-title {
  font-size: var(--fs-10xl);
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
}

.why_partner-desc {
  font-size: var(--fs-lg);
  color: var(--clr-text-666);
  line-height: 1.7;
}

.why_partner-desc+.why_partner-desc {
  margin-top: 7px;
}

.why_partner-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-weight: 700;
  color: var(--clr-orange-light);
  text-decoration: none;
  transition: 0.3s;
}

.why_partner-link span {
  transition: transform 0.3s ease;
}

.why_partner-link:hover span {
  transform: translateX(8px);
}

.why_partner-imageBox {
  flex: 1;
  position: relative;
  border-radius: 48px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.why_partner-imageBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.why_partner-imageBox:hover img {
  transform: scale(1.05);
}

.why_partner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 76, 137, 0.1);
}

.why_partner-float {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(60px);
  background: rgba(241, 127, 33, 0.12);
  animation: why_partner_float 4s ease-in-out infinite;
}

.why_partner-float-1 {
  bottom: -40px;
  right: -40px;
}

.why_partner-float-2 {
  top: -40px;
  left: -40px;
}

.why_partner-float-3 {
  bottom: -40px;
  right: -40px;
}

@keyframes why_partner_float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Partner tailored section */
.partner_tailored-section {
  padding: 80px 0;
  background: var(--clr-slate-bg);
  overflow: hidden;
}

.partner_tailored-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.partner_tailored-header-left {
  max-width: 700px;
}

.partner_tailored-eyebrow {
  color: var(--clr-orange-light);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: var(--fs-sm2);
  margin-bottom: 16px;
}

.partner_tailored-title {
  font-size: var(--fs-16xl);
  font-weight: 800;
  color: var(--clr-text-dark);
  line-height: 1.1;
}

.partner_tailored-subtext {
  font-size: var(--fs-lg);
  color: var(--clr-text-muted);
  max-width: 360px;
}

.partner_tailored-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.partner_tailored-card {
  background: var(--clr-white);
  border: 1px solid var(--clr-slate-light);
  border-radius: 40px;
  padding: 40px;
  transition: all 0.4s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.partner_tailored-card:hover {
  border-color: rgba(15, 76, 137, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.partner_tailored-card-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.partner_tailored-icon {
  padding: 20px;
  border-radius: 24px;
  background: var(--clr-slate-lighter);
  color: var(--clr-blue);
  transition: all 0.4s ease;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_tailored-card:hover .partner_tailored-icon {
  background: var(--clr-blue);
  color: var(--clr-white);
}

.partner_tailored-icon svg {
  width: 40px;
  height: 40px;
}

.partner_tailored-content {
  flex: 1;
  min-width: 260px;
}

.partner_tailored-card-title {
  font-size: var(--fs-4xl);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--clr-text-dark);
  margin-bottom: 10px;
}

.partner_tailored-desc {
  color: var(--clr-text-muted);
  font-size: var(--fs-md);
  max-width: 500px;
}

.partner_tailored-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.partner_tailored-benefits span {
  font-size: var(--fs-sm2);
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--clr-slate-light);
  background: var(--clr-slate-bg);
  color: var(--clr-text-light);
}

.partner_tailored-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: var(--clr-text-dark);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.partner_tailored-btn:hover {
  background: var(--clr-orange-light);
  transform: rotate(45deg);
}

.partner_tailored-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.partner_tailored-animate.active {
  opacity: 1;
  transform: translateY(0);
}

/* Partner CTA section */
.partner_cta-section {
  padding: 0 0 80px;
  background: var(--clr-white);
  font-family: inherit;
}

.partner_cta-card {
  position: relative;
  background: #0b1b2b;
  border-radius: 64px;
  padding: 80px 48px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.partner_cta-card.partner_cta-visible {
  opacity: 1;
  transform: translateY(0);
}

.partner_cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 76, 137, 0.4), transparent);
  pointer-events: none;
}

.partner_cta-content {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.partner_cta-title {
  font-size: var(--fs-14xl);
  font-weight: 800;
  color: var(--clr-white);
  margin-bottom: 24px;
  letter-spacing: -1px;
  line-height: 1.1;
}

.partner_cta-gradient-text {
  background: linear-gradient(90deg, #ff7300 0%, #ff9919 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.partner_cta-description {
  font-size: var(--fs-lg);
  color: rgba(255, 255, 255, 0.7);
  max-width: 100%;
  margin: 0 auto 32px;
  line-height: 1.6;
}

.partner_cta-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  justify-content: center;
}

.partner_cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 48px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-size: var(--fs-lg);
  font-weight: 800;
  color: var(--clr-white);
  background: linear-gradient(90deg, var(--clr-blue), var(--clr-blue-light));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.partner_cta-button:hover {
  transform: scale(1.05);
}

.partner_cta-button:active {
  transform: scale(0.95);
}

.partner_cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_cta-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-sm2);
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}

.partner_cta-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
}

/* Partner benefits section */
.partner_benefits-section {
  padding: 80px 0;
  background: var(--clr-slate-bg2);
  overflow: hidden;
}

.partner_benefits-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}

.partner_benefits-left,
.partner_benefits-right {
  flex: 1;
}

.partner_benefits-eyebrow {
  font-size: var(--fs-sm);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--clr-blue);
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.partner_benefits-title {
  font-size: var(--fs-10xl);
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
}

.partner_benefits-highlight {
  color: var(--clr-orange-tag);
}

.partner_benefits-desc {
  font-size: var(--fs-lg);
  color: var(--clr-text-grey);
  margin: 20px 0;
}

.partner_benefits-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}

.partner_benefits-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: #111827;
  font-size: var(--fs-md);
}

.partner_benefits-item svg {
  stroke: #00c951;
}

.partner_benefits-icon {
  width: 22px;
  height: 22px;
  color: #22c55e;
}

.partner_benefits-btn {
  margin-top: 30px;
  max-width: 310px;
  width: 100%;
}

.partner_benefits-btn:hover {
  transform: scale(1.05);
}

.partner_benefits-image-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 8px solid var(--clr-white);
  aspect-ratio: 3 / 2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.partner_benefits-image-box img {
  width: 100%;
  display: block;
}

.partner_benefits-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 24, 39, 0.6), transparent);
}

.partner_benefits-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
}

.partner_benefits-card-title {
  font-weight: 700;
  font-size: var(--fs-lg);
  margin-bottom: 5px;
  color: var(--clr-white);
}

.partner_benefits-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partner_benefits-card-sub {
  font-size: var(--fs-sm2);
  opacity: 0.8;
}

.partner_benefits-dots {
  display: flex;
  gap: 4px;
}

.partner_benefits-dots span {
  width: 6px;
  height: 6px;
  background: var(--clr-orange-tag);
  border-radius: 50%;
}

.partner_benefits-animate-left,
.partner_benefits-animate-right {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.partner_benefits-animate-right {
  transform: scale(0.9);
}

.partner_benefits-show {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}


/* =========================
   CAREER PAGE
========================= */
.career_workwithus-section {
  position: relative;
  padding: 80px 0;
  background: var(--clr-white);
  overflow: hidden;
}

.career_workwithus-top-border {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--clr-slate-light), transparent);
}

.career_workwithus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.career_workwithus-badge {
  display: flex;
  padding: 6px 12px;
  background: #fff8f2;
  border: 1px solid #ffddc1;
  font-size: var(--fs-base);
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 999px;
  margin-bottom: 16px;
  color: var(--clr-orange);
  align-items: center;
  gap: 5px;
  max-width: fit-content;
}

.career_workwithus-badge svg {
  width: 20px;
  height: 20px;
  stroke: var(--clr-orange);
}

.career_workwithus-heading {
  font-size: var(--fs-14xl);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--clr-text-dark);
}

.career_workwithus-heading span {
  color: var(--clr-orange);
}

.career_workwithus-desc {
  color: var(--clr-text-muted);
  font-size: var(--fs-lg);
  margin-bottom: 30px;
  max-width: 500px;
}

.career_workwithus-item {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  align-items: center;
  font-size: var(--fs-md);
  line-height: 1.4;
}

.career_workwithus-icon {
  width: 32px;
  height: 32px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-blue);
}

.career_workwithus-icon svg {
  width: 20px;
  height: 20px;
}

.career_workwithus-right {
  position: relative;
  height: 700px;
}

.career_workwithus-image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.career_workwithus-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career_workwithus-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.6), transparent);
}

.career_workwithus-card {
  position: absolute;
  border-radius: 40px;
  padding: 24px;
  backdrop-filter: blur(20px);
}

.career_workwithus-card-top {
  top: -30px;
  right: 0px;
  background: rgba(255, 255, 255, 0.8);
  width: 260px;
  animation: floatUpDown 6s infinite ease-in-out;
  backdrop-filter: blur(15px);
}

.career_workwithus-card-bottom {
  bottom: -30px;
  left: -10px;
  background: var(--clr-text-dark);
  color: var(--clr-white);
  width: 280px;
  animation: floatDownUp 5s infinite ease-in-out;
}

.career_workwithus-card-header {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.career_workwithus-card-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 115, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.career_workwithus-card-icon svg {
  stroke: var(--clr-orange);
}

.career_workwithus-card-title {
  font-weight: bold;
  font-size: var(--fs-base);
}

.career_workwithus-card-sub {
  font-size: var(--fs-base);
  color: var(--clr-text-light);
}

.career_workwithus-progress div {
  height: 6px;
  background: var(--clr-slate-light);
  border-radius: 999px;
  margin-bottom: 6px;
}

.career_workwithus-progress .career_workwithus-progress-fill {
  width: 60%;
  background: rgba(255, 115, 0, 0.5);
}

.career_workwithus-achievement-label {
  font-size: var(--fs-base);
  opacity: 0.5;
  margin-bottom: 10px;
  color: var(--clr-white);
}

.career_workwithus-achievement-text {
  font-size: var(--fs-lg);
  font-weight: bold;
  color: var(--clr-white);
  margin-bottom: 20px;
}

.career_workwithus-avatars {
  display: flex;
}

.career_workwithus-avatars img,
.career_workwithus-more {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--clr-text-dark);
  margin-left: -10px;
}

.career_workwithus-more {
  background: orange;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-xs);
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes floatDownUp {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }
}

.career_workwithus-animate-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s ease;
}

.career_workwithus-animate-scale {
  padding: 0 50px;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.8s ease;
}

.career_workwithus-show {
  opacity: 1;
  transform: none;
}

/* Career core values section */
.career_corevalues-section {
  padding: 80px 0;
  background: var(--clr-slate-bg);
  overflow: hidden;
}

.career_corevalues-header {
  max-width: 600px;
  margin-bottom: 50px;
}

.career_corevalues-line {
  width: 50px;
  height: 4px;
  background: var(--clr-orange-light);
  border-radius: 10px;
  margin-bottom: 20px;
}

.career_corevalues-title {
  font-size: var(--fs-10xl);
  font-weight: 900;
  color: var(--clr-text-dark);
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.career_corevalues-title span {
  color: var(--clr-orange);
}

.career_corevalues-subtext {
  color: var(--clr-text-muted);
  font-size: var(--fs-lg);
}

.career_corevalues-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.career_corevalues-card {
  background: var(--clr-white);
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--clr-slate-lighter);
  transition: all 0.4s ease;
  cursor: default;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transform: translateY(0);
}

.career_corevalues-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.career_corevalues-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--clr-slate-lighter);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: var(--fs-5xl);
  transition: all 0.5s ease;
  color: var(--clr-text-dark);
}

.career_corevalues-card:hover .career_corevalues-icon {
  background: var(--clr-text-dark);
  color: var(--clr-white);
  transform: scale(1.1);
}

.career_corevalues-card h3 {
  font-size: var(--fs-xl);
  font-weight: 700;
  color: var(--clr-text-dark);
  margin-bottom: 15px;
}

.career_corevalues-card p {
  font-size: var(--fs-base);
  color: var(--clr-text-muted);
  line-height: 1.6;
}

.career_corevalues-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.career_corevalues-show {
  opacity: 1;
  transform: translateY(0);
}

/* Job portal section */
.job_portal-section {
  background: var(--clr-slate-bg);
  padding: 80px 0;
  overflow: visible;
}

.job_portal-header {
  text-align: center;
  margin-bottom: 40px;
}

.job_portal-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgb(255 233 216);
  color: var(--clr-orange);
  font-size: var(--fs-md);
  font-weight: 800;
  border-radius: 999px;
  margin-bottom: 15px;
}

.job_portal-title {
  font-size: var(--fs-14xl);
  font-weight: 900;
  color: var(--clr-text-dark);
}

.job_portal-title span {
  color: var(--clr-slate);
}

.job_portal-tabs {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 110px;
  z-index: 40;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  padding: 12px 14px;
  border-radius: 999px;
  margin-bottom: 30px;
  border: 1px solid var(--clr-slate-lighter);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  white-space: nowrap;
}

.job_portal-tab {
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
  color: var(--clr-text-muted);
  flex: 0 0 auto;
  font-size: var(--fs-base);
}

.job_portal-tab.active {
  background: var(--clr-text-dark);
  color: var(--clr-white);
}

.job_portal-list {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.job_portal-card {
  background: var(--clr-white);
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  transition: 0.3s;
  border: 1px solid var(--clr-slate-light);
  overflow: hidden;
}

.job_portal-card:hover {
  transform: translateY(-6px);
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.job_portal-featured {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--clr-orange);
  color: white;
  font-size: var(--fs-base);
  font-weight: 600;
  padding: 6px 12px;
  border-bottom-left-radius: 15px;
}

.job_portal-meta {
  font-size: var(--fs-base);
  color: var(--clr-text-light);
  margin-bottom: 12px;
}

.job_portal-meta .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--clr-slate);
  border-radius: 50%;
  margin: 0 6px;
}

.job_portal-card h3 {
  font-size: var(--fs-4xl);
  margin-bottom: 15px;
}

.job_portal-info {
  font-size: var(--fs-base);
  color: var(--clr-text-muted);
  display: flex;
  gap: 20px;
}

.job_portal-info span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.job_portal-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.job_portal-btn {
  padding: 14px 16px;
  background: var(--clr-text-dark);
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: var(--fs-md);
  font-weight: 600;
}

.job_portal-arrow {
  width: 46px;
  height: 46px;
  background: var(--clr-slate-lighter);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.job_portal-empty {
  text-align: center;
  display: none;
  padding: 40px;
}

.job_portal-empty .portalempty-icon {
  margin-bottom: 15px;
}

.job_portal-empty .portalempty-icon svg {
  stroke: #cad5e2;
  width: 36px;
  height: 36px;
}

.job_portal-empty h3 {
  margin-bottom: 6px;
  font-size: var(--fs-2xl);
}

.job_portal-footer {
  text-align: center;
  margin-top: 40px;
}

.job_portal-outline-btn {
  padding: 14px 25px;
  border: 2px solid var(--clr-slate-light);
  background: transparent;
  cursor: pointer;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--fs-md);
  font-weight: 600;
  color: var(--clr-text-dark);
  margin: 25px auto 0;
}


/* =========================
   INDUSTRY PAGE
========================= */
.industry_compliance-section {
  position: relative;
  background: var(--clr-white);
  padding: 50px 0;
  overflow: hidden;
}

.industry_compliance-bg {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
}

.industry_compliance-line-top,
.industry_compliance-line-bottom {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: linear-gradient(to right, transparent, var(--clr-slate-light), transparent);
}

.industry_compliance-line-top {
  top: 0;
}

.industry_compliance-line-bottom {
  bottom: 0;
}

.industry_compliance-vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--clr-slate-lighter), transparent);
}

.industry_compliance-vertical.v1 {
  left: 25%;
}

.industry_compliance-vertical.v2 {
  left: 50%;
}

.industry_compliance-vertical.v3 {
  left: 75%;
}

.industry_compliance-wrappper {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  text-align: center;
}

.industry_compliance-content {
  max-width: 1260px;
  width: 100%;
}

.industry_compliance-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgb(255 248 242);
  border: 1px solid var(--clr-orange);
  font-size: var(--fs-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 32px;
  color: var(--clr-orange);
}

.industry_compliance-dot {
  width: 6px;
  height: 6px;
  background: var(--clr-orange);
  border-radius: 50%;
  animation: industry_compliance-pulse 1.5s infinite;
}

@keyframes industry_compliance-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.6);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.industry_compliance-title {
  font-size: var(--fs-9xl);
  font-weight: 700;
  line-height: 1.1;
  color: var(--clr-text-dark);
  margin-bottom: 32px;
}

.industry_compliance-highlight {
  background: linear-gradient(90deg, var(--clr-blue) 0%, var(--clr-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration-color: rgb(238 126 34 / 2%);
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
}

.industry_compliance-text {
  font-size: var(--fs-xl);
  color: var(--clr-text-muted);
  line-height: 1.6;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
}

.industry_compliance-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.industry_compliance-show {
  opacity: 1;
  transform: translateY(0);
}

.industry_animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.industry_animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* Industry experience section */
.industry_experience-section {
  background: var(--clr-white);
  border-top: 1px solid var(--clr-slate-light);
  border-bottom: 1px solid var(--clr-slate-light);
}

.industry_experience-grid {
  display: grid;
}

.industry_experience-left {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.industry_experience-title {
  font-size: var(--fs-10xl);
  font-weight: 800;
  line-height: 1.2;
  color: var(--clr-text-dark);
}

.industry_experience-text {
  color: var(--clr-text-muted);
  max-width: 420px;
}

.industry_experience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industry_experience-tag {
  border: 1px solid var(--clr-slate-light);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: var(--fs-base);
  font-weight: 600;
  color: var(--clr-text-light);
}

.industry_experience-right {
  padding: 2rem;
  background: var(--clr-slate-bg);
}

.industry_experience-imgwrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: 0.6s;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.industry_experience-imgwrap:hover {
  transform: scale(1.03);
}

.industry_experience-imgwrap img {
  width: 100%;
  display: block;
}

.industry_experience-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.1);
  transition: 0.3s;
}

.industry_experience-imgwrap:hover .industry_experience-overlay {
  background: transparent;
}

/* Industry process section */
.industry_process-section {
  padding: 80px 0;
}

.industry_process-heading {
  font-size: var(--fs-13xl);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 60px;
  max-width: 870px;
  width: 100%;
  color: var(--clr-black);
}

.industry_process-grid {
  display: grid;
}

.industry_process-left {
  position: sticky;
  top: 120px;
}

.industry_process-count {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 120px;
}

.industry_process-number {
  font-size: var(--fs-20xl);
  line-height: 126px;
  font-weight: 900;
  color: #e1eaf2;
}

.industry_process-label {
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--clr-text-light);
}

.industry_process-step {
  border-top: 1px dashed var(--clr-slate-light);
  padding: 40px 0;
  display: flex;
  align-items: center;
  gap: 15px 25px;
  flex-wrap: wrap;
}

.industry_process-step:last-child {
  border-bottom: 1px dashed var(--clr-slate-light);
}

.industry_process-title {
  font-size: var(--fs-3xl);
  font-weight: 700;
  width: 350px;
}

.industry_process-desc {
  color: var(--clr-text-muted);
  flex: 1;
}

/* Industry values section */
.industry_values-section {
  background: var(--clr-navy);
  color: var(--clr-white);
  padding: 80px 0;
}

.industry_values-grid {
  display: grid;
  gap: 40px;
}

.industry_values-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 35px;
}

.industry_values-card:after {
  content: "";
  position: absolute;
  background: #223c54;
  width: 1px;
  height: 100%;
  top: 0;
  left: -40px;
}

.industry_values-icon {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry_values-icon svg {
  width: 32px;
  height: 32px;
}

.industry_values-title {
  font-size: var(--fs-4xl);
  font-weight: 700;
  color: var(--clr-white);
  text-transform: uppercase;
}

.industry_values-text {
  color: rgba(255, 255, 255, 0.5);
}

/* Industry featured section */
.industry_featured-section {
  padding: 80px 0;
  background: var(--clr-white);
  overflow: hidden;
}

.industry_featured-row {
  transition: all 0.5s ease;
}

.industry_featured-row+.industry_featured-row {
  margin-top: 80px;
}

.industry_featured-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
}

.industry_featured-reverse .industry_featured-grid {
  direction: rtl;
}

.industry_featured-reverse .industry_featured-content,
.industry_featured-reverse .industry_featured-image {
  direction: ltr;
}

.industry_featured-image-wrap {
  position: relative;
  border-radius: 40px;
}

.industry_featured-img-box {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  aspect-ratio: 3 / 2;
}

.industry_featured-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.industry_featured-row:hover .industry_featured-img-box img {
  transform: scale(1.1);
}

.industry_featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 50, 0.7), transparent);
}

.industry_featured-glow {
  position: absolute;
  inset: 0;
  background: rgba(0, 150, 255, 0.2);
  filter: blur(80px);
  opacity: 0;
  transition: 0.7s;
  border-radius: 50%;
}

.industry_featured-image-wrap:hover .industry_featured-glow {
  opacity: 1;
}

.industry_featured-badge {
  position: absolute;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 16px 20px;
  border-radius: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.industry_featured-badge.left {
  left: -20px;
}

.industry_featured-badge.right {
  right: -20px;
}

.industry_featured-badge-icon {
  width: 40px;
  height: 40px;
  background: #6c5ce7;
  color: var(--clr-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.industry_featured-badge-label {
  font-size: var(--fs-sm);
  opacity: 0.6;
  text-transform: uppercase;
}

.industry_featured-badge-title {
  font-weight: bold;
}

.industry_featured-content h3 {
  font-size: var(--fs-10xl);
  margin-bottom: 20px;
}

.industry_featured-content p {
  font-size: var(--fs-lg);
  color: var(--clr-text-666);
}

.industry_featured-list {
  margin-top: 20px;
}

.industry_featured-item {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: var(--fs-md);
  line-height: 1.4;
}

.industry_featured-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--clr-orange);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.industry_featured-btn {
  margin-top: 30px;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(45deg, var(--clr-orange), var(--clr-blue));
  color: var(--clr-white);
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--fs-md);
  font-weight: 600;
}

.industry_featured-btn:hover {
  transform: translateX(5px) scale(1.05);
}

.industry_featured-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.industry_featured-animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* Get in touch section */
.getin_touch-section {
  padding: 80px 0;
  background: var(--clr-navy);
}

.getin_touch-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.getin_touch-content {
  position: sticky;
  top: 130px;
}

.getin_touch-title {
  font-size: var(--fs-10xl);
  font-weight: 900;
  margin-bottom: 16px;
  color: var(--clr-white);
}

.getin_touch-subtitle {
  font-size: var(--fs-md);
  color: rgb(255 255 255 / 80%);
  line-height: 1.6;
  margin-bottom: 30px;
}

.getin_touch-stats {
  display: flex;
  gap: 40px;
}

.getin_touch-stat-item {
  display: flex;
  flex-direction: column;
}

.getin_touch-stat-num {
  font-size: var(--fs-10xl);
  font-weight: 900;
  color: var(--clr-orange);
}

.getin_touch-stat-label {
  font-size: var(--fs-md);
  color: var(--clr-white);
}

.getin_touch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.getin_touch-card {
  background: var(--clr-white);
  padding: 15px;
  border-radius: 30px;
  border: 2px solid #daeeff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px #e2f1ff57;
}

.getin_touch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.getin_touch-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.getin_touch-icon {
  width: 42px;
  height: 42px;
  background: #fff2e7;
  border: 3px solid #fff2e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: var(--fs-3xl);
  color: var(--clr-orange);
}

.getin_touch-icon svg {
  width: 22px;
  height: 22px;
}

.getin_touch-card-title {
  font-size: var(--fs-2xl);
  font-weight: 600;
  line-height: 1.2;
}

.getin_touch-card-desc {
  font-size: var(--fs-base);
  color: #232323;
  margin-bottom: 10px;
  line-height: 1.5;
}

.getin_touch-cta {
  font-size: var(--fs-md);
  font-weight: 600;
  color: var(--clr-blue);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.getin_touch-cta:hover {
  text-decoration: underline;
}

.getin_touch-socials {
  display: flex;
  gap: 10px;
}

.getin_touch-social-box {
  width: 36px;
  height: 36px;
  background: #fff2e7;
  color: var(--clr-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.getin_touch-social-box svg {
  width: 18px;
  height: 18px;
  fill: #fff2e8;
  stroke: var(--clr-orange);
}

.getin_touch-social-box:hover {
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
  background-color: #ffeee1;
}

.newsletter-section+.getin_touch-section {
  margin-top: 25px;
}

.veri_shield-section {
  position: relative;
  padding: 80px 0;
  background: var(--clr-navy);
  overflow: hidden;
}

.veri_shield-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 20px 20px;
  background-image: radial-gradient(circle at 10% 20%, rgb(255, 255, 255) 1px, rgba(0, 0, 0, 0) 1px);
  opacity: 0.1;
}

.veri_shield-container {
  position: relative;
}

.veri_shield-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.veri_shield-image-block {
  position: relative;
}

.veri_shield-image-wrapper {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}

.veri_shield-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.veri_shield-image-block:hover .veri_shield-image-wrapper {
  border-color: rgba(59, 130, 246, 0.3);
}

.veri_shield-image-block:hover img {
  transform: scale(1.05);
}

.veri_shield-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.8), transparent);
}

.veri_shield-image-glow {
  position: absolute;
  inset: -20px;
  background: linear-gradient(45deg, #2563eb, #06b6d4);
  border-radius: 50px;
  opacity: 0.1;
  filter: blur(40px);
  z-index: -1;
  transition: 0.3s;
}

.veri_shield-image-block:hover .veri_shield-image-glow {
  opacity: 0.2;
}

.veri_shield-text-block {
  color: white;
}

.veri_shield-line {
  width: 50px;
  height: 4px;
  background: #f97316;
  margin-bottom: 30px;
}

.veri_shield-title {
  color: var(--clr-white);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
}

.veri_shield-title span {
  color: #fb923c;
}

.veri_shield-desc {
  font-size: 18px;
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 30px;
}

.veri_shield-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.veri_shield-feature {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.veri_shield-feature span {
  color: #e2e8f0;
  font-weight: 500;
}

.veri_shield-icon {
  width: 40px;
  height: 40px;
  background: rgba(249, 115, 22, 0.2);
  color: #fb923c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
}

.complince_img-section {
  background: var(--clr-slate-bg);
  padding: 80px 0;
}

.complince_img-grid {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.complince_img {
  flex: 130px 0 1;
  text-align: center;
}

.award-marquee .team-section__item {
  position: relative;
}

.award-marquee .team-section__item .awards-mn-badge {
  position: absolute;
  bottom: 40px;
  left: 15px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: #ff7a00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

.award-marquee .team-section__item .awards-mn-badge svg {
  stroke: #fff;
}

.award_analyst-section {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.award_analyst-container {
  position: relative;
  z-index: 10;
}

.award_analyst-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.award_analyst-card {
  background: rgba(249, 250, 251, 0.8);
  border: 1px solid #f3f4f6;
  border-radius: 40px;
  padding: 32px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.award_analyst-card:hover {
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(249, 115, 22, 0.1);
}

.award_analyst-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.award_analyst-title {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.5px;
}

.award_analyst-image-wrapper {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid #f3f4f6;
  position: relative;
  transition: border 0.3s ease;
}

.award_analyst-card:hover .award_analyst-image-wrapper {
  border-color: #fed7aa;
}

.award_analyst-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.award_analyst-card:hover .award_analyst-image-wrapper img {
  transform: scale(1.1);
}

.award_analyst-overlay {
  position: absolute;
  inset: 0;
  background: rgba(234, 88, 12, 0);
  transition: background 0.3s ease;
}

.award_analyst-card:hover .award_analyst-overlay {
  background: rgba(234, 88, 12, 0.1);
}

.award_analyst-desc {
  color: #4b5563;
  margin-bottom: 24px;
  line-height: 1.6;
  font-weight: 500;
}

.award_analyst-btn {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  margin: 0 0 0 auto;
}

.award_analyst-card:hover .award_analyst-btn {
  background: #f97316;
  color: #ffffff;
  border-color: #f97316;
}

.award_analyst-btn svg {
  width: 22px;
  height: 22px;
}

.award_analyst-card {
  opacity: 0;
  transform: translateY(30px);
  animation: award_analyst-fadeUp 0.6s ease forwards;
}

.award_analyst-card:nth-child(1) {
  animation-delay: 0.1s;
}

.award_analyst-card:nth-child(2) {
  animation-delay: 0.25s;
}

.award_analyst-card:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes award_analyst-fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.awards-section {
  padding: 0 0 80px;
  background: #fff;
}

.awards-header {
  max-width: 600px;
  margin-bottom: 40px;
}

.awards-title {
  font-size: 32px;
  font-weight: 900;
  color: #111827;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.awards-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #f97316;
  border-radius: 999px;
  margin-top: 10px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.awards-card {
  background: #F2F5F9;
  border-radius: 24px;
  padding: 24px;
  min-height: 400px;
  transition: all 0.3s ease;
}

.awards-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.1);
}

.awards-logo-box {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin-bottom: 20px;
  border: 1px solid #e5e7eb;
  position: relative;
  transition: 0.3s;
}

.awards-card:hover .awards-logo-box {
  border-color: rgba(249, 115, 22, 0.2);
}

.awards-logo-content {
  text-align: center;
  opacity: 0.7;
  transition: 0.3s;
}

.awards-card:hover .awards-logo-content {
  opacity: 1;
}

.awards-icon {
  font-size: 40px;
  color: #f97316;
  margin-bottom: 8px;
}

.awards-icon svg {
  width: 40px;
  height: 40px;
}

.awards-mini-text {
  font-size: 12px;
  font-weight: 900;
  color: #9ca3af;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.awards-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #111827;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.awards-card-title {
  font-size: 18px;
  font-weight: 900;
  color: #111827;
  margin-bottom: 5px;
  transition: 0.3s;
}

.awards-card:hover .awards-card-title {
  color: #f97316;
}

.awards-category {
  font-size: 12px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.awards-description {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.pagination-box {
  display: flex;
  gap: 10px;
  padding: 6px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}

.pagination-box .page-btn {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: none;
  font-weight: 900;
  font-size: 12px;
  cursor: pointer;
  background: transparent;
  color: #9ca3af;
}

.pagination-box .page-btn:hover,
.pagination-box .page-btn.active {
  background: #f97316;
  color: #fff;
}


.awards_cta-section {
  padding: 0 0 80px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.awards_cta-wrapper {
  background: #092641;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  transform: scale(0.98);
  opacity: 0;
  transition: all 0.8s ease;
}

.awards_cta-wrapper.awards_cta-show {
  transform: scale(1);
  opacity: 1;
}

.awards_cta-gradient-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 66%;
  height: 100%;
  background: linear-gradient(to left, rgba(249, 115, 22, 0.2), transparent);
}

.awards_cta-blur-circle {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 380px;
  height: 380px;
  background: rgba(249, 115, 22, 0.1);
  border-radius: 50%;
  filter: blur(100px);
}

.awards_cta-radial {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at bottom left, rgba(234, 88, 12, 0.15), transparent);
  opacity: 0.5;
}

.awards_cta-content {
  position: relative;
  z-index: 2;
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.awards_cta-left {
  width: 60%;
}

.awards_cta-title {
  font-size: 56px;
  line-height: 0.95;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
}

.awards_cta-title span {
  color: #f97316;
}

.awards_cta-desc {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
  max-width: 520px;
  line-height: 1.6;
}

.awards_cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f97316;
  color: #fff;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.awards_cta-btn:hover {
  background: #ea580c;
}

.awards_cta-btn:active {
  transform: scale(0.95);
}

.awards_cta-arrow {
  transition: transform 0.3s ease;
}

.awards_cta-btn:hover .awards_cta-arrow {
  transform: translateX(5px);
}

.awards_cta-right {
  width: 40%;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.awards_cta-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

.awards_cta-card.small {
  width: 96px;
  height: 96px;
}

.awards_cta-card.medium {
  width: 120px;
  height: 120px;
}

.rotate1 {
  transform: rotate(6deg);
}

.rotate2 {
  transform: rotate(-12deg);
}

.rotate3 {
  transform: rotate(3deg);
}

.awards_cta-card:hover {
  transform: rotate(0deg);
}

.awards_cta-card svg {
  width: 60%;
  height: 60%;
  stroke: #fb923c;
  fill: none;
  stroke-width: 2;
}


.stories_overview-section {
  background: rgba(241, 245, 249, 0.8);
  padding: 80px 0;
  border-top: 1px solid rgba(226, 232, 240, 0.6);
  border-bottom: 1px solid rgba(226, 232, 240, 0.6);
}

.stories_overview-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.stories_overview-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.stories_overview-title {
  font-size: 20px;
  font-weight: 600;
  color: #092641;
  line-height: 1.3;
}

.stories_overview-text {
  font-size: 18px;
  color: #475569;
  line-height: 1.7;
}

.stories_overview-text strong {
  color: #0f172a;
}

.stories_overview-row.stories_overview-show {
  opacity: 1;
  transform: translateY(0);
}

.business_stories-section {
  padding: 80px 0;
}

.business_stories-section .business_stories-wrapper {
  background: #020617;
  border-radius: 32px;
  padding: 60px 80px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.business_stories-section .business_stories-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 80% 80%, rgba(0, 85, 255, 0.15), transparent 50%);
  pointer-events: none;
}

.business_stories-section .business_stories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
  z-index: 2;
}

.business_stories-section .business_stories-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}

.business_stories-section .business_stories-desc {
  color: #94a3b8;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.business_stories-section .business_stories-list {
  list-style: none;
  padding: 0;
}

.business_stories-section .business_stories-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
  transition: 0.3s;
}

.business_stories-section .business_stories-item span {
  color: #cbd5f5;
  transition: 0.3s;
}

.business_stories-section .business_stories-icon {
  width: 20px;
  height: 20px;
  background: #ee7e22;
  border-radius: 50%;
  margin-top: 4px;
  position: relative;
  transition: 0.3s;
}

.business_stories-section .business_stories-icon::after {
  content: "✓";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.business_stories-section .business_stories-item:hover .business_stories-icon {
  transform: scale(1.2);
}

.business_stories-section .business_stories-item:hover span {
  color: #fff;
}

.business_stories-section .business_stories-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 30px;
}

.business_stories-section .business_stories-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.business_stories-section .business_stories-card-header h4 {
  color: #fff;
}

.business_stories-section .business_stories-card-icon {
  width: 48px;
  height: 48px;
  background: rgb(238 126 34 / 28%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business_stories-section .business_stories-card-icon svg {
  stroke: #ee7e22;
}

.business_stories-section .business_stories-card p {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.6;
}

.business_stories-section .business_stories-testimonial {
  display: flex;
  align-items: center;
  gap: 20px;
}

.business_stories-section .business_stories-avatars {
  display: flex;
}

.business_stories-section .business_stories-avatars div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1e293b;
  border: 2px solid #020617;
  margin-left: -10px;
}

.business_stories-section .business_stories-avatars div:first-child {
  margin-left: 0;
}

.business_stories-section .business_stories-testimonial p {
  color: #94a3b8;
  font-size: 14px;
  font-style: italic;
}

.business_stories-section .business_stories-testimonial span {
  color: #fff;
  font-weight: 600;
}

/* story testimonial slider */
.stories_testimonial-section {
  padding: 80px 0;
  background: #f8fafc;
}


.stories_testimonial-wrapper {
  position: relative;
  max-width: 94%;
  margin: 0 auto;
}

.stories_testimonial-slider {
  overflow: hidden;
}

.stories_testimonial-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.stories_testimonial-slide {
  min-width: 100%;
}

.stories_testimonial-card {
  padding: 60px;
  min-height: 400px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 3px rgb(0 0 0 / 6%), 0 4px 20px rgb(0 0 0 / 0%);
  border-radius: 32px;
}

.stories_testimonial-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.stories_testimonial-left {
  flex: 1;
  position: relative;
}

.stories_testimonial-quote-icon {
  color: rgb(238 126 34 / 40%);
  position: absolute;
  top: -61px;
  transform: rotate(180deg);
}

.stories_testimonial-quote-icon svg {
  width: 50px;
  height: 50px;
}

.stories_testimonial-text {
  font-size: 26px;
  font-style: italic;
  margin-bottom: 30px;
}

.stories_testimonial-name {
  font-weight: bold;
  font-size: 20px;
}

.stories_testimonial-role {
  font-size: 14px;
  color: #64748b;
}

.stories_testimonial-image-wrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #fff;
}

.stories_testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 0.5s;
}

.stories_testimonial-image:hover {
  filter: grayscale(0%);
}

.stories_testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  cursor: pointer;
  z-index: 10;
}

.stories_testimonial-prev {
  left: -25px;
}

.stories_testimonial-next {
  right: -25px;
}

.stories_testimonial-arrow:hover {
  background: #ee7e22;
  color: #fff;
}

.stories_testimonial-dots {
  text-align: center;
  margin-top: 20px;
}

.stories_testimonial-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.3s;
}

.stories_testimonial-dot.active {
  width: 30px;
  background: #ee7e22;
  border-radius: 10px;
}

.related_stories-section {
  padding: 80px 0;
}

.related_stories-header {
  display: flex;
  margin-bottom: 3rem;
}

.related_stories-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #ee7e22;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.related_stories-btn:hover {
  gap: 10px;
}

.related_stories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.related_stories-card {
  cursor: pointer;
  transition: transform 0.4s ease;
}

.related_stories-card:hover {
  transform: translateY(-8px);
}

.related_stories-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 4/3;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.4s ease;
}

.related_stories-card:hover .related_stories-image-wrapper {
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.15);
}

.related_stories-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.related_stories-card:hover img {
  transform: scale(1.1);
}

.related_stories-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgb(255 255 255 / 59%);
  backdrop-filter: blur(20px);
  border-radius: 999px;
  color: #0f4c89;
}

.related_stories-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.related_stories-card:hover .related_stories-title {
  color: #ee7e22;
}


.stories_cta-section {
  padding: 0 0 80px;
}


.stories_cta-wrapper {
  position: relative;
  background-color: #092641;
  border-radius: 32px;
  padding: 48px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

.stories_cta-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 20px 20px;
  background-image: radial-gradient(circle at 10% 20%, #fff 1px, #0000 1px);
  opacity: .1;
}

.stories_cta-bg {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(circle at 10% 20%, #ffffff 1px, transparent 1px);
  background-size: 20px 20px;
  z-index: 0;
}

.stories_cta-content {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.stories_cta-content.stories_cta-show {
  opacity: 1;
  transform: translateY(0);
}

.stories_cta-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.2;
  color: #fff;
}

.stories_cta-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 640px;
  margin: 0 auto 48px;
}

.stories_cta-actions {
  display: flex;
  justify-content: center;
}

.stories_cta-btn {
  padding: 20px 40px;
  background: #ffffff;
  color: #092641;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.stories_cta-btn:hover {
  background: #f1f5f9;
}

.stories_cta-btn:active {
  transform: scale(0.95);
}


/* blog listing css */
.blog_listing-section {
  padding: 80px 0;
  font-family: sans-serif;
}


.blog_listing-featured-card {
  position: relative;
  height: 470px;
  border-radius: 24px;
  overflow: hidden;
}

.blog_listing-featured-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

.blog_listing-featured-card:hover img {
  transform: scale(1.05);
}

.blog_listing-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, black, transparent);
}

.blog_listing-featured-content {
  position: absolute;
  bottom: 0;
  padding: 40px;
  color: white;
  width: 100%;
}

.blog_listing-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.blog_listing-badge {
  background: white;
  color: black;
  padding: 4px 10px;
  font-size: 10px;
  border-radius: 999px;
}

.blog_listing-featured-content h2 {
  font-size: var(--fs-10xl);
  color: #fff;
}

.blog_listing-featured-content p {
  font-size: 18px;
  color: #ffffffd9;
  font-weight: 500;
}

.blog_listing-featured-content h2+p {
  margin-top: 15px;
}

.blog_listing-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog_listing-featured-content .blog_listing-author span {
  font-size: 12px;
}

.blog_listing-featured-card .blog_listing-author .blog_listing-author_img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
}

.blog_listing-featured-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.blog_listing-btn {
  background: #7b7b7b;
  border: 1px solid #cdcdcd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  border-radius: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: all 2ms ease;
}

.blog_listing-btn:hover {
  box-shadow: 0 2px 20px rgb(238 126 34 / 47%);
  transform: translateY(2px);
}

.blog_listing-categories {
  margin: 60px auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.blog_listing-categories button {
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
}

.blog_listing-categories .active {
  background: black;
  color: white;
}


.blog_listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog_listing-card {
  background: white;
  border-radius: 35px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  border: 1px solid #fafafa;
  box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
  cursor: pointer;
}

.blog_listing-card:hover {
  transform: translateY(-8px);
}

.blog_listing-card-img {
  position: relative;
  height: 220px;
}

.blog_listing-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_listing-card-body {
  padding: 20px;
}

.blog_listing-small-meta {
  font-size: 12px;
  color: gray;
  margin-bottom: 10px;
}

.blog_listing-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_listing-arrow {
  background: #f5f5f5;
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
}

.blog_listing-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.blog_listing-pagination button {
  padding: 10px 15px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_listing-pagination .active {
  background: black;
  color: white;
}

.blog_listing-card-img .blog_listing-badge {
  background: #ffffffde;
  color: #0f4c89;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  border-radius: 999px;
  position: absolute;
  top: 20px;
  z-index: 9;
  left: 20px;
  backdrop-filter: blur(20px);
}

.blog_listing-card .blog_listing-card-footer {
  margin-top: 25px;
  align-items: end;
}

.blog_listing-author-small {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog_listing-author-small p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.blog_listing-author-small .author-small-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  display: block;
}

.blog_listing-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.blog_listing-animate.show {
  opacity: 1;
  transform: translateY(0);
}

.blog_listing-animate.show:hover {
  transform: translateY(8);
}

.blog_listing-card:hover .blog_listing-arrow {
  background: #ee7e22;
  color: #fff;
}

.blog_listing-card-body h3 {
  font-size: var(--fs-xl);
  margin-bottom: 9px;
}

.blog_listing-arrow svg {
  width: 18px;
}

.blog_listing-grid a,
.blog_listing-grid a.read-more {
  color: #000;
}

.latest-blog a {
  color: #fff;
}

.read-more {
  margin: 10px 0;
  display: inline-block;
}

.blog_listing-grid a.read-more {
  color: #0f4c89;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.blog_listing-grid a.read-more:hover {
  color: #ee7e22;
}

p:empty {
  display: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.bk_mbl_demo-btn {
  display: none;
}

.latest-blog+.blog_listing-grid {
  margin-top: 50px;
}

.job_detail-wrapper h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

.job_detail-wrapper p+p,
.job_detail-wrapper p+h4,
.job_detail-wrapper h4+ul,
.job_detail-wrapper ul li+li,
.job_detail-wrapper ul+h4,
.job_detail-wrapper ul+ul {
  margin-top: 15px;
}

.job_detail-wrapper ul li h5+p {
  margin-top: 10px;
}

.job_detail-wrapper ul li h5 {
  font-size: 16px;
}

.inner-hero-image-corner {
  border-radius: 30px;
  overflow: hidden;
}

.whitepaper_detail-section .main-flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.whitepaper_detail-section .main-flex .inner-flex-50 {
  flex: 1 1 47%;
}

.whitepaper-image {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

.whitepaper-wrapper h2 {
  font-size: var(--fs-5xl);
  margin-bottom: 10px;
}

.form-btn p {
  display: flex;
  align-items: center;
}

.footer-widgets .widget_nav_menu+.widget_nav_menu {
  margin-top: 25px;
}

.footer-widgets .footer-top-block {
  gap: 50px;
}

.globalcoverage-section .globalcoverage-inner.success_stories-globalcoverage {
  max-width: 1600px;
  width: 100%;
}

.success-stories-left-content {
  width: 90%;
}

.stories_overview-text .reg-list {
  margin-top: 15px;
}

.stories_overview-text .reg-list li {
  color: #515151;
}

.stories_overview-text .reg-list li::before {
  background: #646464;
}

.error_404-section {
  padding: 80px 0;
}

.error_404-section .error_404-header {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.error_404-section .error_404-header h1 {
  font-size: 48px;
  font-weight: 800;
}

.error_404-section .error_404-header p {
  font-size: 22px;
  font-weight: 500;
}

.error_404-section .error_404-header .primary-btn {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.error_404-section .error_404-header h1+p {
  margin-top: 15px;
}

.newsletter-wrapper .tnp-subscription {
  display: block;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.newsletter-wrapper .tnp-subscription .tnp-field-flex {
  display: flex;
  gap: 15px;
}

.newsletter-wrapper .tnp-subscription .tnp-field-flex .tnp-field.tnp-field-button {
  margin: 0;
  width: 127px;
}

.newsletter-wrapper .tnp-subscription .tnp-field-flex .tnp-field.tnp-field-email {
  margin: 0;
  flex: 1;
}

.newsletter-wrapper .tnp-subscription .tnp-field-flex .tnp-field.tnp-field-button .tnp-submit {
  width: 100%;
  background: var(--clr-blue);
  color: var(--clr-white);
  padding: 20px 16px;
  font-size: 18px;
  border-radius: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.newsletter-wrapper .tnp-subscription .tnp-field-flex .tnp-field.tnp-field-button .tnp-submit:hover {
  background: var(--clr-orange-bright);
  box-shadow: 0 10px 30px rgba(255, 122, 0, 0.4);
}

.newsletter-wrapper .tnp-subscription .tnp-field-flex .tnp-field.tnp-field-email input[type=email] {
  flex: 1;
  background: #f8f9fa;
  border: none;
  border-radius: 16px;
  padding: 20px 24px;
  font-size: var(--fs-md);
  color: #000;
}

.whitepaper-form {
  border: 1px solid #ededed;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 5%);
}

.whitepaper-form textarea {
  height: 170px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
  background: #fff;
  color: #ff0000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  width: 100%;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}

.singel-input .form-title i {
  font-style: normal;
  display: inline-block;
  margin-left: 2px;
  color: #ff0000;
}

.stringent-wrapper .stringent-card:first-child {
  height: auto;
  padding-top: 0;
}

.lifecycle-section .loadmore {
  margin-top: 30px;
  margin-bottom: 0;
}

.footer-widgets .footer-top-block {
  justify-content: space-between;
}

.footer-widgets .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
  flex: 0 0 auto;
}

.footer-widgets .footer-logo-descrp {
  flex: 0 0 400px !important;
}

.footer-widgets .footer-inner-35 {
  flex: 0 0 500px !important;
}

.footer-widgets .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.ftr-sol-block {
  flex: 0 0 50%;
}

.footer-widgets :where(.wp-block-columns.is-layout-flex) {
  margin: 0;
}

/* mega menu with icons css */

.services-checkbox {

  position: relative;

}

.services-checkbox .wpcf7-form-control-wrap {

  display: block;

}

.services-checkbox .wpcf7-checkbox {

  display: flex;

  flex-wrap: wrap;

  gap: 15px;

}

.services-checkbox .wpcf7-list-item {

  margin: 0;

}

.services-checkbox input[type="checkbox"] {

  display: none;

}

.services-checkbox .wpcf7-list-item-label {

  position: relative;

  padding-left: 28px;

  cursor: pointer;

  display: inline-block !important;

  font-size: 16px;

  line-height: 18px;

  color: #222;

  margin: 0;

}


.services-checkbox .wpcf7-list-item-label::before {

  content: "";

  position: absolute;

  left: 0;

  top: 1px;

  width: 16px;

  height: 16px;

  border: 2px solid #acacac;

  border-radius: 4px;

  background: transparent;

  transition: all 0.3s ease;

}


.services-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::before {

  background: #0f4c89;

  border-color: #0f4c89;

}

.services-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::after {

  content: "✓";

  position: absolute;

  left: 2px;
  top: 0px;

  color: #fff;

  font-size: 13px;

  font-weight: 700;

  line-height: 18px;

}

.wpcf7-spinner {
  margin: 0 0;
}

/*   MEDIA QUERIES — MAX-WIDTH DESCENDING
========================= */

@media (max-width: 1600px) {
  .experience-list {
    width: 95%;
  }

  .blog_listing-featured-content h2 {
    font-size: var(--fs-2xl);
  }

  .blog_listing-featured-content p {
    font-size: var(--fs-md);
  }

  .career_workwithus-animate-scale {
    padding: 0 0;
  }
}

@media (max-width: 1440px) {
  .info-card {
    height: 260px;
  }

  .info-card h3 {
    font-size: var(--fs-3xl);
  }

  .info-card p {
    font-size: var(--fs-md);
  }

  .getin_touch-card-title {
    font-size: var(--fs-2xl);
  }

  .career_workwithus-grid {
    gap: 40px;
  }

  .career_workwithus-right {
    height: 550px;
  }

  .footer-widgets .footer-top-block {
    gap: 40px;
  }

  .footer-widgets .footer-logo-descrp {
    flex: 0 0 350px !important;
  }

  .footer-widgets .footer-inner-35 {
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1370px) {
  .partner-logos img {
    width: 200px;
  }
}

@media (max-width: 1300px) {
  .getin_touch-card {
    padding: 15px;
    border-radius: 24px;
  }

  .getin_touch-card-title {
    font-size: var(--fs-lg);
  }

  .getin_touch-icon {
    width: 42px;
    height: 42px;
  }

  .footer-widgets .footer-top-block {
    gap: 35px;
  }

  .footer-widgets .footer-logo-descrp {
    flex: 0 0 330px !important;
  }
}

@media (max-width: 1270px) {
  .partner-logos img {
    width: 180px;
  }
}

@media (max-width: 1200px) {
  .leading-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .career_corevalues-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .newsletter-wrapper .newsletter-card {
    padding: 30px;
  }

}

@media (max-width: 1198px) {
  .footer-widgets .footer-logo-descrp {
    flex: 0 0 270px !important;
  }

  .footer-widgets .footer-top-block {
    gap: 25px;
  }
}

@media (max-width: 1160px) {
  .partner-logos {
    gap: 30px;
  }

  .partner-logos img {
    width: 150px
  }
}

@media (max-width: 1100px) {
  .footer-widgets .footer-top-block {
    gap: 25px;
    flex-wrap: wrap !important;
  }

  .footer-widgets .footer-logo-descrp {
    flex: 0 0 500px !important;
  }

  .footer-widgets .footer-inner-35 {
    flex: 0 0 550px !important;
  }

  .footer-widgets .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.footer-inner-20 {
    flex: 0 0 155px;
  }
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: block;
  }

  .navigation-menu {
    position: fixed;
    top: 0;
    right: -260px;
    width: 250px;
    height: 100%;
    background: var(--clr-white);
    transition: right 0.4s ease;
    z-index: 9999;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  }

  .navigation-menu.active {
    right: 0;
  }

  .nav-main {
    flex-direction: column;
    padding: 20px 0;
  }

  .nav-menu {
    flex-direction: column;
    gap: 0;
  }

  .nav-item>a {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
  }

  /* Submenu */
  .submenu {
    position: relative;
    border: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  .submenu.open {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }

  /* Mega menu */
  .mega-submenu {
    position: relative;
    left: 0;
    border: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  .mega-submenu.open {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }

  .nav-item:hover>.submenu,
  .has-mega:hover>.mega-submenu {
    opacity: initial;
    visibility: initial;
  }

  .sml-scrn-action {
    display: block;
    padding: 0 10px;
  }


  .identity-wrapper {
    flex-direction: column;
  }

  .identity-left,
  .identity-right {
    width: 100%;
  }

  .identity-right {
    margin-top: 40px;
    text-align: center;
  }

  .hero {
    flex-direction: column;
  }

  .products__layout {
    grid-template-columns: 1fr;
  }

  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .industries__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-links {
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
  }

  .column {
    width: 45%;
  }

  .globalcoverage-section .globalcoverage-title {
    font-size: var(--fs-16xl);
  }

  .globalcoverage-section .globalcoverage-description {
    font-size: var(--fs-2xl);
  }

  .industry_values-card:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .industry_values-card:first-child:after {
    display: none;
  }

  .industry_values-card:first-child {
    padding-top: 0;
  }

  .industry_values-card:last-child {
    padding-bottom: 0;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .lifecycle-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .our-story-section .our-story-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .our-story-section .our-story-title {
    font-size: var(--fs-10xl);
  }

  .industry_process-left {
    position: inherit;
    top: 0;
    margin-bottom: 25px;
  }

  .success-stories-right {
    transform: unset;
  }

  .success-stories-card {
    min-height: 210px;
  }

  .award_analyst-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog_listing-grid {
    gap: 15px;
  }
}

@media (max-width: 1023px) {
  .newsletter-section {
    padding: 70px 0;
  }

  .newsletter-wrapper {
    gap: 35px;
  }

  .newsletter-wrapper .newsletter-card {
    padding: 40px;
    border-radius: 32px;
    order: 2;
  }

  .newsletter-wrapper .line {
    margin-bottom: 20px;
  }

  .cta-overlay {
    padding: 60px 60px;
  }
}

@media (max-width: 992px) {
  .hdr-main {
    padding: 10px 15px;
  }
  .site-header .btn {
    padding: 10px 15px;
    font-size: 15px;
  }

  .site-branding {
    order: 2;
    position: absolute;
        left: 70px;
  }

  .main-navigation {
    order: 1;
  }

  .hdr-action {
    order: 3;
  }

  .section-padding {
    padding: 50px 0;
  }

  .hero-wrapper {
    flex-direction: column;
    padding: 80px 25px 50px;
  }

  .hero-flex {
    justify-content: space-between;
    gap: 35px 25px;
    flex-wrap: wrap;
  }

  .hero-flex-inner-50 {
    width: 100%;
  }

  .hero-flex-inner-auto {
    flex: 1;
    width: 100%;
  }

  .inner-hero-image-wrapper {
    display: flex;
    justify-content: center;
  }

  .inner-hero-image-box {
    max-width: 100%;
    aspect-ratio: 3 / 2;
  }

  .hero-title {
    font-size: var(--fs-8xl);
  }

  .hero-actions {
    justify-content: left;
  }

  .hero-clients {
    justify-content: center;
  }

  .partner-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .inner-hero-icon {
    width: 30px;
    height: 30px;
  }

  .partner-logos {
    justify-content: center;
    gap: 30px;
  }

  .about-wrapper {
    flex-direction: column;
  }

  .about-title {
    font-size: var(--fs-7xl);
  }

  .about-content {
    max-width: 100%;
  }

  .product-wrapper {
    flex-direction: column;
  }

  .product-tabs {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .content-inner {
    flex-direction: column;
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-grid {
    grid-template-columns: 1fr;
  }

  .bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec-header h2 {
    font-size: var(--fs-6xl);
  }

  .success-stories-wrapper {
    flex-direction: column;
  }

  .success-stories-left,
  .success-stories-right {
    width: 100%;
  }

  .success-stories-right {
    margin-top: 25px;
    height: 560px;
    transform: rotate(0deg);
    flex-wrap: wrap;
    overflow: hidden;
  }

  .scroll-column {
    width: 100%;
  }

  .success-stories-card {
    min-height: 190px;
  }

  .product-services-section {
    padding: 50px 20px;
  }

  .product-services-section .services-title {
    text-align: left;
    margin-bottom: 20px;
  }

  .product-services-section .services {
    padding-left: 20px;
  }

  .product-services-section .services-content p {
    max-width: 100%;
  }

  .stringent-card {
    flex-direction: column;
    height: auto;
  }

  .stringent-card-title {
    font-size: var(--fs-6xl);
  }

  .solutioncta-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .solutioncta-content {
    text-align: center;
  }

  .solutioncta-heading {
    font-size: var(--fs-9xl);
  }

  .solutioncta-buttons {
    justify-content: center;
  }

  .why_partner-item {
    flex-direction: column !important;
    gap: 40px;
  }

  .why_partner-title {
    font-size: var(--fs-6xl);
  }

  .partner_benefits-wrapper {
    flex-direction: column;
  }

  .partner_benefits-title {
    font-size: var(--fs-6xl);
  }

  .career_workwithus-grid {
    grid-template-columns: 1fr;
  }

  .career_workwithus-heading {
    font-size: var(--fs-8xl);
  }

  .career_workwithus-right {
    height: 500px;
  }

  .industry_featured-grid {
    grid-template-columns: 1fr;
  }

  .industry_process-count {
    align-items: flex-start;
  }

  .stringent-left {
    width: 100%;
  }

  .getin_touch-split {
    grid-template-columns: 1fr;
  }

  .getin_touch-content {
    position: inherit;
    top: 0;
  }

  .getin_touch-section {
    padding: 50px 0;
  }

  .leading-wrapper-inner {
    gap: 20px;
    flex-direction: column;
  }

  .map-area {
    width: 100%;
    order: 2;
  }

  .content-area {
    padding: 40px;
    width: 100%;
  }

  .veri_shield-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .veri_shield-title {
    font-size: 36px;
  }

  .awards_cta-content {
    flex-direction: column;
    text-align: center;
    padding: 40px;
  }

  .awards_cta-left,
  .awards_cta-right {
    width: 100%;
  }

  .awards_cta-title {
    font-size: 42px;
  }

  .business_stories-section .business_stories-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .business_stories-section .business_stories-wrapper {
    padding: 40px;
  }

  .blog_listing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.bk_mbl_demo-btn {
    display: block;
  }
}

@media (max-width: 880px) {
  .partner-logos {
    gap: 20px;
  }

  .partner-logos img {
    width: 135px;
  }
}

@media (max-width: 781px) {
  .footer-widgets .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.footer-inner-25 {
    flex: 0 0 auto !important;
    order: 3;
  }

  .footer-widgets .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.footer-inner-35 {
    flex: 0 0 100% !important;
    order: 2;
  }

  .footer-widgets .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.footer-inner-20 {
    flex: 0 0 auto !important;
    order: 4;
  }

  .footer-widgets .wp-block-columns.ftr-sol-flex:not(.is-not-stacked-on-mobile)>.wp-block-column.ftr-sol-block {
    flex: 0 0 auto !important;
  }

  .footer-widgets .wp-block-columns.ftr-sol-flex {
    justify-content: space-between;
  }

}

@media (max-width: 768px) {
  .hero-wrapper {
    padding: 75px 15px 40px;
  }

  .hero-actions .btn {
    max-width: 190px;
    width: 100%;
  }

  .inner-hero-badge-line {
    display: none;
  }

  .inner-hero-title {
    font-size: var(--fs-8xl);
  }

  .cta {
    height: auto;
    padding: 80px 20px;
  }

  .cta-content h2 {
    font-size: var(--fs-4xl);
  }

  .cta-actions {
    flex-direction: column;
  }

  .newsletter-box {
    padding: 40px 20px;
  }

  .newsletter-box h2 {
    font-size: var(--fs-3xl);
  }

  .newsletter-form {
    flex-direction: column;
    gap: 12px;
  }

  .newsletter-form input {
    width: 100%;
  }

  .newsletter-form button {
    width: 100%;
  }

  .product-services-section {
    padding: 50px 0px;
  }

  .product-services-section h2 {
    font-size: var(--fs-8xl);
  }

  .product-services-section .service-item {
    justify-content: space-between;
    align-items: flex-end;
  }

  .product-services-section .service-item:first-child {
    padding-top: 0;
  }

  .product-services-section .service-left {
    align-items: baseline;
    flex-direction: column;
    width: calc(100% - 0px);
  }

  .product-services-section .service-arrow {
    width: 36px;
    height: 36px;
  }

  .product-services-section .service-arrow svg {
    width: 22px;
    height: 22px;
  }

  .stringent-card {
    gap: 0;
    padding: 50px 20px;
  }

  .stringent-header {
    margin-bottom: 35px;
  }

  .stringent-card {
    top: 70px;
  }


  .stringent-title {
    font-size: var(--fs-8xl);
  }

  .stringent-card-desc {
    margin-bottom: 0;
  }

  .stringent-left {
    width: 100%;
    margin-top: 0;
    order: 2;
    margin-bottom: 25px;
  }

  .stringent-right {
    flex: 1;
    order: 3;
  }

  .stringent-floating {
    bottom: 15px;
    right: 15px;
    padding: 15px 15px;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
  }

  .stringent-badge {
    width: 24px;
    height: 24px;
  }

  .stringent-index {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-bottom: 5px;
    text-align: right;
  }

  .newsletter-section {
    padding: 50px 0;
  }

  .newsletter-wrapper .newsletter-card {
    border-radius: 25px;
    padding: 20px;
  }

  .newsletter-wrapper .newsletter-card p {
    margin-bottom: 30px;
  }

  .newsletter-wrapper .badge {
    margin-bottom: 20px;
  }

  .footer-bottom-inner {
    flex-direction: column;
  }

  .footer-bottom-left {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ftr-btm-links {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .onbording-content h2 {
    font-size: var(--fs-8xl);
  }

  .globalcoverage-section .globalcoverage-title {
    font-size: var(--fs-12xl);
  }

  .globalcoverage-section .globalcoverage-description {
    font-size: var(--fs-lg);
  }

  .why_partner-section {
    padding: 50px 0;
  }

  .partner_tailored-title {
    font-size: var(--fs-9xl);
  }

  .partner_tailored-card-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner_cta-section {
    padding: 0 0 50px;
    background: var(--clr-white);
    font-family: inherit;
  }

  .partner_cta-card {
    padding: 60px 24px;
    border-radius: 40px;
  }

  .partner_cta-title {
    font-size: var(--fs-8xl);
  }

  .partner_cta-description {
    font-size: var(--fs-md);
  }

  .partner_cta-button {
    width: 100%;
    justify-content: center;
  }

  .career_corevalues-title {
    font-size: var(--fs-6xl);
  }

  .career_corevalues-grid {
    grid-template-columns: 1fr;
  }

  .our-story-section .our-story-container {
    padding: 0 20px;
  }

  .our-story-section .our-story-title {
    font-size: var(--fs-7xl);
  }

  .experience-grid {
    gap: 35px;
    flex-direction: column;
  }

  .experience-left {
    width: 100%;
  }

  .experience-wrapper {
    width: 100%;
  }

  .experience-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-process-header {
    gap: 20px;
    margin-bottom: 35px;
  }

  .about-process-left h2 {
    font-size: var(--fs-8xl);
  }

  .team-section__header {
    gap: 20px;
    margin-bottom: 35px;
    flex-direction: column;
  }

  .team-section__title {
    font-size: var(--fs-8xl);
  }

  .team-section__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .team-section__subtitle {
    width: 100%;
    font-size: var(--fs-lg);
    margin-top: 0;
  }

  .our-story-section .our-story-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .faq-section .faq-header {
    margin-bottom: 20px;
  }

  .faq-section .faq-stack {
    padding: 50px 0;
  }

  .faq-section .faq-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .featuredata-section {
    padding: 50px 0;
  }

  .featuredata-row {
    gap: 20px;
    flex-direction: column;
  }

  .featuredata-light {
    padding: 25px;
    border-radius: 28px;
  }

  .featuredata-title {
    font-size: var(--fs-8xl);
  }

  .featuredata-row+.featuredata-row {
    margin-top: 50px;
  }

  .featuredata-image-box {
    height: 350px;
    border-radius: 28px;
  }

  .featuredata-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }

  .featuredata-icon-box svg {
    width: 32px;
    height: 32px;
  }

  .solution_industry-grid {
    grid-template-columns: 1fr;
  }

  .solutioncta-section {
    padding: 0 0 50px;
  }

  .solution_industry-header h2 {
    font-size: var(--fs-8xl);
  }

  .solution_industry-content {
    padding: 20px;
  }

  .solutioncta-wrapper {
    border-radius: 28px;
    padding: 25px;
  }

  .solutioncta-heading {
    font-size: var(--fs-8xl);
  }

  .solutioncta-image-box {
    width: 100%;
    max-width: 100%;
    height: 340px;
  }

  .solutioncta-float-top {
    top: 8px;
    left: -10px;
  }

  .solutioncta-float-bottom {
    bottom: 0px;
    right: -10px;
  }

  .solution_industry-item.active {
    transform: translatey(3px);
  }

  .solution_industry-content h4 {
    font-size: var(--fs-5xl);
  }

  .contact-left {
    width: 100%;
  }

  .inner-flex-50 {
    width: 100%;
  }

  .content-hero-section .hero-content .content-hero-title {
    font-size: var(--fs-8xl);
  }

  .contact-section {
    padding: 50px 0;
  }

  .job_portal-tabs {
    justify-content: left;
  }

  .job_portal-title {
    font-size: var(--fs-8xl);
  }

  .job_portal-section {
    padding: 50px 0;
  }

  .career_corevalues-section {
    padding: 50px 0;
  }

  .industry_process-section {
    padding: 50px 0;
  }

  .industry_process-step {
    padding: 20px 0;
    align-items: flex-start;
    gap: 15px 25px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .industry_process-heading {
    font-size: var(--fs-8xl);
    margin-bottom: 40px;
  }

  .industry_values-section {
    padding: 50px 0;
  }

  .industry_values-grid {
    gap: 0px;
  }

  .industry_featured-section {
    padding: 50px 0;
  }

  .industry_featured-row+.industry_featured-row {
    margin-top: 50px;
  }

  .industry_experience-left {
    padding: 2rem 0;
    gap: 1.2rem;
  }

  .industry_experience-title {
    font-size: var(--fs-8xl);
  }

  .contact-wrapper+.map-wrappper {
    margin-top: 50px;
  }

  .leading-wrapper-inner {
    gap: 0;
    flex-direction: column;
  }

  .map-area {
    order: 2;
  }

  .map-area img {
    height: 260px;
  }

  .content-area {
    padding: 30px 15px;
  }

  .cert-grid {
    grid-template-columns: 1fr;
  }

  .cta-overlay {
    padding: 60px 0px;
  }

  .security-section .top-heading h2 {
    font-size: var(--fs-8xl);
  }

  .content-inner {
    padding: 20px 20px;
    gap: 30px;
  }

  .top-heading h2 {
    font-size: var(--fs-8xl);
  }

  .award_analyst-grid {
    grid-template-columns: 1fr;
  }

  .success-stories-right {
    height: 560px;
    overflow: hidden;
  }

  .scroll-column {
    animation: scrollVertical 20s linear infinite;
  }

  @keyframes scrollVertical {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-50%);
    }
  }

  .stories_testimonial-content {
    flex-direction: column;
    text-align: center;
  }

  .stories_testimonial-arrow {
    display: none;
  }

  .blog_listing-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .blog_listing-featured-card {
    height: 420px;
  }

  .latest-blog-image {
    height: 100%;
  }

  .blog_listing-featured-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .latest-blog .blog_listing-featured-footer a {
    max-width: 149px;
    margin: 0 0 0 auto;
  }

  .blog_listing-featured-content {
    padding: 20px;
  }

  .latest-blog+.blog_listing-grid {
    margin-top: 30px;
  }

  .stories_testimonial-card {
    padding: 20px;
    padding-top: 70px;
  }

  .stories_testimonial-quote-icon {
    top: -60px;
  }

  .stories_testimonial-text {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .stories_testimonial-content {
    gap: 20px;
  }

  .stories_testimonial-image-wrap {
    width: 130px;
    height: 130px;
  }

  .stories_cta-btn {
    padding: 16px 24px;
  }

  .career_workwithus-section {
    padding: 50px 0;
  }

  .career_workwithus-grid {
    gap: 25px;
  }

  .career_workwithus-right {
    height: 100%;
  }

  .career_workwithus-image-wrapper {
    border-radius: 20px;
  }

  .career_workwithus-animate-scale {
    padding: 0 0;
  }

  .industry_featured-grid {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .partner-logos {
    flex-wrap: wrap;
  }

  .partner-logos img {
    width: 110px;
  }

  

  .contact-card {
    padding: 20px;
  }

}

@media (max-width: 640px) {
  .lifecycle-grid {
    grid-template-columns: 1fr;
  }

  .lifecycle-title {
    font-size: var(--fs-6xl);
  }
}

@media (max-width: 600px) {
  .whitepaper_detail-section .main-flex .inner-flex-50 {
    flex: 1 1 100%;
  }

  .partner-section {
    padding: 30px 20px;
  }

  .about-section {
    padding: 50px 0px;
  }

  .about-title {
    font-size: var(--fs-5xl);
  }

  .leading-company-section {
    padding: 60px 0;
  }

  .content-area h2 {
    font-size: var(--fs-5xl);
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .industry-section {
    padding: 60px 0;
  }

  .industry-grid {
    grid-template-columns: 1fr;
  }

  .bottom-grid {
    grid-template-columns: 1fr;
  }

  .identity {
    padding: 50px 20px;
  }

  .identity-header h2 {
    font-size: var(--fs-4xl);
  }

  .doc-grid {
    grid-template-columns: 1fr;
  }

  .column {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .job_portal-card {
    flex-direction: column;
  }

  .job_portal-card {
    padding: 20px;
    gap: 10px;
  }

  .job_portal-actions {
    justify-content: flex-end;
  }

  .job_portal-info {
    gap: 20px;
    flex-direction: column;
  }

  .job_portal-card h3 {
    font-size: var(--fs-3xl);
  }

  .newsletter-wrapper .tnp-subscription .tnp-field-flex {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .newsletter-wrapper .tnp-subscription .tnp-field-flex .tnp-field.tnp-field-email {
    flex: 100%;
    width: 100%;
  }
}

@media (max-width: 580px) {
  .getin_touch-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {

  .stats__grid,
  .industries__grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    max-width: 100%;
    width: 100%;
  }

  .industry_values-card {
    padding: 20px;
  }
}

@media (max-width: 350px) {
  .site-header .btn {
    padding: 10px 9px;
    font-size: 10px;
    display: block;
  }
}

/* =========================
   MEDIA QUERIES — MIN-WIDTH ASCENDING
========================= */

@media (min-width: 640px) {
  .newsletter-wrapper .form-group {
    flex-direction: row;
  }

  .awards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .newsletter-wrapper .newsletter-card {
    padding: 40px;
  }

  .newsletter-wrapper .newsletter-card h3 {
    font-size: var(--fs-12xl);
  }

  .newsletter-wrapper .newsletter-content h2 {
    font-size: var(--fs-6xl);
  }

  .product-services-section .desktop-break {
    display: block;
  }

  .about-process-card-inner {
    padding: 40px;
  }

  .about-process-card-header h3 {
    font-size: var(--fs-8xl);
  }

  .featuredata-image-box {
    border-radius: 28px;
  }

  .stories_overview-row {
    grid-template-columns: 1fr 2.5fr;
  }

  .related_stories-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .stories_cta-br {
    display: block;
  }
}

@media (min-width: 1024px) {
  .product-services-section .services-grid {
    grid-template-columns: 4fr 8fr;
  }

  .featuredata-title {
    font-size: var(--fs-9xl);
  }

  .featuredata-image-box {
    height: 400px;
  }

  .industry_compliance-section {
    padding: 80px 0;
  }

  .industry_compliance-title {
    font-size: var(--fs-17xl);
  }

  .industry_experience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .industry_experience-left {
    padding: 4rem;
  }

  .industry_experience-right {
    padding: 4rem;
  }

  .industry_process-grid {
    grid-template-columns: 4fr 8fr;
    gap: 80px;
  }

  .industry_values-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-process-card-inner {
    flex-direction: row;
  }

  .about-process-card-image {
    width: 50%;
  }

  .about-process-card-content {
    width: 50%;
  }

  .newsletter-wrapper {
    flex-direction: row;
  }

  .newsletter-wrapper .newsletter-card {
    width: 45%;
  }

  .awards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .stories_cta-wrapper {
    padding: 96px;
  }

  .stories_cta-title {
    font-size: 56px;
  }
}

@media (min-width: 1280px) {
  .newsletter-wrapper .newsletter-content h2 {
    font-size: var(--fs-12xl);
  }
}

.loadmore {
  margin: 20px auto;
  max-width: 200px;
}

.apply-job {
  max-width: 200px;
  margin: 20px 0;
}

.job-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: scroll;
}

.job-popup-content {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
  height: 90vh;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

.job-popup .wpcf7-submit {
  background: linear-gradient(180deg, #E55E24 35.58%, #D7732B 86.06%);
  color: var(--clr-white);
  max-width: 100px;
  cursor: pointer;
}

.job-popup textarea {
  height: 100px;
}

.job-popup p {
  margin: 20px 0;
}

.error404 .newsletter-section {
  display: none;
}

.privacy-policy p+p {
  margin-top: 15px;
}

.privacy-policy h3+p {
  margin-top: 5px;
}

.privacy-policy ol {
  margin: 20px 0;
  padding-left: 20px;
}

.privacy-policy ol li+li {
  margin-top: 5px;
}

.privacy-policy p+h3 {
  margin-top: 15px;
}

.privacy_doc-section .wp-block-columns {
  margin: 0;
}

/* mega menu css */