/* Setting the font family for this example */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Onest:wght@100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url("./bg-anim.css");
* {
  font-family: "Google Sans Flex", "Mona Sans", "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1.6;
  line-height: 1.3;
}
:root {
  --primary: #161b33;
  --bs-primary: #0e1953;
  --bs-primary-rgb: 14, 25, 83;
  --secondary: #34c38f;
  --success: #50a5f1;
  --info: #f1b44c;
  --warning: #f46a6a;
  --danger: #f46a6a;
  --light: #f8f9fa;
  --dark: #141414;
  --body-color: #777777;
  --heading-color: #2b2b2b;
  --heading-font-weight: 600;
  --body-background: #ffffff;
  --primary-color: #111111;
  --secondary-color: #f0f2f4;
  --text-color: #101010;
  --accent-color: #88abf1;
  --accent-secondary-color: #5780e8;
  --accent-color-rgb: 136, 171, 241;
  --accent-secondary-color-rgb: 87, 128, 232;
  --contrast-color: #f1ad88;
  --contrast-secondary-color: #e89857;
  --white-color: #ffffff;
  --divider-color: #1111111a;
  --dark-divider-color: #ffffff10;
  --error-color: rgb(230, 87, 87);

        /* Colors */
        --color-background: rgba(255, 255, 255, 1);
        --color-foreground: rgba(28, 37, 57, 1);
        --color-foreground-heading: rgba(28, 37, 57, 1);
        --color-foreground-subheading: rgba(93, 102, 111, 1);
        --color-background-subheading: rgba(255, 255, 255, 0.1);
        --color-border-subheading-bg: rgba(32, 40, 45, 0.1);
        --color-primary: rgba(28, 37, 57, 1);
        --color-primary-background: rgba(28, 37, 57, 1);
        --color-primary-hover: rgba(28, 37, 57, 1);
        --color-primary-background-hover: rgba(28, 37, 57, 1);
        --color-border: rgba(255, 255, 255, 0.2);
        --color-border-hover: rgba(93, 102, 111, 0.5);
        --color-shadow: rgba(0, 0, 0, 1);
        --color-overlay: rgba(28, 37, 57, 0.6);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
body {
  color: var(--color-foreground);
  /* background: var(--color-background); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  min-height: 100svh;
  width: 100%;
  overflow-x: clip;
 }
html {
  /* Firefox */
  scrollbar-width: thin;
  scroll-behavior: smooth; }
.scroll-lock {
  overflow: hidden; }
#drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3); }
#drawer-overlay:not(.show) {
  display: none; }
@media (max-width: 991px) {
  #drawer-overlay {
    display: none; } }
img,
picture,
video,
canvas,
iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  aspect-ratio: attr(width)/attr(height); }
svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%; }
iframe,
img {
  width: 100%;
  height: auto; }
input,
textarea,
select {
  font: inherit;
  border-radius: var(--style-border-radius-inputs); }
textarea,
input {
  color: var(--color-input-text);
  background-color: var(--color-input-background);
  border: var(--style-border-width-inputs) solid var(--color-input-border);
  outline: none; }
textarea:focus,
textarea:hover,
input:focus,
input:hover {
  color: var(--color-input-hover-text);
  background-color: var(--color-input-hover-background);
  border-color: var(--color-input-hover-border); }
/* override ios and firefox defaults */
select {
  background-color: var(--color-background);
  color: currentcolor; }
dialog {
  background-color: var(--color-background);
  color: var(--color-foreground); }
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
  padding: 0; }
p:empty {
  display: none; }
:is(p, h1, h2, h3, h4, h5, h6):first-child,
:empty:first-child + :where(p, h1, h2, h3, h4, h5, h6) {
  -webkit-margin-before: 0;
  margin-block-start: 0; }
:is(p, h1, h2, h3, h4, h5, h6):last-child,
:where(p, h1, h2, h3, h4, h5, h6) + :has(+ :empty:last-child) {
  -webkit-margin-after: 0;
  margin-block-end: 0; }
/* Focus */
.focus-inset {
  outline-offset: calc(var(--focus-outline-width) * -1); }
.svg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

