/* =========================================================
   Company: Rdeens Tech Solutions
   Website: https://www.rdeens.com
   Author: Rdeens Web Team
   Note: This CSS is proprietary. Unauthorized copying or reuse is prohibited.
   © 2025 Rdeens Tech Solutions. All Rights Reserved.
   ========================================================= */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  text-decoration: none;
  color: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------------------------------
                         main css  
--------------------------------------------------------- */

@font-face {
  font-family: "clash";
  src: url("/assets/font/MyFont-Regular.ttf/Fonts/TTF/ClashDisplay-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "switzer";
  src: url("/assets/font/Switzer_Complete/Fonts/TTF/Switzer-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
html {
  font-family: var(--primary-font);
  color: var(--clr-black);
  font-size: 62%;
  overflow-x: hidden;
  background-color: var(--text-color);
  scroll-behavior: auto;
}

:root {
  --primary-color: #196ff9;
  --secondary-color: #6c6c6c;
  --text-color: #f2f8ff;
  --clr-white: #fff;
  --clr-black: #1e1e1e;
  --primary-font: "clash", sans-serif;
  --secondary-font: "switzer", sans-serif;
  /* --primary-linear: linear-gradient(270deg, #02dfc4 0%, #317ffc 100%); */
  --primary-linear: linear-gradient(270deg, #02dfc4 0%, #225df3 100%);
  /* --primary-linear-hover: linear-gradient(270deg, #317ffc 0%, #02dfc4 100%); */
  --primary-linear-hover: linear-gradient(270deg, #225df3 0%, #02dfc4 100%);
  --primary-border: 0.1rem solid #dfdee5;
  --scrollbar-track: #f1f1f1;
  --scrollbar-thumb: var(--primary-color);
  --scrollbar-thumb-hover: #1259c7;
  columns: #4183ec;
}

/* Webkit Scrollbar */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  transition: background 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.45);
}

/*---------------------------------
          General Css
----------------------------------- */

::selection {
  background-color: var(--primary-color);
  color: var(--clr-white);
}

::-moz-selection {
  background-color: var(--primary-color);
  color: var(--clr-white);
}

/*---------------------------------
          Content Utilities
----------------------------------- */
.title {
  font-weight: 600;
  font-size: 3.7vw;
  line-height: 4.3vw;
  letter-spacing: 0.01em;
  font-family: var(--primary-font);
}

.description {
  font-weight: 400;
  font-size: 1.05vw;
  line-height: 1.5vw;
  color: var(--secondary-color);
  word-spacing: 0.1rem;
  font-family: var(--secondary-font);
}

.section-header .description {
  font-size: 1.15vw;
}

.header-banner .description {
  color: var(--clr-white);
  padding-left: 0.5rem;
}

.our-challenge-container .section-header .description {
  max-width: 56%;
}

.card-title {
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 1.8vw;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: var(--clr-white);
}

.card-description {
  font-family: "Bai Jamjuree";
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1.05vw;
  line-height: 140%;
  color: var(--text-color);
}

/*---------------------------------
         Form  Utilities
----------------------------------- */
.form-control,
.form-select {
  display: flex;
  align-items: center;
  padding: 1.3rem;
  gap: 3rem;
  border-radius: 1rem;
  font-weight: 400;
  font-size: 0.9vw;
  font-size: 1vw;
  line-height: 2rem;
  color: var(--desc-color);
  border: var(--primary-border);
  border-radius: 1rem;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.form-select {
  cursor: pointer;
}

.form-control:focus,
.form-select:focus {
  border: 0.1rem solid var(--primary-color);
  box-shadow: 0 0 0 0.3rem var(--primary-color);
  box-shadow: none;
}

/*---------------------------------
         Tag  Utilities
----------------------------------- */
.tag-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 2.5rem;
  border: var(--primary-border);
  backdrop-filter: blur(5rem);
  border-radius: 1rem;
  width: fit-content;
  font-weight: 400;
  font-size: 1.05vw;
  line-height: 1.05vw;
  letter-spacing: 1px;
  color: var(--clr-black);
  font-family: var(--secondary-font);
  gap: 0 !important;
  overflow: hidden;
  line-height: 0;
}

.tag-primary::before {
  content: "";
  width: 0.74vw;
  height: 0.74vw;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.14vw;
  margin-right: 1rem;
}

/* 2nd  option*/
.split-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*---------------------------------
         Align  Utilities
----------------------------------- */
.align-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-end {
  display: flex;
  justify-content: end;
}

/*---------------------------------
        Image-anime
----------------------------------- */
.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;
}

/*=========================
  tag primary  animation
==========================*/
.company-overview-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--primary-border);
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  border-radius: 1.2rem;
  cursor: pointer;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  color: var(--clr-black);
  padding: 2.1rem 2.2rem;
  min-width: fit-content;
  /* max-width: 50%; */
  width: fit-content;
  gap: 1rem;
}

.company-overview-text {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  white-space: nowrap;
  top: 50%;
  left: calc(50% + 0.5rem);
  transform: translate(-47%, -50%);
}

.default-text {
  opacity: 1;
  transform: translate(-47%, -50%);
  z-index: 1;
}

.company-overview-wrapper:hover .default-text {
  opacity: 0;
  transform: translate(-47%, -100%);
}

.hover-text {
  opacity: 0;
  transform: translate(-47%, 100%);
  z-index: 0;
}

.company-overview-wrapper:hover .hover-text {
  opacity: 1;
  transform: translate(-47%, -50%);
  z-index: 1;
}

.dot {
  width: 1rem;
  height: 1rem;
  background: var(--primary-color);
  border-radius: 0.2rem;
  flex-shrink: 0;
  z-index: 2;
  left: 12%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.company-overview-wrapper:hover .dot {
  transform: scale(1.2);
  box-shadow: 0 0 0.8rem rgba(49, 127, 252, 0.5),
    0 0 1.5rem rgba(2, 223, 196, 0.4);
}

/*---------------------------------
          Border Utilities
----------------------------------- */
.border-1px {
  border-bottom: var(--primary-border);
}

/*---------------------------------
         Color Utilities
----------------------------------- */
.clr-black {
  color: var(--clr-black) !important;
}

.clr-primary {
  color: var(--primary-color);
}

.clr-white {
  color: var(--clr-white);
}

.bg-white {
  background-color: var(--clr-white);
}

/*---------------------------------
          Button Utilities
----------------------------------- */
.btn-container {
  display: flex;
  align-items: center;
}

.hero-section .btn-container {
  margin-top: 1.6vw;
}

.primary-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6vw 1.1vw;
  gap: 1.4rem;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1.05vw;
  line-height: 1.05;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--clr-black);
  background-color: transparent;
  font-family: var(--primary-font);
  cursor: pointer;
  transition: background 1s ease !important;
  border: 0.1rem solid #dfdee5 !important;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 3s ease, border 1.4s ease !important;

  i {
    color: var(--text-color);
  }

  svg,
  i {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 1.35vw;
    line-height: 0;
    gap: 0.8rem;
    width: 2.6vw;
    height: 2.4vw;
    line-height: 0;
    background: var(--primary-linear);
    border-radius: 1rem;
    transition: background 4s ease !important;
  }

  svg {
    padding: 6px;
  }
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-btn:hover {
  color: rgba(255, 255, 255, 1);
  border: 1px solid transparent !important;
  transition: color 1s ease, border 1.4s ease !important;
}

.our-services .primary-btn:hover,
.get-started .primary-btn:hover {
  border: 0.1rem solid transparent;
}

.primary-btn:hover svg,
.primary-btn:hover i {
  background: transparent;
  transition: background 4s ease !important;
}

