@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SourceCodePro";
  src: url("/assets/fonts/SourceCodePro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SourceCodePro";
  src: url("/assets/fonts/SourceCodePro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SourceCodePro";
  src: url("/assets/fonts/SourceCodePro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SourceCodePro";
  src: url("/assets/fonts/SourceCodePro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SourceCodePro";
  src: url("/assets/fonts/SourceCodePro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

:root {
  /* Colors */
  --primary: #A670E0;
  --secondary: #5C66D6;
  --dark: #0D0621;
  --light: #FFFFF0;
  --white: #fff;

}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;

}

.container {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  padding: 0px;

}

.main-sec-hr-mrw {
  min-height: calc(100vh + 5px);
  background: url("/assets/images/bffa0fec-da22-4ddf-8ab1-0c26a3a8da68\ ÐºÐ¾Ð¿Ñ_Ñ_.jpg");
  background-position: top;
  background-size: cover;
  position: relative;
  margin-top: -200PX;
  padding: 60px 130px;
  z-index: 1;
}

.nav-menu-hero {
  position: fixed;
  padding: 60px 130px;
  z-index: 999;
}

.nav .mgnt-hero-section {
  position: relative;
  min-height: 95vh;
  background-position: top;

  background-size: cover;
}

.nav-inner-pg {
  padding: 40px 120px;
}


.navbar {
  position: relative;
  z-index: 10;
}

.navbar-sticky-clone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 120px;
  background: rgba(13, 6, 33, 0.95);
  z-index: 999999999;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.navbar-sticky-clone.active {
  transform: translateY(0);
}


.navbar-brand {
  position: relative;
}

.logo-text {
  font-size: 20px;
  font-weight: 600;
  fill: #fff;
  font-family: 'Inter', sans-serif;
}


.navbar-nav {
  gap: 0.5rem;
}

.navbar-brand img {
  width: 300px;
}



.nav-item {
  padding: 0.5rem 0.75rem !important;
}

.nav-link {
  font-family: "Gilroy" !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: opacity 0.3s ease;
  position: relative;
  padding: 10px 0px !important;
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #5C66D6, #A670E0);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.nav-inner-pg .nav-link::before {

  background: linear-gradient(to right, #fffff0, #A670E0) !important;

}

.nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.navbar-nav {
  margin-right: -20px !important;
}

.hero-content {
  position: relative;
  z-index: 10;
  height: 66vh;
  display: flex;
  align-items: end;
  justify-content: center;
}

.mgn-her-inner {
  width: 100%;
}

.hero-title {
  font-family: "Gilroy";
  font-size: 85px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: -40px;
  transform: translateY(-240px);
}

.hero-title .line {
  display: block;
  overflow: hidden;
  width: 0;

  animation: revealText 1.5s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

.hero-title .line span {
  display: inline-block;
  white-space: nowrap;
}

/* Delays (thori breathing space ke sath) */
/* Delays – first line starts slightly later */
.hero-title .line1 {
  animation-delay: 0.35s;
}

.hero-title .line2 {
  animation-delay: 0.75s;
}

.hero-title .line3 {
  animation-delay: 1.15s;
}


@keyframes revealText {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}


.hero-title .highlight {
  font-weight: 700;
}

.book-a-discoverycall {
  font-family: "Gilroy";
  position: relative;
  background: #00000073;
  color: #ffffff;
  text-decoration: none;
  padding: 22px 20px;
  width: 350px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  transition: transform 0.2s ease;
}

.book-a-discoverycall::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(to right,
      #5C66D6,
      #A670E0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.book-a-discoverycall img {
  width: 15px;
}

.award-badge {
  position: absolute;
  right: 0;
  gap: 30px;
  top: 20%;

}

.award-badge img {
  width: 160px;
  margin-left: 40px;
}

.hero-description {
  margin-top: 20px;
  font-size: 26px;
  line-height: 1.6;
  color: #fff;
  text-align: right;
  font-weight: 600;
  margin: 0px !important;
  padding: 15px;
  text-align: right;
  font-family: "SourceCodePro";
}


.marque-section {
  background: url("/assets/images/111.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 15px 0px;
}

.marque-section .container {
  min-width: 1100px !important;
  width: 1100px !important;
}

.marque-section img {
  width: 90%;
  height: 65px;
  object-fit: contain;
}



#who-we-help {
  position: relative;
  overflow: hidden;
  padding: 120px !important;
  background-color: #fffff0;
}


.slider-wrapper {
  width: 100%;
  overflow: hidden !important;
  margin-top: 100px;
  height: 620px;
  position: relative;
}

.who-we-help-slider {
  display: flex !important;
  gap: 40px !important;
}




.whl-sld-nv {
  position: absolute;
  top: 160px;
  display: block;
  z-index: 9999 !important;
  cursor: pointer;
}

.whl-sld-nv img {
  width: 120px;

}

.who-we-help-sl-nav-right {
  right: 60px;
}

.who-we-help-sl-nav-lft {
  left: 40px;
}

#who-we-help .slide {
  flex: 0 0 calc(25% - 40px);
  height: 550px;
  transition: margin 0.4s ease;
  border-radius: 40px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  overflow: hidden !important;
  padding: 40px !important;
  background-position: top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#who-we-help .slide h3 {
  color: var(--light);
  margin: 0px !important;
  text-align: center;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 30px;
}

.slide-1 {
  background: url("/assets/images/industries/001-01.png");
}

.slide-2 {
  background: url("/assets/images/industries/001-07.png");
}

.slide-3 {
  background: url("/assets/images/industries/001-03.png");
}

.slide-4 {
  background: url("/assets/images/industries/001-10.png");
}

.slide-5 {
  background: url("/assets/images/industries/001-02.png")
}

.slide-6 {
  background: url("/assets/images/industries/001-12.png");
}

.slide-7 {
  background: url("/assets/images/industries/001-08.png");
}

.slide-8 {
  background: url("/assets/images/industries/001-06.png");
}

.slide-9 {
  background: url("/assets/images/industries/433.png");
}

.slide-10 {
  background: url("/assets/images/industries/001-09.png");
}

.slide-11 {
  background: url("/assets/images/industries/001-04.png");
}

.slider-inner-ct {
  z-index: 10;
  position: relative;
  padding: 30px !important;
  /* background-color: red; */
  width: 100%;
  border-radius: 15px !important;

  width: 100%;
  background: rgba(250, 250, 250, 0.1) !important;
  /* transparent white */
  backdrop-filter: blur(7px) !important;
  /* blur effect */
  -webkit-backdrop-filter: blur(7px) !important;
  /* Safari support */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
  /* box shadow */

}

.slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 40px;
}


.slide.up {
  margin-top: 0;

}

.slide.down {
  margin-top: 70px;
  /* BOTTOM lane */
}

#who-we-help h2 {

  font-family: "Gilroy";
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 15px;
}

#who-we-help p {

  font-family: "Gilroy";
  font-weight: 600;
  font-size: 26px;

}

.who-we-help-desc {
  font-family: "SourceCodePro" !important;
  font-size: 26px;
  font-weight: 600 !important;
  text-align: right !important;
  margin-top: 50px;

}

.hzscrl-wrap-x91 {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hzscrl-track-q7a {
  position: relative;
  transition: background 0.5s ease;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 100vh;
  padding: 120px 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hzscrl-track-q7a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 80px;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.hzscrl-sld-nv {
  position: absolute;
  top: 0px;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

.swiper.hzSwiper-q91.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding: 20px 80px;
}

.hzscrl-nav-right {


  right: 20px;
}

.hzscrl-nav-lft {
  left: 20px;
}

.hzscrl-sld-nv img {
  width: 80px;
}

.hzscrl-track-q7a-inr {
  width: 100%;
}

.hz-card-z11 {
  padding: 40px;


  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  position: relative;
  transform: scale(0.6);
  opacity: 0.4;
  transition: transform 0.45s ease, opacity 0.45s ease;
  will-change: transform, opacity;
}



.hzsd-slider-mbg-inr-mn {
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
}

.swiper-slide-active .hz-card-z11 {
  transform: scale(1);
  opacity: 1;
}

/* ARROWS */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.hzscrl-track-q7a {
  background: url("/assets/images/1.jpg");
}

.hw-sf-4-redf-arrw img {
  width: 80px;
}

.hzsd-slider-mbg-inr-mn {
  width: 700px;
  height: 700px;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  border-radius: 80px;
  padding: 40px;
}

.hz-bg-a1 .hzsd-slider-mbg-inr-mn {
  background: url("/assets/images/333-03.jpg");
  background-position: right !important;
}

.hz-bg-b2 .hzsd-slider-mbg-inr-mn {
  background: url("/assets/images/333-02.jpg");
}

.hz-bg-c3 .hzsd-slider-mbg-inr-mn {
  background: url("/assets/images/33333.jpg");
  background-position: right !important;
}

.hzscrl-track-q7a h2 {
  font-family: "Gilroy";
  font-weight: 700;
  text-align: CENTER;
  font-size: 50px;
  margin-bottom: 15px;
  color: var(--light);
}

.hzscrl-track-q7a p {
  text-align: center;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 24px;
  color: var(--light);
}

.hzsd-slider-mbg32 {
  padding: 60px 40px 50px;
  border-radius: 20px;
  background: #0000006b;
  width: 400px;
}

.hzsd-slider-mbg32 h3 {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 24px;
  color: white;
  text-align: left;
}

.hzsd-slider-mbg32 p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 18px;
  color: white;
  text-align: left;
}

.hzsd-slider-mbg-btm-txt p {
  background: linear-gradient(90deg, #b9a8f5 0%, #d8cdfb 50%, #b9a8f5 100%);
  font-family: "Gilroy";
  font-weight: 900 !important;
  padding: 7px;
  font-size: 16px;
  color: #0d0621;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
}

.hrxsd-sledr-btm-rght h3 {
  margin-top: 30px;
  font-family: "Gilroy";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 54px;
  color: white;
}

.hrxsd-sledr-btm-rght p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  margin-top: 20px;
  color: white;
  margin-bottom: 0px;
}



.hw-sf-4-redf-arrw {
  display: flex;
  justify-content: center;

}

.how-we-break-s4 {
  padding: 120px 120px;
  gap: 60px;
  display: flex;
  flex-wrap: nowrap;
}

.hw-we-brk {
  background-color: #0D0621;
  overflow: hidden;
  padding: 40px 0px;
}

.how-we-break-s4 img {
  width: 800px;
  height: 80 0px;
  border-radius: 80px;
}

.how-we-break-s4-left {
  display: flex;
  justify-content: right;

}

.how-we-break-s4-right {
  display: flex;
  align-items: center;
}

.how-we-break-s4-right h3 {
  font-size: 140px;
  font-family: "Gilroy";
  font-weight: 400;
  line-height: 145px;
  color: white;
  margin: 0px;

}

.how-we-break-s4-right h4 {
  display: inline-block;
  font-style: italic;

  font-family: "Gilroy";
  font-size: 140px;
  line-height: 130px;
  font-weight: 700;
  color: #5C66D6;
  padding-right: 25px;
  padding-left: 35px;
}

.break-word span {
  display: inline-block;
  transform: rotate(0deg) translateY(0);
  display: inline-block;
  padding-right: 20px;
  margin-left: -45px;
  color: #5C66D6;
}



.hzsd-slider-mbg-inr-mn img {
  width: 40px;
}

.hzsd-slider-mbg-inr-mn-img-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.testimonial-bottom-txt {
  margin-top: 40px;
}

.testimonial-bottom-txt p {
  font-size: 18px;
  font-family: "Gilroy";
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  color: white;
  margin: 0px;
}

.testimonial-bottom-txt a {
  font-size: 18px;
  font-family: "Gilroy";
  text-decoration: none;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  color: white;
  transition: color 0.3s ease-in-out;
}

.testimonial-bottom-txt a:hover {

  color: #0d0621;
}





@keyframes magnetJiggle {
  0% {
    transform: rotate(0deg) translateY(0);
  }

  25% {
    transform: rotate(-8deg) translateY(-4px);
  }

  50% {
    transform: rotate(0deg) translateY(0);
  }

  75% {
    transform: rotate(8deg) translateY(4px);
  }

  100% {
    transform: rotate(0deg) translateY(0);
  }
}

.hzsd-slider-mbg-inr-mn h4 {
  color: white;
  font-family: "Gilroy";
  text-align: center;
  font-weight: 500;
  font-size: 50px;
  line-height: 35px;
  margin: 0px;
}

.dta-drvn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 130px;
  padding: 120px 120px;
}

.dta-drvn-sec-ctr-43 {
  position: relative;
  width: 100%;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.dta-drvn-sec-ctr-43 p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
  color: #000;
}

.cstmr-sls {
  margin-top: 3px;
}

.dta-drvn-sec-ctr-43 img {
  width: 400px;
  height: 60px;
  position: absolute;
  top: 0px;
  z-index: 0px;
}

/* SVG background */
.dta-drvn-sec-ctr-43 .ctr-bg-svg {
  width: 400px;
  height: 100px;
  position: absolute;
  top: -20px;
  z-index: 0;
}

.dta-drvn-sec-ctr-43 .ctr-bg-svg path {
  fill: #5C66D6;
  height: 100px;
  transition: fill 0.3s ease;
}

/* Hover effect */
.dta-drvn-sec-ctr-43:hover .ctr-bg-svg path {
  fill: #A670E0 !important;
  /* hover color */
}


.dta-drvn-sec-lft {
  display: flex;
  align-items: center;
  justify-content: end;
}

.dta-drvn-sec-lft h3 {
  text-align: right;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 40px;
  color: var(--secondary);
}

.dta-drvn-sec-lft p {
  text-align: right;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
  color: var(--light);
}

.dta-drvn-sec-lft span {
  display: block;
  text-align: right !important;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 24px;
  color: var(--light);
}

.dta-drvn-sec-cntr {
  width: 400px;
  position: relative;
}

.dta-drvn-sec-lft-htr-rgt-ft {
  position: relative;
}

.dta-drvn-sec-ctr-43-ft-img {
  width: 300px;
  height: 100px;
  position: absolute;
  top: 30px;
  right: -350px;
}

.dta-drvn-sec-rgh5 {
  display: flex;
  padding: 0;

}

.dta-drvn-sec-cntr-inr {
  position: relative;
}


.dta-drvn-sec-cntr-inr img {
  position: relative;
}

.dta-drvn-sec-rgh5-inr {
  width: 800px;
  height: 800px;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
}

.dta-drvn-sec-rgh5 img {
  width: 800px;
  height: 800px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0px;

}

.dta-drvn-sec-rgh5-inr-bbl {

  background-color: #000000a6;
  color: #b9a8f5;
  font-size: 18px;
  font-family: "Gilroy";
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
  z-index: 9;
  position: absolute;
  display: inline-block;

}

.bbl-animation-right {
  animation: bubbleRight 6s ease-in-out infinite;
}


.bbl-animation-left {
  animation: bubbleLeft 6s ease-in-out infinite;
}



@keyframes bubbleRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes bubbleLeft {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

.bble-1 {
  left: 130px;
  top: 50px;
}

.bble-2 {
  left: 70px;
  top: 120px
}

.bble-3 {
  right: 50px;
  top: 80px;
}

.bble-4 {
  left: 40px;
  top: 180px;
}

.bble-5 {
  left: 220px;
  top: 270px;
}

.bble-6 {
  right: 10px;
  top: 200px;
}

.bble-7 {
  left: 100px;
  top: 330px;
}

.bble-8 {
  right: 100px;
  top: 280px;
}

.bble-9 {
  left: 120px;
  top: 390px;
}

.bble-10 {
  left: 100px;
  top: 450px;
}

.bble-11 {
  right: 100px;
  top: 380px;
}

.bble-12 {
  left: 60px;
  top: 550px;
}

.bble-13 {
  right: 30px;
  top: 640px;
}


.dta-drvn-sec-ctr-43-lst-img {

  width: 300px;
  height: 100px;
  position: absolute;
  right: -105px;
  transform: translateY(15px);
}

.cst-fx-sf-4-rd {
  padding: 120px;
  gap: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-and-human-sf {

  padding: 120px;
  gap: 80px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.cst-fx-sf-4-rd-card {
  position: relative;
  display: inline-block;

}

.cst-fx-sf-4-rd-card img {
  display: block;
  width: 800px;
  border-radius: 80px;
  border-radius: 80px;
}

.cst-fx-sf-4-rd-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 80px;
  padding: 1.5px;
  pointer-events: none;
  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.25) 12%,
      transparent 28%),
    linear-gradient(315deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.25) 12%,
      transparent 28%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.cst-fx-sf-4-rd-right h3 {

  font-family: "Gilroy";
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 20px;
  color: var(--secondary);
}

.cst-fx-sf-4-rd-right p {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
  color: var(--light);
}

.cst-fx-sf-4-rd-right span {
  display: block;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 24px;
  color: var(--light);
}

.ai-and-human-sf-left h3 {
  text-align: right;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 20px;
  color: var(--secondary);
}

.ai-and-human-sf p {
  text-align: right;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
  color: var(--light);
}


.who-w-hlp-34e-s5 {
  background: url("/assets/images/11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 120px;

}


.who-we-help-main-hd h2 {
  text-align: center;
  font-family: "Gilroy";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 80px;
  color: var(--light);
}

.who-we-help-main-ct {
  display: flex;
  justify-content: center;
  gap: 30px;
}


.who-we-help-main-ct-img-bx-tp-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  background-position: top;
  border-radius: 40px;
}

.who-we-help-main-ct-img-bx h3 {
  text-align: center;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 50px;
  line-height: 55px;
  margin-top: 30px;
  height: 110px;
  margin-bottom: 10px;
  color: var(--light);
}

.who-we-help-main-ct-img-bx h4 {
  text-align: center;
  font-family: "Gilroy";
  font-weight: 500;
  line-height: 28px;
  font-size: 24px;
  color: var(--light);

}

.who-we-help-main-ct-img-bx h4 span {
  font-size: 30px;
  font-weight: 700;
}

.who-we-help-main-ct-img-bx-bttm p {
  text-align: center;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 24px;
  padding: 10px 0px;
  line-height: 32px;
  color: var(--light);
}

.who-whl-vtm {
  width: 100%;
}



.cards-wrap .overlay a {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Gilroy";
  border: 1px solid var(--light);
  font-weight: 500;
  font-size: 24px;
  margin: 0px;
  width: 250px;
  color: var(--light);
}

.cards-wrap .overlay a:hover {
  background: var(--primary);
  border: 1px solid var(--dark);
}

.cards-wrap a svg {
  width: 15px;
  fill: var(--light);
}

.cards-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.img-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 450px;
  height: 450px;
  transition: opacity 0.4s ease;
}

.img-card:hover .overlay-base {
  opacity: 0;
}

.img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  display: block;
  border: 1px solid #0d0621d8 !important;

}


.who-we-help-main-ct .overlay {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 30px;
}

.who-we-help-main-ct .overlay-base h3 {
  padding: 20px;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  margin: 0px;
  color: var(--light);
}

.overlay-base {
  bottom: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 100px;
  background: #0d0621dc;
  display: flex;
  opacity: 1;
  transition: opacity 0.4s ease;
  align-items: center;
}

.overlay-hover {
  width: 100%;
  top: 0;
  height: 100%;
  background: #0d0621d8;
  opacity: 0;
  border-radius: 0 !important;
  /* backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px); */
  transition: opacity 1s ease;

}

.img-card:hover .overlay-hover {
  opacity: 1 !important;
  /* backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); */
}

.who-we-help-main-ct .overlay-hover h3 {
  margin-top: 10px;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 40px !important;
  padding-bottom: 20px;
  line-height: 49px;
  color: var(--light);
}


.who-we-help-main-ct .overlay p {

  font-family: "Gilroy";
  font-weight: 500;
  font-size: 24px;
  padding: 0px 0px 0px !important;

  line-height: 28px;
  color: var(--light);
}

.who-we-help-main-ct .overlay p span {

  font-family: "Gilroy";
  font-weight: 800 !important;
  font-size: 24px;
  line-height: 32px;
  color: var(--primary);
}


.who-w-hlp-34e-s5 .container {
  width: 1900px !important;
  min-width: 1900px !important;
  max-width: 1900px !important;
}

.who-w-hlp-34e-s5 .who-we-help-main-ct {
  flex-wrap: nowrap;
  padding: 0px;
}

.who-w-hlp-34e-s5 .testimonial {
  flex-wrap: nowrap;
  padding: 0px 80px;
}

.wwh-main-ct-img-bx-btn-sym {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.wwh-main-ct-img-bx-btn-sym img {
  width: 20px;
}

.who-we-help-main-ct-img-bx-bttm {
  max-height: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: height 0.7s ease;
}

.who-we-help-main-ct-img-bx-bttm.is-open {
  max-height: 400px;
}

.wwh-main-ct-img-bx-btn-sym-close {
  display: none;
  cursor: pointer;
}

.wwh-main-ct-img-bx-btn-sym-open {
  cursor: pointer;
}

.mgn-rvw-top {
  margin: 120px 0px 60px;
}

.mgn-rvw-top h2 {
  text-align: center;
  font-family: "Gilroy";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  color: var(--light);
}

.mgn-rvw-top h3 {
  text-align: center;
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 50px;
  color: var(--light);
  margin: 0px;
}

.mgn-rvw-top h4 {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 20px;
  color: var(--light);
  margin: 0px;
}

.mgn-rvw-top-5-rev {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mgn-rvw-top-5-rev img {
  width: 70px;
}

.mgn-rvw-top-5-rev-right img {
  width: 100px !important;
}

.testimonial {
  margin-top: 30PX;
  gap: 30px;
}

.testimonials-card-top {
  gap: 15px;
  margin-bottom: 30px;
}

.testimonials-card-top-left {
  width: 120px;
  height: 120px;
  border-radius: 20px;
}

.testimonials-card-top-left img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
}

.testimonials-card {
  background: #252175;
  border-radius: 40px;
  padding: 30px;
  min-height: 480px;
  position: relative;
  transition: background 0.4s ease-in-out;
}

.testimonials-card:hover {
  background: var(--dark);
}

.testimonials-card-top-right h3 {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 28px;
  color: var(--light);
  margin-bottom: 0px;
}

.testimonials-card-top-right h4 {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 20px;
  color: var(--light);
  margin-top: 4px;
  width: 300px;
  margin-bottom: 0px;
}

.testimonials-card-btm p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 18px;
  color: var(--light);
  margin-top: 20px;
  margin-bottom: 0px;
}

.testimonials-card-btm img {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 180px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.why-choose-us-top h2 {
  text-align: center;
  font-family: "Gilroy";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  color: var(--light);
  padding: 120px 0px 80px;
}


.why-choose-us-imgBx h3 {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 80px;
  color: var(--light);
  z-index: 999 !important;
  letter-spacing: 0.5px;
  position: relative;
}

.why-choose-us-imgBx p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 24px;
  z-index: 999 !important;
  position: relative;
  line-height: 32px;
  color: var(--light);
}

.why-choose-us-imgBx {
  position: relative;
  height: 450px;

}


.why-choose-us-imgBx svg {
  position: absolute;
  top: 20px;
}

.why-ct-mn1 .why-choose-us-imgBx svg {
  top: -10px;
  right: -30px;
  width: 440px;
  height: 440px;
}

.why-choose-us-imgBx .cls-1 {
  fill: transparent !important;
}

.why-choose-us-imgBx .st0 {
  fill: transparent !important;
}

.wchs-mn {
  padding: 0px 60px;
}

.draw-path {
  fill: none;
  stroke: #fffff030;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  z-index: 0 !important;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;

}

.draw-path-1 {
  fill: none;
  stroke: #fffff030;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  z-index: 0 !important;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}

.why-ct-mn2 {
  margin-top: -300px;
}

.why-ct-mn3 {
  margin-top: -190px;
}

.why-ct-mn4 {
  margin-top: -300px;
}

.why-ct-mn2 p {
  width: 100% !important;
}

.why-ct-mn2 .why-choose-us-imgBx svg {
  width: 440px !important;
  height: 440px !important;
  top: 10px !important;
  right: -200px !important;
}



.why-ct-mn3 .why-choose-us-imgBx svg {
  left: -150px;
  width: 440px !important;
  height: 440px !important;
}

.why-ct-mn4 svg {
  left: -20px;
  width: 440px !important;

  height: 440px !important;
}

.why-choose-us-content-right h3 {
  text-align: right;
}

.why-choose-us-content-right p {
  text-align: right;
  width: 100%;
}

.how-we-work {
  padding: 150px 0px;
  overflow: hidden;
  background-color: var(--light);
}

.how-we-work-inner-row {
  width: 950px;
}

.how-inr-ct {
  height: 202px;
  background-size: cover !important;
  background-position: right;
  position: relative;
  padding-right: 60px;
  margin-bottom: 50px;
  --p: 50px;
  clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
  overflow: visible !important;

}

.how-inr-ct-1 {
  background: url("/assets/images/422-01.jpg");
}

.how-inr-ct-2 {
  background: url("/assets/images/422-02.jpg");
}

.how-inr-ct-3 {
  background: url("/assets/images/422-03.jpg");
}

.how-inr-ct-4 {
  background: url("/assets/images/422-04.jpg");
}


.how-inr-ct-img {
  position: relative;
  margin-right: 30px;
  height: 202px;
}

.how-inr-ct-img-1 {
  width: 120px;
}

.how-inr-ct-img-2 {
  width: 220px;
}

.how-inr-ct-img-3 {
  width: 390px;
}

.how-inr-ct-img-4 {
  width: 300px;
}

.how-inr-ct-mn {
  position: relative;
}



.md-hewr-kd {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 205px;
}

.hwmd-img1 {
  width: 120px;
  left: 8px !important;
}

.hwmd-img2 {
  width: 150px;
}

.hwmd-img3 {
  width: 160px;
}

.hwmd-img4 {
  width: 160px;
}





.how-we-work-main h2 {
  text-align: center;
  font-family: "Gilroy";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 80px;
  color: var(--dark);
}

.how-we-work-main h3 {

  font-family: "Gilroy";
  font-weight: 400;
  line-height: 32px;
  font-size: 28px;
  color: var(--light);
  margin: 0px;
  padding: 0px;
}

.audit-btn {
  font-family: "Gilroy";
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;

  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Left Button */
.audit-btn-outline {
  border: 1px solid #9a9a9a;
  color: #111;
  background: transparent;
}

.audit-btn-outline:hover {
  background: #f5f5f5;
}

/* Right Button */
.audit-btn-fill {
  background: linear-gradient(90deg, #5C66D6, #A670E0);
  color: #fff;
  border: none;
}

.audit-btn-fill:hover {
  opacity: 0.9;
}

.how-we-work-email-form-inner {
  width: 800px;
  gap: 20px;
}

.audit-btn img {
  width: 15px;
}

.how-we-work-email-form {
  margin-top: 50px;
}

.our-clients {
  padding: 120px 0px 0px;
  overflow: hidden;
}

.meet-the-team {
  padding: 120px 0px 0px;
}



.our-clients h2 {
  text-align: center;
  font-family: "Gilroy";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 20px;
  color: var(--dark);
}

.our-clients .slick-track {
  display: flex;
  align-items: center;
}

.our-clients-slider {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.client-logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  width: 300px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  transition: filter 0.3s ease-in-out;
}

.client-logo img:hover {
  filter: grayscale(0);
}

.our-clients-slider .aura-logo {
  width: 200px;
}

.meet-the-team h2 {
  text-align: center;
  font-family: "Gilroy";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 100px;
  color: var(--dark);
}


.meet-team-ct-innr {
  width: 1700px;
  gap: 30px;
}


.meet-team-ct-innr img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
}


.meet-team-ct-innr h3,
.meet-team-ct-innr h5,
.meet-team-ct-innr p {
  font-family: "Gilroy";
  margin: 0;
  color: var(--dark);
}

.meet-team-ct-innr h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}

.meet-team-ct-innr h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
}

.meet-team-ct-innr p {
  font-weight: 500;
  font-size: 25px;
  line-height: 31px;
}

.meet-team-ct-bx {
  height: 600px;
  position: relative;
}

.meet-team-ct-bx-mb {
  height: 600px;
  position: relative;
}

.meet-team-ct-bx-tp {
  padding: 20px 0;
  flex-wrap: nowrap;
}

.meet-team-ct-bx-tp img {
  width: 47px;
  height: 42px;
  border-radius: 0 !important;
}


.team-connect-btn {
  display: inline-block;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  padding: 18px 40px;
  border-radius: 10px;
  background: var(--secondary);
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  transition: background 0.5s ease;
}

.team-connect-btn:hover {
  background: var(--dark);
}


.meet-team-ct-bx-back {
  position: absolute;
  inset: 0;
  background: var(--dark);
  border-radius: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotateY(180deg);
}

.meet-team-ct-bx-back p {
  font-size: 23px;
  line-height: 29px;
  color: var(--light);
}

.meet-team-ct-bx-img {
  position: relative;
  perspective: 1000px;
  overflow: hidden;
  margin-bottom: 10px;

  border-radius: 15px;
}

.meet-team-ct-bx-img-mb {

  position: relative;
  perspective: 1000px;
  overflow: hidden;
  margin-bottom: 10px;

  border-radius: 15px;
}

.meet-team-img-inner {
  position: relative;
  width: 100%;
  height: 400px;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  border-radius: 15px;
}

.meet-team-img-inner-mb {
  position: relative;
  width: 100%;
  height: 400px;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  border-radius: 15px;
}



.meet-team-img-front,
.meet-team-img-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
}