h1, .h1{line-height: 1; letter-spacing: normal;}
h2, .h2{line-height: 1.15; letter-spacing: normal;}
h3, .h3{line-height: 1.2; letter-spacing: normal;}
h4, .h4{line-height: 1.3; letter-spacing: 1.1;}
h5, .h5{line-height: 1.35; letter-spacing: 1.2}
h6, .h6{line-height: 1.4;; letter-spacing: 1.4;}
section{
  padding: 40px 0;
}
.first-section{
  padding-top: 80px;
}
.last-section{
  padding-bottom: 80px;
}
.bg-dark{
  background-color: var(--primary-color) !important;
}
  /* Sticky image styling */
  .sticky-image img {
    height: 600px;
    margin-left: -50px;
    object-fit: cover;
    border-radius: 16px;
  }
  /* Function Icons */
  .function-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .function-icon i {
    font-size: 24px;
    transition: transform 0.3s ease;
  }
  .function-item:hover .function-icon i {
    transform: scale(1.1);
  }
  /* Visual Section Styles */

  .visual-card {
    background: #f8f8f9;
    border-radius: 4px;
    padding: 2rem;
    transition: all 0.3s ease-in-out;
  }
  .visual-card:hover {
    transform: translateY(-5px);
  }
  .visual-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .visual-subtitle {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
  }
  /* Image-Text Card Styles */
  /* .visual-card .row {
  min-height: 280px;
} */
  .visual-card img {
    border-radius: 4px;
    height: 235px;
  }
  /* Detailed Description Section Styles */
  .detailed-description {
    position: relative;
  }
  .bg-gradient-soft {
    /* background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(248,249,250,0.9)); */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .key-points-card {
    background: #fff;
    transition: transform 0.3s ease-in-out;
     box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  }
  .point-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
  }
  .point-icon i {
    font-size: 24px;
    transition: transform 0.3s ease;
  }
  .key-point-item {
    opacity: 1;
    margin-bottom: 1.5rem;
  }
  .key-point-item .point-icon {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 12px;
  }
  .key-point-item .point-icon i {
    font-size: 20px;
  }


  .key-point-item:hover .point-icon i {
    transform: scale(1.1);
    color: white;
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .key-point-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .key-point-item:nth-child(2) {
    animation-delay: 0.2s;
  }
  .key-point-item:nth-child(3) {
    animation-delay: 0.3s;
  }
  .key-point-item:nth-child(4) {
    animation-delay: 0.4s;
  }
  .description-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .btn-primary:hover i {
    transform: translateX(5px);
    transition: transform 0.3s ease;
  }
  .industry-icon {
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease-in-out;
  }

.invert {
  filter: invert(1) hue-rotate(180deg);
}

/* Hero Section Styles */
.hero-ai-data {
  position: relative;
  color: white;
  overflow: hidden;
  min-height: 60vh; /* changed from 81vh */
  display: flex;
  justify-content: center;
  align-items: center; /* ensures perfect vertical centering */
  text-align: center;
  margin-top: 75px;
}
/* Background image layer with blur */
.hero-ai-data::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/ai-data/a2.jpeg') center/cover no-repeat;
  filter: blur(3px);
  transform: scale(1.1);
  z-index: 0;
}
/* Gradient overlay above blurred image */
.hero-ai-data::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.4)
  ); */
  z-index: 1;
}
.hero-ai::before {
  background: url('../img/h2.png') center/cover no-repeat !important;
}
.hero-industry::before {
  background: url('../img/h.png') center/cover no-repeat !important;
}
.hero-solution::before {
  background: url('../img/ai-data/a3.png') center/cover no-repeat !important;
}
.hero-service::before {
  background: url('../img/ai-data/bg.png') center/cover no-repeat !important;
}
.text-gradient {
  background: linear-gradient(120deg, #fff, #e0e7ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.hero-ai-data .lead {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* AI Solutions Cards */

/* .ui-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
} */
.card-image {
  border-radius: 16px;
  overflow: hidden;
  background: #f8f9fa;
}
.card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.ui-card:hover .card-image img {
  transform: scale(1.05);
}
.card-tag {
  color: var(--bs-primary);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 1rem;
}
.card-title {
  /* font-size: 1.5rem; */
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.feature-tag {
  background: rgba(14, 25, 83, 0.08);
  color: var(--bs-primary);
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
}
.card-arrow {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  background: var(--bs-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.card-arrow:hover {
  background: #1a237e;
  color: white;
  transform: translateX(5px);
}
bg-dot {
  background-color: #34c38f;
}
/* How It Works Section */
.how-it-works {
  background: #f8f9fa;
}
.how-it-works .how-card {
  background: #ffffff;
  
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px #8e8e8e59;
  box-shadow: 0 1px 2px #30303008, 0 3px 3px #30303005, 0 7px 4px #30303003;
}
.how-it-works .how-card .how-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.how-it-works .how-card.highlight {
  background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 1), rgba(14, 25, 83, 0.9));
  color: #fff;
}
.how-it-works .how-card.highlight .how-icon {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
  .how-it-works .col-lg-5,
  .how-it-works .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main {
width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
.solutions-slider::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
.solutions-navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
/* ai and data */
.aisolutions-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 2rem;
  padding: 1rem;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}
.aisolutions-slider::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
.aisolutions-navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  position: relative;
  z-index: 10;
}
.aisolutions {
  position: relative;
}
/* Career Page Styles */
.career-hero {
  padding: 6rem 0;
  background: linear-gradient(145deg, var(--bs-light) 0%, #f8f9fa 100%);
}
.feature-card,
.life-card,
.benefit-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover,
.life-card:hover,
.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.position-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.position-card:hover {
  border-color: var(--bs-primary);
  background: white !important;
}
.process-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.process-step {
  text-align: center;
  padding: 1rem;
  min-width: 120px;
}
.step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(var(--bs-primary-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.growth-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.growth-list li i {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .career-hero {
    padding: 4rem 0;
  }
  .process-steps {
    gap: 1rem !important;
  }
  .process-step {
    min-width: 100px;
  }
}
/* Methodology Section Styles */
.methodology-section {
  padding: 1rem 0;
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
}
.methodology-intro {
  max-width: 800px;
  margin: 0 auto 5rem;
}
.methodology-steps {
  position: relative;
}
.methodology-item {
  padding: 5rem 0;
  position: relative;
}
.methodology-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 200px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.methodology-content {
  padding: 2rem;
}
.methodology-title {
  color: var(--heading-color);
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.methodology-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--bs-primary);
}
.methodology-description {
  color: var(--body-color);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.methodology-image {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #d9d9d9;
}
.methodology-image:hover {
  transform: translateY(-5px);
}
.methodology-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .methodology-section {
    padding: 4rem 0;
  }
  .methodology-intro {
    margin-bottom: 3rem;
  }
  .methodology-item {
    padding: 3rem 0;
  }
  .methodology-content {
    padding: 1rem 0;
    text-align: center;
  }
  .methodology-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .methodology-image img {
    height: 300px;
  }
  .order-lg-1 {
    order: 2 !important;
  }
  .order-lg-2 {
    order: 1 !important;
  }
}

/* Projects / Portfolio Section */
.projects-section .section-sublead {
  font-size: 1rem;
}
.project-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
}
.project-media {
  height: 340px;
  display: block;
}
.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.project-title {
  color: var(--heading-color);
}
.project-card .stretched-link {
  color: var(--bs-primary);
}
@media (max-width: 767px) {
  .project-media {
    height: 200px;
  }
}
/************************************/
/*** 	   02. General css		  ***/
/************************************/

::-webkit-scrollbar-track {
  background-color: var(--primary-color);
  border-left: 1px solid var(--primary-color);
}
::-webkit-scrollbar {
  width: 7px;
  background-color: var(--primary-color);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--accent-secondary-color) 0.26%, var(--accent-color) 99.99%);
}
::selection {
  color: var(--primary-color);
  background-color: var(--accent-color);
  filter: invert(1);
}
p {
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
  line-height: 1.2em;
}
figure {
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
.container {
  max-width: 1300px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}
.image-anime {
  position: relative;
  overflow: hidden;
}
.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.flowmap-effect {
  position: relative;
}
.flowmap-effect .flowmap-deformation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.flowmap-effect .flowmap-deformation.active canvas {
  opacity: 1;
}
.flowmap-effect .flowmap-deformation canvas {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row>* {
  padding-right: 15px;
  padding-left: 15px;
}
.row.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}
.row.no-gutters>* {
  padding-right: 0px;
  padding-left: 0px;
}
.btn-default {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right,
      var(--accent-secondary-color) 0%,
      var(--accent-color) 50%,
      var(--accent-secondary-color) 100%);
  background-size: 200% auto;
  border-radius: 6px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  padding: 17px 40px 17px 20px;
  border: none;
  outline: none;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
.btn-default:hover {
  background-position: right center;
}
.btn-default::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url("../img/arrow-white.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.btn-default:hover::before {
  transform: translateY(-50%) rotate(45deg);
}
.cb-cursor:before {
  background: linear-gradient(90.01deg, var(--accent-secondary-color) 0.26%, var(--accent-color) 99.99%);
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: linear-gradient(90.01deg, var(--accent-secondary-color) 0.26%, var(--accent-color) 99.99%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}
.loading-container {
  margin: 40px auto;
}
.loading {
  border: 1px solid transparent;
  border-color: transparent var(--white-color) transparent var(--white-color);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}
.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}
#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  transform: translate(-50%, -50%);
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-section {
  width: 100%;
  max-width: 100%;
  background-color: #f8f9fa;
  background-image: url("../img/section-bg-shape.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
/* .dark-section {
  background-color: var(--primary-color);
} */
.section-row {
  margin-bottom: 80px;
}
.section-row .section-title {
  margin-bottom: 0;
}
.section-title-content p {
  margin-bottom: 20px;
}
.section-title-content p:last-child {
  margin-bottom: 0;
}
.section-btn {
  text-align: right;
}
.section-content-btn .section-btn {
  text-align: left;
  margin-top: 20px;
}
/* .section-title {
  margin-bottom: 40px;
} */
.section-title.section-title-center {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.section-title h3 {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  color: var(--primary-color);
  background-image: url("../img/icon-sparkle.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px auto;
  margin-bottom: 12px;
}
.section-title h1 {
  font-size: 70px;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
  cursor: none;
}
.section-title h1 span,
.section-title h2 span {
  background: linear-gradient(to right,
      var(--accent-secondary-color) 0%,
      var(--accent-color) 50%,
      var(--contrast-secondary-color) 100%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease-in-out;
}
.section-title h2 span {
  font-weight: 300;
}
.section-title h1:hover span,
.section-title h2:hover span {
  background-position: right center;
}
.section-title p {
  margin-top: 20px;
  margin-bottom: 0;
}
.dark-section .section-title h3,
.dark-section .section-title h1,
.dark-section .section-title h2,
.dark-section .section-title p,
.dark-section .section-title-content p {
  color: var(--white-color);
}
.help-block.with-errors ul {
  margin: 0;
  text-align: left;
}
.help-block.with-errors ul li {
  color: var(--error-color);
  font-weight: 500;
  font-size: 14px;
}
/************************************/
/**** 	   03. Header css		 ****/
/************************************/
header.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 75px;
}
.main-header.dark-nav-bg {
  background: rgba(17, 17, 17, 0.95);
}
header.main-header .nav-sticky {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  transition: all 0.3s ease;
}
header.main-header .nav-sticky.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
header.main-header .nav-sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}
.main-header.dark-nav-bg .nav-sticky.active {
  background: rgba(17, 17, 17, 0.95);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
a, button{
  cursor: pointer;
}
.navbar-nav .nav-link {
  cursor: pointer !important;
}
.dropdown-menu a {
  cursor: pointer;
}
.navbar {
  padding: 5px 0;
  align-items: center;
  display: flex;
  transition: all 0.3s ease;
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.navbar-brand, .nav-logo {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  max-width: 200px;
}
.navbar-brand img, .nav-logo img {
  max-height: 52px;
  width: 100%;
  display: block;
  object-fit: contain;
}
.main-menu .nav-menu-wrapper {
  flex: 1;
  text-align: right;
  margin: 0 80px;
}
.main-menu .nav-menu-wrapper>ul {
  align-items: center;
  display: inline-flex;
}
.main-menu ul li {
  margin: 0;
  position: relative;
}
.main-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 13px 15px !important;
  color: var(--text-color);
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.main-header.dark-nav-bg .main-menu ul li a {
  color: var(--white-color);
}
.main-menu ul li.submenu>a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
  margin-top: 4px;
}
.main-menu ul li a:hover,
.main-menu ul li a:focus {
  color: var(--accent-color);
}
.main-menu ul li a:focus-visible {
  box-shadow: none;
}
.main-menu ul ul {
  visibility: hidden;
  opacity: 0;
  transform: scale(1, 0.8);
  transform-origin: top;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 235px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 100%;
  background: linear-gradient(110.01deg, var(--accent-secondary-color) 0.26%, var(--accent-color) 99.99%);
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.main-menu ul li.submenu:first-child ul {
  width: 235px;
}
.main-menu ul ul ul {
  left: 100%;
  top: 0;
  text-align: left;
}
.main-menu ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
  padding: 5px 0;
}
.main-menu ul li.submenu ul li.submenu>a:after {
  content: '\f105';
  float: right;
}
.main-menu ul ul li {
  margin: 0;
  padding: 0;
}
.main-menu ul ul li a {
  color: var(--white-color);
  padding: 6px 20px !important;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
  color: var(--primary-color);
  background-color: transparent;
  padding: 6px 20px 6px 23px !important;
}
.main-menu ul li.highlighted-menu {
  display: none;
}
.responsive-menu,
.navbar-toggle {
  display: none;
}
.responsive-menu {
  position: relative;
  top: 0;
}
.slicknav_btn {
  background: linear-gradient(to right, var(--accent-secondary-color) 0%, var(--accent-color) 50%, var(--accent-secondary-color) 100%);
  background-size: 200% auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
.navbar-toggle a.slicknav_btn.slicknav_open {
  background-position: right center;
}
.slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  width: 22px;
  background-color: var(--white-color);
  border-radius: 6px;
  margin: 4px auto !important;
  transition: all 0.1s ease-in-out;
}
.slicknav_icon .slicknav_icon-bar:first-child {
  margin-top: 0 !important;
}
.slicknav_icon .slicknav_icon-bar:last-child {
  margin-bottom: 0 !important;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
  background-color: var(--white-color);
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
  background-color: var(--white-color);
}
.slicknav_menu {
  position: absolute;
  width: 100%;
  padding: 0;
  background: linear-gradient(110deg, var(--accent-secondary-color) 0%, var(--accent-color) 100%);
}
.slicknav_menu ul {
  margin: 5px 0;
}
.slicknav_menu ul ul {
  margin: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 7px 20px;
  color: var(--white-color);
  line-height: normal;
  margin: 0;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
  background-color: transparent;
  color: var(--primary-color);
}
.slicknav_menu ul ul li a {
  padding: 7px 20px 7px 30px;
}
.slicknav_arrow {
  font-size: 0 !important;
}
.slicknav_arrow:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  color: var(--white-color);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.slicknav_open>a .slicknav_arrow:after {
  transform: translateY(-50%) rotate(-180deg);
  color: var(--primary-color);
}

.heading {
  font-weight: 700;
  line-height: 1.2;
  mix-blend-mode: difference;
}
/*  Animation to fade in the dropdown menus */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bg-blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.navbar>.container-fluid{
  align-items: normal;
}
/*  Assigning the above animation to all dropdown menus */
.dropdown-menu {
  background: white;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 0.75rem 0;
  margin-top: 0.5rem;
  animation: fadeIn 0.3s alternate;
}
.dropdown-item {
  padding: 0.75rem 1.5rem;
  color: #333;
  font-weight: 400;
  position: relative;
  transition: all 0.2s ease;
}
.dropdown-item:hover {
  background: #f8f9fa;
  color: var(--bs-primary);
  padding-right: 2.5rem;
}
.dropdown-item:hover::after {
  content: "arrow_forward" !important;
  font-family: "Material Symbols Rounded";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  font-size: 20px;
}
.nav-item.dropdown {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}
/* Mega Menu adjustments */
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 100%;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  padding: 1.5rem;
  border-top: solid 1px #99999922;
  border-radius: 0;
  white-space: normal;
}
.nav-link {
  padding: 16px 28px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link:hover {
  color: var(--accent-secondary-color);
}
.nav-link.dropdown-toggle:hover {
  text-decoration: none;
  animation: bounce 2s infinite;
}
.nav-link.dropdown-toggle i{
  transition: transform 0.3s ease-in-out;
}
.nav-link.dropdown-toggle.show i{
  transform: rotate(180deg);
  color: var(--accent-secondary-color);
}
.dropdown-toggle::after {
  content: "" !important;
  font-family: "Material Symbols Rounded";
  border: none !important;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 2px;
  line-height: 1;
}
.nav-item.dropdown:hover > .dropdown-menu
{
  display: block;
    top: calc(100% - 10px)!important;
    margin-top: 0;
}
/* Make megamenu content more readable */
.mega-content h6 {
  margin-bottom: 1rem;
  color: #333;
  font-weight: 600;
}
.mega-content .list-group-item {
  border: none;
  padding: 0.5rem 1rem;
  margin-bottom: 0.25rem;
  border-radius: 6px;
  transition: all 0.2s ease;
  position: relative;
  font-weight: 400;
}
.mega-content .list-group-item:hover {
  background: #f8f9fa;
  color: var(--bs-primary);
  padding-right: 2rem;
}
.mega-content .list-group-item:hover::after {
  content: "arrow_forward" !important;
  font-family: "Material Symbols Rounded";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  font-size: 20px;
}

@media (max-width: 767px) {
  /* Stack mega columns on small screens */
  .dropdown-mega .dropdown-menu {
    width: 100%;
    left: 0;
  }
  .dropdown-mega .col-md-4 {
    display: block;
    width: 100%;
  }
}
/*  Complete styles for main navbar toggler and hamburger menu */
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
  &:focus {
    box-shadow: none;
  }
  .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
    .hamburger {
      position: absolute;
      transform: translate(-50%, -50%) rotate(0deg);
      left: 50%;
      top: 50%;
      width: 50%;
      height: 50%;
      pointer-events: none;
      span {
        width: 100%;
        height: 4px;
        position: absolute;
        background: #333;
        border-radius: 2px;
        z-index: 1;
        transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1.0), all 0.2s ease-in-out;
        left: 0px;
        &:first-child {
          top: 10%;
          transform-origin: 50% 50%;
          transform: translate(0% -50%) !important;
        }
        &:nth-child(2) {
          top: 50%;
          transform: translate(0, -50%);
        }
        &:last-child {
          left: 0px;
          top: auto;
          bottom: 10%;
          transform-origin: 50% 50%;
        }
      }
      &.active {
        span {
          position: absolute;
          margin: 0;
          &:first-child {
            top: 45%;
            transform: rotate(45deg);
          }
          &:nth-child(2) {
            left: 50%;
            width: 0px;
          }
          &:last-child {
            top: 45%;
            transform: rotate(-45deg);
          }
        }
      }
    }
  }
}
.navbar-brand img {
  max-width: 220px;
  max-height: 64px;
  transition: all 0.4s ease-in-out;
  object-position: left center;
}
.small-logo {
  max-width: 180px !important;
  max-height: 52px !important;
}

/* Removed dark mode styles to keep navbar white */

.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 100px;
  background-color: #050205;
  min-height: calc(92vh - 120px);
  height: auto;
}
.hero-background img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.hero .title-heading {
  position: relative;
  z-index: 2;
}
.hero .text-shadow-lg {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.hero .btn-default.btn-lg {
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 500;
}

.hero img {
  transform: scale(1.7);
  mask-image: radial-gradient(circle,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 70%);
  -webkit-mask-image: radial-gradient(circle,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 70%);
  scale: 1.5;
}
.scale-2 {
  transform: scale(1.1);
}
.scale-3 {
  transform: scale(1.2);
}
.icons {
  display: inline-flex;
  margin-left: auto;
  a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
    &:hover {
      color: white;
      text-shadow: 0 0 30px white;
    }
  }
}
.trusted-by-list {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
/************************************/
/***        About Us css	      ***/
/************************************/

.about-us .section-title.section-title-center {
  max-width: 890px;
}
.text-effect .line {
  width: 100%;
  color: var(--divider-color);
  background: linear-gradient(120deg, var(--primary-color), var(--primary-color)) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
}
.reveal {
  visibility: visible !important;
}
.about-us-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.about-image-list-1,
.about-image-list-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.about-image-list-1 {
  align-items: end;
}
.about-us-image figure {
  display: block;
  border-radius: 2px;
}
.about-us-image figure img {
  width: 100%;
  height: auto;
}
.section-footer-text {
  margin-top: 60px;
  text-align: center;
}
.section-footer-text span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background: linear-gradient(to right,
      var(--accent-secondary-color) 0%,
      var(--accent-color) 50%,
      var(--accent-secondary-color) 100%);
  background-size: 200% auto;
  color: var(--white-color);
  line-height: 1.2em;
  padding: 3px 12px;
  border-radius: 99px;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.section-footer-text p:hover span {
  background-position: right center;
}
.section-footer-text p {
  margin-bottom: 0;
}
.dark-section .section-footer-text p {
  color: var(--white-color);
}
.section-footer-text p a {
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--accent-color);
  transition: all 0.3s ease-in-out;
}
.section-footer-text p a:hover {
  color: var(--primary-color);
}
.dark-section .section-footer-text p a:hover {
  color: var(--white-color);
}
/***     07. Our Features css     ***/
/************************************/
.our-features {
  padding: 100px 0;
}
.feature-item-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.feature-item {
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  padding: 30px;
}
.feature-item h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 24px;
}
.feature-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-item ul li {
  border: 1px solid var(--divider-color);
  border-radius: 100px;
  line-height: 1.5em;
  padding: 8px 14px;
}
.feature-content-box {
  background: url("../img/feature-item-bg.png") no-repeat;
  background-size: auto;
  background-position: right bottom;
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  padding: 30px 50px 95px 30px;
}
.feature-content-box .icon-box {
  position: relative;
  background: linear-gradient(110deg,
      var(--accent-secondary-color) 0%,
      var(--accent-color) 50%,
      var(--accent-secondary-color) 100%);
  background-size: 200% auto;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.feature-content-box:hover .icon-box {
  background-position: right center;
}
.feature-content-box .icon-box img {
  width: 100%;
  max-width: 30px;
}
.feature-content-title h3 {
  font-size: 20px;
  line-height: 1.4em;
}
.feature-image-box {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  gap: 40px;
  justify-content: space-between;
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  padding: 30px 30px 0;
  overflow: hidden;
}
.feature-image-content h3 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.4em;
}
.feature-image-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-image-content ul li {
  position: relative;
  line-height: 1.5em;
  padding-left: 30px;
  margin-bottom: 15px;
}
.feature-image-content ul li:last-child {
  margin-bottom: 0;
}
.feature-image-content ul li:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(90deg, var(--accent-secondary-color) 0%, var(--accent-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 0;
  left: 0;
}
.feature-image {
  margin-right: -75px;
  margin-left: 70px;
  align-content: end;
}
.feature-image figure {
  display: block;
}
.feature-image img {
  width: 100%;
  aspect-ratio: 1 / 0.99;
  object-fit: cover;
}
.feature-counter-box {
  position: relative;
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  padding: 30px 130px 30px 30px;
}
.feature-counter-box .icon-box {
  margin-bottom: 30px;
}
.feature-counter-content h2 {
  font-size: 48px;
  margin-bottom: 10px;
}
.feature-counter-content p {
  margin-bottom: 0;
}
.feature-counter-image {
  position: absolute;
  top: 15px;
  right: 15px;
}
.feature-counter-image img {
  width: 100%;
  max-width: 210px;
}
/************************************/
/***       Who We Are css      ***/
/************************************/
.alter-section {
  padding: 80px 0;
}
.who-we-are-accordion {
  margin-right: 15px;
}
.who-we-are-accordion .accordion-item {
  border: 1px solid var(--dark-divider-color);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.who-we-are-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.who-we-are-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  background: var(--dark-divider-color);
  color: var(--white-color);
  padding: 20px 50px 20px 20px;
  transition: all 0.3s ease-in-out;
}
.who-we-are-accordion .accordion-header .accordion-button img {
  width: 100%;
  max-width: 40px;
  margin-right: 20px;
}
.who-we-are-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, var(--accent-secondary-color) 0%, var(--accent-color) 100%);
}
.who-we-are-accordion .accordion-item .accordion-button::after,
.who-we-are-accordion .accordion-item .accordion-button.collapsed::after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.who-we-are-accordion .accordion-item .accordion-button.collapsed::after {
  transform: translateY(-50%) rotate(180deg);
}
.who-we-are-accordion .accordion-item .accordion-body {
  background: linear-gradient(90deg, var(--accent-secondary-color) 0%, var(--accent-color) 100%);
  padding: 20px;
  border-top: 1px solid var(--dark-divider-color);
}
.who-we-are-accordion .accordion-item .accordion-body p {
  color: var(--white-color);
  margin: 0;
}
.who-we-are-counters {
  display: flex;
  flex-wrap: wrap;  
  border-top: 1px solid var(--dark-divider-color);
  padding-top: 35px;
  margin-top: 35px;
}
.who-we-counter-item h2 {
  font-size: 48px;
  color: var(--white-color);
  margin-bottom: 10px;
}
.who-we-counter-item p {
  color: var(--white-color);
  margin-bottom: 0;
}
/* -------------------------
    What We Do — enhanced
   ------------------------- */
.what-we-do {
  background-color: var(--secondary-color);
}
.what-we-do-item {
  background: #f9f9f9;
  border-radius: 4px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 40px 60px 40px 40px;
  overflow: hidden;
  position: relative;
}
.what-we-do-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(110deg, var(--accent-secondary-color) 0%, var(--accent-color) 100%);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.what-we-do-item:hover::after {
  opacity: 1;
}
.what-we-do-item.box-bg-shape::before {
  background-color: var(--secondary-color);
}
.what-we-do-item .icon-box,
.what-we-do-item .what-do-item-content {
  position: relative;
  z-index: 1;
}
/* Position the icon at the top-left inside the card and
   push the text content down so the title appears below it */
.what-we-do-item .icon-box {
  position: absolute;
  top: 30px;
  left: 36px;
  margin: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Make room for the absolutely positioned icon so the heading
   and paragraph sit below it */
.what-do-item-content {
  padding-top: 70px;
}
.what-we-do-item .icon-box img {
  width: 100%;
  max-width: 50px;
  transition: all 0.4s ease-in-out;
}
.what-we-do-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}
.what-do-item-content h3 {
  font-size: 20px;
  line-height: 1.4em;
  transition: all 0.4s ease-in-out;
}
.what-do-item-content h3 a {
  color: inherit;
  font-weight: 500;
}
.what-do-item-content p {
  margin: 30px 0 0;
  transition: all 0.4s ease-in-out;
}
.what-we-do-item:hover .what-do-item-content h3,
.what-we-do-item:hover .what-do-item-content p {
  color: var(--white-color);
}
.what-we-do-list {
  margin: 30px 40px 0;
}
.what-we-do-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.what-we-do-list ul li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-color);
  line-height: 1.5em;
  background: #f9f9f9;
  border-radius: 6px;
  padding: 10px 24px;
}
.what-we-do-list ul li img {
  width: 100%;
  max-width: 24px;
}
/* Responsive styles */
@media only screen and (max-width: 991px) {
  .what-we-do {
    padding: 80px 0;
  }
  .what-we-do-item {
    padding: 30px 50px 30px 30px;
  }
  .what-we-do-item .icon-box {
    /* keep the icon positioned but slightly smaller on narrow screens */
    position: absolute;
    top: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .what-do-item-content {
    padding-top: 56px;
  }
  .what-do-item-content p {
    margin: 20px 0 0;
  }
  .what-we-do-list {
    margin: 10px 0 0;
  }
  .what-we-do-list ul {
    gap: 10px;
  }
  .what-we-do-list ul li {
    gap: 6px;
    font-size: 14px;
    padding: 8px 14px;
  }
  .what-we-do-list ul li img {
    max-width: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .what-we-do-item {
    padding: 20px 50px 20px 20px;
  }
  .what-we-do-item .icon-box {
    margin-bottom: 30px;
  }
  .what-we-do-item .icon-box img {
    max-width: 40px;
  }
  .what-do-item-content h3 {
    font-size: 18px;
  }
  .what-do-item-content p {
    margin: 15px 0 0;
  }
}
/* --- Base Section --- */
.solutions {
  background: var(--bs-white);
  position: relative;
}
.aisolutions {
  position: relative;
}
.section-title {
  text-align: center;
  margin-bottom: 16px;
}
/* --- Wrapper (contains arrows + slider) --- */
.solutions-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aisolutions-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* --- Slider (scrollable) --- */
.solutions-slider { 
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(25% - 20px);
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
  scrollbar-width: none;
}
.solutions-slider::-webkit-scrollbar {
  display: none;
}
.aisolutions-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(25% - 20px);
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
  scrollbar-width: none;
}
.aisolutions-slider::-webkit-scrollbar {
  display: none;
}

/* --- Each Card solutions--- */

.ui-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.ui-card:active {
  border-color: #a0c0ce;
}
/* --- Image --- */
.ui-card img {
  width: 140px;
  height: auto;
  margin-bottom: 25px;
  object-fit: contain;
}
.industry-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry-icon,
.industry-item {
  text-align: center;
}

.industry-solution-card{
  background-color: #f8f9fa;
    border-radius: 6px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
/* --- Text --- */
.ui-card h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
}
.ui-card p {
  line-height: 1.6;
  margin: 0 auto;
}
.ui-card {
  background: var(--bs-white);
  border: 2px solid var(--bs-light);
  border-radius: 6px;
  text-align: center;
  padding: 0px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  min-width: 280px;
}


/* --- Navigation Arrows (modern) --- */
.solutions-arrow {
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-secondary-color) 60%);
  color: var(--bs-white);
  border: none;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
  font-size: 18px;
  transition: transform .22s ease, box-shadow .22s ease, opacity .18s;
  z-index: 12;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0.98;
}
.solutions-arrow:active {
  transform: translateY(-1px) scale(0.99);
}
.solutions-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  /* allow clicks only on the buttons */
  padding: 0 12px;
  z-index: 11;
}
/* allow the actual button to receive pointer events */
.solutions-arrow {
  pointer-events: auto;
}
.solutions-arrow.prev-arrow,
.solutions-arrow.next-arrow {
  position: static;
  margin-top: 160px;
}
/* --- Navigation Arrows (Ai data) --- */
.aisolutions-arrow {
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-secondary-color) 60%);
  color: var(--bs-white);
  border: none;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
  font-size: 18px;
  transition: transform .22s ease, box-shadow .22s ease, opacity .18s;
  z-index: 12;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0.98;
}
.aisolutions-arrow:active {
  transform: translateY(-1px) scale(0.99);
}
.aisolutions-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  /* allow clicks only on the buttons */
  padding: 0 12px;
  z-index: 11;
}
/* allow the actual button to receive pointer events */
.aisolutions-arrow {
  pointer-events: auto;
}
.aisolutions-arrow.prev-arrow,
.aisolutions-arrow.next-arrow {
  position: static;
  margin-top: 160px;
}

.imgthumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 1rem 0;
  border-radius: 4px 4px 0 0;
}
.imgthumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/img/bgcard.png") center/cover no-repeat;
  transform: scale(1.2);
  z-index: 0;
}
.imgthumbnail img {
  position: relative;
  z-index: 1;
  width: 140px;
  height: auto;
  object-fit: contain;
  margin-bottom: 25px;
}
/* --- Responsive --- */
@media (max-width: 1200px) {
  .solutions-slider {
    grid-auto-columns: calc(33.33% - 20px);
  }
  .aisolutions-slider {
    grid-auto-columns: calc(33.33% - 20px);
  }
}
@media (max-width: 992px) {
  .solutions-slider {
    grid-auto-columns: calc(50% - 20px);
    /* Detail image constraints for custom-solutions */
    .detail-image {
      display: block;
      max-height: 520px;
      /* limit height on large screens */
      overflow: hidden;
    }
    .detail-image img {
      width: 100%;
      height: auto;
      max-height: 520px;
      object-fit: cover;
      display: block;
    }
    @media (max-width: 991px) {
      .detail-image,
      .detail-image img {
        max-height: 360px;
        /* reduce height on tablets and below */
      }
    }
  }
  .aisolutions-slider {
    grid-auto-columns: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .solutions-slider {
    grid-auto-columns: 100%;
  }
  .solutions-navigation {
    padding: 0 6px;
  }
  .solutions-arrow.prev-arrow,
  .solutions-arrow.next-arrow {
    width: 44px;
    height: 44px;
  }
  .aisolutions-slider {
    grid-auto-columns: 100%;
  }
  .aisolutions-navigation {
    padding: 0 6px;
  }
  .solutions-arrow.prev-arrow,
  .solutions-arrow.next-arrow {
    width: 44px;
    height: 44px;
  }
}
/************************************/
/***       13. Our Blog css	      ***/
/************************************/

.post-item {
  background: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 4px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
}
.post-featured-image a {
  display: block;
  overflow: hidden;
  cursor: none;
}
.post-featured-image figure {
  display: block;
}
.post-featured-image img {
  width: 100%;
  aspect-ratio: 1 / 0.623;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.post-item:hover .post-featured-image img {
  transform: scale(1.1);
}
.post-item-body {
  padding: 30px;
}
.post-item-content {
  margin-bottom: 30px;
}
.post-item-content h2 {
  font-size: 20px;
  line-height: 1.4em;
}
.post-item-content h2 a {
  display: inline-block;
  color: inherit;
}

/* Our Process section */
.our-process-section {
  padding: 60px 0;
}
.process-card-wrap {
  display: flex;
  justify-content: center;
}
.process-card {
  background: rgba(4, 8, 15, 0.96);
  padding: 92px 80px;
  max-width: 1500px;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 90vh;
}
.process-inner {
  color: #e6eef7;
  text-align: center;
  width: 100%;
}
.process-title {
  font-size: 54px;
  margin-bottom: 12px;
  color: #fff;
}
.process-sub {
  color: #9fb0c2;
  margin-bottom: 46px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
.process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-top: 30px;
  position: relative;
}
.process-steps::before {
  content: "";
  position: absolute;
  left: calc(5%);
  right: calc(5%);
  top: 48px;
  height: 2px;
  border-top: 2px dotted rgba(255, 255, 255, 0.06);
  z-index: 0;
}
.process-step {
  flex: 1 1 0;
  text-align: left;
  padding: 12px 18px;
  position: relative;
  z-index: 2;
}
.process-step .step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(180deg, #5780e8, #91acf8);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 20px;
}
.process-step .step-circle i {
  font-size: 22px;
}
.process-step h4 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 8px;
}
.process-step p {
  color: #9fb0c2;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1400px) {
  .process-card {
    padding: 72px 60px;
    min-height: 78vh;
  }
  .process-title {
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  .process-card {
    padding: 56px 40px;
    min-height: 68vh;
  }
  .process-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .process-card {
    padding: 44px 28px;
    min-height: auto;
  }
  .process-steps {
    gap: 18px;
  }
  .process-step .step-circle {
    width: 72px;
    height: 72px;
  }
  .process-steps::before {
    top: 52px;
  }
}
@media (max-width: 767px) {
  .process-card {
    padding: 34px 20px;
  }
  .process-steps {
    flex-direction: column;
    gap: 22px;
  }
  .process-step {
    text-align: left;
  }
  .process-title {
    font-size: 28px;
  }
  .process-steps::before {
    display: none;
  }
}
/* Clients grid */
.clients-section {
  background: #f8f9fa;
  border-radius: 20px;
}
.clients-section .section-title h2 {
  font-size: 32px;
  margin-bottom: 6px;
}
.clients-section .section-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.clients-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 28px;
}
.client-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px #30303008, 0 3px 3px #30303005, 0 7px 4px #30303003;
}
.client-card .client-logo {
  max-width: 90%;
  max-height: 60px;
  object-fit: contain;
  filter: none;
}
@media (max-width: 1200px) {
  .clients-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .client-card {
    padding: 18px;
  }
}
/* about page css */
.our-approach {
  padding: 100px 0;
}
.approach-content {
  margin-right: 15px;
}
.approach-image figure {
  display: block;
}
.approach-image img {
  width: 100%;
  aspect-ratio: 1 / 0.741;
  object-fit: cover;
  border-radius: 6px;
}
.mission-vision-item {
  margin-bottom: 40px;
}
.mission-vision-item:last-child {
  margin-bottom: 0;
}
.mission-vision-item .icon-box {
  margin-bottom: 30px;
}
.mission-vision-item .icon-box img {
  width: 100%;
  max-width: 60px;
}
.mission-vision-item-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.mission-vision-item-content p {
  margin-bottom: 0;
}
.our-solutions {
  padding: 100px 0;
}
.our-solution-image {
  margin-right: 15px;
  height: 100%;
}
.our-solution-image figure {
  display: block;
  height: 100%;
}
.our-solution-image img {
  width: 100%;
  aspect-ratio: 1 / 0.68;
  object-fit: cover;
  border-radius: 6px;
}
.solution-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.solution-item {
  width: calc(50% - 15px);
  border: 1px solid var(--divider-color);
  border-radius: 6px;
  padding: 30px;
}
.solution-item .icon-box {
  margin-bottom: 30px;
}
.solution-item .icon-box img {
  width: 100%;
  max-width: 60px;
}
.solution-item-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.solution-item-content p {
  margin-bottom: 0;
}
.our-faqs {
  padding: 100px 0;
}
.faq-accordion {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.faq-accordion .accordion-item {
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  background: #eaeaea;
  padding: 20px 50px 20px 20px;
  transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: #e7e7e7;
}
.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #575757;
  transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-item .accordion-button.collapsed::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-accordion .accordion-item .accordion-body {
  background: #e7e7e7;
  border-top: 1px solid var(--dark-divider-color);
  padding: 20px;
}
.faq-accordion .accordion-item .accordion-body p {
  margin: 0;
}
/***   11. Our Testimonials css   ***/
/************************************/

.testimonial-content-box {
  height: 100%;
  background: var(--secondary-color);
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
  padding: 60px;
}
.testimonial-counters {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}
.testimonial-counter-item {
  width: calc(50% - 30px);
  text-align: left;
}
.testimonial-counter-item .icon-box {
  margin-bottom: 40px;
}
.testimonial-counter-item .icon-box img {
  width: 100%;
  max-width: 60px;
}
.testimonial-counter-content h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .testimonial-counter-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .testimonial-counter-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .testimonial-counter-content h2 {
    font-size: 28px;
  }
}
.testimonial-counter-content p {
  margin-bottom: 0;
}
.testimonial-slider-box {
  position: relative;
  background: url("../img/bgcard.png") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  padding: 60px 20px 20px;
  overflow: hidden;
}
.testimonial-slider-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  opacity: 60%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.testimonial-slider-box .testimonial-slider-box-content,
.testimonial-slider-box .testimonial-slider {
  position: relative;
  width: 100%;
  z-index: 1;
}
.testimonial-slider-box-content {
  text-align: center;
  margin-bottom: 40px;
}
.testimonial-images {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.testimonial-images .satisfy-client-image figure {
  border-color: var(--primary-color);
}
.testimonial-slider .swiper-wrapper {
  cursor: none;
}
.testimonial-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--dark-divider-color);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 6px;
  overflow: hidden;
}
.testimonial-slider-content {
  width: 60%;
  height: 100%;
  align-content: center;
  padding: 30px;
}
.testimonial-rating {
  margin-bottom: 20px;
}
.testimonial-rating i {
  font-size: 18px;
  color: var(--accent-color);
}
.testimonial-content {
  margin-bottom: 30px;
}
.testimonial-content p {
  color: var(--white-color);
  margin-bottom: 0;
}
.author-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 10px;
}
.author-content p {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 0;
}
.testimonial-slider-image {
  width: 40%;
}
.testimonial-slider-image figure {
  display: block;
  height: 100%;
}
.testimonial-slider-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
}
.testimonial-pagination {
  position: absolute;
  bottom: 0;
  transform: translateY(-5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.testimonial-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: var(--white-color);
  border-radius: 100px;
  opacity: 1;
  margin: 0 3px;
  transition: all 0.4s ease-in-out;
}
.testimonial-pagination .swiper-pagination-bullet-active {
  width: 25px;
  background: linear-gradient(90deg, var(--accent-secondary-color) 0%, var(--accent-color) 100%);
}
.clientLogoSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.clientLogoSwiper .swiper-slide {
  width: auto !important;
}
.clientLogoSwiper img {
  display: block;
  width: auto;
  height: 60px; /* optional to keep equal height */
  object-fit: contain;
}

/* Swiper Client Logo Configuration */
.swiper.clientLogoSwiper {
  width: 100%;
  margin: 0 auto;
}
.swiper.clientLogoSwiper .swiper-wrapper {
  align-items: center;
}
.swiper.clientLogoSwiper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-rating-box {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 5));
    /* Width of 5 items */
  }
}
.testimonial-rating-item {
  flex: 0 0 auto;
  width: 200px;
  /* border: 1px solid var(--divider-color); */
  border-radius: 4px;
  text-align: center;
  padding: 25px 30px;
  /* animation: scroll 2s linear infinite; */
}
/* .testimonial-rating-item .icon-box{
	border-bottom: 1px solid var(--divider-color); 
	padding-bottom: 20px;
     margin-bottom: 20px; 
}*/
.testimonial-rating-item .icon-box img {
  width: 100%;
  max-width: 140px;
  max-height: 60px;
}
.testimonial-rating-content p {
  margin: 0;
}
.testimonial-rating-content p span {
  font-weight: 700;
  color: var(--accent-secondary-color);
}
.our-team {
  padding: 100px 0 70px;
}
.team-item {
  position: relative;
  border-radius: 6px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
}
.team-image a {
  position: relative;
  display: block;
  cursor: none;
}
.team-image figure {
  display: block;
}
.team-image figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(181.78deg, rgba(17, 17, 17, 0) 58.87%, rgba(17, 17, 17, 0.6) 76.02%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team-image img {
  width: 100%;
  aspect-ratio: 1 / 1.424;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.team-item:hover .team-image img {
  transform: scale(1.1);
}
.team-body {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  transform: translateY(36px);
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.team-item:hover .team-body {
  transform: translateY(0);
}
.team-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 5px;
}
.team-content h3 a {
  color: inherit;
}
.team-content p {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 0;
}
.team-social-list {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.team-item:hover .team-social-list {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
.team-social-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-social-list ul li {
  display: inline-block;
  margin-right: 10px;
}
.team-social-list ul li:last-child {
  margin: 0;
}
.team-social-list ul li a {
  background: var(--primary-color);
  border: 1px solid var(--dark-divider-color);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.team-social-list ul li a:hover {
  background: var(--white-color);
}
.team-social-list ul li a i {
  font-size: 18px;
  line-height: normal;
  background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Technologies page styles */
.technologies-section {
  padding: 80px 0;
  background: #f8f9fb;
  border-radius: 20px;
}
.technologies-section .section-title h2 {
  font-size: 42px;
  margin-bottom: 6px;
  color: #111111;
}
.technologies-section .section-title p.lead {
  max-width: 820px;
  margin: 0 auto;
  color: #566275;
}
.tech-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}
.tech-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 30px rgba(11, 27, 43, 0.06);
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.tech-card-title {
  font-size: 20px;
  margin: 0 0 18px 0;
  color: #0b1b2b;
  text-align: center;
}
.tech-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 18px;
  align-items: center;
  margin-top: 18px;
}
.tech-tile {
  background: #f4f6fa;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.tech-tile img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 8px;
}
.tech-label {
  font-size: 13px;
  color: #243243;
}
.tech-tile:hover {
  transform: translateY(-6px);
}
.tech-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #243243;
  margin-bottom: 8px;
}
/* Per-tech brand/color helpers used by .tech-icon i */

/* Ensure svg icons in tiles scale and are centered */
.tech-icon img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}
/* Hero for Technologies page */
.tech-hero {
  position: relative;
  padding: 80px 0 120px 0;
  /* background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%); */
  overflow: visible;
}
.tech-hero .hero-title {
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  color: #0b1b2b;
}
.tech-hero .hero-sub {
  max-width: 820px;
  margin: 12px auto 0 auto;
  color: #546375;
}
.tech-hero .hero-cta .btn {
  padding: 14px 26px;
  font-size: 16px;
  border-radius: 999px;
}
.hero-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hero-side {
  width: 160px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.hero-side .hero-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(11, 27, 43, 0.08);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-side .hero-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.hero-center {
  flex: 1 1 640px;
}
/* Stagger and nudge side icons so they look organic */
.hero-side--left .hero-icon:nth-child(1) {
  transform: translateX(51px) translateY(-48px) rotate(-6deg);
}
.hero-side--left .hero-icon:nth-child(2) {
  transform: translateX(36px) translateY(0px) rotate(4deg);
}
.hero-side--left .hero-icon:nth-child(3) {
  transform: translateX(179px) translateY(49px) rotate(-3deg);
}
.hero-side--right .hero-icon:nth-child(1) {
  transform: translateX(-41px) translateY(-62px) rotate(6deg);
}
.hero-side--right .hero-icon:nth-child(2) {
  transform: translateX(2px) translateY(-5px) rotate(-4deg);
}
.hero-side--right .hero-icon:nth-child(3) {
  transform: translateX(-70px) translateY(30px) rotate(3deg);
}
.hero-side .hero-icon {
  transition: transform 260ms cubic-bezier(0.22, 0.9, 0.35, 1);
}
@media (max-width: 992px) {
  .tech-hero .hero-title {
    font-size: 32px;
  }
  .hero-side {
    width: 120px;
  }
  .hero-side .hero-icon {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 576px) {
  .hero-side {
    display: none;
  }
  .tech-hero {
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .tech-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .technologies-section .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .tech-cards {
    grid-template-columns: 1fr;
  }
  .tech-tiles {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .tech-card {
    padding: 22px;
    min-height: auto;
  }
  .technologies-section {
    padding: 48px 0;
  }
}

.site-footer .container-xxl {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
/* ------------------------------
   Footer (Refined Minimal Design)
------------------------------ */
.site-footer {
  background: #000;
  color: #d1d5db;
  font-size: 15px;
}
.footer-desc {
  max-width: 320px;
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.6;
}
/* Headings */
.footer-title {
  font-weight: 600;
  margin-bottom: 14px;
  color: #f3f4f6;
  font-size: 15px;
}
/* Links */
.footer-links {
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.footer-links a {
  color: #8d8d8d;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.2s ease;
  font-size: 14.5px;
}
.footer-links a:hover {
  color: #ffffff;
}
/* Subtle divider feel between categories */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
}
/* Subscribe Section */
.footer-subscribe span {
  color: #d1d5db;
  font-size: 15px;
}
.subscribe-wrapper {
  position: relative;
}
.footer-subscribe .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  color: #fff;
  padding: 6px 8px;
  width: 220px;
  outline: none;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
.footer-subscribe .form-control:focus {
  border-color: #fff;
}
.btn-send {
  background: #d9ff00;
  border: none;
  border-radius: 50%;
  color: #000;
  margin-left: 6px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease, transform 0.2s ease;
}
.btn-send:hover {
  background: #faff8f;
  transform: translateY(-1px);
}
/* Logo */
.footer-logo img {
  filter: brightness(0) invert(1);
}
/* Spacing + Breathing room */
.footer-grid ul {
  padding-top: 4px;
}
.footer-grid>div {
  min-width: 180px;
}
.hover-underline {
  position: relative;
}
.hover-underline::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 0;
  background-color: white;
  transition: width 0.3s ease-in-out;
}
.hover-underline:hover::after {
  width: 100%;
}
/* Responsive layout */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-subscribe {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .footer-subscribe .form-control {
    width: 100%;
    margin-top: 10px;
  }
  .contact-info {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    width: 100% !important;
    margin-top: 2rem !important;
  }
}

.feature-card {
  transition: transform 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
}
.card-img-wrapper {
  height: 200px;
  overflow: hidden;
}
.img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 1;
}
.card-top-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 2;
  padding: 20px;
}
.modern-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(45deg, #2563eb, #3b82f6);
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.modern-btn:hover {
  background: linear-gradient(45deg, #1d4ed8, #2563eb);
  transform: translateX(5px);
  color: white;
}
.modern-btn svg {
  transition: transform 0.3s ease;
}
.modern-btn:hover svg {
  transform: translateX(3px);
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 200px);
  text-align: center;
}
.feature-card {
  min-height: 320px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--bs-light);
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.card-content {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.feature-image {
  z-index: 0;
  transition: transform 0.3s ease;
}
.feature-card:hover .feature-image {
  transform: scale(1.05);
}
.feature-card::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 100%;
  right: 0;
  bottom: -50%;
  background: radial-gradient(var(--accent-secondary-color), transparent 75%);
  border-radius: 16px;
  z-index: 0;
  transition: background 0.3s ease;
  border-radius: 50%;
  opacity: .15;
  transform: scale(1.2);
}
.feature-card:hover {
  transform: translateY(-5px);
}
.card-img-wrapper {
  height: 200px;
  overflow: hidden;
}
.img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 1;
}
.card-top-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 2;
  padding: 20px;
}
.modern-btn {
  display: inline-block;
  text-align: center;
  padding: 12px 32px;
  background: transparent;
  color: #5780e8;
  border: 1px solid #5780e8;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.modern-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right,
      var(--accent-secondary-color) 0%,
      var(--accent-color) 50%,
      var(--accent-secondary-color) 100%);
  z-index: -1;
}
.modern-btn:hover {
  color: white;
}
.modern-btn:hover::before {
  width: 100%;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 200px);
}
.page-services {
  padding: 70px 0 70px;
}
.page-services .service-item {
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
.page-services .service-item:hover {
  transform: translateY(-4px);
}
.our-services {
  padding: 100px 0;
}
.service-item {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.service-item .icon-box,
.service-item-content {
  margin-bottom: 30px;
}
.service-item .icon-box img {
  width: 100%;
  max-width: 60px;
  color: #000000;
}
.service-item-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.service-item-content h3 a {
  color: inherit;
}
.service-item-content p {
  margin-bottom: 0;
}
.our-services .section-footer-text {
  margin-top: 30px;
}
.hero-industries {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  min-height: 400px;
  display: flex;
  align-items: center;
}
.text-gradient {
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* Industry Cards Styles */
.industry-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.industry-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.industry-card:hover .industry-image img {
  transform: scale(1.05);
}
.industry-content {
  padding: 2rem;
}
.industry-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
}
.industry-description {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}
/* What We Do Section Styles */
.what-we-do {
  background-color: #ffff;
}
.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(to right,
      var(--accent-secondary-color) 0%,
      var(--accent-color) 50%,
      var(--accent-secondary-color) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.service-card:hover .icon-wrapper {
  transform: scale(1.1);
}
.service-icon {
  font-size: 42px;
  color: var(--accent-secondary-color);
}
.service-title {
  color: #1f2937;
  font-weight: 600;
}
.service-description {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}
/* Hero Section Styles */
.hero-all {
  position: relative;
  color: white;
  overflow: hidden;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 75px;
}
/* Background image layer with blur */
.hero-all::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/h5.png') center/cover no-repeat;
  filter: blur(2px);
  transform: scale(1.1);
  z-index: 0;
}
/* Gradient overlay above blurred image */
.hero-all::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.icon-gradient {
  background: linear-gradient(135deg, #98b5ff 0%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* Why Choose Us Section Styles */
.why-choose-us {
  background-color: #f8fafc;
  border-radius: 12px;
}
.difference-card {
  background: #fbfbfb;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  /* border: 1px solid rgba(0, 0, 0, 0.05); */
}
.difference-card:hover {
  transform: translateY(-5px);
}
.card-icon {
  width: 55px;
  height: 55px;
  background: #5780e8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #ffffff;
}
.card-icon i {
  font-size: 28px;
}
.difference-card h3 {
  color: #1f2937;
  font-size: 1.1rem;
}
.difference-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6b7280;
}
/* Responsive adjustments */
@media (max-width: 767px) {
  .difference-card {
    padding: 1.5rem;
  }
  .card-icon {
    width: 56px;
    height: 56px;
  }
  .card-icon i {
    font-size: 24px;
  }
}
/* Stack Section Styles */
.stack-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.stack-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.stack-section::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(88, 171, 241, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.stack-card {
  background: #f9f9f9;
  padding: 2.5rem 2rem;
  border-radius: 8px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(59, 130, 246, 0.1);
  position: relative;
  overflow: hidden;
}

.stack-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(to right,
      var(--accent-secondary-color) 0%,
      var(--accent-color) 50%,
      var(--accent-secondary-color) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #ffffff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
/* .stack-card:hover .stack-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.35);
} */
/* Updated to support SVG icons */
.stack-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.stack-card:hover .stack-icon svg {
  transform: scale(1.15);
}
/* Keep Font Awesome support for backward compatibility */
.stack-icon i {
  font-size: 32px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.stack-card:hover .stack-icon i {
  transform: scale(1.15);
}
.stack-title {
  color: #1f2937;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.stack-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 0;
  transition: color 0.3s ease;
}
.stack-card:hover .stack-description {
  color: #4b5563;
}

.text-gradient {
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/*  7.2 awards css start
/*----------------------------------------*/
.tp-awards-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tp-awards-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 0.1fr;
  grid-template-columns: 1fr 1fr 0.1fr;
}
@media (max-width: 574.98px) {
  .tp-awards-item span {
    margin-right: 15px;
  }
}
.tp-awards-item.borders {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.tp-awards-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 574.98px) {
  .tp-awards-left h5 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-left .tp-section-subtitle {
    margin-bottom: 30px;
  }
}
.tp-awards-2-title {
  font-size: 145px;
}
@media (max-width: 574.98px) {
  .tp-awards-2-title {
    font-size: 88px;
  }
}
.tp-awards-2-result {
  margin-left: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-2-result {
    margin-left: 15px;
  }
}
.tp-awards-2-item {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 574.98px) {
  .tp-awards-2-item {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
}
.tp-awards-2-item.borders {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-awards-2-item:hover .tp-awards-2-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
  border-color: var(--tp-theme-primary);
}
.tp-awards-2-item:hover .tp-awards-2-link {
  color: var(--tp-theme-primary);
}
.tp-awards-2-btn {
  margin-left: auto;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 45px;
  height: 45px;
  display: inline-block;
  color: var(--tp-common-white);
  text-align: center;
  line-height: 40px;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-2-para {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-2-para p br {
    display: none;
  }
}
.tp-awards-wd-title {
  font-size: 145px;
}
.tp-awards-wd-border svg {
  width: 100%;
}
.tp-awards-wd-top {
  display: flex;
  justify-content: space-between;
  padding: 0 45px 5px 0px;
}
@media (max-width: 574.98px) {
  .tp-awards-wd-top {
    padding-right: 0;
  }
}
.tp-awards-wd-top span {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: var(--tp-grey-1);
}
.tp-awards-wd-item {
  padding: 25px 45px 25px 0px;
}
@media (max-width: 574.98px) {
  .tp-awards-wd-item {
    padding-right: 0;
  }
}
.tp-awards-wd-item.borders {
  border-bottom: 1px solid var(--tp-border-1);
}
.tp-awards-wd-item span {
  font-weight: 500;
  font-size: 25px;
}
.tp-awards-wd-para {
  margin-left: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-wd-para {
    margin-left: 0;
  }
  .tp-awards-wd-para br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-wd-2-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-awards-vp-move-thumbs-wrapper {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
}
.tp-awards-vp-start-thumbs-caption {
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tp-awards-vp-start-thumbs-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-thumbs-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-vp-start-thumbs-wrapper {
    padding: 0 20px;
  }
}
.tp-awards-vp-start-move-thumb {
  box-sizing: border-box;
  position: relative;
  width: calc(25% - 80px);
  height: calc(25vw - 40px);
  margin: 0 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(25% - 60px);
    height: calc(25vw - 30px);
    margin: 0 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(33.33% - 40px);
    height: calc(33.33vw - 40px);
    margin: 25px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(50% - 30px);
    height: calc(50vw - 30px);
    margin: 10px 15px;
  }
}
@media (max-width: 574.98px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(50% - 20px);
    height: calc(50vw - 20px);
    margin: 5px 10px;
  }
}
.tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
  width: calc(15% - 80px);
  height: calc(15vw - 40px);
  margin-top: 50vh;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(15% - 60px);
    height: calc(15vw - 30px);
    margin-top: 50vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(33.33% - 40px);
    height: calc(33.33vw - 40px);
    margin: 25px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(50% - 30px);
    height: calc(50vw - 30px);
    margin: 10px 15px;
  }
}
@media (max-width: 574.98px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(50% - 20px);
    height: calc(50vw - 20px);
    margin: 5px 10px;
  }
}
.tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
  width: calc(35% - 80px);
  height: calc(35vw - 40px);
  margin-top: 25vh;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(35% - 60px);
    height: calc(35vw - 30px);
    margin-top: 25vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(33.33% - 40px);
    height: calc(33.33vw - 40px);
    margin: 25px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(50% - 30px);
    height: calc(50vw - 30px);
    margin: 10px 15px;
  }
}
@media (max-width: 574.98px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(50% - 20px);
    height: calc(50vw - 20px);
    margin: 5px 10px;
  }
}
.tp-awards-vp-start-move-thumb .overlapping-image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tp-awards-vp-end-move-thumb {
  box-sizing: border-box;
  position: relative;
  width: calc(33.33% - 80px);
  height: calc(33.33vw - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-end-move-thumb {
    width: calc(33.33% - 60px);
    height: calc(33.33vw - 60px);
    margin: 30px;
  }
}
.tp-awards-vp-end-move-thumb .tp-awards-vp-move-thumb-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  border-radius: 24px;
}
.tp-awards-vp-end-thumbs-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100vh;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-end-thumbs-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-vp-end-thumbs-wrapper {
    display: none;
  }
}
.tp-awards-vp-section-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.tp-awards-vp-section-image img {
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.tp-reveal-item.active:hover .tp-reveal-bg {
  opacity: 1;
}
.tp-reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 156px;
  opacity: 0;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 574.98px) {
  .tp-reveal-bg {
    width: 170px;
    height: 170px;
  }
}
/* ...existing code... */
/* tp-process-area section styles (append) */
.tp-process-area {
  position: relative;
  background: #050505;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}
.tp-process-area .tp-awards-bg-shape {
  position: absolute;
  right: -6%;
  top: 10%;
  width: 420px;
  opacity: .06;
  pointer-events: none;
  transform: translateY(0);
  transition: transform .35s ease-out;
}
.tp-process-pp-title-inner .tp-section-subtitle {
  display: inline-block;
  color: #cfcfcf;
  font-weight: 500;
}
.tp-process-pp-title-inner h2 {
  margin-top: 8px;
  line-height: 1.05;
  font-weight: 700;
  color: #fff;
}
@media(max-width:768px) {
  .tp-process-pp-title-inner h2 {
    font-size: 40px
  }
  .tp-process-area .tp-awards-bg-shape {
    display: none
  }
}
.tp-process-pp-border {
  margin: 12px 0 30px 0;
  text-align: center;
}
.tp-process-pp-item {
  padding: 30px 18px;
}
.tp-process-pp-item .tp-process-pp-count {
  display: inline-block;
  min-width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background: linear-gradient(to right,
      var(--accent-secondary-color) 0%,
      var(--accent-color) 50%,
      var(--accent-secondary-color) 100%);
  color: #0b0b0b;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.tp-process-pp-item h3 {
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.3
}
.tp-process-pp-item p {
  color: #9da0a4;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  margin-top: 10px;
}
.tp-skill-wd-bottom .tp-ff-heading {
  font-weight: 500
}
.tp-skill-wd-bottom a.tp-btn-switch-animation {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #C4EE18;
  border-radius: 26px;
  padding: 8px 18px;
  transition: all .18s ease;
  background: transparent;
  border: 1px solid rgba(196, 238, 24, .08);
}
.tp-skill-wd-bottom a.tp-btn-switch-animation:hover {
  transform: translateY(-3px);
  text-decoration: none;
}
.tp_fade_anim {
  opacity: 0;
  transform: translateY(18px);
  transition: all .6s cubic-bezier(.2, .9, .3, 1);
  will-change: opacity, transform
}
.tp_fade_anim.is-visible {
  opacity: 1;
  transform: none
}
.tp_fade_anim[data-fade-from="left"] {
  transform: translateX(-28px);
  opacity: 0
}
.tp_fade_anim[data-fade-from="left"].is-visible {
  transform: none;
  opacity: 1
}
.tp_fade_anim[data-fade-from="right"] {
  transform: translateX(28px);
  opacity: 0
}
.tp_fade_anim[data-fade-from="right"].is-visible {
  transform: none;
  opacity: 1
}
.tp_fade_anim[data-fade-from="bottom"] {
  transform: translateY(28px);
  opacity: 0
}
.tp_fade_anim[data-fade-from="bottom"].is-visible {
  transform: none;
  opacity: 1
}
.tp-bounce {
  animation: tp-bounce 1.2s ease infinite;
  transform-origin: center
}
@keyframes tp-bounce {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@media(max-width:991px) {
  .tp-process-pp-item {
    padding: 20px
  }
  .tp-process-pp-count {
    min-width: 56px;
    height: 56px;
    line-height: 56px
  }
}
.tp-process-pp-border {
  transform: translateY(100px)
}
/*  2.9 Preloader
/*----------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}
.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110vh;
  fill: #121212;
}
.loader-wrap .loader-wrap-heading .load-text {
  font-size: 62px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 20;
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 20px;
  }
}
.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}
.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.containers {
  position: inherit;
}
.portfolio-card {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}
.portfolio-card:hover {
  background: #f4f4f4;
  transform: translateY(-2px);
}
.portfolio-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.portfolio-logo {
  height: 42px;
  width: auto;
}
.view-case-btn {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
  background: var(--accent-secondary-color);
  padding: 0.5rem 1rem;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.portfolio-card:hover .view-case-btn {
  opacity: 1;
  transform: translateX(0);
}
.view-case-btn:hover {
  background: var(--accent-secondary-color);
  color: #000;
}
.portfolio-headline {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: #333;
}
.portfolio-stats {
  display: flex;
  gap: 3rem;
  margin: 1.5rem 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5rem;
}
.stats-item h4 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
.stats-item p {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}
.portfolio-image {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 1rem;
  aspect-ratio: 16/9;
}
.portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Industries Cards Styles */
.industry-card {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.industry-image {
  width: 100%;
  height: 100%;
}
.industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.industry-card:hover .industry-image img {
  transform: scale(1.05);
}
.industry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.industry-card:hover .industry-content {
  transform: translateY(0);
}
.industry-content-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  padding: 1.5rem;
}
.industry-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  width: fit-content;
}
.industry-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  margin: 1rem 0 0 0;
  max-width: 90%;
}
.explore-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}
.industry-card:hover .explore-btn {
  opacity: 1;
  transform: translateY(0);
}
.explore-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  text-decoration: none;
}