.primary-btn::after {
  content: "";
  position: absolute;
  left: 0%;
  width: 0;
  height: 300px;
  background: linear-gradient(270deg, #317ffc 0%, #02dfc4 100%);
  border-radius: 0;
  transition: width 1.4s ease;
  z-index: -1;
}

.primary-btn:hover::after {
  width: 100%;
  height: 500px;
  opacity: 1;
  transition: width 1.4s ease;
}

.primary-btn:focus {
  outline: none;
  box-shadow: none;
}

.free-advice-card .primary-btn:hover {
  color: var(--clr-white);
  /* background: rgb(12, 24, 104); */
  background: transparent !important;
  border: none;
}

.free-advice-card .primary-btn::after {
  /* background: rgb(12, 24, 104); */
  background: transparent !important;
  transition: 0s ease;
}

.free-advice-card .tag-primary {
  padding: 1rem 1.5rem;
  gap: 1.3rem;
}

.work-flow-container {
  border-top: var(--primary-border);
}

/*secondtry Btn  */
.btn-container .fill {
  background: var(--primary-linear);
  color: #fff;
  gap: 0.3rem;
  padding-inline: 0.6vw 1.1vw;
  transition: all 0.4s ease;
  border: none !important;

  i {
    background: transparent;
    padding-left: 0;
  }
}

/*---------------------------------
         Margin  Utilities
----------------------------------- */
.mb-medium {
  margin-bottom: 3rem;
}

.mb-large {
  margin-bottom: 5rem;
}

.mb-10px {
  margin-bottom: 12px;
}

.mb-20px {
  margin-bottom: 2rem;
}

.mb-small {
  margin-bottom: 1.6vw;
}

.mb-25px {
  margin-bottom: 2.5rem;
}

.pb-large {
  padding-bottom: 5rem;
}

.pt-large {
  padding-top: 5rem;
}

.mt-6 {
  margin-top: 0.6rem;
}

.mt-10 {
  margin-top: 1rem;
}

/*---------------------------------
         Container  Utilities
----------------------------------- */
.container--lead {
  padding: 0 4%;
}

/*---------------------------------------------------
                     Nav Section
--------------------------------------------------------- */
.nav-bar {
  background: transparent;
  z-index: 10;
}

.nav-bar .navbar-nav {
  padding: 2rem 0;
}

header .navbar .container--lead {
  padding-bottom: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0 0.7rem 2.9rem 0;
}

/*---------------------------------
         Mobile  Navbar
----------------------------------- */
#burger i {
  font-size: 1.6rem;
  background: var(--primary-linear);
  color: var(--clr-white);
  padding: 0.5rem 0.7rem;
  border-radius: 0.4rem;
}

.nav-bar .btn-container {
  display: flex;
  justify-content: end;
  align-items: center;
}

/*---------------------------------
         Fixed  Navbar
----------------------------------- */
header.fixed-top .btn-container .primary-btn {
  color: var(--clr-black) !important;
}

header.fixed-top .btn-container .primary-btn:hover {
  color: var(--clr-white) !important;
}

/*---------------------------------
         Hero Light  Navbar
----------------------------------- */
.light-nav .navbar .container--lead {
  box-shadow: none !important;
  z-index: 3;
}