.meet-team-ct-bx:hover .meet-team-img-inner {
  transform: rotateY(180deg);
}

.meet-team-img-back {
  background: var(--dark);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  text-align: center;
}

.meet-team-img-back p {
  font-family: "Gilroy";
  font-size: 22px;
  line-height: 30px;
  color: var(--light);
  margin: 0;
}


.contact-section {
  background-color: #0d0621;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-heading {
  text-align: center;
  font-family: "Gilroy";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 120px;
  color: var(--light);
  margin-bottom: 50px;
}

.contact-card {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  padding: 60px 80px;
  margin-bottom: 40px;
}

.contact-subtitle {
  text-align: center;
  font-size: 22px;
  color: var(--light);
  margin-bottom: 80px;
}

.contact-card-inner {
  width: 800px;
}

.contact-form input {
  width: 100%;
}

.form-control-custom {
  font-family: "Gilroy";
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right,
      #5c66d65a,
      #a670e06e) 1;
  border-radius: 0;
  color: #a670e0;
  padding: 20px;
  font-size: 0.95rem;
  transition: border-color 0.3s;
}

.ct-frm-mn1 input {
  color: #a670e0 !important;
  font-family: "Gilroy";
  border-top: 1px solid transparent;
  border-image: linear-gradient(to right,
      #5c66d65a,
      #a670e06e) 1;
}

.form-control-custom:focus {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  outline: none;
  box-shadow: none;
  color: #a670e0 !important;
}

.form-control-custom::placeholder {
  font-family: "Gilroy";
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
}

.form-label-custom {
  font-family: "Gilroy";
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin: 35px 0px 15px !important;
  display: block;
  padding: 0px 20px;
}

.textarea-wrapper {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.textarea-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(to right,
      #5c66d65a,
      #a670e06e);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.textarea-custom {
  resize: none;
  width: 100%;
  min-height: 100px;
  border: none;
  background: transparent;
  color: #a670e0;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  outline: none;
}


.btn-submit {
  font-family: "Gilroy";
  position: relative;
  background: transparent;
  color: #ffffff;
  padding: 12px 20px;
  width: 400px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.btn-submit img {
  width: 15px;


}

.btn-submit:hover img {
  filter: grayscale(1) brightness(1000);


}

.btn-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 4px;
  background: linear-gradient(to right,
      #5c66d6a5,
      #a670e09f);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}


.btn-submit:hover {
  background: linear-gradient(to right,
      #5c66d6a5,
      #a670e09f);
}

.btn-submit svg {
  width: 16px;
  height: 16px;
}

.contact-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-footer span {
  font-family: "Gilroy";
  font-size: 20px;
  color: var(--light);
}

.nav-inner-pg {
  background-color: rgba(13, 6, 33, 0.95);
  overflow: hidden;
}






.mn-gd-wrk-inner {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 50px;
}

.mn-gd-wrk {
  padding: 150px 120px;
  background: var(--light);
}

.mn-gd-wrk-left-bx img {
  width: 100%;
  height: 450x;
  border-radius: 50px;

}

.mg-lft-lg-img {
  width: 240px !important;
  height: auto !important;
  border-radius: 0px !important;
  margin: 40px 20px 30px;
}

.aura-lgimg {
  width: 150px !important;
}

.mg-lft-lg-img-ct p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: var(--dark);
}

.mn-gd-wrk-right p {
  font-family: "Gilroy";
  font-size: 32px;
  line-height: 35px;
  color: var(--dark);
  margin-bottom: 40px;
}

.mn-gd-wrk-right img {
  margin-bottom: 60px;
  width: 800px;
  object-fit: contain;
  object-position: center;
}

.mn-gd-wrk-right ul {
  margin: 50px 0px;
}

.mn-gd-wrk-right ul li {
  font-family: "Gilroy";
  font-size: 32px;
  line-height: 35px;
  margin-top: 10px;
  color: var(--dark);
}

.mn-gd-wrk-right h3 {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-top: 10px;
  color: var(--dark);
}

.mn-gd-right-bottom {
  display: flex;
  align-items: start;
  gap: 40px;
  margin-top: 50px;
}

.mn-gd-right-bottom img {
  width: 40%;
}






.awards-section {
  background: var(--dark);
  color: var(--light);
  padding: 120px 120px 90px;
}

.awards-section .container {
  width: 1150px !important;
  min-width: 1150px !important;
  max-width: 1150px !important;
}

.awards-title {
  font-family: "Gilroy";
  font-size: 60px;
  font-weight: 600;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px !important;
}

.awards-title img {
  width: 80px;
}

.awards-desc {
  font-family: "Gilroy";
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  padding: 0px 40px;
  margin-bottom: 60px;
}

.award-box {
  padding: 20px;
  border-radius: 12px;
  height: 100%;
}

.award-box img {
  width: 300px;
  height: 170px;
  object-fit: contain;
  object-position: bottom;
}

.award-heading {
  font-family: "Gilroy";
  font-size: 22px;
  font-weight: 600;
}


.award-text {
  margin-top: 30px;
  font-size: 20px;
  font-family: "Gilroy";
  color: var(--primary);

}

.awards-quote {
  font-family: "Gilroy";
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  padding: 0px 40px;
}

.insights-main {
  background: var(--light);
  padding: 120px 120px;
}

.mn-insight-sc-crd {
  width: 25%;
}

.mgz-blog-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
}

.mgz-blog-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease-in-out;
}

.mgz-blog-card:hover img {
  transform: scale(1.07);
}

.mgz-blog-content {
  padding-top: 30px;
}

.mgz-tag {
  color: var(--secondary);
  font-size: 20px;
  font-family: "Gilroy";
  font-weight: 800;
}

.mgz-blog-content h3 {
  margin: 20px 0px;
}

.mgz-blog-content h3 a {
  text-decoration: none;
  font-size: 50px;
  line-height: 60px;
  font-family: "Gilroy";

  font-weight: 700;
  color: var(--dark);
}

.mgz-meta {
  font-size: 20px;
  font-weight: 600;
  font-family: "Gilroy";
  color: var(--primary);
  margin-bottom: 10px;
}

.mgz-blog-content p {
  font-size: 24px;
  line-height: 32px;
  font-family: "Gilroy";
  color: #555;
}






.mgz-article-wrap {
  padding: 90px 0;
  background: var(--light);
  overflow: hidden;
}

.mgz-article-title {
  font-size: 70px;
  font-weight: 800;
  font-family: "Gilroy";
  color: #0b063f;
  margin-bottom: 12px;
}

.mgz-article-meta-img img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  margin: 40px 0px;
}



.mgz-article-content h2 {
  font-family: "Gilroy";
  font-size: 40px;
  font-weight: 700;
  margin: 45px 0 18px;
}

.mgz-article-content h4 {
  font-family: "Gilroy";
  font-size: 30px;
  font-weight: 700;
  color: var(--primary);
}

.mgz-article-list {
  font-family: "Gilroy";
  padding-left: 0px;
  margin-bottom: 28px;


}

.mgz-article-list li {
  list-style: none;
  font-family: "Gilroy";
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: var(--secondary);
  gap: 10px;
}

.mgz-article-list img {
  width: 38px;
  height: 44px !important;
  margin-bottom: 0px !important;

}

.mgz-article-content p {
  font-family: "Gilroy";
  font-size: 28px;
  line-height: 1.8;
  font-weight: 500 !important;
  margin-top: 20px;
}

.mgz-article-content h3 {
  font-family: "Gilroy";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
}

.mgz-article-content img {
  height: 400px;
  margin-bottom: 30px;
  object-fit: contain;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-family: "Gilroy";
  margin-bottom: 20px;
}

.custom-table th,
.custom-table td {
  font-family: "Gilroy";
  border: 1px solid #c0c0c0;
  padding: 12px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.custom-table th {
  font-family: "Gilroy";
  font-size: 32px;
  background-color: var(--primary);
  color: #fff;
}

.custom-toggler {
  border: none;
  box-shadow: none;
  padding: 10px;
}

.custom-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  display: none;
}

.custom-toggler .bar {
  display: block;
  width: 28px;
  height: 2px;
  background-color: var(--primary);
  margin: 6px 0;
  transition: all 0.3s ease;
}








@media (min-width: 1024px) and (max-width: 2100px) {
  .main-sec-hr-mrw {
    padding: 40px 60px;
    margin-top: -150px;
    min-height: calc(100vh + 20px);
  }


  .nav-menu-hero {

    padding: 40px 60px;

  }

  .mgnt-hero-section {
    padding: 0px;
  }

  .navbar-brand img {
    width: 180px;
  }

  .navbar-sticky-clone {

    padding: 10px 60px;
    z-index: 99999999999999999999999;
  }

  .navbar-nav {
    margin-right: -8px !important;
  }

  .nav-link {
    font-size: 14px;
    padding: 5px 0px !important;
  }

  .nav-link::before {
    height: 1px;
  }

  .nav-item {
    padding: 5px !important;
  }

  .hero-title {
    transform: translateY(-50px);
    font-size: 50px;
  }

  .award-badge img {
    width: 110px;
    margin-left: 10px;
  }

  .hero-description {

    font-size: 17px;
    line-height: 1.4;
    margin: 0px;

  }

  .hero-content {
    height: 55vh;
  }

  .book-a-discoverycall {
    padding: 11px 13px;
    width: 220px;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 20px;
    border-radius: 8px;
  }

  .book-a-discoverycall::before {
    padding: 1px;
    border-radius: 8px;

  }

  .book-a-discoverycall img {

    width: 9px;

  }

  .marque-section {
    padding: 5px;
  }

  .marque-section .container {
    min-width: 800px !important;
    width: 800px !important;
  }

  .marque-section .container img {
    width: 70%;
    height: 60px;
    object-fit: contain;
    object-position: center;
  }

  .hero-footer {
    margin-top: 50px;
  }

  #who-we-help {

    padding: 60px !important;
    background-color: #fffff0;
  }

  #who-we-help h2 {

    font-size: 35px;
    margin-bottom: 5px;
  }

  #who-we-help p {
    margin-top: 0px;
    font-size: 17px;
  }

  .slider-wrapper {

    margin: 50px 0px;
    height: 350px;
    position: relative;
  }

  #who-we-help .slide {
    height: 250px;
    flex: 0 0 calc(25% - 20px);
    border-radius: 20px;
    padding: 20px !important;
  }

  .slider-inner-ct {

    padding: 10px !important;
    width: 100%;
    border-radius: 8px !important;
  }

  #who-we-help .slide h3 {
    margin: 0px;
    font-size: 16px;
    line-height: 25px;
    border-radius: 9px;
  }

  .slider-track {
    gap: 20px;
  }

  .whl-sld-nv {
    top: 90px;

  }

  .whl-sld-nv img {
    width: 50px;

  }

  .who-we-help-sl-nav-right {
    right: 40px;
  }

  .who-we-help-sl-nav-lft {
    left: 20px;
  }


  .who-we-help-desc {
    margin-top: 20px;
  }



  .hsxeil-irmt-left {
    height: 522px;
  }

  .hzscrl-item-z11 .row {
    align-items: center;
  }

  .hsxeil-irmt-right {
    height: 522px;
  }

  .hsxeil-irmt-left h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .hsxeil-irmt-left p {

    font-size: 14px;
  }

  .hzsd-slider-mbg-inr-mn {
    width: 400px;
    height: 400px;
    border-radius: 40px;
    padding: 20px;
  }

  .hz-card-z11 {
    padding: 0px;
  }

  .hzscrl-track-q7a {

    padding: 60px;
  }

  .hzsd-slider-mbg32 {
    padding: 20px;
    border-radius: 10px;
    background: #0000006b;
    width: 250px;
  }

  .hzsd-slider-mbg32 p {

    font-size: 14px;
    line-height: 17px;
  }

  .hzsd-slider-mbg-btm-txt p {

    padding: 4px;
    font-size: 13px;
    border-radius: 4px;
    margin-bottom: 5px;
  }

  .hzsd-slider-mbg32 h3 {

    font-size: 19px;
  }

  .hrxsd-sledr-btm-rght h3 {
    margin-top: 20px;
    margin-bottom: 0px !important;
    font-size: 25px;
    line-height: 30px;
  }

  .hrxsd-sledr-btm-rght p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 2px !important;
  }

  .magnet-left-icn-s3 p {

    font-size: 10px;
    line-height: 18px;
  }

  .magnet-left-icn-s3 img {
    margin-top: 5px;
    width: 20px;
  }

  .hzsd-slider-mbg-inr-mn h4 {

    font-size: 24px;
    line-height: 22px;
    margin: 0px;
  }

  .hzsd-slider-mbg-inr-mn img {
    width: 20px;
  }

  .hzsd-slider-mbg-inr-mn-img-bx {

    gap: 10px;
    margin-bottom: 10px;
  }

  .how-we-break-s4 {
    padding: 0px;
    padding-bottom: 60px;
    gap: 30px;
  }

  .hw-we-brk {

    padding: 60px;
  }

  .how-we-break-s4 img {
    width: 450px;
    height: 450px;
    border-radius: 40px;
  }

  .how-we-break-s4-right h3 {
    font-size: 70px;
    line-height: 70px;
  }

  .how-we-break-s4-right h4 {

    font-size: 70px;
    line-height: 60px;
  }

  .break-word span {

    margin-left: -31px;
  }

  .hw-sf-4-redf-arrw img {
    width: 60px;
  }

  .dta-drvn-sec {

    gap: 50px;
    padding: 60px;
  }

  .dta-drvn-sec-rgh5-inr {
    width: 350px;
    height: 350px;
    border-radius: 40px;
  }

  .dta-drvn-sec-rgh5 img {
    width: 350px;
    height: 350px;
  }

  .dta-drvn-sec-lft h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .wchs-mn {
    padding: 0px 60px;
  }


  .cards-wrap .overlay a {
    bottom: 20px;
    left: 20px;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 13px;
    margin: 0px;
    width: 170px;
  }



  .cards-wrap a svg {
    width: 10px;

  }

  .cards-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .img-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    width: 260px;
    height: 270px;
  }



  .who-we-help-main-ct .overlay {

    padding: 20px;
  }

  .who-we-help-main-ct .overlay-base h3 {
    padding: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .overlay-base {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 60px;
  }

  .img-card:hover .overlay-hover {
    opacity: 1;

  }

  .who-we-help-main-ct .overlay-hover h3 {
    margin-top: 10px;
    font-weight: 500;
    font-size: 25px !important;
    padding-bottom: 0px;
    line-height: 24px;
  }


  .who-we-help-main-ct .overlay p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
  }

  .who-we-help-main-ct .overlay p span {
    font-weight: 800 !important;
    font-size: 14px;
    line-height: 19px;
  }


  .testimonial {
    margin-top: 15px;
    gap: 15px;
    padding: 0px !important;

  }

  .dta-drvn-sec-lft p {

    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .dta-drvn-sec-lft span {

    font-size: 17px;
  }

  .dta-drvn-sec-cntr {
    width: 200px;
  }

  .dta-drvn-sec-ctr-43 p {
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 7px;

  }

  .dta-drvn-sec-ctr-43 .ctr-bg-svg {
    width: 250px;
    height: 100px;
    position: absolute;
    top: -20px;
    z-index: 0;
  }

  .dta-drvn-sec-rgh5-inr-bbl {
    font-size: 8px;
    padding: 6px 12px;
  }

  .client-logo img {
    width: 150px;

  }

  .our-clients-slider .aura-logo {
    width: 130px !important;
    height: 70px;
  }

  .bble-1 {
    left: 30px;
    top: 10px;
  }

  .bble-2 {
    left: 50px;
    top: 40px
  }

  .bble-3 {
    right: 20px;
    top: 40px !important;
  }

  .bble-4 {
    left: 40px;
    top: 80px;
  }

  .bble-5 {
    left: 80px;
    top: 120px;
  }

  .bble-6 {
    right: 10px;
    top: 120px;
  }

  .bble-7 {
    left: 60px;
    top: 150px;
  }

  .bble-8 {
    right: 50px;
    top: 160px;
  }

  .bble-9 {
    left: 70px;
    top: 190px;
  }

  .bble-10 {
    left: 90px;
    top: 220px;
  }

  .bble-11 {
    right: 90px;
    top: 230px;
  }

  .bble-12 {
    left: 60px;
    top: 270px;
  }

  .bble-13 {
    right: 30px;
    top: 300px;
  }

  @keyframes bubbleRight {
    0% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(20px);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes bubbleLeft {
    0% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(-20px);
    }

    100% {
      transform: translateX(0);
    }
  }

  .dta-drvn-sec-ctr-43-ft-img {
    width: 150px;
    height: 52px;
    top: 14px;
    right: -162px;
  }

  .dta-drvn-sec-ctr-43-lst-img {
    width: 156px;
    height: 47px;
    right: -52px;
    transform: translateY(10px);
  }

  .cst-fx-sf-4-rd {
    padding: 60px;
    gap: 40px;
  }

  .cst-fx-sf-4-rd-card img {
    width: 450px;
    border-radius: 40px;
  }

  .cst-fx-sf-4-rd-card::before {
    border-radius: 40px;
  }

  .cst-fx-sf-4-rd-right h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .cst-fx-sf-4-rd .col-md-4 {
    width: 40%;
  }

  .cst-fx-sf-4-rd-right p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .cst-fx-sf-4-rd-right span {
    font-size: 17px;
  }

  .ai-and-human-sf-left h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .ai-and-human-sf p {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .who-we-help-main-hd h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .ai-and-human-sf {
    padding: 60px;
    gap: 30px;
  }

  .who-we-help-main-ct {
    gap: 10px;
  }

  .who-w-hlp-34e-s5 .who-we-help-main-ct {
    padding: 0px;
  }

  .mgn-rvw-top {
    margin: 70px 0px 40px;
  }

  .who-w-hlp-34e-s5 .container {
    width: 1100px !important;
    min-width: 1100px !important;
    max-width: 1100px !important;
  }

  #why-choose-magnetize {
    padding: 0px 0px;
  }

  .who-we-help-main-ct-img-bx-tp-img {
    width: 100%;
    height: 250px;
    border-radius: 30px;
  }

  .who-we-help-main-ct-img-bx h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    height: 50px;
    margin-bottom: 10px;
    color: var(--light);
  }

  .who-we-help-main-ct-img-bx h4 {
    line-height: 20px;
    font-size: 14px;
  }

  .who-we-help-main-ct-img-bx h4 span {
    font-size: 17px;
  }

  .wwh-main-ct-img-bx-btn-sym img {
    width: 10px;
  }

  .wwh-main-ct-img-bx-btn-sym {
    padding: 0px;
  }

  .who-we-help-main-ct-img-bx-bttm p {
    font-size: 15px;
    padding: 10px 0px;
    line-height: 17px;
    color: var(--light);
  }

  .who-we-help-main-ct-img-bx-bttm a {
    padding: 8px 15px !important;
    border-radius: 8px;
    font-size: 12px;
    margin: 0px 20px 0px;
  }

  .who-we-help-main-ct-img-bx-bttm a svg {
    width: 8px;
  }

  .who-w-hlp-34e-s5 {
    padding: 60px;
  }

  .hzscrl-track-q7a h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px !important;
  }

  .hghv-vl-prg {

    font-size: 18px !important;
    line-height: 20px;
    margin-top: 0px !important;
  }

  .swiper.hzSwiper-q91.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 20px 50px;
  }

  .hzscrl-sld-nv img {
    width: 50px;
  }

  .hzsd-slider-mbg-inr-mn .mgn-rvw-top {
    margin: 60px 0px 30px;
  }

  .mgn-rvw-top h2 {
    font-size: 35px;
  }

  .mgn-rvw-top-5-rev img {
    width: 30px;
  }

  .mgn-rvw-top h3 {

    font-size: 35px;

  }

  .mgn-rvw-top h4 {
    font-size: 13px;
    margin-top: 10PX;
  }

  .mgn-rvw-top-5-rev-right img {
    width: 63px !important;
    margin-top: -10PX;
  }

  .testimonials-card {
    min-height: 345px;
    border-radius: 20px;
    padding: 15px;
  }


  .testimonials-card-top-left img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }

  .ai-and-human-sf .col-md-4 {
    width: 40% !important;
  }

  .testimonials-card-top-left {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }

  .testimonials-card-top-right h3 {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .testimonials-card-top-right h4 {
    font-size: 13px;
    width: 200px;
  }


  .testimonial-bottom-txt {
    margin-top: 15px;
  }

  .testimonials-card-top {
    margin-bottom: 15px;
  }

  .testimonials-card-btm p {

    font-size: 14px;
    margin-top: 0px;
  }

  .testimonials-card-btm img {

    width: 90px;
  }

  .testimonials-card-btm img {
    left: 20px;
    bottom: 20px;

  }

  .testimonial-bottom-txt p {
    font-size: 15px;

    line-height: 20px;
  }

  .testimonial-bottom-txt p a {
    font-size: 15px;
    line-height: 20px;
  }

  .why-choose-us-top h2 {

    font-size: 35px;
    padding: 60px 0px 30px;
  }

  .why-choose-us-imgBx h3 {

    font-size: 45px;
  }

  .why-choose-us-imgBx p {

    font-size: 17px;
    line-height: 22px;
  }

  .why-ct-mn1 .why-choose-us-imgBx svg {
    top: 10px;
    right: 35px;
    width: 200px;
    height: 200px;
  }

  .why-choose-us-imgBx {
    position: relative;
    height: 250px;
  }

  .row.why-choose-us-content-left.why-ct-mn-anim.why-ct-mn1 {
    margin-top: 20px;
  }

  .why-ct-mn3 {
    margin-top: -100px;
  }

  .why-ct-mn2 {
    margin-top: -150px;
  }

  .why-ct-mn4 {
    margin-top: -150px;
  }

  .why-ct-mn2 .why-choose-us-imgBx svg {
    width: 200px !important;
    height: 200px !important;
    top: 20px !important;
    right: -70px !important;
  }

  .why-ct-mn3 .why-choose-us-imgBx svg {
    top: 10px;
    left: -90px;
    width: 200px !important;
    height: 200px !important;
  }

  .why-ct-mn4 svg {
    left: -50px;
    width: 200px !important;
    top: 3px;
    height: 200px !important;
  }

  .how-we-work {
    padding: 60px 0px;
  }

  .how-we-work-main h2 {

    font-size: 35px;
    margin-bottom: 40px;
  }

  .how-we-work-inner-row {
    width: 700px;
  }

  .how-inr-ct {
    height: 140px;
    margin-bottom: 30px !important;
  }

  .how-we-work-main h3 {

    line-height: 22px;
    font-size: 20px;
  }

  .md-hewr-kd {

    height: 140px;
  }

  .hwmd-img1 {
    width: 70px;
    left: 15px !important;
  }

  .how-inr-ct {

    --p: 31px;

  }

  .how-inr-ct-img-1 {
    width: 80px;
  }

  .hwmd-img2 {
    width: 110px;
  }

  .how-inr-ct-img-2 {
    width: 150px;
  }

  .hwmd-img3 {
    width: 105px;
  }

  .how-inr-ct-img-3 {
    width: 215px;
  }

  .hwmd-img4 {
    width: 90px;
  }

  .how-inr-ct-img-4 {
    width: 152px;
  }

  .how-we-work-email-form {
    margin-top: 10px;
  }

  .how-we-work-email-form-inner {
    width: 500px;
    gap: 10px;
  }

  .audit-btn {
    line-height: 19px;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 7px;
  }

  .audit-btn img {
    width: 7px;
  }

  .our-clients {
    padding: 60px 0px 0px;
  }

  #meet-the-client {
    padding: 60px 0px 0px;
  }

  .meet-team-ct-innr h5 {

    font-size: 14px;

  }

  .our-clients h2 {
    font-size: 35px;
    margin-bottom: 0px;

  }

  .our-clients-logo-inner {
    gap: 10px;
    width: 800px;
  }

  .our-clients-logo-inner img {
    width: 180px;
  }


  .bell-logo {
    width: 140px !important;
  }

  .care-good-logo {
    width: 140px !important;
  }

  .tfp-logo {
    width: 130px !important;
  }

  .our-clients-logo {
    margin-top: 40px;
  }

  .meet-the-team h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .meet-team-ct-innr {
    width: 1100px;
    gap: 20px;
  }

  .meet-team-ct-innr img {
    width: 100%;
    height: 260px;
  }

  .meet-team-img-inner {
    height: 260px;
  }

  .meet-team-img-inner-mb {
    height: 260px;
  }

  .meet-team-ct-bx-tp img {

    border-radius: 0px !important;

  }

  .meet-team-ct-innr h3 {
    font-size: 19px;
  }

  .meet-team-ct-bx-tp img {
    width: 27px !important;
    height: 24px !important;
    margin: 0px;
  }

  .meet-team-ct-bx {
    height: 390px;
  }

  .meet-team-ct-bx-mb {
    height: 390px;
  }

  .meet-team-ct-bx-tp {
    padding: 10px 0px;
  }

  .meet-team-ct-innr p {

    font-size: 14px;
    line-height: 18px;

  }

  .team-connect-btn {

    font-size: 13px;
    line-height: 20px;
    padding: 11px 25px;
    border-radius: 7px;
  }

  .contact-section {
    padding: 60px;
  }

  .contact-heading {

    font-size: 35px;
    margin-bottom: 40px;

  }

  .contact-card {

    border-radius: 30px;
    padding: 40px;
    margin-bottom: 20px;
  }

  .contact-subtitle {

    font-size: 16px;
    margin-bottom: 30px;
  }

  .contact-card-inner {
    width: 400px;
  }

  .form-control-custom {

    padding: 10px;
  }

  .form-control-custom::placeholder {
    font-size: 15px;
  }

  .form-label-custom {

    font-size: 15px;
    margin: 25px 0px 15px !important;
    padding: 0px 10px;
  }

  .btn-submit {

    padding: 10px 15px;
    width: 200px;
    font-size: 13px;
    margin-top: 10px;
  }

  .btn-submit img {

    width: 7px;
  }

  .contact-footer span {
    font-family: "Gilroy";
    font-size: 15px;
  }

  .nav-inner-pg {
    padding: 10px 60px;
  }



  .mn-gd-wrk {
    padding: 60px 80px;
  }

  .mn-gd-wrk-right p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .mn-gd-wrk-right ul li {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
  }

  .mn-gd-wrk-right ul {
    margin: 10px 0px;
  }

  .mn-gd-wrk-right img {
    margin-bottom: 20px;
  }

  .mn-gd-wrk-right h3 {

    font-size: 30px;
    line-height: 35px;
    margin-top: 10px;
  }

  .mn-gd-wrk-left-bx img {
    width: 100%;
    border-radius: 30px;
  }

  .mg-lft-lg-img {
    width: 160px !important;
    height: 70px !important;
    object-fit: contain;
    object-position: left;
    border-radius: 0px !important;
    margin: 20px 20px 10px;
  }

  .mg-lft-lg-img-ct p {

    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .awards-section {

    padding: 60px;
  }

  .awards-section .container {
    width: 800px !important;
    min-width: 800px !important;
    max-width: 800px !important;
  }

  .awards-title {
    font-size: 30px;
    gap: 10px;
    margin-bottom: 20px !important;
  }

  .awards-title img {
    width: 40px;
  }

  .awards-desc {
    font-family: "Gilroy";
    font-size: 14px;
    line-height: 18px;
    padding: 0px 100px;
    margin-bottom: 30px;
  }

  .award-bx-mn-crt .col-md-4 {
    width: 26% !important;
  }


  .award-box {
    padding: 0px;

  }

  .award-box img {
    width: 140px;
    height: 100px;
  }

  .award-box-image-1 img {
    width: 126px;
    height: 100px;
  }

  .award-text {
    margin-top: 16px;
    font-size: 12px;

  }

  .awards-quote {
    font-size: 12px;
    line-height: 17px;
    padding: 0px 80px;
    margin-top: 20px !important;
  }

  .insights-main {
    padding: 60px;
  }

  .mn-insight-sc-crd {
    width: 33%;
  }

  .mgz-blog-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
  }

  .mgz-blog-img img {
    width: 100%;
    height: 250px;

  }

  .mgz-blog-card:hover img {
    transform: scale(1.07);
  }

  .mgz-blog-content {
    padding-top: 20px;
  }

  .mgz-tag {

    font-size: 13px;

  }

  .mgz-blog-content h3 {
    margin: 10px 0px;
  }

  .mgz-blog-content h3 a {

    font-size: 25px;
    line-height: 30px;

  }

  .mgz-meta {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .mgz-blog-content p {
    font-size: 15px;
    line-height: 20px;

  }



  .mgz-article-wrap {
    padding: 60px 0;

  }

  .mgz-article-title {
    font-size: 40px;
    font-weight: 800;
    font-family: "Gilroy";
    color: #0b063f;
    margin-bottom: 12px;
  }

  .mgz-article-meta-img img {
    height: 400px;
    margin: 20px 0px;
  }



  .mgz-article-content h2 {
    font-family: "Gilroy";
    font-size: 25px;
    margin: 15px 0 10px;
  }

  .mgz-article-content h4 {
    font-size: 25px;
  }

  .mgz-article-list {
    font-family: "Gilroy";
    padding-left: 0px;
    margin-bottom: 20px;


  }

  .mgz-article-list li {

    font-size: 16px;
    margin: 0px;
  }

  .mgz-article-list img {
    width: 25px;
    height: 32px !important;
    margin-bottom: 0px !important;

  }

  .mgz-article-content p {
    font-size: 15px;
    line-height: 19px;
    margin-top: 10px;
  }

  .mgz-article-content h3 {

    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
  }

  .mgz-article-content img {
    height: 200px;
    margin-bottom: 20px;
    object-fit: contain;
  }

  .custom-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    font-family: "Gilroy";
    margin-bottom: 10px;
  }

  .custom-table th,
  .custom-table td {
    font-family: "Gilroy";
    border: 1px solid #c0c0c0;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  .custom-table th {
    font-family: "Gilroy";
    font-size: 20px;
    background-color: var(--primary);
    color: #fff;
  }
}