.description-image {
  position: relative;
  overflow: hidden;
}
.description-image img {
  transition: transform 0.5s ease;
}
.description-image:hover img {
  transform: scale(1.02);
}
.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.description-image:hover .image-overlay {
  opacity: 1;
}
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

/* Core Functions: sticky image + staggered features */

.sticky-wrap {
  position: sticky;
  top: 80px;
}
.sticky-image {
  position: sticky;
  top: 120px;
  /* Adjust this value to control how far from the top it sticks */
  will-change: transform, filter;
  max-width: 520px;
  margin: 0 auto;
}
.sticky-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  
  transition: transform 240ms ease, filter 240ms ease;
  display: block;
}
.bg-purple {
  background-color: #B19FFD !important;
}
.feature-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 420ms cubic-bezier(.2, .9, .2, 1), transform 420ms cubic-bezier(.2, .9, .2, 1);
}
.feature-item.in-view {
  opacity: 1;
  transform: translateY(0);
}
.function-list .function-dot span {
  box-shadow: 0 3px 8px rgba(177, 159, 253, 0.25);
}
@media (max-width: 991.98px) {
  .sticky-wrap {
    display: none;
  }
  .sticky-image {
    position: static;
    transform: none;
  }
  .core-functions {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.gradient-text {
  background: linear-gradient(to right,
      var(--accent-secondary-color) 0%,
      var(--accent-color) 50%,
      var(--accent-secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
  font-weight: 200;
}
/* Mini Badge Wrapper */
.mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #f6f7f9;
  border-radius: 999px; /* fully rounded */
  width: fit-content;
}
/* Dot */
.mini-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c8dfc; /* your blue accent (same as reference) */
}
/* Text */
.mini-text {
  font-size: 14px;
  font-weight: 400;
  color: #101319; /* clean black-ish */
  text-transform: capitalize;
}

.icon-img {
  width: 68px;
  /* similar to fa-3x size */
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}
.industry-icon {
  transition: transform 0.3s ease-in-out;
}
.industry-solution-card:hover .industry-icon {
  transform: scale(1.1);
}
/* Other Services cards */
.other-services .other-service-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px; /* Softer card */
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-center; /* more natural */
  gap: 12px;
  transition: transform 0.25s ease, 
              box-shadow 0.25s ease, 
              border-color 0.25s ease;
}
.other-services .other-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.other-services .other-service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.other-services .other-service-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 12px;
  padding: 10px; /* creates icon-like spacing */
}