.light-nav header .navbar-nav .nav-link {
  background-image: linear-gradient(to right,
      #4183ec,
      var(--primary-color) 50%,
      #fff 50%) !important;
  background-image: linear-gradient(to right,
      #4183ec,
      var(--primary-color) 50%,
      #fff 50%) !important;
}

.light-nav header .navbar-nav .nav-link:hover {
  background-image: linear-gradient(to right,
      #4183ec,
      var(--primary-color) 50%,
      #fff 50%) !important;
}

.light-nav header.fixed-top .navbar-nav .nav-link {
  background-image: linear-gradient(to right,
      #4183ec,
      var(--primary-color) 50%,
      #1e1e1e 50%) !important;
}

header .nav-logo .logo-dark {
  display: block;
}

header .nav-logo .logo-light {
  display: none;
}

.light-nav header .nav-logo .logo-dark {
  display: none;
}

.light-nav header .nav-logo .logo-light {
  display: block;
}

.light-nav .primary-btn {
  color: var(--clr-white);
}

/*---------------------------------
           Navbar
----------------------------------- */
.nav-logo img {
  width: 13vw;
  height: 100%;
  position: relative;
  top: 0;
}

.nav-links .navbar-nav {
  justify-content: center;
  gap: 4rem;
  border-radius: 1rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}

.nav-link {
  position: relative;
  font-weight: 500;
  font-size: 1.1vw;
  line-height: 2.1rem;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 2rem 2rem;
  cursor: pointer;
  font-family: var(--secondary-font);
  color: var(--clr-white);
  background-image: linear-gradient(to right,
      #4183ec,
      var(--primary-color) 50%,
      #1e1e1e 50%);
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
}

.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  background-color: var(--primary-color);
  border-radius: 1.5px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  opacity: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* Hover effects */
.nav-link:hover {
  background-position: 0;
}

.nav-link:hover::before {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.nav-link.active {
  background-position: 0;
  background-image: linear-gradient(to right,
      var(--primary-color),
      var(--primary-color) 50%,
      var(--primary-color) 100%) !important;
}

.nav-link.active::before {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.nav-link::after {
  display: none !important;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem) scale(0.95);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: none;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border: none;
  background: linear-gradient(to bottom,
      rgba(#fff, #fff, #fff, 0.6),
      rgba(#fff, #fff, #fff, 0.8));
  transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
  pointer-events: none;
  color: var(--clr-black) !important;
  backdrop-filter: none;
  min-width: max-content;
  width: auto !important;
  /* min-width: 240px ; */
  min-width: 14vw !important;
  z-index: 12 !important;
  position: relative;
  overflow: visible;
  z-index: 9999;
}

.dropdown-menu::after {
  content: "";
  height: 6px;
  width: 100%;
  background: var(--primary-color);
  position: absolute;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--primary-color);
}

.dropdown-menu ul {
  width: 100%;
  z-index: 77 !important;
}

.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  animation: fadeSlideIn 0.4s ease forwards;
  z-index: 77 !important;
}

.dropdown-item {
  position: relative;
  display: block;
  width: auto;
  white-space: nowrap;
  font-family: var(--secondary-font);
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 12px 5px 10px 5px;
  padding: 0.8vw 0.4vw 0.7vw 0.4vw;
  background-size: 200% 100%;
  background-position: -100%;
  transition: background-color 0.2s ease, color 0.2s ease,
    padding-left 0.5s ease;
  color: var(--clr-black);
  font-size: 1vw;
  text-align: left;
  z-index: 9999;
}

.dropdown-menu li .dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.dropdown-menu li .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  pointer-events: none;
  transform: translateZ(0);
}

.dropdown-menu li .dropdown-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #196ff9 0%, #ffffff 150%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.2s ease;
  pointer-events: none;
  will-change: transform;
  z-index: 2;
}

.dropdown-menu li:last-child .dropdown-item::before,
.dropdown-menu li:last-child .dropdown-item::after {
  opacity: 0;
}

.dropdown-menu li .dropdown-item:hover {
  color: var(--primary-color);
  padding-left: 10px;
  background-color: transparent;
  transition: padding-left 0.8s;
}

.dropdown-menu li .dropdown-item:hover::after {
  width: 100%;
  transform: scaleX(1);
}

.dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}

.dropdown-item:hover::before {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.dropdown-icon {
  font-size: 1.2vw;
  line-height: 1.2vw;
  margin-left: 0.4rem;
  transition: opacity 0.3s ease;
  transition: transform 0.3s ease;
}

.dropdown.show .plus-icon {
  display: none;
}

.dropdown.show .minus-icon {
  display: inline;
}

.dropdown {
  position: relative;
  z-index: 23;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  left: -4rem;
  z-index: 23;
  width: 100%;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(1rem) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.dropdown::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: transparent;
  z-index: 98;
}

.plus-icon {
  display: inline-block;
}

.minus-icon {
  display: none;
}

.dropdown:hover .plus-icon {
  display: none;
}

.dropdown:hover .minus-icon {
  display: inline-block;
}

.dropdown-title {
  font-size: 1.2vw;
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
  backdrop-filter: blur(1rem);
  pointer-events: auto;
  opacity: 1;
}

/*  */
@keyframes fadeInDown {
  from {
    transform: translateY(-2rem);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

header {
  transition: all 0.3s ease;
}

header.fixed-top {
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  padding: 0;
  width: 100%;
  animation: fadeInDown 0s ease-in-out 0.4s 1 normal none running;
  animation: fadeInDown 0.4s ease-in-out;
  -webkit-box-shadow: 0 1rem 1.5rem rgba(25, 25, 25, 0.1);
}

header.fixed-top nav {
  background-color: black;
  z-index: 111111;
}

header.fixed-top .navbar-nav .nav-link {
  color: #000;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

/*---------------------------------------------------
                   Hero Section 
--------------------------------------------------------- */
.hero-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4)),
    url(../images/img/header-img.webp), url(../images/img/header-bg-shade.webp);
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  position: relative !important;
}

.hero-video {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  z-index: 4;
}

.hero-container {
  height: 100vh;
  width: 100%;
  z-index: 5;
}

.hero-overlay {
  position: relative;
  z-index: 5;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/img/header-bg-shade.webp) center/cover no-repeat;

  opacity: 0.7;
  z-index: 5;
}

.hero-section .container--lead {
  padding: 0;
}

.hero-content {
  gap: 2.3vw;
  align-items: center;
  z-index: 999;
  margin-top: 3rem;
}

.hero-content .tag-primary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--text-color);
}

.hero-title {
  font-weight: 600;
  font-size: 5.6vw;
  max-width: 80%;
  word-spacing: 0.05em;
  font-family: var(--primary-font);
  line-height: 102%;
  text-align: center;
  color: var(--clr-white);
  text-transform: capitalize;
}

.hero-description {
  font-weight: 500;
  font-size: 1.15vw;
  font-family: var(--secondary-font);
  color: var(--secondary-color);
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: var(--text-color);
  max-width: 50%;
}

/* .hero-content .tag-primary {
  margin-bottom: .6vw;
} */

.text-gradient {
  background: linear-gradient(180deg, #196ff9 20%, #02dfc4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-content .primary-btn {
  color: var(--text-color);
}

.hero-socials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 0.8vw;
  justify-content: end;
  background: transparent;
  /* box-shadow: 0.2rem 0.2rem 5rem rgba(0, 0, 0, 0.6); */
  border-radius: 12px;
  padding: 5px;
  z-index: 999;

  /* box-shadow:
    0 0 12px rgba(2, 223, 196, 0.5),
    0 0 24px rgba(2, 223, 196, 0.3); */
}

.hero-socials .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
  border-radius: 50rem;
  border: none;
  /* border: 1px solid #f2f8ff; */
  /* background: transparent !important; */
}

.hero-socials .social-link i {
  transition: color 0.3s ease;
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 0;
  padding: 1rem;
  text-align: center;
  color: var(--clr-white);
}

.hero-socials {
  display: none;
}

/*  */

/*---------------------------------------------------
                   Core Value Section 
--------------------------------------------------------- */
.core-value-header {
  gap: 1rem;
  padding-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.core-value-header .tag-primary {
  font-weight: 500;
  font-size: 1.1vw;
  line-height: 1vw;
  padding: 1.2rem 3.2rem;
  letter-spacing: 0.1rem;
  gap: 0;
  font-family: var(--primary-font);
}

.core-value-header .tag-primary::before {
  display: none;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.core-values-container {
  overflow: hidden;
  padding: 4rem 6rem 4rem 6rem;
  background: var(--clr-white);
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.core-value-header h6 span {
  font-weight: 600;
  min-width: 1rem;
  width: 3.5rem;
  text-align: center;
  padding-left: 0.4rem;
}

.core-values-container::before,
.core-values-container::after {
  position: absolute;
  top: 0;
  width: 25rem;
  height: 100%;
  content: "";
  z-index: 2;
}

.core-values-container::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.core-values-container::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.core-values-track {
  display: flex;
  width: fit-content;
  animation: scrollLogos 15s linear infinite;
}

.core-values-slide {
  display: flex;
}

.core-values-slide img {
  height: 8rem;
  width: 28rem;
  object-fit: contain;
  margin: 0 3rem;
  filter: grayscale(100%);
  transition: filter 0.1s ease;
}

.core-values-slide img:hover {
  filter: grayscale(0%);
}

/*---------------------------------------------------
                   About Us Section 
--------------------------------------------------------- */
.about-us {
  position: relative;
  background-color: var(--text-color);
}

.about-img-2 {
  height: 100% !important;
}

.aboutimg-container {
  height: 100%;
}

.aboutimg-container img {
  object-fit: cover;
  border-radius: 30px;
}

.section-block {
  padding: 6rem 0;
  height: 100%;
  width: 100%;
}

.about-us-img {
  position: relative;
}

.rotating-logo {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
}

.logo-container {
  background-color: var(--clr-white);
  border-radius: 50%;
  padding: 3rem;
  color: var(--clr-primary);
  max-width: 19rem;
  max-height: 19rem;
}

.rotating-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}

.rotating-text svg {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.logo-technologies {
  display: flex;
  width: 6vw;
  height: 6vw;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #196ff9 20%, #02dfc4 100%);
}

.logo-technologies img {
  padding: 0.7rem;
  width: 3.8vw;
  height: 3.8vw;
  object-fit: contain;
}

.rotate-text {
  font-size: 1.5rem;
  color: var(--clr-black) !important;
  font-weight: 500;
  letter-spacing: 0.4rem;
}

.commitment-card {
  background: var(--primary-linear);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 1.7vw;
  align-items: start;
  justify-content: center;
  padding-inline: 2.2vw;
  padding-block: 5vw 2vw;
  border-radius: 3rem;
}

.founder-quote {
  font-weight: 500;
  font-size: 1.8vw;
  line-height: 110%;
  padding-top: 5px;
  letter-spacing: 0.04em;
  color: var(--clr-white);
  font-family: var(--primary-font);
}

.founder-signature {
  width: 7.3vw;
  object-fit: contain;
}

.quote-author {
  font-weight: 400;
  font-size: 0.95vw;
  opacity: 0.9;
  line-height: 110%;
  letter-spacing: 0.04em;
  color: var(--clr-white);
  font-family: var(--secondary-font);
}

.about-us-content {
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  padding-left: 1.15vw;
  gap: 0.9vw;
}

.about-us-content .description {
  max-width: 95%;
}

.features {
  border-bottom: 0.1rem solid rgba(10, 22, 94, 0.12);
  border-top: 0.1rem solid rgba(10, 22, 94, 0.12);
  padding-block: 1.2vw;
  margin-block: 1vw 1.2vw;
}

.feature-item {
  gap: 1.2rem;
  font-weight: 500;
  font-family: var(--primary-font);
  font-size: 1.05vw;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: 1.4vw;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-icon {
  border-radius: 50%;
  border: 0.1rem solid var(--clr-black);
  min-width: 18px;
  min-height: 18px;
  line-height: 0;
  margin-top: 1px;
}

.feature-icon i {
  font-size: 14px;
  color: var(--clr-black);
}

.call-info {
  gap: 2rem;
  margin-left: 6.5rem;
  text-decoration: none;
}

.call-info .call-icon {
  background: var(--primary-linear);
  border-radius: 50rem;
  color: var(--text-color);
  width: 3.5vw;
  height: 3.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-info .call-icon svg {
  width: 1.9vw;
  height: 1.9vw;
}

.call-info .call-us-text {
  gap: 0.2rem;
  font-variant: all-small-caps;
  font-size: 1.1vw;
  font-weight: 600;
  color: var(--clr-black);
  font-family: var(--secondary-font);
}

.about-us .call-us-text .number {
  font-size: 1.55vw;
  color: var(--clr-black);
  font-family: var(--primary-font);
  font-weight: bold;
  font-variant: all-small-caps;
  font-weight: 600;
  margin-bottom: 0;
}

/*---------------------------------------------------
                   Our Sevices Section 
--------------------------------------------------------- */
.our-services {
  background-image: url(../images/img/Our\ Services\ Section.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000b4e;
  /* padding-bottom: 13rem; */
}

.mob-btn {
  display: none;
}

.section-header {
  margin-bottom: 4rem;
}

.services-header .primary-btn,
.services-header .title {
  color: var(--clr-white);
}

.custom-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.2vw 1.6vw;
  backdrop-filter: blur(5rem);
  border-radius: 2rem;
  border: 0.1rem solid;
  border-image-source: linear-gradient(360deg,
      #7c7b7f 0%,
      #0a165e 31.73%,
      #f2f8ff 67%,
      #dfdee5 100%);
  height: 100%;
  width: 100%;
  border: none;
  background: url(../images/img/card-shade-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.custom-card .card-description {
  margin-bottom: 1.8vw;
}

.custom-card .readmore-btn {
  margin-top: auto;
  padding-left: 0.4rem;
}

.arrow-icon {
  transition: 0.3s ease-in-out;
}

.custom-card:hover .arrow-icon {
  transform: rotate(-45deg);
}

.custom-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2rem;
  border: 0.1rem solid transparent;
  background: linear-gradient(360deg,
      #7c7b7f 0%,
      #0a165e 31%,
      #f2f8ff 67%,
      #dfdee5 100%,
      transparent 100%);
  border-bottom: none;
  border-top: 0.1rem solid #f2f8ff;
  -webkit-mask: linear-gradient(#dfdee5 0 0) padding-box,
    linear-gradient(#f2f8ff 0 0);
  mask: linear-gradient(#dfdee5 0 0) padding-box, linear-gradient(#f2f8ff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.custom-card:hover.custom-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2rem;
  border: 0.1rem solid transparent;
  background: linear-gradient(360deg,
      #7c7b7f 0%,
      #0a165e 0%,

      #f2f8ff 0%,
      #dfdee5 100%,
      transparent 100%);
  background: transparent;
  border-right: 0.1rem solid #f2f8ff;
  border-left: 0.1rem solid #f2f8ff;
  border-bottom: 0.1rem solid #f2f8ff;
  border-top: 0.1rem solid #f2f8ff;
  -webkit-mask: linear-gradient(#dfdee5 0 0) padding-box,
    linear-gradient(#f2f8ff 0 0);
  mask: linear-gradient(#dfdee5 0 0) padding-box, linear-gradient(#f2f8ff 0 0);
  -webkit-mask: inherit;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.card-header {
  position: relative;
}

.light-text {
  font-weight: 700;
  font-size: 9vw;
  line-height: 8vw;
  font-variant: all-small-caps;
  font-family: var(--secondary-font);

  position: absolute;
  top: -24%;
  left: 0;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.light-text {
  font-weight: 700;
  font-size: 9vw;
  line-height: 9vw;
  font-variant: all-small-caps;
  font-family: var(--secondary-font);
  position: absolute;
  /* top: -44px; */
  left: 0;
  transform: translate(-2%, -36%);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.light-text.solid-white {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  background-clip: unset;
  position: absolute;
  /* top: -44px; */
  left: 0;
  transform: translate(-2%, -36%);
  margin: 0;
  z-index: 2;
  opacity: 0.3;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease;
}

.our-services .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 60px !important;
}

.loading-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dot {
  animation: blink 1.2s infinite;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {

  0%,
  20%,
  50%,
  80%,
  100% {
    opacity: 1;
  }

  40% {
    opacity: 0.4;
  }

  60% {
    opacity: 0.6;
  }
}

/* 👇 Smooth fade animation for new cards */
.fade-in {
  opacity: 0;
  transform: translateY(15px);
  animation: fadeInUp 0.6s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* workflow light text  */
.workflow-step .light-text {
  font-weight: 700;
  font-size: 17rem;
  line-height: 17rem;
  font-variant: all-small-caps;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: auto;
  -webkit-text-fill-color: unset;
}

.workflow-step .light-text.solid-white {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease;
  background: linear-gradient(180deg, #196ff9 0%, #ffffff 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom-card:hover .light-text {
  opacity: 1;
}

.workflow-step:hover .light-text {
  opacity: 1;
}

.workflow-step.active .light-text {
  opacity: 1;
}

.workflow-step.active .light-text.solid-white {
  clip-path: inset(0 0 0 0);
}

.workflow-step.active .arrow-icon {
  animation: slide-right 0.6s ease-out both;
  color: var(--clr-white);
  background: var(--primary-linear) !important;
}

.workflow-step.active::after {
  transform: scaleY(1);
}

.workflow-step:hover .light-text.solid-white {
  clip-path: inset(0 0 0 0);
}

.custom-card:hover .light-text.solid-white {
  clip-path: inset(0 0 0 0);
}

.card-logo {
  object-fit: contain;
  position: absolute;
  /* top: 105px; */
  left: -11%;
  transform: translate(-28%, 80%);
  overflow: hidden;
}

.card-logo img {
  width: 100%;
  height: 100%;
  width: 9vw !important;
  height: 7vw;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.custom-card:hover .card-logo img {
  transform: scale(1.1);
  opacity: 0.9;
}

.custom-card .card-title {
  color: var(--clr-white);
  padding: 2vw 0px 1.2vw 0;
  margin-top: 11.5vw;
}

.readmore-btn {
  font-weight: 500;
  font-family: var(--primary-font);
  font-size: 1vw;
  line-height: 1;
  background-color: transparent;
  color: var(--text-color);
  border: none;
  gap: 0.8rem;
  transition: 0.3s;
}

.readmore-btn i {
  font-size: 16px;
  font-weight: 600;
}

.card-description,
.readmore-btn {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.card-description,
.readmore-btn {
  opacity: 0.8;
}

.custom-card:hover .card-description,
.custom-card:hover .readmore-btn {
  opacity: 1;
}

.free-advice-card {
  position: relative;
  background-image: url(../images/img/services-grad-img\ .webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  backdrop-filter: blur(5rem);
  border-radius: 2rem;
  height: 100%;
  width: 100%;
}

.free-advice-card .primary-btn:hover {
  background: transparent !important;
  background-color: transparent !important;
}

.free-advice-card .tag-primary::before {
  background-color: var(--clr-white);
}

.free-advice-card .card-header {
  padding: 4rem 3rem;
  overflow: hidden;
  position: relative;
}

.free-advice-card .card-img {
  z-index: -10;
  position: absolute;
  bottom: 0;
  right: -23%;
}

.free-advice-card .card-img img {
  height: 31rem;
  width: 100%;
  object-fit: contain;
  height: 20vw;
}

.free-advice-card .card-title {
  font-weight: 600;
  font-size: 2.6vw;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: var(--clr-white);
  margin-top: 3rem;
}

.free-advice-card .primary-btn {
  position: absolute;
  bottom: 0%;
  right: 1%;
  font-weight: 600;
  font-size: 1.1vw;
  text-align: right;
  letter-spacing: 0.04em;
  backdrop-filter: none;
  height: max-content;
  color: var(--clr-white);
  background-color: transparent;
  text-transform: capitalize;
  border: none;
  padding-block: 0.8rem;
  border: none !important;
}

.free-advice-card .primary-btn i {
  width: 28px;
  height: 28px;
  font-size: 16px;
  background: var(--primary-linear);
  border-radius: 6px;
}

.about-us-page .free-advice-card.primary-btn::after {
  background: transparent !important;
}

.about-us-page .free-advice-card.primary-btn:hover {
  background: transparent !important;
}

/* Service page css */
.our-services .free-advice-card .primary-btn {
  z-index: 10;
  background: #0e1b68;
}

.our-services .tag-primary {
  color: var(--clr-white);
}

/*---------------------------------------------------
                   How We Work Section 
--------------------------------------------------- */
.workflow-steps {
  padding: 2rem 0;
  border-top: var(--primary-border);
}

.workflow-step {
  flex-direction: column;
  padding: 0 3rem;
  gap: 1.6rem;
  position: relative;
  cursor: pointer;
  margin-top: 3rem;
  border-right: var(--primary-border);
}

.workflow-step::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 0.1rem;
  height: 100%;
  background: var(--primary-linear);
  background: linear-gradient(180deg, #196ff9 0%, #ffffff 150%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.2s ease;
  z-index: 1;
}

.workflow-step:hover::after {
  transform: scaleY(1);
}

/* pending */
.row>.col-lg-3:last-child .workflow-step {
  border-right: none;
}

.row>.col-md-6:last-child .workflow-step {
  border-right: none;
}

.row>.col-md-3:last-child .workflow-step {
  border-right: none;
}

.row>.col-md-3:last-child .workflow-step::after {
  border-right: none;
}

.row>.col-lg-3:last-child .workflow-step::after {
  display: none;
}

.row>.col-md-6:last-child .workflow-step::after {
  display: none;
}

.row>.col-lg-3:last-child .workflow-step .step-arrow {
  display: none;
}

.row>.col-md-6:last-child .workflow-step .step-arrow {
  display: none;
}

.row .col-md-12:last-child .user-experience-card {
  border-bottom: none;
}

.step-number {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.step-gradient {
  font-weight: 900;
  font-family: var(--primary-font);
  font-size: 12rem;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 5rem 0 -5rem 0;
  z-index: 1;
  white-space: nowrap;
  vertical-align: top;
  -webkit-text-stroke: 0.1rem #00398c;
  backdrop-filter: blur(5rem);
  transition: 0.2s ease-in-out;
}

.workflow-step:hover .step-gradient {
  opacity: 1;
}

.step-outline {
  color: transparent;
  -webkit-text-stroke: 0.1rem #007cf0;
}

.step-title {
  text-align: center;
  color: var(--clr-black);
  z-index: 2;
  font-weight: 500;
  line-height: 110%;
  margin-top: 8rem;
  font-size: 2.3vw;
}

.step-description {
  text-align: center;
  color: var(--clr-black);
}

.workflow-step .step-arrow {
  position: absolute;
  top: 10%;
  right: -6%;
}

.workflow-step .arrow-icon {
  padding: 0;
  gap: 0.8rem;
  width: 40px;
  height: 40px;
  background: var(--text-color);
  border-radius: 1rem;
  font-size: 20px;
  font-weight: 600;
  color: var(--clr-black);
  display: flex;
  z-index: 123;
}

.workflow-step:hover .arrow-icon {
  animation: slide-right 0.6s ease-out both;
  color: var(--clr-white);
  background: var(--primary-linear) !important;
}

@keyframes slide-right {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* portfolio page css */
.workflow-step .icon {
  margin-top: 4rem;
  flex-direction: column;
  gap: 5rem;
  border: 0.1rem solid #dfdee5;
  border-radius: 1.2rem;
  display: flex;
}

.workflow-step .icon i {
  color: var(--primary-color);
  padding: 1.5rem 1.6rem;
  font-size: 2.2vw;
}

.workflow-step .icon i {
  color: var(--primary-color);
  padding: 0.9vw 1vw;
  font-size: 2.2vw;
}

/*---------------------------------------------------
                   Why Choose Us Section 
--------------------------------------------------------- */
.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2vw 2.5vw;
  height: 100%;
  background: var(--clr-white);
  box-shadow: 0.2rem 0.2rem 5rem rgba(0, 0, 0, 0.06);
  border-radius: 3rem;
  gap: 2.2vw;
}

.stat-card .tag-primary {
  margin-bottom: 0;
  border: none;
  padding-left: 0;
  font-size: 1.1vw;
}

.stat-card .card-title {
  font-weight: 600;
  font-size: 3.5vw;
  line-height: 100%;
  text-align: center;
  color: var(--clr-black);
}

.stat-card .card-desc {
  font-weight: 400;
  font-size: 1.2vw;
  max-width: 90%;
  line-height: 140%;
  color: var(--secondary-color);
  font-family: var(--secondary-font);
}

.choose-us-img {
  position: relative;
  height: 100%;
}

.choose-us-img img {
  height: 100%;
  border-radius: 3rem;
}

.choose-us-img .rotating-logo {
  left: 60%;
  top: 0%;
}

.stat-img {
  position: relative;
  height: 100%;
}

.stat-container .rotating-logo {
  position: absolute;
  left: 50%;
  top: -1%;
  transform: translate(-50%, -50%);
}

/*---------------------------------------------------
                    Testimonial Section 
--------------------------------------------------------- */

.owl-carousel .owl-item {
  min-height: 0 !important;
  border: none !important;
}

.testimonial {
  position: relative;
}

.testimonials-header {
  flex-direction: column;
}

/* new desgin testimonial */
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  padding: 3rem 0px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
  border-radius: 3rem;
}

.testimonial-card-header {
  display: flex;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e580;
  padding: 0 3rem 1rem 3rem;
}

.testimonial-avatar,
.avatar-fallback {
  width: 5rem !important;
  height: 5rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.4rem;
}

.avatar-fallback {

  background: #d9e4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 0;
  font-weight: 600;
  color: #2a4b9b;
}

.testimonial-card .testimonial-author {
  margin-top: 4px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.testimonial-card .testimonial-body {
  padding-inline: 3rem;
}

.testimonial-author .author-name {
  font-family: "Switzer";
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #0e153c;
  width: max-content;
}

.testimonial-author .author-role {
  font-family: "Mona Sans";
  font-weight: 400;
  font-size: 0.95vw;
  line-height: 20px;
  letter-spacing: 0.02em;
  width: max-content;

  color: rgba(30, 30, 30, 0.6);
}

.testimonial-rating {
  margin-bottom: 1rem;
}

.testimonial-rating .star {
  color: #f4c051;
  font-size: 18px;
  margin-right: -2px;
}

.testimonial-text {
  color: #374151;
}

/* animation  */
/* Testimonial Scroller Wrapper */
.testimonial-scroller {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(to right,
      transparent 0,
      black 5%,
      black 95%,
      transparent 100%);
}

.scroller-track {
  display: flex;
  align-items: stretch;
  width: max-content;
  gap: 1.5rem;
  animation: scrollLeft 35s linear infinite;
  will-change: transform;
}

.scroller-track-right {
  animation: scrollRight 35s linear infinite;
  margin-top: 3rem;
}

.scroller-track .item {
  flex: 0 0 auto;
  width: 40rem !important;
}

.testimonial-scroller:hover .scroller-track,
.testimonial-scroller:hover .scroller-track-right {
  animation-play-state: paused;
  cursor: pointer;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/*---------------------------------------------------
                   Portfolio Section 
--------------------------------------------------------- */

.project-container {
  padding: 4rem;
  border-radius: 5rem;
  position: relative;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0 0.7rem 2.9rem 0;
  box-shadow: 0 0.2rem 10rem rgba(0, 0, 0, 0.08); */
  border: 1px solid #d6d6d6;
}

.project-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 3rem 0 0;
  gap: 2rem;
  height: 100%;
}

.project-container .tag-primary::before {
  display: none;
}

.project-info .project-title {
  font-weight: 600;
  font-size: 2.7vw;
  line-height: 120%;
}

.project-info .project-desc {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1.05vw;
  line-height: 1.6vw;
  letter-spacing: 0.02em;
  margin-bottom: 3rem;
  color: var(--secondary-color);
}

.project-info .client-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.project-info .client-detail h6 {
  font-weight: 500;
  font-size: 1vw;
  line-height: 1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  border-bottom: 0.1rem solid #f0e9e9;
}

.project-info .client-detail h6 span {
  font-weight: 600;
  line-height: 1vw;
}

.project-info .explore-btn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2vw;
  line-height: 1.3vw;
  font-weight: 500;
  margin-top: 3rem;
  border-bottom: 2px solid var(--clr-black);
  cursor: pointer;
  transition: 0.3s;
}

.project-info .explore-btn:hover {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.explore-btn:hover .arrow-icon {
  transform: rotate(-45deg);
}

.project-info .explore-text {
  text-decoration: underline;
}

/* for img hover */
.project-img .portfolio-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: var(--clr-black);
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease-in;
  width: 12.5rem;
  height: 11.5rem;
  line-height: 1.4rem;
  border-radius: 50%;
  text-align: center;
  background-color: var(--clr-white);
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  padding-top: 8px;
}

.project-img:hover .portfolio-btn {
  opacity: 1;
  visibility: visible;
}

.project-container .project-img {
  scroll-snap-align: start;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  border-radius: 1rem 0 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.project-container .project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in;
  position: relative;
  cursor: pointer !important;
  border-radius: 3rem;
  overflow: hidden;
}

.project-container .project-img:hover img {
  opacity: 1;
}

/*---------------------------------------------------
                   Blog Section 
--------------------------------------------------------- */
.blog-card {
  position: relative;
  height: 100%;
  padding-bottom: 3rem;
  border-radius: 3rem;
  background-color: var(--clr-white);
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* box-shadow: 0 0 5rem 0 rgba(10, 22, 94, 0.06); */
}

.blog-card .card-title {
  font-size: 1.7vw;
  line-height: 120%;
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  letter-spacing: 0.04em;
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-family: var(--secondary-font);
  color: var(--secondary-color);
}

.blog-detail-header .blog-meta {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.blog-detail-header .blog-author {
  font-size: 1.15vw;
}

.blog-detail-header .blog-date {
  padding-top: 0;
}

.blog-card-img {
  width: 100%;
  min-height: 21vw !important;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  min-height: 21vw !important;
  max-height: 21vw;
  border-radius: 2rem;
  object-fit: cover;
  overflow: hidden;
}

.blog-card .blog-card-img img {
  transition: transform 0.8s ease-in-out;
}

.blog-card .card-content {
  padding: 2rem 2.5rem 0 2.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-title {
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: var(--clr-black);
}

.blog-category {
  background-color: transparent;
  border: 0.1rem solid var(--primary-color);
  color: var(--primary-color);
  padding: 0.6rem 1.2rem;
  border-radius: 1.4rem;
  font-size: 0.95vw;
}

.blog-date {
  font-weight: 500;
  font-size: 0.95vw;
  line-height: 160%;
  padding-top: 0.3rem;
  color: var(--clr-black);
}

.blog-card .author-name {
  font-size: 1.1vw;
  font-weight: 600;
}

.blog-card .author-role {
  display: none;
  font-size: 1vw;
  font-weight: 400;
  font-family: var(--primary-font);
}

.blog-author-img {
  width: 4.5rem !important;
  height: 4.5rem !important;
  object-fit: cover;
  border-radius: 50%;
}

.blog-description {
  color: var(--secondary-color);
}

.author-detail {
  margin-top: 3rem;
}

.blog-card .readmore-btn {
  border-bottom: 2px solid transparent;
  color: var(--clr-black);
  line-height: 0;
}

.blog-card .readmore-btn:hover {
  color: var(--primary-color);
  line-height: 16px;
  border-bottom: 2px solid var(--primary-color);
}

.blog-card .readmore-btn:hover .arrow-icon {
  transform: rotate(-45deg);
  color: var(--primary-color);
}

/*---------------------------------------------------
                   Get Started Section
--------------------------------------------------------- */
.get-started .container--lead {
  padding: 0 1%;
}

.footer .container--lead {
  padding: 0;
}

.get-started-container {
  position: relative;
  background: url(../images/img/getstarted-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 6rem;
  gap: 4rem;
  border-radius: 5rem;
  /* margin-top: 4rem; */
}

.get-started .tag-primary {
  color: var(--clr-white);
  margin-bottom: 0;
}

.get-started .title {
  text-align: center;
  color: var(--clr-white);
}

.get-started .primary-btn {
  background-color: var(--clr-white);
}

/*---------------------------------------------------
                   Footer Section 
--------------------------------------------------------- */
.footer-container {
  padding: 5rem 4% 3rem 4%;
  background: url(../images/img/Our\ Services\ Section.webp), #000b4e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  gap: 5rem;
  margin-block: 2rem;
  margin-bottom: 0;
  border-radius: 0;
}

.footer-logo .logo-img {
  width: 13vw;
  object-fit: contain;
}

.footer-tagline {
  font-weight: 400;
  line-height: 160%;
  margin-top: 2.6rem;
  letter-spacing: 0.04em;
  font-size: 1vw;
  max-width: 75%;
  color: var(--text-color);
  font-family: var(--secondary-font);
}

.footer-list {
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-heading {
  font-weight: 600;
  font-size: 1.15vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: var(--text-color);
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.footer-link {
  position: relative;
  font-family: var(--secondary-font);
  font-size: 1vw;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  text-decoration: none;
  padding-bottom: 0.2rem;
  cursor: pointer;
  color: var(--clr-white);
  background-image: linear-gradient(to right,
      #02dfc4,
      #02dfc4 50%,
      #1e1e1e 50%);
  background-size: 200% 100%;
  background-position: -100%;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-position 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-link:hover {
  background-position: 0;
  color: #02dfc4;
  /* color: var(--primary-color); */
}

.footer-link:hover::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.footer-copyright {
  font-weight: 500;
  text-align: center;
  font-weight: var(--secondary-font);
  border-top: 1px solid rgba(209, 208, 214, 0.2);

  padding-top: 3rem;
  color: var(--text-color);
  font-size: 1vw;
  width: 100%;
  margin-top: 3rem;
}

.footer-copyright a {
  text-decoration: none;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.2rem;
  color: #02dfc4;
}

/*  social icons*/
.footer-socials,
.blog-socials {
  gap: 1rem;
  margin-top: 3.2rem;
}

.blog-socials {
  margin-top: 0;
}

.blog-socials .social-icon {
  color: var(--clr-black);
  border: 0.1rem solid var(--clr-black);
}

.social-icon {
  padding: 0.8rem;
  border-radius: 50%;
  font-size: 1.2vw;
  color: var(--clr-white);
  border: var(--primary-border);
  text-decoration: none;
  transition: 0.3s ease, border 0s 0s, transform 0.3s ease;
  cursor: pointer;
}

.social-icon:hover {
  transform: translateY(-0.3rem);
  color: white;
  /* box-shadow: 0.4rem 1.2rem rgba(0, 0, 0, 0.3); */
  border: 0.1rem solid transparent;
}

.insta-icon {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
}

.whatsapp-icon {
  background: linear-gradient(45deg, #66d367);
}

.facebook-icon {
  background: linear-gradient(45deg, #3966ff);
}

.linkedin-icon {
  background: linear-gradient(45deg, #3467c2);
}

.footer-socials .social-icon {
  background: transparent;
}

.footer-socials .insta-icon:hover {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
}

.footer-socials .whatsapp-icon:hover {
  background: linear-gradient(45deg, #66d367);
}

.footer-socials .facebook-icon:hover {
  background: linear-gradient(45deg, #3966ff);
}

.footer-socials .linkedin-icon:hover {
  background: linear-gradient(45deg, #3467c2);
}

/* blog-detail page css  */
.blog-socials .social-icon {
  color: var(--clr-white);
  border: none;
}

.blog-socials .insta-icon:hover {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
}

.blog-socials .whatsapp-icon:hover {
  background: linear-gradient(45deg, #66d367);
}

.blog-socials .facebook-icon:hover {
  background: linear-gradient(45deg, #3966ff);
}

.blog-socials .linkedin-icon:hover {
  background: linear-gradient(45deg, #3467c2);
}

/*---------------------------------------------------
                   Inner Pages
--------------------------------------------------------- */

/* ============================================================ */

/*---------------------------------------------------
                   header banner
--------------------------------------------------------- */
.header-banner {
  position: relative;
  width: 100%;
  min-height: 100%;
  color: var(--text-color);
  overflow: hidden;
  padding: 5rem;
  gap: 3rem;
  border-radius: 5rem;
  margin-top: 8rem;
}

/* pending */
.aboutus-banner {
  background: url(../images/img/Mesh-Gradient.webp),
    linear-gradient(0deg, rgba(30, 30, 30, 0.5), rgba(30, 30, 30, 0.5)),
    url(../images/img/abotus-banner.webp), #f2f8ff;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-banner {
  background: url(../images/img/Mesh-Gradient.webp),
    linear-gradient(0deg, rgba(30, 30, 30, 0.5), rgba(30, 30, 30, 0.5)),
    url(../images/img/service-banner.webp), #f2f8ff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.services-page .our-services {
  padding-block: 8rem 6rem;
}

.contactus-banner {
  background: url(../images/img/Mesh-Gradient.webp),
    linear-gradient(0deg, rgba(30, 30, 30, 0.5), rgba(30, 30, 30, 0.5)),
    url(../images/img/contactus-banner.webp), #f2f8ff;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-banner {
  background: url(../images/img/Mesh-Gradient.webp),
    linear-gradient(0deg, rgba(30, 30, 30, 0.5), rgba(30, 30, 30, 0.5)),
    url(../images/img/blog-banner.webp), #f2f8ff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.casestudy-banner {
  background: url(../images/img/Mesh-Gradient.webp),
    linear-gradient(0deg, rgba(30, 30, 30, 0.5), rgba(30, 30, 30, 0.5)),
    url(../images/img/casestudy-banner.webp), #f2f8ff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-banner .overlay {
  position: relative;
  z-index: 2;
  max-width: 50%;
}

.header-banner .title {
  color: var(--clr-white);
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.header-banner .breadcrumb {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1.6rem;
  width: fit-content;
  border: var(--primary-border);
  backdrop-filter: blur(1rem);
  border-radius: 1.2rem;
}

.header-banner .breadcrumb-item {
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: var(--clr-white);
}

.breadcrumb-icon i {
  width: 22px;
  height: 22px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-black);
  background: #dfdee5;
  border-radius: 10rem;
}

/*---------------------------------------------------
                   About US Page
--------------------------------------------------------- */
.about-us-page .work-flow {
  background: var(--clr-white) !important;
}

.about-us-page .about-us-img {
  height: 100%;
  width: 100%;
}

.about-us-page .free-advice-card .card-img {
  bottom: 0;
}

.about-us-page .about-us-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}

.about-us-page .about-us-content {
  justify-content: start;
  gap: 2rem;
}

.about-us-page .free-advice-card .card-header {
  padding: 4rem 3rem;
  overflow: hidden;
  position: relative;
}

.about-us-page .free-advice-card .card-img {
  bottom: 0;
  right: -23.2%;
}

.about-us-page .free-advice-card .primary-btn {
  bottom: -5px;
  bottom: -9px;
  right: 0%;
  color: var(--clr-white);
  background-color: var(--text-color);
  border: none;
  padding-top: 1rem;
}

.about-us-page .about-us-content {
  justify-content: start;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.about-us-page .step-gradient span {
  color: var(--clr-white) !important;
}

.about-us-content .description span {
  color: #939393;
  margin-top: 2rem;
}

.stats-container {
  width: 100%;
  padding: 0.5rem 1.3rem;
}

.stats-container .tag-primary {
  font-size: 1.2vw;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.04em;
  padding-left: 0;
  border: none;
  padding-top: 0;
  padding-right: 0;
}

.stats-container .card-title {
  font-weight: 600;
  font-size: 5.1vw;
  line-height: 10rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--clr-black);
}

.experience-stats {
  border-right: 0.1rem solid #dfdee5;
  padding-left: 0;
  padding-right: 1.5rem;
}

.our-mission-card,
.our-vision-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 4rem;
  background: url(../images/img/Mesh-Gradient.webp), var(--clr-white);
  box-shadow: 0 0.2rem 10rem rgba(0, 0, 0, 0.08);
  border-radius: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  flex: 1 0 0;
}

.our-mission-card:hover,
.our-vision-card:hover {
  transform: translateY(-1rem);

  box-shadow: 0 1.5rem 10rem rgba(0, 0, 0, 0.12);
}

.our-mission .tag-primary {
  border: none;
  padding-left: 0.4rem;
}

.our-mission-card .card-description,
.our-vision-card .card-description {
  color: var(--secondary-color);
}

/*---------------------------------------------------
                  Services Page
--------------------------------------------------------- */
.user-experience-card {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  opacity: 0.2;
  border-bottom: var(--primary-border);
  transition: 0.3s ease-in;
  cursor: pointer;
  gap: 3rem;
  padding: 3rem 0;
  border-top: var(--primary-border);
}

.user-experience-card:hover {
  opacity: 1;
}

.load-more-btn {
  display: none;
}

.user-experience-card .card-number {
  font-weight: 600;
  font-size: 3rem;
  line-height: 110%;
  font-family: var(--secondary-font);
  color: var(--primary-color);
}

.user-experience-card .card-description {
  margin-bottom: 0;
  color: var(--secondary-color);
}

.user-experience-img {
  height: 100%;
}

.user-experience-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
}

/*---------------------------------------------------
                Service Detail Page
--------------------------------------------------------- */

.service-detail {
  position: relative;
  z-index: 1;
  background-color: var(--clr-white);
}

.service-detail-features {
  margin-bottom: 5rem;
  border-bottom: 1px solid #dfdee5;
}

.service-detail-page .get-started {
  background-color: var(--clr-white);
}

.service-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 70%;
  width: 100%;
  background-image: url(../images/img/Mesh-Gradient.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  display: none;
}

.service-detail-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.service-detail-img img {
  gap: 40px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 50px;
}

.widget-title {
  font-weight: 700;
  font-size: 2.2vw;
  line-height: 140%;
  border: none;
  color: #0e153c;
  gap: 15px;
  padding: 0 !important;
  margin-bottom: 2.5rem;
  gap: 1.5rem !important;
}

.service-feature-header .header-title,
.service-problem-header .header-title {
  font-size: 2.8vw;
  line-height: 2.8vw;
}

.service-list .tag-primary::before {
  width: 1.6rem;
  height: 1.6rem;
}

.service-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #dfdee5;
  padding: 1.3vw 1.7vw;
  margin-bottom: 1rem;
  cursor: pointer;
  color: var(--clr-black);

  transition: background 0.3s ease-in-out, padding-left 0.3s ease-in-out,
    color 0s ease-in-out;
}

.service-list-item:hover {
  color: var(--clr-white);
  background: linear-gradient(270deg, #02dfc4 0%, #225df3 100%);
  border-radius: 12px;
  padding-left: 2vw;
}

.service-list-item:hover .arrow-icon {
  transform: rotate(-45deg);
}

.service-list-menu .service-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.service-detail-img img {
  border-radius: 3rem;
}

.md-view {
  height: 100%;
}

.service-list-item:hover i {
  color: var(--clr-white);
}

.service-list-item i {
  font-size: 1.4vw;
  font-weight: 700;
  color: var(--primary-color);
  transition: 0.3s ease-in-out, color 0.1s ease-in-out;
}

.service-list-item a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-weight: 500;
  font-size: 1.5vw;
  line-height: 0;
}

.service-feature-item {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 4rem;
}

.service-feature-item .service-feature-title {
  font-weight: 700;
  font-size: 1.6vw;
  line-height: 120%;
  letter-spacing: 0.02em;
  font-family: "Mona Sans";
  color: #0e153c;
}

.service-feature-item .service-feature-description {
  font-weight: 400;
  font-size: 1.1vw;
  line-height: 140%;
  max-width: 96%;
  text-align: justify;
  color: #6c6c6c;
}

.service-feature-item .service-feature-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-feature-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #f2f8ff;
  color: var(--primary-color);
  border-radius: 1.2rem;
  font-size: 3rem;
}


.service-feature-header,
.service-problem-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  gap: 1.6rem;
}

.service-problem-header {

  gap: 0;
}

.service-feature-header .description {
  max-width: 96%;
}

.problem-title {
  font-weight: 700;
  font-size: 1.35vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #0e153c;
  font-family: var(--primary-font);
}

.problem-list li {
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 200%;
  list-style: disc;
  color: #6c6c6c;
  font-family: var(--secondary-font);
}

.problem-list {
  padding-left: 4.1rem;
}

.problem-item .tag-primary {
  border: none;
  padding: 0;
  gap: 1.3rem;
  margin-bottom: 0.6vw;
}

.service-list .tag-primary::before,
.problem-item .tag-primary::before {
  width: 1.2rem;
  height: 1.2rem;
}

/* FAQs section  */

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.accordion-item:last-of-type {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed)::after {
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button {
  font-weight: 600;
  font-size: 1.4vw;
  line-height: 1.5vw;
  color: #0e153c;
  padding: 18px 25px;
  word-spacing: 2px;
  border: 1px solid #dfdee5;
  border-radius: 16px 16px 16px 16px;
  transition: border-bottom 0s, border 0s, padding 0.2s ease-in-out;
}

.accordion-button:not(.collapsed) {
  color: #0e153c;
  background-color: transparent;
  box-shadow: none;
  border-radius: 30px 30px 0px 0px;
  padding: 30px;
  padding-bottom: 0;
  box-shadow: none;
  border-bottom: none;
}

.accordion-button.collapsed {
  border-radius: 16px 16px 16px 16px !important;
}

.accordion-body {
  color: #0e153c;
  padding: 30px;
  padding-top: 15px;
  border: 1px solid #dfdee5;
  border-radius: 0px 0px 30px 30px;
  border-top: none;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  font-family: "remixicon";
  content: "\ea13";
  background-image: none;
  background-repeat: none;
  background-size: none;
  transition: none;
  color: var(--primary-color);
  font-size: 22px;
}

.accordion-button[aria-expanded="true"]::after {
  content: "\eb99";
  background-image: none;
}

.accordion {
  --bs-accordion-border-color: none;
}

.accordion-item {
  margin-bottom: 3rem;
}

.accordion-button::after {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  border-radius: 50%;
  font-size: 22px;
}

.accordion-button::after:hover {
  background-color: var(--text-color);
}

/*---------------------------------------------------
                   Contact US Page
--------------------------------------------------------- */
.contact-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 3rem 3rem;
  background: url(../images/img/Mesh-Gradient.webp), var(--clr-white);
  box-shadow: 0 0.2rem 10rem rgba(0, 0, 0, 0.08);
  border-radius: 3rem;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

.contact-item:hover {
  transform: translateY(-1rem) !important;
  box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.12);
}

.contact-item .light-text {
  font-weight: 700;
  font-size: 3.3vw;
  line-height: 3.3vw;
  position: unset;
  font-variant: all-small-caps;
  letter-spacing: 0.1rem;

  background-image: linear-gradient(to right, #b3d4ff 50%, transparent 50%),
    linear-gradient(180deg,
      rgba(25, 111, 249, 0.18) 100%,
      rgba(255, 255, 255, 0) 100%);
  background-size: 210% 100%, 100% 100%;
  background-position: right, center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.5s ease-in-out;
}

.contact-item:hover .light-text {
  background-position: left, center;
  color: #b3d4ff;
}

.contact-item .icon {
  margin-bottom: 2.5rem;
  height: 4.8rem;
  height: 2.7vw;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: 0.7rem;
}

.contact-item .contact-heading {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.1vw;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #5f5f5f;
  margin-bottom: 1rem;
}

.contact-item .contact-detail {
  font-weight: 700;
  font-size: 1.2vw;
  line-height: 140%;
  color: var(--clr-black);
  font-family: var(--secondary-font);
}

.mini-text {
  font-size: .95vw;
  padding-top: 10px;
  line-height: 1.3vw;
  font-weight: 300;
  font-family: var(--secondary-font);
}

.contact-item .icon img {
  width: 2.7vw;
  height: 2.7vw;
  object-fit: cover;
}

.contact-item .call-icon img {
  width: 2.3vw;
  height: 2.3vw;
}

.contact-item .icon img {
  transition: transform 0.3s ease-in-out;
}

.contact-item:hover .call-icon img {
  animation: jiggle 0.5s infinite;
}

.workflow-step:hover .icon i {
  animation: jiggle 0.5s infinite;
}

@keyframes jiggle {
  0% {
    transform: rotate(-5deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.contact-item:hover .icon img[src*="mail1.webp"] {
  animation: pulse 0.6s ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

.contact-item:hover .icon img[src*="clock-1.webp"] {
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.contact-item:hover .icon img[src*="map1.webp"] {
  animation: bounce 0.8s ease-in-out;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-1.5rem);
  }

  60% {
    transform: translateY(-0.8rem);
  }
}

/* contact form */
.contact-form {
  position: relative;
  padding: 4rem;
  gap: 4rem;
  background: var(--clr-white);
  border-radius: 3rem;
  height: 100%;
}

.contact-form .primary-btn {
  margin-top: 5rem;
}

.form-title {
  font-weight: 600;
  line-height: 5rem;
  color: var(--clr-black);
  font-size: 2.2vw;
  letter-spacing: 0.04em;
}

.form-subtitle {
  font-weight: 500;
  font-size: 1.3vw;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--primary-color);
  padding-left: 0.1rem;
  font-family: var(--secondary-font);
  margin-bottom: 0.5rem;
}

.form-label {
  font-weight: 500;
  font-size: 1vw;
  line-height: 2.2rem;
  color: var(--clr-black);
  margin-bottom: 1.2rem;
  font-family: var(--secondary-font);
}

.form-text-area {
  display: flex;
  align-items: flex-start;
  padding: 2rem 1.3rem;
  gap: 3rem;
  height: 14rem;
  background-color: transparent;
  border-radius: 1rem;
}

.contact-form-img {
  height: 100%;
}

.contact-form-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}

/* map section */
.map-container {
  padding-bottom: 6rem;
}

.map-container img {
  border-radius: 0;
  width: 100%;
}

.map-section .container--lead {
  padding: 0;
}

/*---------------------------------------------------
                   Case Study Page
--------------------------------------------------------- */

.case-study .section-header {
  margin-bottom: 4rem;
}

.case-study {
  padding-bottom: 6rem;
}

.case-study-img {
  width: 100%;
  display: flex;
  z-index: 1;
}

.case-study-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}

.case-study .project-title {
  font-size: 3.2vw;
}

.portfolio-details {
  position: relative;
  padding: 5rem;
  z-index: 2;
  margin: -17rem 0 0 0;
  background: url(../images/img/Mesh-Gradient.webp), var(--clr-white);
  border-radius: 3rem;
}

.portfolio-details .title {
  font-weight: 600;
  font-size: 1.5vw;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--clr-black);
}

.portfolio-details .portfolio-info {
  font-weight: 600;
  font-size: 1.2vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: var(--clr-black);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.portfolio-info span {
  color: var(--secondary-color);
  font-size: 1.15vw;
  font-family: var(--secondary-font);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.42px;
}

.project-link {
  display: flex;
  align-items: end;
  height: 100%;
}

.project-link a {
  width: 100%;
  padding: 1rem 2rem;
  gap: 1.6rem;
  border: var(--primary-border);
  backdrop-filter: blur(5rem);
  border-radius: 50rem;
  font-weight: 500;
  font-size: 1.2vw;
  line-height: auto;
  text-align: center;
  text-wrap: wrap;
  color: var(--primary-color);
  letter-spacing: 0.48px;
}

.project-summary {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.project-summary .heading {
  font-weight: 600;
  font-size: 2.2vw;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--clr-black);
}

.project-summary .card-title,
.project-summary .card-description {
  color: var(--clr-black);
}

.project-summary .card-title {
  font-size: 1.7vw;
  font-weight: 600;
}

.our-challenge-container .workflow-step {
  gap: 2rem;
}

.our-challenge-container {
  margin-bottom: 8rem;
  padding: 5rem;
  gap: 5rem;
  background: var(--clr-white);
  border-radius: 3rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-challenge-container .section-header {
  margin-bottom: 4rem;
}

.our-challenge-card {
  border-top: var(--primary-border);
}

.our-challenge-header {
  gap: 2rem;
}

.our-challenge-container .step-title {
  font-size: 2.2vw;
  margin-top: 0.5rem;
}

.testimonial-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14rem 5rem 10rem;
  gap: 4rem;
  isolation: isolate;
  height: 100%;
  color: var(--clr-white);
  background: url(../images/img/Mesh-Gradient.webp), #000b4e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3rem;
}

.testimonial-box i {
  font-family: "Onest";
  font-weight: 400;
  font-size: 6.5vw;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: rgba(234, 235, 237, 0.1);
  z-index: 0;
}

.testimonial-box .icon-left {
  position: absolute;
  top: 3%;
  left: 4%;
}

.testimonial-box .icon-right {
  position: absolute;
  bottom: 3%;
  right: 4%;
}

.testimonial-description {
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 1.4vw;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  z-index: 2;
}

.testimonial-box .testimonial-author {
  font-weight: 500;
  font-size: 1.1vw;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--clr-white);
  z-index: 2;
  margin-top: 0;
}

.metrics-container {
  margin-bottom: 8rem;
}

.metrics-container .description {
  max-width: 83%;
  margin-bottom: 3rem;
}

.metrics-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  gap: 2.3rem;
}

.metrics-list .list-item {
  font-weight: 600;
  font-size: 1.2vw;
  line-height: 0;
  letter-spacing: 0.04em;
  color: var(--clr-black);
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

/*---------------------------------------------------
                   Blog Page
--------------------------------------------------------- */
.blog-page .blog-card-img {
  min-height: 25rem;
  max-height: 25rem;
  width: 100%;
  object-fit: cover;
}

.blog-page .blog-card-img img {
  min-height: 25rem;
  max-height: 25rem;
}

.blog-page .blog-title {
  font-size: 2.1rem;
  line-height: 2.9rem;
}

.blog-page .blog-card .readmore-btn {
  font-size: 1.6rem;
}

.section-title {
  font-weight: 600;
  font-size: 2vw;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: var(--clr-black);
}

/*---------------------------------------------------
                   Blog Detail Page
--------------------------------------------------------- */
.blog-detail-title {
  font-size: 4vw;
}

.blog-detail-page .section-block {
  padding: 8rem 0 5rem 0;
}

.blog-detail-content .qoute-icon {
  font-size: 7vw;
  line-height: 4.9vw;
  height: 100%;
  color: var(--primary-color);
}

.blog-detail-content .quote {
  display: flex;
  align-items: start;
  gap: 4rem;
  font-weight: 600;
  font-size: 2.4vw;
  letter-spacing: 0.04em;
  color: var(--clr-black);
}

.blog-detail-content .quote-name {
  font-family: "Mona Sans";
  font-weight: 500;
  font-size: 1.4vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: var(--clr-black);
  z-index: 1;
  margin-top: 1rem;
}

.popular-tags .tag-container {
  display: flex;
  align-items: flex-start;
  padding: 0;
  gap: 1.6rem;
}

.popular-tags .tag-item {
  display: flex;
  align-items: center;
  padding: 0.7rem 1.6rem;
  gap: 3rem;
  cursor: pointer;
  border: var(--primary-border);
  border-radius: 0.6rem;
  width: fit-content;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #7c7b7f;
  transition: 0.3s ease-in-out;
}

.popular-tags .tag-item:hover {
  color: var(--primary-color);
  border: 0.1rem solid var(--primary-color);
}

/* owl carousel  */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-linear) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-linear) !important;
  display: none;
}

.owl-dots .owl-dot span {
  width: 2.2rem !important;
  height: 0.6rem !important;
  margin: 0.5rem 0.7rem;
  background: #d6d6d6;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 1rem !important;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/*  */
.about-us-page .get-started-container,
.services-page .get-started-container,
.case-study-page .get-started-container,
.blog-detail-page .get-started-container,
.contact-us-page .get-started-container,
.service-detail-page .get-started-container {
  margin-top: 0;
}