@media (min-width: 2100px) and (max-width: 2560px) {
  .main-sec-hr-mrw {
    margin-top: -180px;
    padding: 60px 120px;
    min-height: calc(100vh + 0px);
  }

  .nav-menu-hero {

    padding: 60px 120px;

  }

  .mgnt-hero-section {

    padding: 0px;
    background-size: cover;
  }

  .navbar-brand img {
    width: 220px;
  }

  .navbar-sticky-clone {

    padding: 20px 120px;
  }

  .nav-link {
    font-size: 16px;
  }

  .marque-section .container {
    min-width: 900px !important;
    width: 900px !important;
  }

  .nav-inner-pg {
    padding: 30px 120px;
  }

  .marque-section img {
    height: 65px;
    object-fit: contain;
  }

  .hero-title {
    font-size: 65px;
    transform: translateY(-180px);
  }

  .award-badge img {
    width: 120px;
    margin-left: 20px;
  }

  .hero-description {
    font-size: 22px;
  }

  #who-we-help .slide {
    height: 400px !important;
  }

  #who-we-help {
    padding: 80px 120px !important;
  }

  .whl-sld-nv img {
    width: 80px;
  }

  .slider-wrapper {
    height: 520px;
    margin-top: 40px;
  }

  #who-we-help p {

    font-size: 24px;
  }

  #who-we-help h2 {

    font-size: 40px;
  }

  .client-logo img {
    width: 200px;

  }

  .our-clients-slider .aura-logo {
    width: 170px;
  }

  .slider-inner-ct {
    padding: 14px !important;
  }

  #who-we-help .slide h3 {
    font-size: 22px !important;
  }

  .hzscrl-track-q7a {

    padding: 80px 120px;
  }

  .dta-drvn-sec-ctr-43-ft-img {
    width: 300px;
    height: 75px;
    top: 22px;
    right: -342px;
  }

  .hzscrl-track-q7a h2 {

    font-size: 40px;
  }

  .hghv-vl-prg {
    font-size: 20px !important;
  }

  .hzsd-slider-mbg32 p {

    font-size: 15px;
  }

  .hzsd-slider-mbg32 {
    padding: 40px 30px 30px;

    width: 400px !important;
  }

  .hz-card-z11 {
    padding: 0px;
  }

  .hzsd-slider-mbg-btm-txt p {
    font-size: 14px !important;
  }

  .hzsd-slider-mbg-inr-mn {
    width: 550px;
    height: 550px;
    border-radius: 60px;
  }

  .dta-drvn-sec-lft h3 {
    font-size: 35px;
  }

  .dta-drvn-sec-lft p {
    font-size: 24px;
    line-height: 30px;
  }

  .dta-drvn-sec-lft span {
    font-size: 20px;
  }

  .dta-drvn-sec-rgh5-inr {
    width: 600px;
    height: 600px;
  }

  .dta-drvn-sec-rgh5 img {
    width: 600px;
    height: 600px;
  }

  .dta-drvn-sec-rgh5-inr-bbl {

    font-size: 15px;

    padding: 10px 20px;
  }

  .how-we-break-s4 {
    padding: 80px 120px;
  }

  .dta-drvn-sec {
    padding: 80px 120px;
  }

  .hzsd-slider-mbg32 h3 {
    font-size: 20px;

  }



  .hrxsd-sledr-btm-rght h3 {

    font-size: 35px;
    line-height: 40px;
  }

  .hrxsd-sledr-btm-rght p {

    font-size: 20px;
    line-height: 27px;
    margin-top: 10px;
  }

  .swiper.hzSwiper-q91.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 40px 80px 0px !important;
  }

  .hzSwiper-q91 .swiper-slide {
    user-select: text !important;
  }

  .hzSwiper-q91 .swiper-slide * {
    user-select: text !important;
  }


  .bble-11 {
    right: 30px;
    top: 380px;
  }

  .bble-12 {
    left: 30px;
    top: 500px;
  }

  .bble-13 {
    right: 30px;
    top: 440px;
  }

  .ai-and-human-sf-left h3 {

    font-size: 35px;
  }

  .ai-and-human-sf-left p {
    font-size: 24px;
    line-height: 30px;
  }

  .cst-fx-sf-4-rd-card img {
    width: 600px;
    border-radius: 80px;
    border-radius: 80px;
  }

  .cst-fx-sf-4-rd-right h3 {
    font-size: 35px;
  }

  .cst-fx-sf-4-rd-right p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }


  .cst-fx-sf-4-rd-right span {
    font-size: 18px;
  }

  .awards-section {

    padding: 80px 60px;
  }

  .awards-section .container {
    width: 950px !important;
    min-width: 950px !important;
    max-width: 950px !important;
  }

  .awards-title {
    font-size: 45px;
    margin-bottom: 20px !important;
  }

  .awards-title img {
    width: 60px;
  }

  .awards-desc {
    font-family: "Gilroy";
    font-size: 22px;
    line-height: 26px;
    padding: 0px 20px;
    margin-bottom: 50px;
  }

  .award-box {
    padding: 20px;

  }

  .award-box img {
    width: 270px;
    height: 140px;
  }

  .award-text {
    margin-top: 18px;
    font-size: 16px;

  }

  .awards-quote {
    font-size: 16px;
    line-height: 22px;
    padding: 0px 20px;
    margin-top: 20px !important;
  }

  .our-clients-logo-inner img {
    width: 200PX;
  }

}