.other-services .view-btn {
  margin-top: 12px;
  position: relative;
  border: 1px solid var(--accent-secondary-color);
  background: transparent;
  color: var(--accent-secondary-color);
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 6px;
  padding: 6px 16px;
}
.other-services .view-btn:hover {
  background: var(--accent-secondary-color);
  color: #fff;
}
.ai-logos-section {

  overflow: hidden;
  position: relative;
}
.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.logo-track {
  display: flex;
  align-items: center;
  gap: 80px;
  animation: scroll 25s linear infinite;
}
.logo-track img {
  height: 50px;
  opacity: 0.8;
  transition: opacity 0.3s, transform 0.3s;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
}
.logo-track img:hover {
  opacity: 1;
  transform: scale(1.1);
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* CTA Section */
.cta-section {
  background-color: #000;
  color: #fff;
  padding: 80px 0; /* increased vertical padding to enlarge section height */
  min-height: 480px; /* ensure a minimum visible height */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
}
/* Video Style */
.cta-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-video {
  width: 220px;
  height: 220px;
  object-fit: contain; /* this keeps transparency */
  background: transparent !important;
}
.cta-video:hover {
  transform: rotate(10deg) scale(1.05);
}
/* Headline */
.cta-title {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #fff;
}

/* Button */
.cta-btn {
  display: inline-block;
  background: var(--accent-color);
  color: #fff;
  font-weight: 500;
  padding: 12px 34px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cta-btn:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
}
.ai-gradient {
  background: linear-gradient(90deg, var(--accent-color), #b694ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Responsive */
@media (max-width: 768px) {
  .cta-video {
    width: 260px;
    height: 260px;
  }

  /* Center content inside the container and make elements stack vertically */
  .cta-section .container-xxl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  /* Responsive video sizing */
  @media (max-width: 767px) {
    .cta-video {
      width: 160px;
      height: 160px;
    }
    .cta-section {
      padding: 80px 0;
      min-height: auto;
    }
    .cta-title { font-size: 1.5rem; }
  }
  .cta-title {
    font-size: 1.8rem;
  }
}
@keyframes pulseLine {
  0%, 100% { opacity: 0.7; filter: blur(0px); }
  50% { opacity: 1; filter: blur(0px); }
}

/* Gradient Divider Line */
.cta-bottom-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.4px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--accent-color) 20%,
    #94c9ff 50%,
    var(--accent-color) 80%,
    transparent 100%
  );
  opacity: 0.8;
  border-radius: 1px;
}
.how-card .stat-count {
  font-family: 'Inter Display', sans-serif !important;
}
/* Client Benefits Section Styles */
.client-benefits-section {
  position: relative;
  overflow: hidden;
}
.client-benefits-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(88, 128, 232, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.benefits-content {
  position: relative;
  z-index: 2;
}
.section-badge {
  display: inline-block;
}
.section-badge .badge {
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%) !important;
  color: white;
  border-radius: 20px;
  text-transform: uppercase;
}
.benefits-content h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
}
.benefits-content .gradient-text {
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefits-content > .lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--body-color);
  margin-bottom: 2rem;
}
/* Benefits Stats */
.benefits-stats {
  padding: 0;
}
.stat-card {
  padding: 1.5rem;
  background: #f8f9fb;
  border-radius: 12px;
  border: 1px solid #e8ecf1;
}
.stat-card h6 {
  font-size: 1rem;
  color: var(--primary-color);
  margin: 0;
}
.stat-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}
/* Benefits Action Button */
.benefits-action {
  padding: 0;
}
.benefits-action .btn-default {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(88, 128, 232, 0.25);
  border: none;
  cursor: pointer;
}
.benefits-action .btn-default:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(88, 128, 232, 0.35);
  color: white;
}
/* Benefits Image */
.benefits-image {
  position: relative;
  height: 100%;
  min-height: 400px;
}
.benefits-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefits-image:hover img {
  transform: scale(1.02);
}
/* Responsive Design */
@media (max-width: 992px) {
  .benefits-content h2 {
    font-size: 2rem;
  }
  .benefits-image {
    min-height: 350px;
  }
  .client-benefits-section::before {
    right: -30%;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .client-benefits-section {
    padding: 3rem 0 !important;
  }
  .benefits-content h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .benefits-content > .lead {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .benefits-stats {
    padding: 0;
  }
  .stat-card {
    padding: 1.25rem;
  }
  .benefits-image {
    min-height: 300px;
    margin-top: 2rem;
  }
  .client-benefits-section::before {
    top: -60%;
    right: -40%;
    width: 300px;
    height: 300px;
    opacity: 0.5;
  }
}
@media (max-width: 576px) {
  .benefits-content h2 {
    font-size: 1.5rem;
  }
  .stat-card {
    padding: 1rem;
  }
  .stat-card h6 {
    font-size: 0.9rem;
  }
  .stat-card p {
    font-size: 0.8rem;
  }
  .benefits-image {
    min-height: 250px;
  }
}
/* Portfolio Filter Styles */
.portfolio-filter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0 15px;
}
.filter-btn {
  background: white;
  border: 1px solid #e8ecf1;
  color: var(--primary-color);
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.filter-btn:hover {
  border-color: var(--accent-secondary-color);
  color: var(--accent-secondary-color);
  background: rgba(88, 128, 232, 0.05);
}
.filter-btn.active {
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
  color: white;
  border-color: var(--accent-secondary-color);
}
.filter-btn span {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .portfolio-filter-container {
    gap: 8px;
  }
  .filter-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
}

/* Gallery Grid Section Styles */
.gallery-grid-section {
  padding: 80px 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
}
.gallery-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}
.gallery-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.gallery-item:hover .gallery-image-wrapper img {
  transform: scale(1.08);
  filter: brightness(0.8);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-overlay h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0 20px;
  animation: slideUp 0.4s ease-out 0.1s forwards;
  opacity: 0;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .gallery-grid-section {
    padding: 60px 0;
  }
  .gallery-testimonials-section {
    padding: 60px 0;
  }
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
  }
  .gallery-item {
    aspect-ratio: 1.1 / 1;
  }
  .gallery-overlay h3 {
    font-size: 1.2rem;
  }
 
}
@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .gallery-item {
    aspect-ratio: 1 / 1;
  }
  .gallery-overlay h3 {
    font-size: 1rem;
    padding: 0 15px;
  }
  .gallery-grid-section .section-header h2,
  .gallery-testimonials-section .section-header h2 {
    font-size: 1.8rem;
  }
  .section-sublead {
    font-size: 0.95rem;
  }
  
}
/* Section Header Styles (Shared) */
.section-header {
  margin-bottom: 40px;
}
.section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary-color);
}
.section-sublead {
  font-size: 1rem;
  color: var(--body-color);
  line-height: 1.8;
}

/* Blog Cards Section */
.ui-cards-section {
  background-color: #f8f8fa;
  padding: 80px 0;
}
/* Blog Card Image */
.ui-card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f4f9 0%, #e8ecf1 100%);
}
.ui-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.ui-card:hover .ui-card-image img {
  transform: scale(1.05);
}
/* Blog Card Content */
.ui-card-content {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  text-align: left;
}
/* Blog Category */
.blog-category {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent-secondary-color);
  text-transform: uppercase;
  margin: 0;
  background: rgba(88, 128, 232, 0.1);
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
}
/* Blog Card Title */

/* Blog Card Description */
.ui-card-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--body-color);
  margin: 0;
  flex-grow: 1;
}
/* Blog Card Date */
.ui-card-date {
  font-size: 0.8rem;
  font-weight: 600;
  color: #999999;
  text-transform: uppercase;
  margin-top: auto;
}
.ui-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #e8ecf1;
}
.ui-card-author {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary-color);
}
.case-study-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9000;
  align-items: stretch;
}
.case-study-modal.active {
  display: flex;
}
.case-study-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease;
}
.case-study-fullscreen {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9001;
  animation: slideInScale 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 6px;
}
/* Close Button */
.case-study-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  color: #333;
  transition: all 0.3s ease;
  z-index: 9010;
}
.case-study-close:hover {
  color: black;
  transform: rotate(90deg);
}
/* Left Sidebar */
.case-study-sidebar {
  width: 280px;
  background: linear-gradient(135deg, #f8f9fb 0%, #f0f4f9 100%);
  border-right: 1px solid #e8ecf1;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 6px;
}
.case-study-sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar-header {
  padding: 0 20px 20px;
  border-bottom: 1px solid #e8ecf1;
}
.sidebar-header h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: var(--primary-color);
}
.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
}
.sidebar-nav-item {
  background: none;
  border: none;
  padding: 16px 20px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  color: var(--body-color);
  font-weight: 600;
  border-left: 4px solid transparent;
  margin: 0;
}
.sidebar-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.sidebar-dot {
  width: 8px;
  height: 8px;
  background: #777777;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s ease;
}
.sidebar-nav-item:hover {
  background: rgba(88, 128, 232, 0.05);
  color: var(--accent-secondary-color);
}
.sidebar-nav-item:hover .sidebar-dot {
  background: var(--accent-secondary-color);
}
.sidebar-nav-item.active {
  background: white;
  color: var(--accent-secondary-color);
  border-left-color: var(--accent-secondary-color);
  
}
.sidebar-nav-item.active .sidebar-dot {
  background: var(--accent-secondary-color);
}