@media (min-width: 1900px) and (max-width: 2100px) {

  .nav-link {
    font-size: 18px;
    padding: 5px 0px !important;
  }

  .nav-menu-hero {

    padding: 60px;

  }

  .main-sec-hr-mrw {
    min-height: calc(100vh + 5px);
    margin-top: -170px;
  }

  .hero-content {
    height: 59vh;
  }

  .book-a-discoverycall {
    width: 250px;
    font-size: 16px;

  }

  .hero-description {
    font-size: 21px;
  }

  #who-we-help .slide {
    height: 350px;
  }

  .slider-wrapper {
    height: 450px;

  }

  #who-we-help .slide h3 {

    font-size: 22px;

  }

  .client-logo img {
    width: 200px;

  }

  .our-clients-slider .aura-logo {
    width: 170px;
  }

  .slider-inner-ct {
    padding: 20px !important;

  }

  #who-we-help p {
    font-size: 22px;
  }

  .hero-title {
    transform: translateY(-130px);
  }
}

@media (min-width: 320px) and (max-width: 720px) {
  .container {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .nav-menu-hero {
    padding: 40px 20px;

    z-index: 99999999999999999999999999 !important;
  }

  .main-sec-hr-mrw {
    padding: 60px 20px;
    background: url("/assets/images/homepage\ mobile\ hero.png");
    background-position: center !important;
    background-size: cover;
    min-height: calc(100vh + 20px);
    margin-top: -140px;
  }

  .mgnt-hero-section {
    padding: 0px !important;
  }

  .navbar-brand img {
    width: 150px;
  }

  .nav-inner-pg {
    padding: 20px;
    z-index: 99999999999999999999999999 !important;
  }

  .hero-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0px;
    transform: translateY(-120px);
    z-index: 0 !important;
  }

  .hero-content {

    height: 40vh;
  }

  .mgnt-hero-section {
    position: relative;
    z-index: 1;
  }



  /* =========================
   GLOBAL MENU STATE
========================== */

  body.menu-open {
    overflow: hidden;
  }

  /* =========================
   MOBILE SIDEBAR MENU
========================== */
  .navbar-brand {
    padding: 0px;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: var(--dark);
    padding: 40px 20px;
    transition: left 0.4s ease;
    isolation: isolate;
    z-index: 9999999;
    /* Sidebar always on top */
  }

  .navbar-collapse.show {
    left: 0;
  }

  .menu-close {
    position: absolute;
    top: 15px;
    right: 20px;
  }

  .close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
  }

  .close-btn:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .navbar-nav .nav-link {
    padding: 12px 0;
    font-size: 18px;
  }

  .mob-btn {
    display: flex !important;
    justify-content: flex-end !important;
  }

  /* =========================
   STICKY NAVBAR (MOBILE)
========================== */

  .navbar-sticky-clone {
    display: block;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    will-change: transform;
    z-index: 99999;
    /* Below the sidebar */
  }

  .navbar-sticky-clone.active {
    transform: translateY(0);
  }

  /* Menu open - sticky always visible and above hero */
  body.menu-open .navbar-sticky-clone {
    transform: translateY(0) !important;
    z-index: 10000000;
    /* Above hero */
  }

  /* Hero menu stays visible but behind sidebar */
  body.menu-open .mgnt-hero-section,
  body.menu-open .nav-menu-hero {
    z-index: 1;
    /* Low z-index, behind sidebar */
    pointer-events: auto;
    /* Still clickable if needed */
  }

  .book-a-discoverycall {

    padding: 13px 22px;
    width: 220px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
    border-radius: 8px;
    border: 1px !important;
  }

  .book-a-discoverycall::before {
    border-radius: 8px;
    border: 1px !important;
  }

  .book-a-discoverycall img {
    width: 10px;
  }

  .hero-description {
    margin-top: 30px !important;
    font-size: 14px;
    height: 143px;
    background-color: #0d0621b2;

    /* reveal animation */
    clip-path: inset(0 100% 0 0);
    animation: revealRight 1s ease-out forwards;
  }

  @keyframes revealRight {
    from {
      clip-path: inset(0 100% 0 0);
    }

    to {
      clip-path: inset(0 0 0 0);
    }
  }


  .marque-section .container {
    min-width: 100% !important;
    width: 100% !important;
  }

  .marque-section {
    padding: 20px;
  }

  .marque-section img {
    width: 140px;
    height: 40px;
    object-fit: contain;
    object-position: center;
  }

  .marque-section .col-md-3 {
    width: 40%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px !important;
  }

  .marque-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px !important;
  }

  .awards-section {
    padding: 60px 20px 40px;
  }

  .awards-section .container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .awards-title {
    font-size: 30px;
    gap: 20px;
    margin-bottom: 40px !important;
  }

  .awards-title img {
    width: 40px;
  }

  .awards-desc {
    font-family: "Gilroy";
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 0px;
    margin-bottom: 50px;
  }

  .award-box img {
    width: 120px;
    height: 80px;

  }

  .award-bx-mn-crt .col-md-4 {
    width: 50%;
    padding: 0px;
    margin-top: 10px;

  }

  .award-box {
    padding: 10px;
  }

  .award-text {
    margin-top: 20px;
    font-size: 17px;
    line-height: 20px;
  }

  #who-we-help {
    padding: 60px 20px !important;
    background-color: #fffff0;
  }

  #who-we-help .slide {
    height: 300px;
    border-radius: 30px !important;
    padding: 20px !important;
    margin-right: 10px;

  }


  .who-we-help-slider.slider-track.slick-initialized.slick-slider {
    padding-left: 8px;
  }

  #who-we-help h2 {

    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
    padding: 0px 20px;
  }

  .line-mob-drv {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .line-mb-ctr {
    width: 2px;
    height: 50px;
    background: var(--secondary);
    margin-bottom: 20px;
  }

  #who-we-help p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }



  .slider-wrapper {
    margin-top: 30px;
    height: 350px;
  }

  .whl-sld-nv img {
    width: 50px;
  }

  .slider-inner-ct {

    padding: 15px 10px !important;
    border-radius: 5px !important;
  }

  #who-we-help .slide h3 {

    font-weight: 500;
    font-size: 20px;
  }

  .who-we-help-sl-nav-lft {
    left: 20px;
  }

  .whl-sld-nv {

    top: 120px;

  }

  .who-we-help-sl-nav-right {
    right: 20px;
  }

  .who-we-help-desc {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-top: 00px;
  }

  .hzscrl-track-q7a {

    min-height: 100vh;
    padding: 60px 20px;
  }

  .hzscrl-track-q7a h2 {

    font-size: 30px;
    margin-bottom: 15px;
  }

  .hzscrl-track-q7a p {

    font-size: 16px;
    line-height: 22px;
  }

  .hzsd-slider-mbg-inr-mn {
    width: 100%;
    height: 450px;
    border-radius: 40px;
    padding: 20px;
  }

  .swiper.hzSwiper-q91.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 40px 0px;
  }

  .hz-card-z11 {
    padding: 0px;

  }

  .hzsd-slider-mbg32 p {
    font-size: 14px;
    text-align: center;
  }

  .hzsd-slider-mbg-inr-mn h4 {

    font-size: 25px;
    line-height: 25px;
    margin: 0px;
  }

  .hzsd-slider-mbg-inr-mn img {
    width: 25px;
  }

  .hzsd-slider-mbg-btm-txt p {

    padding: 6px;
    font-size: 13px !important;
    border-radius: 6px;
    margin-bottom: 7px;
  }

  .hzsd-slider-mbg32 h3 {

    font-size: 18px;
    text-align: center;

  }

  .hzsd-slider-mbg32 {
    padding: 40px 20px 30px;
    border-radius: 20px;
    background: #0000006b;
    width: 100%;
  }

  .hzscrl-sld-nv img {
    width: 66px;
  }

  .hzscrl-nav-right {
    right: -10px;
  }

  .hzscrl-sld-nv {
    position: absolute;
    top: 155px;
  }

  .hzscrl-nav-lft {
    left: -10px;
  }

  .hrxsd-sledr-btm-rght h3 {
    margin-top: 50px;

    font-size: 30px;
    line-height: 34px;
    color: white;
  }

  .hzsd-slider-mbg32 {
    border: 1px solid #fffff067;
  }

  .hrxsd-sledr-btm-rght p {
    margin-top: 10px;
  }

  .hw-we-brk {
    padding: 60px 20px;
  }

  .how-we-break-s4 {
    padding: 0px 0px 40px;
    gap: 20px;
    flex-wrap: wrap;
  }

  .hw-sf-4-redf-arrw img {
    width: 60px;
  }

  .how-we-break-s4 img {
    width: 100%;
    height: 350px;
    border-radius: 40px;
    margin-bottom: 20px;
  }

  .how-we-break-s4-right h3 {
    font-size: 50px;
    line-height: 55px;
    text-align: center;
  }

  .how-we-break-s4-right h4 {
    font-size: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
  }

  .break-word span {

    padding-right: 20px;
    margin-left: -16px;
  }

  .break-word {
    margin-left: 20px;
  }

  .dta-drvn-sec {
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 10px;
  }

  .dta-drvn-sec-lft h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .dta-drvn-sec-lft p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
  }

  .dta-drvn-sec-lft {
    padding: 0px;
  }

  .dta-drvn-sec-lft span {
    text-align: center !important;
    font-size: 16px;
    margin-bottom: 26px;

  }

  .dta-drvn-sec-cntr {
    width: 100%;
    margin: 0px 0px 20px;
  }

  .dta-drvn-sec-ctr-43-lst-img {
    display: none;
  }

  .dta-drvn-sec-ctr-43 .ctr-bg-svg {
    width: 100%;
    height: 100px;
    top: -20px;
    z-index: 0;
  }

  .dta-drvn-sec-rgh5 img {
    width: 100%;
    height: 400px;
    border-radius: 40px !important;
  }

  .dta-drvn-sec-rgh5-inr {
    margin-top: 6 px;
    width: 100%;
    height: 400px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
  }

  .dta-drvn-sec-rgh5-inr-bbl {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 20px;


  }

  .dta-drvn-sec-ctr-43 p {
    font-size: 16px;
  }

  .dta-drvn-sec-ctr-43 {

    padding-top: 16px;

    margin-bottom: 0px;
  }

  .bble-1 {
    left: 40px;
    top: 20px;
  }

  .bble-2 {
    left: 50px;
    top: 50px
  }

  .bble-3 {
    right: 30px;
    top: 50px;
  }

  .bble-4 {
    left: 20px;
    top: 90px;
  }

  .bble-5 {
    left: 30px;
    top: 150px;
  }

  .bble-6 {
    right: 10px;
    top: 180px;
  }

  .bble-7 {
    left: 50px;
    top: 190px;
  }

  .bble-8 {
    right: 70px;
    top: 230px;
  }

  .bble-9 {
    left: 10px;
    top: 230px;
  }

  .bble-10 {
    left: 60px;
    top: 280px;
  }

  .bble-11 {
    right: 60px;
    top: 290px;
  }

  .bble-12 {
    left: 60px;
    top: 325px;
  }

  .bble-13 {
    right: 30px;
    top: 360px;
  }

  .bbl-animation-left-mb {
    animation: bubbleLeft 6s ease-in-out infinite !important;
  }

  .cst-fx-sf-4-rd {
    padding: 40px 0px;
    gap: 40px;
  }

  .cst-fx-sf-4-rd-card img {

    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 40px;
    border-radius: 40px;
  }

  .cst-fx-sf-4-rd-card {
    width: 100%;
  }

  .cst-fx-sf-4-rd-card::before {
    border-radius: 40px;
  }

  .cst-fx-sf-4-rd-right h3 {
    text-align: center;
    font-size: 30px;
    padding: 0px;
    margin-bottom: 20px;
  }

  .cst-fx-sf-4-rd-right p {

    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
  }

  .cst-fx-sf-4-rd-right span {
    text-align: center;
    font-size: 16px;
    padding: 0px;
  }

  .ai-and-human-sf {
    padding: 40px 0px;
    gap: 40px;
  }

  .ai-and-human-sf-left h3 {

    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  .ai-and-human-sf p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 0px;
    margin-bottom: 10px;
  }

  .client-logo img {
    width: 130px;
    filter: grayscale(0) !important;
  }

  .our-clients-slider {
    margin-top: 0px !important;

  }

  .our-clients-slider .aura-logo {
    width: 80px !important;
  }

  .how-we-work-main {
    padding: 0px 20px;
  }

  .meet-the-team {
    padding: 50px 20px;
  }



  .who-w-hlp-34e-s5 {
    padding: 60px 20px;
  }

  .who-w-hlp-34e-s5 .container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .who-we-help-main-hd h2 {

    font-size: 30px;
    margin-bottom: 20px;
  }

  .cards-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

  }

  .img-card {

    border-radius: 20px;
    width: 100%;
    height: 350px;
  }

  .who-we-help-main-ct .overlay-hover h3 {
    margin-top: 20px;
    font-size: 30px !important;
    padding-bottom: 10px;
    line-height: 36px;
  }

  .overlay-hover {
    display: block !important;
    background: #0d0621a8;
    opacity: 1 !important;
  }

  .img-card img {
    border-radius: 20px;
  }

  .overlay-base {
    display: none !important;
  }

  .who-we-help-main-ct .overlay-base h3 {
    padding: 14px;

    font-size: 25px;
    line-height: 30px;

  }

  .overlay-base {

    height: 80px;
  }

  .who-we-help-main-ct .overlay {

    padding: 20px;
  }

  .who-we-help-main-ct .overlay p {

    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .who-we-help-main-ct .overlay p span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .cards-wrap .overlay a {
    bottom: 30px;
    left: 20px;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 16px;
    width: 200px;
  }

  .cards-wrap .overlay a svg {
    width: 10px;
  }

  .mgn-rvw-top {
    margin: 60px 0px 20px;
  }

  .mgn-rvw-top h2 {

    font-size: 30px;
    color: var(--light);
  }

  .mgn-rvw-top-5-rev img {
    width: 50px;
  }

  .mgn-rvw-top h3 {

    font-size: 40px;
  }

  .mgn-rvw-top h4 {
    font-size: 16px;
    line-height: 16px;
  }

  .mgn-rvw-top-5-rev-right img {
    width: 79px !important;
  }

  .who-w-hlp-34e-s5 .testimonial {
    flex-wrap: wrap;
    padding: 0px 10px;
  }

  .testimonials-card {
    width: 100%;
    padding: 20px;
    min-height: 450px;
  }

  .testimonials-card-top-left img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }

  .testimonials-card-top-left {
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }

  .testimonials-card-top-right h3 {
    font-size: 18px;
  }

  .testimonials-card-top-right h4 {
    width: 100%;
    font-size: 16px;
  }

  .testimonials-card-btm p {

    font-size: 15px;

    margin-top: 20px;
    margin-bottom: 0px;
  }

  .testimonials-card-btm img {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 100px;
  }

  .testimonial-bottom-txt {
    margin-top: 20px;
  }

  .testimonial-bottom-txt p {
    font-size: 15px;
    line-height: 20px;
  }

  .why-choose-us-top h2 {

    font-size: 30px;
    padding: 60px 0px 20px;
  }

  .wchs-mn {
    padding: 0px 0px;
  }

  .why-choose-us-imgBx h3 {

    font-size: 30px;
    text-align: center !important;
  }

  .why-choose-us-imgBx p {

    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .why-choose-us-imgBx {
    position: relative;
    height: 400px;
    text-align: center;
    width: 100%;
  }

  .why-ct-mn1 .why-choose-us-imgBx svg {
    top: 0px;
    right: 0px;
    margin: 40px 0px 20px;
    position: relative;
    width: 240px;
    height: 240px;
  }

  .why-ct-mn2 {
    margin-top: 0px;
  }

  .why-ct-mn3 {
    margin-top: 0px;
  }

  .why-ct-mn4 {
    margin-top: 0px;
  }

  .why-ct-mn2 .why-choose-us-imgBx svg {
    width: 200px !important;
    height: 200px !important;
    margin: 40px 0px 20px;
    position: relative;
    top: 0px !important;
    right: 0px !important;
  }

  .why-ct-mn3 .why-choose-us-imgBx svg {
    left: 0px;
    position: relative;
    margin: 40px 0px 20px;
    width: 240px !important;
    height: 240px !important;
  }

  .why-ct-mn4 .why-choose-us-imgBx svg {
    left: 0px;
    position: relative;
    margin: 40px 0px 20px;
    width: 240px !important;
    height: 240px !important;
  }

  .why-choose-us-imgBx .text-end {
    width: 100%;
    text-align: center !important;

  }

  .how-we-work {
    padding: 60px 0px;
  }

  .how-we-work-main h2 {

    font-size: 30px;
    margin-bottom: 40px;
  }

  .how-we-work-main h3 {

    line-height: 18px;
    font-size: 14px;
  }

  .md-hewr-kd {
    top: -2px;
    height: 103px;
  }

  .how-inr-ct {
    height: 100px;
    width: 300px;
    padding-right: 60px;
    margin-bottom: 20px;

  }

  .hwmd-img2 {
    width: 85px;
    margin-left: 7px;
  }

  .how-inr-ct-img-2 {
    width: 160px;
  }

  .draw-path {
    stroke-width: 11px;
  }

  .draw-path-1 {
    stroke-width: 11px;
  }

  .hwmd-img3 {
    width: 80px;
    margin-left: 35px;
  }

  .how-inr-ct-img-3 {
    width: 260px;
  }

  .hwmd-img4 {
    width: 75px;

    margin-left: 10px;
  }

  .how-inr-ct-img-4 {
    width: 110px;
    margin-right: 50px;
  }

  .how-we-work-inner-row {
    width: 100% !important;
    padding: 0px 10px;
  }


  .hwmd-img1 {
    width: 55px;
    left: 45px !important;
  }

  .how-inr-ct-img-1 {
    width: 80px;
  }





  .how-we-work-email-form {
    margin-top: 0px;
  }

  .audit-btn {

    line-height: 20px;
    font-size: 16px;
    padding: 15px 30px;
    width: 200px !important;
  }

  .audit-btn img {


    width: 10px !important;
  }

  .our-clients-logo {
    margin-top: 0px;
  }

  .our-clients {
    padding: 60px 20px 20px;
  }

  .our-clients h2 {

    font-size: 30px;
    margin-bottom: 50px;
    color: var(--dark);
  }

  .our-clients-logo-inner {
    gap: 50px;
    width: 100%;
    display: block !important;
  }

  .our-clients-logo-inner .col-4 {
    width: 100%;
  }




  .meet-the-team h2 {

    font-size: 30px;
    margin-bottom: 30px;
  }

  .meet-team-ct-innr {
    width: 100%;
    gap: 40px;
    display: block !important;
  }

  .meet-team-ct-innr .col-3 {
    width: 100%;
    margin-bottom: 30px;

  }

  .meet-team-ct-innr img {
    width: 100%;
    height: 350px;
  }

  .meet-team-ct-bx-tp img {
    width: 35px !important;
    height: 31px !important;
    border-radius: 0 !important;
  }



  .meet-team-img-inner-mb {

    height: 350px;
    transform-style: preserve-3d;
    will-change: transform;
  }

  .meet-team-img-front,
  .meet-team-img-back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .meet-team-ct-bx {
    height: 525px;
  }

  .meet-team-ct-bx-mb {
    height: auto;
  }

  .meet-team-ct-innr h5 {

    font-size: 18px;
  }

  .meet-team-ct-bx-tp {
    padding: 20px 0px 7px;
  }

  .meet-team-img-inner-mb.rotated {
    transform: rotateY(180deg) !important;
  }

  .team-connect-btn {

    font-size: 16px;
    line-height: 22px;
    padding: 14px 30px;
    position: relative;

  }

  .meet-team-img-back p {

    font-size: 16px;
    line-height: 22px;

  }

  .contact-section {
    padding: 60px 20px;
  }

  .contact-heading {

    font-size: 30px;
    margin-bottom: 40px;
  }

  .contact-subtitle {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .contact-card {

    padding: 30px 20px;
    margin-bottom: 40px;
  }

  .contact-card-inner {
    width: 100%;
  }

  .ct-frm-mn1 input {

    border-top: none;

  }

  .contact-form .row {
    gap: 0px;
    --bs-gutter-y: 0px !important;
  }

  .btn-submit {

    padding: 12px 20px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin: 0px;

  }

  .contact-footer {
    display: block;

  }

  .contact-footer span {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 8px 0px;
  }

  .navbar-sticky-clone {

    padding: 20px;
  }



  .insights-main {
    background: var(--light);
    padding: 60px 20px;
  }

  .mn-insight-sc-crd {
    width: 100%;
  }

  .mgz-blog-card {

    border-radius: 20px;
    padding: 20px;
  }

  .mgz-blog-card:hover img {
    transform: scale(1.01);
  }

  .mgz-blog-img img {
    width: 100%;
    height: 200px;
  }

  .mgz-blog-content h3 a {

    font-size: 28px;
    line-height: 32px;
  }

  .mgz-blog-content p {
    font-size: 16px;
    line-height: 20px;
  }

  .mn-gd-wrk {
    padding: 60px 20px;
  }

  .mn-gd-wrk-inner {

    flex-wrap: wrap;
    gap: 20px;
  }

  .mg-lft-lg-img {
    width: 180px !important;
    margin: 20px 0px 10px;
  }

  .mn-gd-wrk-left-bx img {
    width: 100%;
    height: 350x;
    border-radius: 20px;
  }

  .mg-lft-lg-img-ct p {
    font-size: 18px;

    line-height: 20px;
  }

  .mn-gd-wrk-right p {

    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .mn-gd-wrk-right img {
    margin: 20px 0px;
    width: 100%;
  }

  .video-wrapper iframe {
    width: 100%;
    height: 400px;
  }

  .aura-lgimg {
    width: 120px !important;
  }

  .mn-gd-wrk-right h3 {

    font-size: 30px;
    line-height: 35px;
    margin-top: 10px;
  }

  .mn-gd-right-bottom {
    display: block;
    gap: 20px;
    margin-top: 20px;
  }

  .mn-gd-wrk-right ul {
    margin: 20px 0px;
    padding-left: 20px;
  }

  .mn-gd-wrk-right ul li {

    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }

  .mgz-article-wrap {
    padding: 60px 20px;
  }

  .mgz-article-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;

    margin-bottom: 12px;
  }

  .mgz-article-meta-img img {
    height: 250px;
    margin: 20px 0px;
  }

  .mgz-article-content p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }

  .mgz-article-content h4 {
    font-size: 20px;
  }

  .mgz-article-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 10px;
  }

  .mgz-article-content img {
    height: 200px;
    width: 100%;
    margin-bottom: 30px;
    object-fit: fill;
  }

  .mgz-article-list img {
    width: 28px;
    height: 36px !important;
    object-fit: contain;
  }

  .mgz-article-list li {

    font-size: 16px;
    margin: 0px;
  }

  .mgz-article-content h3 {

    font-size: 30px;
    line-height: 35px;
    margin-top: 10px;
  }

  .custom-table th {
    font-size: 16px;

  }

  .custom-table td {
    font-size: 16px;
    font-weight: 500;
  }

  .back-to-top img {
    width: 35px;
    transform: rotate(180deg);



  }

  .back-to-top {
    padding: 10px 0px 0px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
  }

}