/* Main Content Area */
.case-study-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.case-study-content {
  flex: 1;
  overflow-y: auto;
  padding: 60px 80px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.case-study-content::-webkit-scrollbar {
  display: none;
}
/* Case Study Content */
.case-study {
  display: none;
}
.case-study.active {
  display: block;
  animation: fadeIn 0.3s ease;
}
.case-study-header {
  margin-bottom: 50px;
  text-align: center;
}
.case-study-logo {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.case-study-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto 30px auto;
  border-radius: 12px;
  display: block;
}
.case-study-header h2 {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.case-study-tagline {
  font-size: 1.1rem;
  color: var(--body-color);
  margin: 0;
}
/* Case Study Body */
.case-study-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.case-section {
  border-bottom: 1px solid #e8ecf1;
  padding-bottom: 40px;
}
.case-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.case-section h3 {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.case-section p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--body-color);
  margin: 0;
}
.case-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.case-section li {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--body-color);
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
}
.case-section li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-secondary-color);
  font-weight: 700;
  font-size: 1.1rem;
}
/* Results Grid */
.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.result-item {
  background: linear-gradient(135deg, rgba(88, 128, 232, 0.05) 0%, rgba(136, 171, 241, 0.05) 100%);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(88, 128, 232, 0.1);
}
.result-item h4 {
  font-size: 1.8rem;
  color: var(--accent-secondary-color);
  margin: 0 0 8px 0;
}
.result-item p {
  font-size: 0.95rem;
  color: var(--body-color);
  margin: 0;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInScale {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Portfolio Items */
.portfolio-item {
  animation: fadeInScale 0.5s ease;
}
.portfolio-item.hidden {
  display: none;
}
.portfolio-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.portfolio-card:hover {
  transform: translateY(-4px);
}
.portfolio-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 16px;
}
.portfolio-logo {
  width: auto;
  height: 45px;
}
.view-case-btn:hover {
  transform: translateY(-2px);
  color: white;
}
.portfolio-headline {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--body-color);
  margin: 0 0 25px 0;
  flex-grow: 1;
}
.portfolio-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 25px 0;
  padding: 25px 0;
  border-top: 1px solid #e8ecf1;
  border-bottom: 1px solid #e8ecf1;
}
.stats-item {
  text-align: center;
}
.stats-item h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.stats-item p {
  font-size: 0.9rem;
  color: var(--body-color);
  margin: 0;
}
.portfolio-image {
  margin-top: auto;
  border-radius: 8px;
  overflow: hidden;
}
.portfolio-image img {
  width: 100%;
  height: auto;
  display: block;
}
/* Responsive Design */
@media (max-width: 1200px) {
  .case-study-content {
    padding: 40px 60px;
  }
  .case-study-header h2 {
    font-size: 1.8rem;
  }
  .results-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .case-study-fullscreen {
    flex-direction: column;
  }
  .case-study-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e8ecf1;
    flex-direction: row;
    align-items: center;
    padding: 15px 20px;
    height: auto;
  }
  .sidebar-header {
    padding: 0 15px 0 0;
    border-bottom: none;
    border-right: 1px solid #e8ecf1;
    margin-right: 15px;
  }
  .sidebar-header h3 {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .sidebar-nav {
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
  }
  .sidebar-nav-item {
    padding: 10px 15px;
    border-left: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
  }
  .sidebar-nav-item.active {
    border-left: none;
    border-bottom-color: var(--accent-secondary-color);
    background: none;
  }
  .sidebar-logo {
    width: 24px;
    height: 24px;
  }
  .case-study-content {
    padding: 40px 30px;
  }
  .case-study-header h2 {
    font-size: 1.6rem;
  }
  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .case-study-content {
    padding: 30px 20px;
  }
  .case-study-logo {
    width: 60px;
    height: 60px;
  }
  .case-study-header h2 {
    font-size: 1.4rem;
  }
  .case-study-tagline {
    font-size: 1rem;
  }
  .case-section h3 {
    font-size: 1.2rem;
  }
  .portfolio-stats {
    grid-template-columns: 1fr;
  }
  .portfolio-filter-container {
    gap: 8px;
  }
  .filter-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
  .results-grid {
    grid-template-columns: 1fr;
  }
  .sidebar-nav {
    overflow-x: auto;
  }
  .sidebar-nav-item {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .case-study-close {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .case-study-content {
    padding: 20px 15px;
  }
  .case-study-header {
    margin-bottom: 30px;
  }
  .case-study-logo {
    width: 50px;
    height: 50px;
  }
  .case-study-header h2 {
    font-size: 1.2rem;
  }
  .case-study-tagline {
    font-size: 0.9rem;
  }
  .case-section {
    padding-bottom: 25px;
  }
  .case-section h3 {
    font-size: 1.1rem;
  }
  .portfolio-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .view-case-btn {
    width: 100%;
    text-align: center;
  }
  .sidebar-header {
    display: none;
  }
}
/* Offices Section */
.offices-section {
  padding: 80px 0;
  background: white;
}
.offices-header {
  text-align: left;
  margin-bottom: 60px;
}
.section-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent-secondary-color);
  margin: 0;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1.2;
  margin-bottom: 20px;
}
.section-description {
  font-size: 1.05rem;
  color: var(--body-color);
  line-height: 1.6;
  max-width: 600px;
  margin: 0;
}
/* Office Card */
.office-card {
  background: white;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.office-name {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  margin-top: 0;
}
.office-address {
  font-size: 0.95rem;
  color: var(--body-color);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.view-map-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  border: 1px solid #e8ecf1;
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 24px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}
.view-map-btn i {
  font-size: 16px;
  color: #f1ad88;
}
.view-map-btn:hover {
  border-color: var(--accent-secondary-color);
  color: var(--accent-secondary-color);
  background-color: #dde7fb;
}
.view-map-btn:hover i {
  color: var(--accent-secondary-color);
}
/* Responsive Design for Offices Section */
@media (max-width: 1200px) {
  .section-title {
    font-size: 2rem;
  }
  .section-description {
    font-size: 1rem;
  }
  .office-card {
    padding: 25px;
  }
  .office-name {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .offices-section {
    padding: 60px 0;
  }
  .offices-header {
    margin-bottom: 40px;
  }
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .section-description {
    font-size: 0.95rem;
  }
  .office-card {
    padding: 20px;
  }
  .office-name {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .office-address {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }
  .view-map-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
}
@media (max-width: 576px) {
  .offices-section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .section-description {
    font-size: 0.9rem;
  }
  .office-name {
    font-size: 1.1rem;
  }
  .office-address {
    font-size: 0.85rem;
  }
}
/* Let's Work Together Section */
.work-together-section {
  padding: 80px 0;
  background: white;
}
.work-together-header {
  margin-bottom: 60px;
}
.work-together-title {
  font-size: 2.8rem;
  color: var(--primary-color);
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
}
.work-together-description {
  font-size: 1.1rem;
  color: var(--body-color);
  line-height: 1.6;
  margin: 0;
}
/* Contact Card */
.contact-card {
  background: white;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
.contact-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: var(--accent-secondary-color);
  transform: translateY(-4px);
}
/* Featured Contact Card (Dark) */
.contact-card-featured {
  background: #1a1a1a;
  border: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.contact-card-featured:hover {
  background: #0f0f0f;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.contact-card-title {
  font-size: 1.6rem;
  color: var(--primary-color);
  margin-bottom: 30px;
  margin-top: 0;
}
.contact-card-title-light {
  color: white;
}
.contact-card-info {
  font-size: 0.9rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top: 0;
}
.contact-card-info-light {
  color: #cccccc;
}
.contact-card-email {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 30px;
  margin-top: 0;
  flex-grow: 1;
}
.contact-card-email-light {
  color: white;
}
.contact-card-btn {
  display: inline-block;
  background: white;
  border: 2px solid #e8ecf1;
  color: var(--primary-color);
  padding: 10px 24px;
  border-radius: 24px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
  text-align: center;
}
.contact-card-btn:hover {
  background: var(--accent-secondary-color);
  color: white;
  border-color: var(--accent-secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(88, 128, 232, 0.3);
}
.contact-card-btn-light {
  background: white;
  color: #1a1a1a;
  border-color: white;
}
.contact-card-btn-light:hover {
  background: var(--accent-secondary-color);
  border-color: var(--accent-secondary-color);
  color: white;
}
/* Responsive Design for Work Together Section */
@media (max-width: 1200px) {
  .work-together-title {
    font-size: 2.2rem;
  }
  .contact-card {
    padding: 30px 25px;
  }
  .contact-card-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .work-together-section {
    padding: 60px 0;
  }
  .work-together-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .work-together-description {
    font-size: 1rem;
  }
  .contact-card {
    padding: 25px 20px;
    min-height: 280px;
  }
  .contact-card-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .contact-card-info {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }
  .contact-card-email {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .contact-card-btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .work-together-section {
    padding: 40px 0;
  }
  .work-together-header {
    margin-bottom: 40px;
  }
  .work-together-title {
    font-size: 1.5rem;
  }
  .work-together-description {
    font-size: 0.95rem;
  }
  .contact-card {
    padding: 20px 15px;
    min-height: auto;
  }
  .contact-card-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .contact-card-info {
    font-size: 0.8rem;
  }
  .contact-card-email {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }
  .contact-card-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
}
/* Get in Touch Section */
.get-in-touch-section {
  background: #ffffff;
  padding: 2rem 0 !important;
  margin-top: 80px;
}
.get-in-touch-container {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  max-height: 100vh;
}
.get-in-touch-image {
  height: 100%;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-in-touch-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* Form Info Card */
.form-info-card {
  position: absolute;
  z-index: 2;
  background: #fffffff4;
  border-radius: 16px;
  padding: 2.5rem;
  max-width: 450px;
  width: 85%;
  
}
.form-info-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 2rem;
}
.form-info-steps {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.info-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.step-number {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  min-width: 32px;
  line-height: 1.2;
}
.step-content {
  flex: 1;
}
.step-title {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}
.step-description {
  font-size: 0.9rem;
  color: #666666;
  line-height: 1.4;
  margin: 0;
}

.get-in-touch-form-wrapper {
  padding: 2.5rem 2.5rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}
.get-in-touch-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.get-in-touch-form {
  width: 100%;
}
.get-in-touch-form .form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 0.4rem;
}
.get-in-touch-form .form-control,
.get-in-touch-form .form-select {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  font-size: 0.9rem;
  background-color: #fafafa;
  transition: all 0.3s ease;
}
.get-in-touch-form .form-control:focus,
.get-in-touch-form .form-select:focus {
  border-color: #0e1953;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(14, 25, 83, 0.1);
}
.get-in-touch-form .form-control::placeholder {
  color: #a8a8a8;
}
.form-select-country {
  max-width: 160px;
  border-right: none;
  border-radius: 8px 0 0 8px;
}
.get-in-touch-form .input-group .form-select-country {
  border-radius: 8px 0 0 8px;
}
.get-in-touch-form .input-group .form-control {
  border-left: none;
  border-radius: 0 8px 8px 0;
}
.get-in-touch-form .input-group .form-control:focus {
  border-left: 1px solid #0e1953;
}
.get-in-touch-form .row {
  margin-bottom: 0.5rem;
}
.get-in-touch-form .mb-4 {
  margin-bottom: 1rem !important;
}
.btn-submit {
  background-color: #000000;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 0.5rem;
}
.btn-submit:hover {
  background-color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.btn-submit:active {
  transform: translateY(0);
}
.terms-text {
  font-size: 0.75rem;
  color: #7a7a7a;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.terms-link {
  color: #0e1953;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.terms-link:hover {
  color: #34c38f;
  text-decoration: underline;
}
/* Responsive Design */
@media (max-width: 991.98px) {
  .get-in-touch-container {
    height: auto;
    max-height: none;
  }
  .get-in-touch-form-wrapper {
    padding: 2rem;
    height: auto;
  }
  .get-in-touch-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .get-in-touch-image {
    min-height: 300px;
    border-radius: 16px 16px 0 0;
  }
  .form-info-card {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .get-in-touch-container {
    border-radius: 12px;
  }
  .get-in-touch-form-wrapper {
    padding: 1.5rem;
    border-radius: 0 0 12px 12px;
  }
  .get-in-touch-image {
    border-radius: 12px 12px 0 0;
  }
  .get-in-touch-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .get-in-touch-form .form-label {
    font-size: 0.8rem;
  }
  .get-in-touch-form .form-control,
  .get-in-touch-form .form-select {
    font-size: 0.85rem;
    padding: 0.6rem 0.8rem;
  }
  .form-select-country {
    max-width: 120px;
  }
  .btn-submit {
    padding: 0.65rem 1.2rem;
    font-size: 0.85rem;
  }
  .form-info-card {
    display: none;
  }
}
/* AI Research Documentation Section */
.ai-research-documentation {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
  padding: 5rem 0 !important;
}
.research-header {
  text-align: center;
  margin-bottom: 3rem;
}
.research-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0e1953;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.research-subtitle {
  font-size: 1.1rem;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
/* Research Cards */
.research-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
.research-card:hover {
  transform: translateY(-8px);
  
  
}
.research-card-header {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.research-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(to right,
      var(--accent-secondary-color) 0%,
      var(--accent-color) 50%,
      var(--accent-secondary-color) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.research-icon i {
  color: #ffffff;
  font-size: 1.5rem;
}
.research-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0e1953;
  margin: 0;
  line-height: 1.3;
}
.research-card-description {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.research-card-meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.research-date,
.research-pages {
  font-size: 0.85rem;
  color: #999999;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.research-date i,
.research-pages i {
  font-size: 0.9rem;
}
.download-btn {
  width: 100%;
  padding: 0.9rem 1.5rem;
  background: var(--accent-color);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.download-btn:active {
  transform: translateY(0);
}
.download-btn i {
  font-size: 0.85rem;
}
/* Responsive Design */
@media (max-width: 991.98px) {
  .research-title {
    font-size: 2rem;
  }
  .research-subtitle {
    font-size: 1rem;
  }
  .research-card {
    padding: 1.5rem;
  }
  .research-card-title {
    font-size: 1.1rem;
  }
  .research-card-description {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .ai-research-documentation {
    padding: 3rem 0 !important;
  }
  .research-header {
    margin-bottom: 2rem;
  }
  .research-title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .research-subtitle {
    font-size: 0.95rem;
  }
  .research-card {
    padding: 1.25rem;
  }
  .research-card-header {
    margin-bottom: 1rem;
    gap: 0.75rem;
  }
  .research-icon {
    width: 45px;
    height: 45px;
  }
  .research-icon i {
    font-size: 1.25rem;
  }
  .research-card-title {
    font-size: 1rem;
  }
  .research-card-description {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
  .research-card-meta {
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .research-date,
  .research-pages {
    font-size: 0.8rem;
  }
  .download-btn {
    padding: 0.75rem 1.2rem;
    font-size: 0.85rem;
  }
}
/* Download Section */
.download-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
  padding: 5rem 0 !important;
}
.download-header {
  text-align: center;
  margin-bottom: 3rem;
}
.download-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0e1953;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.download-subtitle {
  font-size: 1.1rem;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
/* Download Categories Filter */
.download-categories {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.categories-filter {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.category-btn {
  padding: 0.65rem 1.5rem;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #555555;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.category-btn:hover {
  border-color: #0e1953;
  color: #0e1953;
  background: #f8f9fc;
}
.category-btn.active {
  background: linear-gradient(135deg, #0e1953 0%, #1a2f5a 100%);
  color: #ffffff;
  border-color: #0e1953;
}
.category-btn i {
  font-size: 0.85rem;
}
/* Download Cards */
.download-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
.download-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(14, 25, 83, 0.15);
  border-color: #0e1953;
}
.download-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0e1953 0%, #34c38f 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  color: #ffffff;
}
.download-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0e1953;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.download-item-desc {
  font-size: 0.9rem;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.download-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.85rem;
}
.file-size {
  color: #999999;
}
.download-count {
  color: #0e1953;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.download-item-btn {
  width: 100%;
  padding: 0.9rem 1.5rem;
  background: linear-gradient(135deg, #0e1953 0%, #1a2f5a 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.download-item-btn:hover {
  background: linear-gradient(135deg, #1a2f5a 0%, #0e1953 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(14, 25, 83, 0.25);
  color: #ffffff;
}
.download-item-btn i {
  font-size: 0.8rem;
}
/* Resources Section */
.resources-section {
  background: #ffffff;
  padding: 5rem 0 !important;
  border-top: 1px solid #f0f0f0;
}
.resources-header {
  text-align: center;
  margin-bottom: 3rem;
}
.resources-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.resources-subtitle {
  font-size: 1.1rem;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
/* Resource Cards */
.resource-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
.resource-card:hover {
  transform: translateY(-10px);
}
.resource-icon {
  width: 50px;
  height: 50px;
 background: linear-gradient(to right,
      var(--accent-secondary-color) 0%,
      var(--accent-color) 50%,
      var(--accent-secondary-color) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.resource-title {
  font-size: 1.2rem;
  font-weight: 500;
  /* color: #0f0f0f; */
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.resource-description {
  font-size: 0.9rem;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.resource-link {
  color: var(--accent-secondary-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.resource-link:hover {
  color: #0e1953;
  transform: translateX(5px);
}
.resource-link i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
.resource-card:hover .resource-link i {
  transform: translateX(3px);
}
/* Responsive Design */
@media (max-width: 991.98px) {
  .download-title,
  .resources-title {
    font-size: 2rem;
  }
  .download-subtitle,
  .resources-subtitle {
    font-size: 1rem;
  }
  .category-btn {
    padding: 0.55rem 1.2rem;
    font-size: 0.85rem;
  }
  .download-card,
  .resource-card {
    padding: 1.5rem;
  }
  .download-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
  .resource-icon {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .download-section,
  .resources-section {
    padding: 3rem 0 !important;
  }
  .download-header,
  .resources-header {
    margin-bottom: 2rem;
  }
  .download-title,
  .resources-title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .download-subtitle,
  .resources-subtitle {
    font-size: 0.95rem;
  }
  .categories-filter {
    gap: 0.6rem;
  }
  .category-btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
  .download-card,
  .resource-card {
    padding: 1.25rem;
  }
  .download-icon {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .resource-icon {
    width: 55px;
    height: 55px;
    font-size: 1.5rem;
  }
  .download-item-title,
  .resource-title {
    font-size: 1rem;
  }
  .download-item-desc,
  .resource-description {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
  .download-info {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .download-item-btn {
    padding: 0.75rem 1.2rem;
    font-size: 0.85rem;
  }
  .resource-link {
    font-size: 0.85rem;
  }
}
/* Blog Article Section */
.blog-article-section {
  background: white;
  padding: 60px 0;
}
/* Article Styling */
.blog-article {
  background: white;
  margin-top: 50px;
}
/* Back Button */
.blog-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: black;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  text-decoration: none;
}
.blog-back-btn:hover {
  transform: translateX(-4px);
}
/* Article Header */
.article-header {
  border-bottom: 2px solid #e8ecf1;
  padding-bottom: 30px;
}
.article-category {
  display: inline-block;
  background: rgba(88, 128, 232, 0.1);
  color: var(--accent-secondary-color);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
.article-title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.article-meta {
  display: flex;
  gap: 30px;
  font-size: 0.95rem;
  color: var(--body-color);
}
.article-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.article-meta i {
  color: var(--accent-secondary-color);
}
/* Featured Image */
.article-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.article-image img {
  width: 100%;
  height: 550px;
  display: block;
  object-fit: cover;
}
/* Article Body */
.article-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--body-color);
}
.article-body h2 {
  font-size: 1.8rem;
  /* font-weight: 700; */
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
}
.article-body p {
  margin-bottom: 20px;
}
.article-body ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px 0;
}
.article-body li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.8;
}
.article-body li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-secondary-color);
  font-weight: 700;
  font-size: 1.2rem;
}
/* Article Footer */
.article-footer {
  padding-top: 30px;
}
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.article-tag {
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 0.85rem;
  font-weight: 400;
  display: inline-block;
}
/* Blog Sidebar */
.blog-sidebar {
  position: sticky;
  top: 80px;
}
.sidebar-section {
  background: #f8f8fa;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e8ecf1;
  margin-top: 50px;
}
.sidebar-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e8ecf1;
}
/* Suggested Blog Item */
.suggested-blog {
  transition: all 0.3s ease;
}
.suggested-blog-link {
  display: flex;
  gap: 15px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.suggested-blog-link:hover {
  transform: translateX(4px);
}
.suggested-blog-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f4f9 0%, #e8ecf1 100%);
}
.suggested-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.suggested-blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.suggested-blog-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1.4;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.suggested-blog-date {
  font-size: 0.8rem;
  color: #999;
  margin: 0;
  margin-top: auto;
}
/* Responsive Design */
@media (max-width: 1200px) {
  .article-title {
    font-size: 2.2rem;
  }
  .blog-sidebar {
    top: 60px;
  }
}
@media (max-width: 992px) {
  .blog-article-section {
    padding: 40px 0;
  }
  .article-title {
    font-size: 2rem;
  }
  .article-body {
    font-size: 1rem;
  }
  .article-body h2 {
    font-size: 1.6rem;
  }
  .blog-sidebar {
    position: relative;
    top: auto;
  }
}
@media (max-width: 768px) {
  .blog-article-section {
    padding: 30px 0;
  }
  .article-header {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .article-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .article-meta {
    flex-direction: column;
    gap: 10px;
    font-size: 0.85rem;
  }
  .article-body {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .article-body h2 {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .article-image {
    margin-bottom: 0 !important;
  }
  .sidebar-section {
    padding: 20px;
    margin-top: 40px;
  }
  .sidebar-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .suggested-blog-image {
    width: 70px;
    height: 70px;
  }
  .suggested-blog-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .article-title {
    font-size: 1.4rem;
  }
  .article-meta {
    font-size: 0.8rem;
  }
  .article-body {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .article-body h2 {
    font-size: 1.2rem;
    margin-top: 25px;
  }
  .article-image {
    margin-bottom: 0 !important;
 
  }
.article-image img{
    height: 400px;
  }

  .sidebar-title {
    font-size: 1.1rem;
  }
  .suggested-blog-image {
    width: 60px;
    height: 60px;
  }
  .suggested-blog-link {
    gap: 10px;
  }
  .suggested-blog-title {
    font-size: 0.85rem;
  }
  .suggested-blog-date {
    font-size: 0.75rem;
  }
}
/* Open Source Libraries Section */
.opensource-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
  padding: 5rem 0 !important;
}
.opensource-header {
  text-align: center;
  margin-bottom: 3rem;
}
.opensource-title {
  font-size: 2.5rem;
  /* font-weight: 700; */
  margin-bottom: 1rem;
  line-height: 1.2;
}
.opensource-subtitle {
  font-size: 1.1rem;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
/* Library Cards */
.library-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}
.library-card:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}
.library-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.library-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #ffffff;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.library-name {
  font-size: 1.3rem;
  color: #0e1953;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.library-category {
  font-size: 0.85rem;
  color: var(--accent-secondary-color);
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.library-description {
  font-size: 0.9rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.library-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}
.tech-tag {
  display: inline-block;
  padding: 0.35rem 0.8rem;
  background: #f0f0f0;
  color: #1b1b1b;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.library-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #0e1953;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.library-link i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
.library-card:hover .library-link i {
  transform: translateX(3px);
}
/* Call to Action */
.opensource-cta {
  text-align: center;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #0e1953 0%, #1a2f5a 100%);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(14, 25, 83, 0.2);
}
.cta-text {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  margin: 0 0 1.5rem 0;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 2rem;
  background: #ffffff;
  color: #0e1953;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  color: #34c38f;
}
.cta-button i {
  font-size: 1.1rem;
}
/* Responsive Design */
@media (max-width: 991.98px) {
  .opensource-title {
    font-size: 2rem;
  }
  .opensource-subtitle {
    font-size: 1rem;
  }
  .library-card {
    padding: 1.5rem;
  }
  .library-name {
    font-size: 1.1rem;
  }
  .library-description {
    font-size: 0.85rem;
  }
  .library-icon {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .opensource-section {
    padding: 3rem 0 !important;
  }
  .opensource-header {
    margin-bottom: 2rem;
  }
  .opensource-title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .opensource-subtitle {
    font-size: 0.95rem;
  }
  .library-card {
    padding: 1.25rem;
  }
  .library-header {
    margin-bottom: 1rem;
  }
  .library-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  .library-badge {
    padding: 0.35rem 0.7rem;
    font-size: 0.7rem;
  }
  .library-name {
    font-size: 1rem;
    margin-bottom: 0.2rem;
  }
  .library-category {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .library-description {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
  .library-stats {
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .stat {
    font-size: 0.8rem;
  }
  .library-tech {
    gap: 0.4rem;
    margin-bottom: 1rem;
  }
  .tech-tag {
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
  }
  .library-link {
    font-size: 0.9rem;
    gap: 0.4rem;
  }
  .opensource-cta {
    padding: 2rem 1.5rem;
  }
  .cta-text {
    font-size: 1rem;
  }
  .cta-button {
    padding: 0.85rem 1.5rem;
    font-size: 0.9rem;
    gap: 0.6rem;
  }
}
/* Career Guidance Section */
.career-guidance-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
  padding: 5rem 0 !important;
}
.career-header {
  text-align: center;
  margin-bottom: 3rem;
}
.career-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0e1953;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.career-subtitle {
  font-size: 1.1rem;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
/* Career Cards */
.career-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
.career-card:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.career-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0e1953 0%, #34c38f 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.career-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0e1953;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.career-card-subtitle {
  font-size: 0.8rem;
  color: #34c38f;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.career-card-description {
  font-size: 0.9rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.skills-section {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.skills-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0e1953;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.skills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.skill-tag {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  background: #e8f5f2;
  color: #34c38f;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 6px;
  text-transform: uppercase;
}
.salary-range {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
.salary-label {
  color: #999999;
  font-weight: 500;
}
.salary-value {
  color: #0e1953;
  font-weight: 700;
}
.career-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0e1953;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.career-link:hover {
  color: #34c38f;
  transform: translateX(5px);
}
.career-link i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
.career-card:hover .career-link i {
  transform: translateX(3px);
}
/* Career Resources Section */
.career-resources-section {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 2px solid #f0f0f0;
}
.resources-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0e1953;
  margin-bottom: 2.5rem;
  text-align: center;
  line-height: 1.2;
}
.resource-item {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
.resource-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(14, 25, 83, 0.12);
}
.resource-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: #ffffff;
}
.resource-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0e1953;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.resource-desc {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.resource-btn {
  display: inline-block;
  padding: 0.65rem 1.5rem;
  background: linear-gradient(135deg, #0e1953 0%, #1a2f5a 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.resource-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(14, 25, 83, 0.2);
  color: #ffffff;
}
/* Responsive Design */
@media (max-width: 991.98px) {
  .career-title,
  .resources-heading {
    font-size: 2rem;
  }
  .career-subtitle {
    font-size: 1rem;
  }
  .career-card {
    padding: 1.5rem;
  }
  .career-card-title {
    font-size: 1.1rem;
  }
  .career-card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
  .resource-icon {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .career-guidance-section {
    padding: 3rem 0 !important;
  }
  .career-header {
    margin-bottom: 2rem;
  }
  .career-title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .career-subtitle {
    font-size: 0.95rem;
  }
  .career-card {
    padding: 1.25rem;
  }
  .career-card-icon {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .career-card-title {
    font-size: 1rem;
  }
  .career-card-subtitle {
    font-size: 0.75rem;
  }
  .career-card-description {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
  .skills-section {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .skills-title {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .skill-tag {
    padding: 0.25rem 0.6rem;
    font-size: 0.7rem;
  }
  .salary-range {
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
  }
  .career-link {
    font-size: 0.85rem;
  }
  .career-resources-section {
    margin-top: 3rem;
    padding-top: 2rem;
  }
  .resources-heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .resource-item {
    padding: 1.5rem;
  }
  .resource-icon {
    width: 55px;
    height: 55px;
    font-size: 1.5rem;
  }
  .resource-name {
    font-size: 1rem;
  }
  .resource-desc {
    font-size: 0.85rem;
  }
  .resource-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.8rem;
  }
}
.clean-card {
  background-color: #f8f8f9;
  border-radius: 12px;
  border: 1px solid #f1f1f1;
  height: 100%;
}
.step-number {
  font-size: 22px;
  font-weight: 600;
  opacity: 0.9;
}
.clean-card h4 {
  font-size: 1.1rem;
  color: #222;
}
.clean-card p {
  font-size: 0.95rem;
  color: #6c6c75;
}
/* bounce animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* webkit bounce */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {   
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}

/* havbar and header styling */
.nav-n {
  --top: 0px;
  --nav-radius: 0px;
  --nav-padding: 0 24px;
  --color-background: rgba(255, 255, 255, 1);
  --color-foreground: rgba(28, 37, 57, 1);
  --color-primary-hover: rgba(28, 37, 57, 0.6);
  --color-border: rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease-in-out;


}
  .menu-open{
    width:40px;
    height:40px;
    opacity: .5;
    transition: all .2s ease-in-out;
    cursor: pointer;  
  }
  .menu-open:hover{
    opacity: .8;
    transform: scale(1.1);
  }
.nav-floating {
  position: fixed;
  top: var(--top, 0);
  left: 0;
  width: 100%;
  z-index: 9; }
sticky-header[data-sticky-type="always"] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9; }
  .nav-item > .d-flex > a:first-child {
    padding-right: 0; }
.nav-grid  {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 1fr 60px;
  grid-template-columns: 220px 1fr 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  background: var(--color-background);
  border-radius: var(--nav-radius);
  padding: var(--nav-padding); }
.nav-n .nav-grid {
  -ms-grid-columns: 260px 1fr 60px;
  grid-template-columns: 260px 1fr 60px;
  border: var(--style-border-width) solid var(--color-border); }
.nav-n.nav-floating:hover,
.nav-n.nav-sticky.scrolled-past-header {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }
.nav-logo {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.nav-actions {
  justify-self: flex-end;
  gap: 24px;
  color: var(--color-foreground); }
.nav-search {
  --color-border: rgba(255, 255, 255, 1);
  --style-border-width: 2px;
  min-width: 52px;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: var(--style-border-width) dotted var(--color-border);
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer; }
.nav-search:focus,
.nav-search:hover {
  opacity: 1; }
.nav-separator {
  --color-border: rgba(255, 255, 255, 1);
  color: var(--color-border); }
.nav-actions .nav-search svg {
  width: 24px;
  height: 24px; }
.nav-n .nav-actions > .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }


@media (max-width: 1365px) {
  .nav-grid {
    -ms-grid-columns: 240px 1fr 60px;
    grid-template-columns: 240px 1fr 60px; }
  .nav-n .nav-grid {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto); }
  .nav-actions {
    gap: 20px; }
  .nav-3 .nav-actions > .button,
  .nav-n .nav-actions > .button {
    display: none; }
  .nav-separator {
    display: none; } }
@media (max-width: 1279px) {
  .nav-grid {
    -ms-grid-columns: 180px 1fr 60px;
    grid-template-columns: 180px 1fr 60px; }
  .nav-n .nav-grid {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto); }
  .nav-actions .nav-search {
    min-width: 36px;
    width: 36px;
    height: 36px; }
  .nav-actions .nav-search svg {
    width: 18px;
    height: 18px; }
  .nav-actions .button--slim {
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    gap: 8px; }
  .nav-actions .button--slim .svg-wrapper {
    min-width: 30px;
    height: 30px; }
  .nav-logo {
    max-width: 160px; } }
@media (max-width: 991px) {
  .nav-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0; }
  .nav-n .nav-grid {
    padding: 15px; } }
@media (max-width: 767px) {
  .nav-logo {
    max-width: 130px; }
  .nav-n {
    --top: 0px; } }
.submenu-color {
  --submenu-radius: 4px;
  --submenu-padding: 10px;
  --color-background: rgba(255, 255, 255, .99);
  --color-foreground: rgba(32, 40, 45, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-primary: rgba(32, 40, 45, 1);
  --color-primary-background: rgba(240, 237, 239, 0);
  --color-primary-hover: rgba(32, 40, 45, 1);
  --color-primary-background-hover: rgba(233, 233, 233, 1); 
  backdrop-filter: blur(40px); 
}
.menu-link {
  color: var(--color-foreground);
  padding: 0;
  font-size: var(--font-nav-main);
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.nav-item:focus > .menu-link,
.nav-item:hover > .menu-link {
  color: var(--color-primary-hover); }
.menu-link-main > svg {
  position: relative;
  top: 1px; }
.menu-link-main {
  padding: 37.5px 20px; }

.scrolled .menu-link-main {
  padding-top: 22px;
  padding-bottom: 22px; }
  
.nav-item {
  position: relative; }
.nav-submenu {
  background: var(--color-background);
  width: 100%; 
  padding:0 20px ;
}
.nav-submenu > * {
  padding: var(--submenu-padding) 0; }
.nav-item-static {
  position: static; }
.nav-submenu .nav-item {
  display: block;
  position: relative;
  padding: 0 0; }
.nav-submenu .menu-link {
  color: var(--color-primary);
  background: var(--color-primary-background);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 7px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: var(--submenu-radius);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.nav-megamenu .nav-item .menu-link {
  padding: 15px 17px; }
.nav-megamenu .nav-item .submenu-lists .menu-link {
  padding: 7px 17px; }
.nav-submenu .menu-link > svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.menu-link.megamenu-image-wrap,
.nav-submenu .nav-item.megamenu-links .menu-link,
.nav-submenu .nav-item:focus > .menu-link,
.nav-submenu .nav-item:hover > .menu-link {
  color: var(--color-primary-hover);
  background: var(--color-primary-background-hover); }
.nav-submenu .list-unstyled{
  margin: 0
}
.reset-submenu {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  width: auto; }
.nav-megamenu > * > .nav-item {
  padding: 30px 20px 10px; }
.megamenu-links .menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
.menu-link .heading + .text {
  -webkit-margin-before: 4px;
  margin-block-start: 4px;
  opacity: 0.75; }
.menu-link.heading {
  background: transparent !important;
  letter-spacing: 2.5px; }
.nav-submenu .nav-item.megamenu-links .menu-link {
  padding: 5px 15px 7px; }
.nav-submenu .nav-item.megamenu-links .menu-link > svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  top: 1px; }
.nav-megamenu .nav-item.megamenu-links > * {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px; }
.megamenu-image-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-margin-before: 15px;
  margin-block-start: 15px; }
.megamenu-image-wrap .content .button {
  --color-primary-button-icon: rgba(255, 255, 255, 1);
  --color-primary-button-icon-background: rgba(28, 37, 57, 1);
  --color-primary-button-hover-icon: rgba(28, 37, 57, 1);
  --color-primary-button-hover-icon-background: rgba(255, 255, 255, 1);
  padding: 0;
  min-height: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.megamenu-image-wrap:focus .content .button .svg-wrapper,
.megamenu-image-wrap:hover .content .button .svg-wrapper {
  color: var(--color-primary-button-hover-icon);
  background: var(--color-primary-button-hover-icon-background); }
.submenu-lists .menu-link {
  letter-spacing: normal; }
.nav-submenu.submenu-lists .nav-item .menu-link {
  padding: 7px 17px; }
.megamenu-image-wrap img {
  border-radius: 6px; }
@media (min-width: 992px) {
  .menu-absolute {
    position: absolute;
    top: calc(100% - 0rem);
    left: 0; }
  .nav-grandmenu {
    left: 100%;
    top: 0; }
  .nav-submenu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: var(--submenu-radius);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    min-width: 160px;
    opacity: 0;
    visibility: hidden; }
  .nav-megamenu {
    width: 100%; }
  .nav-item:hover > .menu-absolute {
    opacity: 1;
    visibility: visible; }
  .reset-submenu > .nav-item {
    padding: 0; }
  .nav-megamenu > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .nav-megamenu > * > .nav-item {
    width: calc(50% - var(--submenu-padding) / 2);
    max-width: calc(50% - var(--submenu-padding) / 2); }
  .nav-megamenu .menu-link {
    display: inline-block; }
  .nav-item.megamenu-links {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 24px;
    padding: 20px; }
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media (max-width: 1600px) {
  .menu-link-main {
    padding: 28px 20px; } }
@media (max-width: 1365px) {
  .menu-link-main {
    padding: 28px 12px; } }
 .nav-menu {
    margin-bottom: 0;
  }
@media (max-width: 991px) {
  .nav-nav {
    --color-background: rgba(242, 242, 242, 1);
    --color-foreground: rgba(32, 40, 45, 1);
    --color-foreground-heading: rgba(28, 37, 57, 1);
    --color-primary: rgba(32, 40, 45, 1);
    --color-primary-background: rgba(240, 237, 239, 0);
    --color-primary-hover: rgba(32, 40, 45, 1);
    --color-primary-background-hover: rgba(233, 233, 233, 1);
    position: fixed;
    right: 0;
    top: 0;
    background: var(--color-background);
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto; }
  .nav-nav.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .nav-menu > * {
    width: 100%;
  }
  .menu-link-main {
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .nav-menu > .nav-item .menu-link-main {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .menu-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
  .menu-link.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .menu-link > svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .menu-link.active > svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .nav-megamenu > * > .nav-item {
    padding: 0 15px 20px; }
  .nav-submenu .nav-item.megamenu-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .nav-item > .nav-submenu:not(.reset-submenu) {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out; }
  .nav-submenu {
    background: inherit; }
  .nav-nav-headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px; }
  .nav-nav-headings .svg-wrapper {
    color: #000;
    width: 44px;
    height: 44px;
    margin-right: -10px; }
  .menu-link * {
    pointer-events: none; }
  .nav-megamenu .nav-item .menu-link > .heading {
    width: 100%; } }
.modal-search {
  --modal-input-height: 50px;
  --color-background: linear-gradient(
    184.15deg,
    rgba(28, 37, 57, 40%) -187.51%,
    #1c2539 96.62%
  );
  --color-foreground: rgba(255, 255, 255, 1);
  --color-input-background: rgba(255, 255, 255, 0);
  --color-input-text: rgba(255, 255, 255, 1);
  --color-input-border: rgba(255, 255, 255, 1);
  --color-input-hover-background: rgba(255, 255, 255, 0);
  --color-input-hover-text: rgba(255, 255, 255, 1);
  --color-input-hover-border: rgba(255, 255, 255, 1);
  --color-primary-button-background: rgba(255, 255, 255, 0);
  --color-primary-button-hover-background: rgba(255, 255, 255, 0);
  --color-primary-button-icon: rgba(255, 255, 255, 1);
  --color-primary-button-icon-background: rgba(255, 255, 255, 0);
  --color-primary-button-hover-icon: rgba(255, 255, 255, 1);
  --color-primary-button-hover-icon-background: rgba(255, 255, 255, 0); }
.theme-modal {
  --modal-nav-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-background);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 9; }
.theme-modal.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
.theme-drawer {
  --padding-drawer: 24px;
  position: fixed;
  top: 0;
  background: var(--color-background);
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }
.drawer-additional {
  --color-background: #fff;
  --color-foreground: rgba(32, 40, 45, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-primary: rgba(32, 40, 45, 1);
  --color-primary-background: rgba(240, 237, 239, 0);
  --color-primary-hover: rgba(32, 40, 45, 1);
  --color-primary-background-hover: rgba(233, 233, 233, 1);
  background: var(--color-background); }
.drawer-headings {
  --color-border: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--padding-drawer, 15px);
  border-bottom: var(--style-border-width) solid var(--color-border); }
.drawer-content {
  padding: var(--padding-drawer, 15px); }
.drawer-content .drawer-heading {
  -webkit-margin-after: 10px;
  margin-block-end: 10px; }
.drawer-additional .drawer-content .drawer-heading {
  -webkit-margin-before: 20px;
  margin-block-start: 20px; }
.drawer-additional-menu .menu-link {
  padding: 5px 0;
  font-size: 22px; }
.drawer-additional-menu .menu-link:not(.no-hover):focus,
.drawer-additional-menu .menu-link:not(.no-hover):hover {
  opacity: 0.75; }
.drawer-additional-menu .menu-link svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  -webkit-margin-end: 7px;
  margin-inline-end: 7px; }
.drawer-block-contact {
  margin-block-start: 40px; }
.drawer-block-contact .menu-link {
  font-size: 18px; }
.theme-drawer[data-position="right"] {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }
.theme-drawer.show[data-position="right"],
.nav-nav.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
.modal-container {
  width: 100%;
  height: 100%;
  padding: 15px; }
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: var(--modal-nav-height); }
.modal-header .svg-wrapper {
  width: 36px;
  height: 36px; }
.modal-header .svg-wrapper svg {
  width: 30px;
  height: 30px; }
.modal-main {
  width: 100%;
  height: calc(100% - var(--modal-nav-height)); }
.theme-modal .form-search label {
  display: block;
  text-align: center;
  width: 100%;
  -webkit-margin-after: 30px;
  margin-block-end: 30px; }
.theme-modal .search-close {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
.theme-modal.show .search-close {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.form-search {
  width: 0%;
  max-width: 900px;
  margin: 0 auto;
  border-bottom: var(--style-border-width) solid var(--color-border);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
.theme-modal.show .form-search {
  width: 100%; }
.form-search .button {
  padding: 0;
  width: var(--modal-input-height);
  height: var(--modal-input-height);
  min-height: var(--modal-input-height);
  border: none; }
.form-search input {
  border: none;
  outline: none;
  height: var(--modal-input-height);
  width: calc(100% - var(--modal-input-height));
  -webkit-padding-end: 15px;
  padding-inline-end: 15px; }
.form-search input::-webkit-input-placeholder {
  color: var(--color-input-text); }
.form-search input::-moz-placeholder {
  color: var(--color-input-text); }
.form-search input:-ms-input-placeholder {
  color: var(--color-input-text); }
.form-search input:-moz-placeholder {
  color: var(--color-input-text); }
@media (min-width: 768px) {
  .modal-header .svg-wrapper {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px; }
  .theme-drawer {
    max-width: 480px; }
  .form-search {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s; } }
@media (max-width: 991px) {
  .form-search {
    max-width: 700px; }
  .drawer-block {
    -webkit-margin-before: 40px;
    margin-block-start: 40px; }
  .drawer-additional-menu .menu-link {
    font-size: 16px; } }
.accordion-title {
  cursor: pointer; }
.accordion-title * {
  pointer-events: none; }
.accordion-li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.accordion-contents {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }
@media (min-width: 992px) {
  .accordion-horizontal .accordion-li {
    min-width: var(--width);
    width: var(--width);
    overflow: hidden;
    -webkit-transition: width 0.4s ease, min-width 0.4s ease;
    -o-transition: width 0.4s ease, min-width 0.4s ease;
    transition: width 0.4s ease, min-width 0.4s ease; }
  .accordion-horizontal .accordion-li.active {
    width: 100%;
    min-width: 420px; } }
@media (max-width: 991px) {
  .accordion-title {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
form textarea,
form input {
  width: 100%;
  padding: 0 15px;
  min-height: 54px; }
form textarea {
  padding: 20px 15px; }
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px; }
.form > * {
  width: 100%; }
.contact-box-headings + form {
  -webkit-margin-before: 40px;
  margin-block-start: 40px; }
.contact-box {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  z-index: 1; }
.contact-form-wrap {
  padding: 40px; }
.contact-media {
  height: 400px; }
.contact-media img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%; }
.contact-form .form-button {
  -webkit-margin-before: 20px;
  margin-block-start: 20px; }
.form-newsletter {
  --width-button: 54px;
  position: relative; }
.newsletter-button {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 8px;
  height: calc(100% - 8px);
  min-height: calc(100% - 8px);
  width: var(--width-button);
  min-width: var(--width-button);
  padding: 0; }
.newsletter-button .svg-wrapper {
  --color-primary-button-icon: rgba(255, 255, 255, 1);
  --color-primary-button-icon-background: rgba(28, 37, 57, 0);
  --color-primary-button-hover-icon: rgba(32, 40, 45, 1);
  --color-primary-button-hover-icon-background: rgba(28, 37, 57, 0);
  min-width: 24px;
  height: 24px; }
.form-newsletter input {
  -webkit-padding-end: calc(var(--width-button) + 10px);
  padding-inline-end: calc(var(--width-button) + 10px); }
@media (min-width: 768px) {
  .form {
    gap: 24px; }
  .form > .w-half {
    width: calc(50% - 24px / 2); } }
@media (min-width: 992px) {
  .contact-media {
    height: 100%; } }
@media (max-width: 767px) {
  form textarea,
  form input {
    min-height: 48px; }
  .contact-box-headings + form {
    -webkit-margin-before: 30px;
    margin-block-start: 30px; }
  .contact-form-wrap {
    padding: 30px 15px; }
  .contact-media {
    height: 300px; } }
    
/* Risk Analysis Section Styles */

.benefit-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.risk-analysis-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.risk-analysis-image img {
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
  max-height: 500px;
  object-fit: cover;
}
.risk-analysis-image img:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}
.rounded-lg {
  border-radius: 12px !important;
}
.shadow-lg {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
}
/* Industry Usage Section Styles */
.industry-usage-section {
  background: #ffffff;
  padding: 5rem 0;
}
.top-usecase-card {
  background: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
}
/* .top-usecase-card:hover {
  box-shadow: 0 15px 50px rgba(14, 25, 83, 0.12);
} */
.top-usecase-card .card-header {
  padding: 2rem 1.5rem 1.5rem;
  text-align: start;
}
.industry-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}
/* .top-usecase-card:hover .industry-icon {
  transform: scale(1.1);
} */
.top-usecase-card h4 {
  font-size: 1.15rem;
}
.top-usecase-card .card-body {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.usecase-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.usecase-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}
.usecase-list li:last-child {
  margin-bottom: 0;
}
.usecase-list svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 0.1rem;
  display: block;
}
.usecase-list span {
  color: #555;
}
.mini-badge.justify-content-center {
  justify-content: center;
  display: flex;
}
/* POC / Solution Demo Section */
.poc-demo-section {
  background: #ffffff;
  padding: 6rem 0;
  position: relative;
}
.demo-media-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.demo-video-container {
  background: #f1b44c;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 16/9;
  max-height: 700px;
}

.demo-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.demo-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(14, 25, 83, 0.8);
  backdrop-filter: blur(10px);
  padding: 1rem 2rem;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 10;
}
.demo-badge:hover {
  background: rgba(14, 25, 83, 1);
  transform: translate(-50%, -50%) scale(1.1);
}
.badge-text {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.demo-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.demo-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.demo-features li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}
.demo-features li:last-child {
  margin-bottom: 0;
}
.demo-features i {
  color: #0e1953;
  font-size: 1rem;
  flex-shrink: 0;
}
.demo-features span {
  color: #555;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .poc-demo-section .row {
    flex-direction: column-reverse;
  }
  
  .demo-video-container {
    aspect-ratio: auto;
    max-height: 400px;
  }
  
  .demo-content {
    margin-bottom: 2rem;
  }
}

/* What is Risk Analysis Section */

.benefit-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.benefit-icon {
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-icon i {
  font-size: 1.5rem;
  color: var(--bs-primary);
}
.benefit-item h5 {
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.benefit-item p {
  margin: 0;
  font-size: 0.95rem;
}
.risk-features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.feature-card {
  padding: 1.5rem;
  background: white;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease-in-out;
}
/* .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--bs-primary);
} */
.feature-icon {
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
}
.feature-card h5 {
  color: var(--primary-color);
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.feature-card p {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .benefit-item {
    margin-bottom: 1.5rem;
  }
  .risk-features {
    margin-top: 2rem;
  }
}
.view-map-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
/* WhatsApp Widget Styles */
#whatsapp-widget {
  position: fixed;
  bottom: 110px;
  right: 17px;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.whatsapp-icon-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  /* box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4); */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.whatsapp-icon-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}
.whatsapp-icon-btn:active {
  transform: scale(0.95);
}
.whatsapp-icon-btn.hidden {
  display: none;
}
.whatsapp-chat-window {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 360px;
  height: 370px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp 0.3s ease forwards;
}
.whatsapp-chat-window.show {
  display: flex;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.whatsapp-header {
  background: #25d366;
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.whatsapp-header-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.whatsapp-header-content p {
  margin: 4px 0 0 0;
  font-size: 13px;
  opacity: 0.9;
}
.whatsapp-close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.whatsapp-close-btn:hover {
  transform: rotate(90deg);
}
.whatsapp-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f5f5f5;
}
.whatsapp-body p {
  margin: 0 0 12px 0;
  padding: 10px 12px;
  background: white;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  width: fit-content;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.whatsapp-footer {
  padding: 16px 20px;
  background: white;
  border-top: 1px solid #e5e5e5;
}
.whatsapp-send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px;
  background: #25d366;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.whatsapp-send-btn:hover {
  transform: translateY(-2px);
  
  color: white;
}
/* Responsive */
@media (max-width: 480px) {
  .whatsapp-chat-window {
    width: calc(100vw - 32px);
    height: 40vh;
    bottom: 80px;
    right: 16px;
    left: -395px;
  }
}
/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 170px;
  right: 19px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(var(--accent-color), var(--accent-secondary-color));
  border: 2px solid #99999966;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9998;
  box-shadow: 0 4px 12px rgba(var(--accent-color-rgb), 0.3);
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(var(--accent-color-rgb), 0.4);
  background: linear-gradient(135deg, #161b33 0%, #0e1953 100%);
}
.scroll-to-top:active {
  transform: translateY(0);
}
.scroll-to-top i {
  display: block;
  transition: all 0.3s ease;
}
/* Bounce animation for icon */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-4px);
  }
}
.scroll-to-top i.bounce-animation {
  animation: bounce 0.6s ease;
}
/* Responsive */
@media (max-width: 768px) {
  .scroll-to-top {
    width: 45px;
    height: 45px;
    /* bottom: 20px;
    right: 80px; */
    font-size: 18px;
  }
}
/* Wrapper Card */
.overview-card {
  position: relative;
  height: 400px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  
  padding-top: 60px; /* space from top */
}
/* Background Image */
.overview-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}
/* Text on top */
.overview-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  max-width: 90%;
}
/* Slight transparent white for readability */
.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
/* Button styling */
.btn-black-light {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
  border-radius: 8px;
  padding: 6px 14px;
  transition: all 0.25s ease;
}
.btn-black-light:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.drawer-social .social-link img {
  opacity: 0.85;
  transition: opacity .2s ease, transform .2s ease;
}
.drawer-social .social-link:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.social-icons .social-icon {
  width: 32px;
  height: 32px;
  opacity: 0.85;
  transition: opacity .2s ease, transform .2s ease;
}
.social-icons .social-icon:hover {
  opacity: 1;
  transform: scale(1.08);
}

/* Remove borders + default list-group styles */
.nav-megamenu .list-group-item {
  border: none !important;
  padding: 8px 0;
  background: transparent !important;
  font-size: 16px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}
/* Initially hide arrow */
.nav-megamenu .list-group-item::before {
  content: "→";
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: 0.3s ease;
}
/* On Hover: show arrow + move text slightly */
.nav-megamenu .list-group-item:hover {
  padding-left: 10px;
  color: #000;
}
.nav-megamenu .list-group-item:hover::before {
  left: 0;
  opacity: 1;
}
/* Make columns equal and clean */
.nav-megamenu .col-md-4 {
  padding-left: 25px;
  padding-right: 25px;
}
/* Material Icon arrow (hidden by default) */
.nav-megamenu .list-group-item::before {
  content: "arrow_forward";     /* Material icon name */
  font-family: "Material Icons";
  font-size: 18px;
  position: absolute;
  left: -24px;                  /* start outside */
  opacity: 0;
  transition: all 0.25s ease;
  color: #000;                  /* or change color */
}
/* Hover effect */
.nav-megamenu .list-group-item:hover {
  padding-left: 20px;           /* shift text slightly */
}
/* Show arrow + spacing */
.nav-megamenu .list-group-item:hover::before {
  left: -2px;                   /* arrow final position */
  opacity: 1;
}

/* Remove hover background from the <a> tag */
.nav-submenu .list-group-item .menu-link {
  background: transparent !important;
}
/* Also ensure no bootstrap hover background */
.nav-submenu .list-group-item:hover,
.nav-submenu .list-group-item:focus,
.nav-submenu .list-group-item:active {
  background: transparent !important;
}

/* =========================================
   BASE STYLES — No borders, no background
========================================= */
.nav-item > a[href="industries.html"] + .nav-submenu .list-group-item,
.nav-item > a[href="about.html"] + .nav-submenu .list-group-item,
.nav-item > a[href="resources.html"] + .nav-submenu .list-group-item {
   border: none !important;
  background: transparent !important;
  padding: 2px 0;           /* SAME spacing as Solutions */
  font-size: 16px;
  line-height: 1.6;          /* Consistent vertical spacing */
  position: relative;
  transition: 0.25s ease;
}
.nav-item > a[href="../industries.html"] + .nav-submenu .list-group-item,
.nav-item > a[href="../about.html"] + .nav-submenu .list-group-item,
.nav-item > a[href="../resources.html"] + .nav-submenu .list-group-item {
   border: none !important;
  background: transparent !important;
  padding: 2px 0;           /* SAME spacing as Solutions */
  font-size: 16px;
  line-height: 1.6;          /* Consistent vertical spacing */
  position: relative;
  transition: 0.25s ease;
}
/* Remove hover background from inner <a> */
.nav-item > a[href="industries.html"] + .nav-submenu .list-group-item a,
.nav-item > a[href="about.html"] + .nav-submenu .list-group-item a,
.nav-item > a[href="resources.html"] + .nav-submenu .list-group-item a {
  background: transparent !important;
}
.nav-item > a[href="../industries.html"] + .nav-submenu .list-group-item a,
.nav-item > a[href="../about.html"] + .nav-submenu .list-group-item a,
.nav-item > a[href="../resources.html"] + .nav-submenu .list-group-item a {
  background: transparent !important;
}
/* =========================================
   MATERIAL ICON ARROW — Hidden initially
========================================= */
.nav-item > a[href="industries.html"] + .nav-submenu .list-group-item::before,
.nav-item > a[href="about.html"] + .nav-submenu .list-group-item::before,
.nav-item > a[href="resources.html"] + .nav-submenu .list-group-item::before {
  content: "arrow_forward";
  font-family: "Material Icons";
  font-size: 19px;
  position: absolute;
  left: -25px;      /* SAME as Solutions */
  opacity: 0;
  color: #000;
  transition: 0.25s ease;
}
.nav-item > a[href="../industries.html"] + .nav-submenu .list-group-item::before,
.nav-item > a[href="../about.html"] + .nav-submenu .list-group-item::before,
.nav-item > a[href="../resources.html"] + .nav-submenu .list-group-item::before {
  content: "arrow_forward";
  font-family: "Material Icons";
  font-size: 19px;
  position: absolute;
  left: -25px;      /* SAME as Solutions */
  opacity: 0;
  color: #000;
  transition: 0.25s ease;
}
/* =========================================
   HOVER — Consistent arrow + spacing
========================================= */
.nav-item > a[href="industries.html"] + .nav-submenu .list-group-item:hover,
.nav-item > a[href="about.html"] + .nav-submenu .list-group-item:hover,
.nav-item > a[href="resources.html"] + .nav-submenu .list-group-item:hover {
  padding-left: 18px;     /* EXACT consistent padding */
}
.nav-item > a[href="industries.html"] + .nav-submenu .list-group-item:hover::before,
.nav-item > a[href="about.html"] + .nav-submenu .list-group-item:hover::before,
.nav-item > a[href="resources.html"] + .nav-submenu .list-group-item:hover::before {
  opacity: 1;
  left: 0;                /* arrow position same as other menus */
}
.nav-item > a[href="../industries.html"] + .nav-submenu .list-group-item:hover,
.nav-item > a[href="../about.html"] + .nav-submenu .list-group-item:hover,
.nav-item > a[href="../resources.html"] + .nav-submenu .list-group-item:hover {
  padding-left: 18px;     /* EXACT consistent padding */
}
.nav-item > a[href="../industries.html"] + .nav-submenu .list-group-item:hover::before,
.nav-item > a[href="../about.html"] + .nav-submenu .list-group-item:hover::before,
.nav-item > a[href="../resources.html"] + .nav-submenu .list-group-item:hover::before {
  opacity: 1;
  left: 0;                /* arrow position same as other menus */
}
@media (max-width: 576px) {
  /* SERVICES submenu */
  .nav-item > a[href="services.html"] + .nav-megamenu .col-12.py-3,
  /* SOLUTIONS submenu */
  .nav-item > a[href="solutions.html"] + .nav-megamenu .col-12.py-3 {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
  }
}