/* Global CSS start here */
:root {
  --primary: #4eacec;
  --secondary: #17d7c7;
  --btn-gradient-primary: #08b5ee;
  --btn-gradient-secondary: #17d7c7;
  --dark-black: #031826;
  --ultra-black: #121410;
  --black: #000;
  --white: #fff;
  --bg-light-gradient: linear-gradient(180deg, #FFFFFF 0%, #E6F0F9 100%);
  /* Subtle top gradient */
  --card-bg-gradient: linear-gradient(145deg, #020412 0%, #081028 100%);
  /* Deep dark blue for card */
  --text-dark: #0F172A;
  --text-light: #FFFFFF;
  --text-muted: #94A3B8;
  --divider-color: rgba(255, 255, 255, 0.15);

  /* Clamp fonts */
  --font-size-headline: clamp(1.75rem, 4vw + 1rem, 3.5rem);
  --font-size-label: clamp(0.875rem, 1.5vw, 1.125rem);
  --font-size-value: clamp(1rem, 2vw, 1.5rem);

  /* Clamp spacing */
  --spacing-section-y: clamp(3rem, 8vw, 6rem);
  --spacing-card-p: clamp(2rem, 5vw, 4rem);
}

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

@font-face {
  font-family: "Bandung Signature Free Personal";
  src: url("../fonts/Bandung.eot");
  src: url("../fonts/Bandung.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Bandung.woff2") format("woff2"),
    url("../fonts/Bandung.woff") format("woff"),
    url("../fonts/Bandung.ttf") format("truetype"),
    url("../fonts/Bandung.svg#Bandung") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Kantumruy Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kantumruy Pro", sans-serif;
  color: var(--ultra-black);
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 34px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 18px;
}

.btn.btn-primary {
  display: inline-flex;
  padding: 18px 48px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  background: linear-gradient(96deg, #08b5ee 16.91%, #17d7c7 77.89%);
  color: var(--white);
  font-family: "Kantumruy Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  border: none;
  transition: all 0.5s ease-in-out;
}

.btn.btn-primary img {
  max-width: 24px;
  height: 24px;
  width: 100%;
}

.btn.btn-primary:hover {
  transform: scale(1.05);
  background: linear-gradient(96deg, #17d7c7 16.91%, #08b5ee 77.89%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Global CSS end here */

/* Header start here */

.page-header .navbar .navbar-brand {
  max-width: 229px;
  width: 100%;
}

.page-header .navbar {
  padding: 17px 0;
}

.navbar .nav-item .nav-link {
  color: var(--black);
  font-family: "Kantumruy Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-contact-us {
  margin-left: 44px;
}

/* Header end here */

/* Banner start here */
.banner {
  padding: 144px 0 100px;
  background: url(../images/banner-bg.jpg) no-repeat center center / cover;
  position: relative;
  height: auto;
}

.banner .banner-content {
  margin-top: 0;
}

.banner-effect {
  margin-top: 20px;
}

.banner-effect picture {
  text-align: center;
  margin-bottom: 20px;
}

.banner-effect picture img {
  max-width: 90%;
  animation: rotateZoom 2s ease-in-out infinite;
  will-change: transform;
}

@keyframes rotateZoom {
  0% {
    transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(1.15) rotate(6deg);
  }

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


.banner .banner-content h1 {
  font-family: "Kantumruy Pro", sans-serif;
  color: var(--black);
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  /* 70.8px */
  margin-bottom: 24px;
}

.banner .banner-content .btn-contact-us {
  margin-bottom: 135px;
  margin-left: 0;
}

.banner .banner-content p {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

#gradient-canvas {
  width: 100%;
  height: 100%;
  --gradient-color-1: #fff;
  --gradient-color-2: #fff;
  --gradient-color-3: #8fafff;
  --gradient-color-4: #bfcbff;
  z-index: -1;
  position: absolute;
  bottom: 0;
}

.star-rating p {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
}

.star-rating .reviews-img {
  margin-right: 6px;
}

.star-img {
  margin-right: 6px;
}

.star-rating .reviews-img img {
  max-width: 114px;
  width: 100%;
}

.star-rating .fast-friendly-border {
  color: #bcbcbc;
}

.star-rating .review-text {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
  /* 18.24px */
  text-decoration: none;
}

.star-img img {
    width: 18px;
    height: 18px;
}

/* Slider */

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  max-height: 89px;
  object-fit: contain;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Content start here */

.awards {
  padding: 47px 0 80px;
}

.awards h2 {
  color: var(--dark-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 26px;
}

.client-slider {
  max-width: 657px;
  width: 100%;
  margin: 0 auto 58px;
  position: relative;
}

.client-slider:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  width: 166px;
  height: 139px;
  top: -30px;
  left: 0;
  z-index: 99;
}

.client-slider:after {
  content: "";
  position: absolute;
  background: linear-gradient(to left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  width: 166px;
  height: 139px;
  top: -30px;
  right: 0;
  z-index: 99;
}

.google-star-rating {
  gap: 9px;
}

.google-star-rating .google-icon img {
    width: 40px;
    height: 40px;
}

.google-star-rating .star-rating .star-icon img {
  width: 11px;
  height: 11px;
}

.google-star-rating p {
  color: var(--ultra-black);
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 14px */
  text-transform: uppercase;
}

.google-star-rating .star-icon {
  margin-bottom: 5px;
}

.trusted-by-global-widget h5 {
  color: var(--dark-black);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  /* 25.96px */
  margin-bottom: 10px;
}

.trusted-by-global-widget p {
  color: var(--dark-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 30px;
}

.trusted-by-counter-widget {
  border-radius: 17.363px;
  border: 1px solid #e8e8e8;
  background: var(--white);
  padding: 27px;
  transition: all 0.5s ease-in-out;
}

.trusted-by-counter-widget:hover {
  transform: scale(1.05);
}

.trusted-by-counter-widget .counter-widget-icon {
  margin-bottom: 11px;
}

.trusted-by-counter-widget .counter-widget-icon img {
  width: 28px;
  height: 28px;
}

.trusted-by-counter-widget p {
  color: var(--dark-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  /* 18.88px */
  margin-bottom: 30px;
}

.trusted-by-counter-widget h2 {
  color: var(--ultra-black);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  /* 62px */
  margin-bottom: 0;
}

.trusted-by-counter-widget .counter-content strong {
  color: #3b7fa9;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  /* 49.6px */
}

.trusted-by-counter-widget .counter-content {
  margin-bottom: 10px;
}

.trusted-by-counter-widget h6 {
  color: var(--dark-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  /* 18.88px */
  margin-bottom: 0;
}

.trusted-padding {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.our-services {
  padding: 95px 0;
  background: url(../images/services-bg.jpg) no-repeat center center;
  background-size: cover;
}

.our-services h3 {
  color: var(--white);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  /* 47.04px */
  margin-bottom: 20px;
}

.our-services p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 40px;
}

.our-services .our-services-widget {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.our-services .our-services-widget:hover {
  transform: scale(1.05);
}

.our-services .our-services-img img {
  border-radius: 11.82px;
  border: 0.844px solid #272727;
  box-shadow: 0 15.197px 33.771px 0 rgba(0, 0, 0, 0.08);
}

.our-services-content {
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 0;
  padding: 34px;
  height: 100%;
}

.our-services .our-services-widget h5 {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  /* 25.96px */
  margin-bottom: 10px;
}

.our-services-content:hover h5 {
  color: #4eacec;
}

.our-services .our-services-widget p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  padding-right: 20px;
}

.our-services .iot-icon {
  position: absolute;
  top: 20px;
  right: 10px;
}

.our-services .iot-icon img {
  max-width: 72px;
  width: 100%;
  height: 72px;
}

.our-services-content .services-arrow {
  position: absolute;
  bottom: 20px;
  right: 15px;
  visibility: hidden;
  opacity: 0;
}

.our-services-content .services-arrow img {
  max-width: 40px;
  width: 100%;
  height: 40px;
}

.our-services-content:hover .services-arrow {
  visibility: visible;
  opacity: 1;
}

.our-services .row {
  gap: 12px 0;
}

.our-services .btn-our-services {
  margin-top: 30px;
}

.why-choose-us {
  padding: 138px 0;
}

.why-choose-us h2 {
  color: var(--ultra-black);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  /* 47.04px */
  margin-bottom: 20px;
}

.why-choose-us p {
  color: var(--dark-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 60px;
}

.why-choose-us-img img {
  border-radius: 11px;
}

.why-choose-us-content {
  border-radius: 11px;
  background: #f8f8f8;
  padding: 27px 32px 26px 33px;
  margin-bottom: 15px;
}

.why-choose-us-content .why-choose-icon {
  margin-right: 14px;
}

.why-choose-us-content .why-choose-icon img {
  max-width: 48px;
  height: 48px;
}

.why-choose-us-text h5 {
  color: var(--dark-black);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  /* 25.96px */
  margin-bottom: 10px;
}

.why-choose-us-text p {
  color: var(--dark-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 0;
}

.why-choose-left-padding {
  padding-left: 60px;
}

.why-choose-right-padding {
  padding-right: 60px;
}

.why-choose-us-content:nth-child(even) {
  right: -32px;
  position: relative;
}

.case-study {
  padding: 100px 0 0;
  background: url(../images/case-bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.case-study h6 {
  color: var(--primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 0;
}

.case-study .folder-icon {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.case-study h2 {
  color: var(--white);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  /* 47.04px */
  margin-top: 20px;
  margin-bottom: 20px;
}

.case-study p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.case-study .btn-our-services {
  margin-top: 30px;
}

.case-study .nav-tabs .nav-link {
  border-radius: 10px;
  background: rgba(247, 247, 247, 0.08);
  backdrop-filter: blur(9px);
  padding: 16px 19px 16px 18px;
  gap: 12px;
  border: none;
  width: 100%;
}

.case-study .nav-tabs {
  gap: 15px;
  border: none;
}

.case-study .tab-header-icon {
  border-radius: 8px;
  border: 1px solid #484b99;
  background: #1d5795;
  width: 41px;
  height: 41px;
  margin-right: 12px;
}

.case-study .tab-header {
  text-align: left;
}

.case-study .tab-header h5 {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  /* 21.24px */
  opacity: 0.68;
  margin-bottom: 0;
}

.case-study .tab-header p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  opacity: 0.68;
  margin-bottom: 0;
}

.case-study .nav-item {
  flex: 1;
}

.case-study .nav-tabs .nav-link.active {
  background: url(../images/tab-bg.png) no-repeat center center;
  background-color: #042d5e;
  background-size: 65%;
  background-position: center 35px;
}

.case-study .nav-tabs .nav-link.active .tab-header h5 {
  opacity: 1;
}

.case-study .nav-tabs .nav-link.active .tab-header p {
  opacity: 1;
}

.case-study .nav-tabs .nav-link.active .tab-header-icon {
  background-color: transparent;
}

.case-study-tabs {
  margin-top: 50px;
  position: relative;
}

.case-study .tab-content {
  margin-top: 22px;
  border-radius: 8px 8px 0 0;
  background: var(--white);
  padding: 60px 60px 80px 60px;
  position: relative;
}

.finance-tab-inner-img {
  margin-bottom: 39px;
}

.finance-tab-inner-img img {
  max-width: 142px;
  width: 100%;
}

.finance-tab-content h4 {
  color: var(--dark-black);
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  /* 44.84px */
  margin-bottom: 20px;
}

.finance-tab-content p {
  color: var(--dark-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 60px;
}

.finance-tab-widget h3 {
  color: var(--ultra-black);
  font-size: 47.353px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  /* 58.718px */
}

.finance-tab-widget h3 span {
  color: #3b7fa9;
}

.case-study .btn-container {
  background: var(--white);
  position: relative;
  height: 3px;
}

.case-study .btn.btn-primary {
  margin-top: -30px;
}

.case-study-tabs:after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 898px;
  height: 466.285px;
  background: url(../images/case-study-shadow.png) no-repeat center center;
  background-size: 88%;
  z-index: -1;
}

.our-client-slider-container {
  padding-top: 128px;
  background: #f4f4f4;
}

.our-client-slider-container .our-client-slider {
  padding: 0 0 46px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 0;
}

.our-client-slider-container .slick-slide img {
  display: block;
  max-height: 101px;
  object-fit: contain;
}

.our-client-slider-container figure {
  margin-bottom: 0;
}

.our-client-slider-container .slick-slide {
  margin: 0 50px;
}

.testimonials {
  padding: 88px 0 160px;
  background: #f4f4f4;
  position: relative;
}

.testimonials:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 233px;
  background: url(../images/testimonial-shadow.png) no-repeat center center;
  background-size: cover;
  /* z-index: -1; */
}

.testimonials h6 {
  color: var(--primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 0;
}

.testimonials .folder-icon {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.testimonials h2 {
  color: var(--ultra-black);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  /* 47.04px */
  margin-top: 19px;
}

.testimonials-widget h3 {
  font-family: "Bandung Signature Free Personal";
  color: var(--dark-black);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  /* 56.64px */
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.testimonials-widget h6 {
  color: var(--dark-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.testimonials-widget p {
  color: var(--dark-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin: 47px 0 58px;
}

.testimonials-widget {
  border-radius: 14px;
  border: 1px solid #e9e9e9;
  background: var(--white);
  box-shadow: 0 18px 40px 0 rgba(0, 0, 0, 0.01);
  padding: 29px;
}

.testimonials-slider-container {
  margin-top: 10px;
}

.testimonials-widget img {
  width: 52px;
  height: 52px;
  border-radius: 7px;
}

.testimonials li {
  list-style: none;
}

.testimonials.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 40px;
  padding: 0;
}

.testimonials .slick-dots button {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 30px;
  opacity: 0.48;
  background: var(--dark-black);
  border: none;
  padding: 0;
}

/* .testimonials .slick-dots .slick-active button {
  border-radius: 10px;
  background: var(--primary-red);
  border: 1px solid var(--primary);
} */
.testimonials .slick-track {
  padding: 30px 0 0;
}

.testimonials .slick-dots {
  display: flex;
  margin-top: 30px;
}

.testimonials .slick-dots li {
  border-radius: 30px;
  border: 1px solid transparent;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials .slick-dots li.slick-active {
  border: 1px solid var(--primary);
}

.testimonials-slider {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.testimonials-widget {
  position: relative;
}

.testimonials-widget .client-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.testimonials-widget .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.testimonials-widget .btn-video img {
  max-width: 66px;
  width: 66px;
  height: 66px;
}

.testimonials-widget video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.testimonials-widget:hover .client-video {
  opacity: 1;
  visibility: visible;
}

.testimonials-widget:hover .btn-video {
  opacity: 1;
  visibility: visible;
}

.testimonials-widget picture {
  position: relative;
  z-index: 1;
}

.testimonials-widget:hover h3,
.testimonials-widget:hover h6 {
  color: var(--white);
}

#pauseBtn {
  display: none;
}

.industries {
  padding: 96px 0;
  background: url(../images/industry-bg.jpg) no-repeat center;
  background-size: cover;
}

.industries h6 {
  color: var(--primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 0;
}

.industries .folder-icon {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.industries h2 {
  color: var(--white);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  /* 47.04px */
  margin-top: 20px;
  margin-bottom: 20px;
}

.industries h2 span {
  color: var(--primary);
}

.industries p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.industry-slider-widget {
  background: url(../images/industry-widget-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 40px;
  width: 391px;
  height: 366px;
  border: none;
  transition: all 0.5s ease-in-out;
}

.industry-slider-widget .card-header {
  padding: 0;
  border: none;
  margin-bottom: 96px;
}

.industry-slider-widget .card-header h5 {
  color: var(--white);
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  /* 39.44px */
  margin-bottom: 0;
  max-height: 45px;
}

.card-header-icon {
  border-radius: 6px;
  background: #67dac3;
  max-width: 47px;
  width: 47px;
  height: 47px;
  margin-right: 14px;
}

.industry-slider-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.industry-slider-widget ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  display: inline-block;
  margin-right: 8px;
}

.industry-slider-widget ul li {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%;
  /* 18.88px */
}

.industry-slider-widget .btn.btn-link {
  position: absolute;
  right: 27px;
  bottom: 27px;
  opacity: 0;
  visibility: hidden;
}

.industry-slider-widget:hover .btn.btn-link {
  opacity: 1;
  visibility: visible;
}

.industry-slider-widget:hover .btn.btn-link img {
  width: 38px;
  height: 38px;
}

.industry-slider-container {
  margin-top: 80px;
}

.industry-slider-widget:hover ul li:before {
  background: var(--primary);
}

.industry-slider-widget:hover .card-header-icon {
  background: var(--primary);
}

.industries .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 40px;
  padding: 0;
}

.industries .slick-dots button {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 30px;
  opacity: 0.48;
  background: var(--white);
  border: none;
  padding: 0;
  opacity: 0.48;
}

/* .testimonials .slick-dots .slick-active button {
  border-radius: 10px;
  background: var(--primary-red);
  border: 1px solid var(--primary);
} */
.industries .slick-track {
  padding: 30px 0 0;
}

.industries .slick-dots {
  display: flex;
  margin-top: 30px;
}

.industries .slick-dots li {
  border-radius: 30px;
  border: 1px solid transparent;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industries .slick-dots li.slick-active {
  border: 1px solid var(--primary);
}

.industries .slick-slider {
  margin-bottom: 0;
}

.multiple-slider {
  padding: 80px 0;
}

.multiple-slider .slide-content {
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.excellence-with-innovation {
  border-radius: 30px;
  border: 1px solid #9dfff0;
  background: url(../images/excellence-bg.png) no-repeat center center;
  background-size: cover;
  padding: 78px 78px 58px 78px;
  max-width: 1024px;
  width: 100%;
  margin: auto;
}

.excellence-with-innovation h2 {
  color: var(--black);
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
  /* 48.64px */
  margin-bottom: 10px;
}

.excellence-with-innovation p {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 25px;
}

.excellence-with-innovation ul {
  display: flex;
  gap: 28px;
  list-style: none;
  margin-top: 25px;
  justify-content: center;
}

.excellence-with-innovation ul li {
  display: flex;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.excellence-with-innovation ul li .check-icon {
  margin-right: 7px;
  margin-bottom: 0;
}

.excellence-with-innovation ul li .check-icon img {
  width: 18px;
  height: 18px;
}

.active a.nav-link {
  color: #08b5ee !important;
}


.lets-build span.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  font-size: 12px;
}


.lets-build {
  background: #043f7b;
  padding: 85px 0;
}

.home .lets-build {
  margin-top: 124px;
}

.lets-build-content {
  background: url(../images/lets-build-something-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 30px;
  padding: 70px 50px 30px 50px;
  height: 100%;
}

.lets-build-content h2 {
  font-family: "Grift";
  color: var(--white);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 114%;
  /* 72.96px */
  margin-bottom: 25px;
}

.lets-build-content p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 85px;
}

.lets-build-form {
  border-radius: 30px;
  background: #002e5c;
  padding: 0;
  height: 100%;
}

.lets-build-form .contact-form {
  background: url(../images/form-shadow.png) no-repeat center center;
  background-size: 100% 100%;
}

.contact-form-inner {
  padding: 70px 60px;
}

.lets-build-form label {
  color: var(--white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.lets-build-form .form-control {
  border-radius: 8px;
  border: 1px solid #1c196c;
  background: #032349;
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  height: 40px;
}

.lets-build-form .form-control:focus {
  box-shadow: none;
}

.lets-build-form textarea.form-control {
  height: 149px;
  resize: none;
  margin-bottom: 40px !important;
}

.lets-build-form p {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
  font-size: 1rem;
}

.privacy-policy {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-decoration: none;
}

.lets-build .col-lg-6.col-md-6.col-sm-6.col-12:first-child {
  padding-right: 24px;
}

.lets-build .col-lg-6.col-md-6.col-sm-6.col-12:last-child {
  padding-left: 24px;
}

.lets-build-form .btn.btn-primary {
  padding: 18px 38px;
}

/* Content end here */

/* Footer end here */

.page-footer {
  padding: 62px 0 0 0;
}

.footer-widget h4 {
  color: #62d0cc;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 20px;
}

.footer-widget p {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

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

.footer-widget ul li {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.footer-widget ul li a {
  color: var(--black);
  padding: 0;
  text-decoration: none;
}

.footer-widget ul li a:hover {
  color: var(--primary);
}

.footer-widget-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-widget .btn.btn-link {
  color: var(--primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  /* 23.68px */
  text-decoration: none;
  padding: 0;
  margin-bottom: 15px;
}

.footer-widget .btn.btn-link img {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}

.social-media {
  margin-top: 80px;
}

.social-media a {
  text-decoration: none;
}

.social-media a img {
  width: 38px;
  height: 38px;
}

.subscribe-form {
  position: relative;
  margin-bottom: 40px;
}

.subscribe-form .form-control {
  border-radius: 8px;
  border: 1px solid #64d4c9;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  height: 48px;
  padding: 0.375rem 7rem 0.375rem 0.75rem;
}

.subscribe-form .btn.btn-primary {
  display: flex;
  height: 35px;
  max-width: 87px;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: linear-gradient(0deg, #4eacec 0%, #67dac3 100%);
  color: var(--white);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  position: absolute;
  right: 7px;
  top: 6px;
  padding: 0;
}

.subscribe-form .form-control:focus {
  box-shadow: none;
}

.subscribe-form br {
  display: none;
}

.subscribe-form p {
  margin-bottom: 0;
}

.subscribe-form .wpcf7 form .wpcf7-response-output {
  margin: 0;
}

.copyright {
  padding: 133px 0 109px;
}

.copyright p {
  color: var(--black);
  opacity: 0.6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  margin-bottom: 0;
}

.copyright p a {
  color: var(--black);
  text-decoration: none;
}

.copyright p a:hover {
  color: var(--primary);
}

.footer-widget.join-newsletter {
  max-width: 342px;
  width: 100%;
}

.page-header.add-navbar-bg .navbar {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.trusted-by-global-brands .row .row {
  flex: 1;
}

.multiple-client-slider1 {
  padding: 0;
}

.multiple-client-slider1 .slick-list {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.multiple-client-slider1 .slide-content {
  width: 162px;
  height: 90px;
}

.multiple-client-slider1 .slide-content picture {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.multiple-client-slider1 .slide-content picture img {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.multiple-client-slider1 .slick-slide img {
  height: 90px;
}

.multiple-client-slider1 .slick-slide {
  margin: 0px 20px;
}

.scroll nav.navbar.navbar-expand-lg.fixed-top {
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}

nav.navbar.navbar-expand-lg.fixed-top {
  transition: all 0.3s ease-in-out;
}

.multiple-client-slider .slide-content {
  width: 162px;
  height: 90px;
}

.multiple-client-slider .slide-content picture {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.multiple-client-slider .slide-content picture img {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.multiple-client-slider .slick-slide img {
  height: 90px;
}

.multiple-client-slider .slick-slide {
  margin: 0px 20px;
}

.our-services .our-services-img img {
  width: 100%;
}

.navbar .nav-item .nav-link.active {
  color: #67dac3;
  font-weight: 600;
}

.banner-effect {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.client-slider-container .slick-slide {
  margin: 0px 15px;
}

.our-client-slider {
  position: relative;
}

.our-client-slider:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right,
      rgba(244, 244, 244, 1) 0%,
      rgba(244, 244, 244, 0) 100%);
  width: 166px;
  height: 139px;
  top: -30px;
  left: 0;
  z-index: 99;
}

.our-client-slider:after {
  content: "";
  position: absolute;
  background: linear-gradient(to left,
      rgba(244, 244, 244, 1) 0%,
      rgba(244, 244, 244, 0) 100%);
  width: 166px;
  height: 139px;
  top: -30px;
  right: 0;
  z-index: 99;
}

.lets-build-form .btn.btn-primary:focus {
  box-shadow: none;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

.contact-form .wpcf7-spinner {
  display: none;
}

/* Case study page start here */
.case-study-banner {
  background: url(../images/case-study-banner.jpg) no-repeat center center;
  background-size: cover;
  /* padding: 150px 0; */
  padding-top: clamp(5rem, calc(12vw + 1rem), 12rem);
  padding-bottom: clamp(5rem, calc(12vw + 1rem), 12rem);
  margin-top: 94px;
  text-align: center;
  /* height: 405px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-banner h1 {
  color: #031826;
  /* font-size: 48px; */
  font-size: clamp(2rem, calc(1.7vw + 1rem), 5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  /* 47.04px */
  margin-bottom: 0;
}

.real-world-solutions {
  padding: 90px 0;
}

.real-world-solutions {
  /* padding: 90px 0; */
  padding-top: clamp(3.5rem, calc(4vw + 1rem), 6rem);
  padding-bottom: clamp(3.5rem, calc(4.8vw + 1rem), 6rem);
}

.real-world-solutions h2 {
  color: var(--black);
  /* font-size: 48px; */
  font-size: clamp(2rem, calc(1.7vw + 1rem), 5rem);
  margin-bottom: clamp(2rem, calc(2vw + 1rem), 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  /* 47.04px */
}

.real-world-solutions .nav-tabs .nav-link {
  color: #8f8f8f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%;
  border: none;
  border-bottom: none;
  margin-bottom: 0;
  white-space: nowrap;
  border-radius: 100px;
  background: #FFF;
  padding: 16px 18px;
  width: 100%;
}

.real-world-solutions .nav-tabs .nav-item {
  flex: 1;
}

.real-world-solutions .nav-tabs .nav-item.show .nav-link {
  border: none;
  border-bottom: 3px solid #4eacec;
  color: #031826;
  font-weight: 700;
}

.real-world-solutions .nav-tabs .nav-link.active {
  border: none;
  border-bottom: none;
  color: #FFF;
  font-weight: 500;
  border-radius: 100px;
  background: linear-gradient(90deg, #08B5EE 0%, #17D7C7 100%);
}

.real-world-solutions .nav-tabs {
  border-bottom: none;
  max-width: 1020px;
  margin: auto;
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(8, 181, 238, 0.20) 0%, rgba(23, 215, 199, 0.20) 100%);
  padding: 18px 18px 18px 24px;
  gap: 20px;
  /* overflow: hidden; */
}

.real-world-solutions .tab-content {
  margin-top: clamp(2rem, calc(2vw + 1rem), 3.5rem);
  max-width: 1114px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.real-world-solutions .finance-tab-content {
  margin-bottom: clamp(1rem, calc(0.5vw + 1rem), 2rem);
}

.finance-tab-inner-content {
  margin-top: clamp(1rem, calc(2vw + 1rem), 2.8rem);
}

.real-world-solutions .finance-tab-inner-content h6 {
  color: #031826;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: clamp(1rem, calc(1vw + 0.5rem), 1.8rem);
}

.real-world-solutions .finance-tab-content p {
  max-width: 457px;
  margin-bottom: clamp(1.5rem, calc(2.1vw + 0.5rem), 3rem);
}

.real-world-solutions .finance-tab-content-img img {
  border-radius: 14px;
}

.real-world-solutions .finance-tab-content-img {
  margin-bottom: 0;
}

/* Case study page end here */

/* About Us page start here */

.case-study-banner.inner-page-banner {
      height: clamp(10rem, 30vw + 10rem, 36rem);
}

.case-study-banner.inner-page-banner h1 {
  color: #fff;
  /* font-size: 48px; */
  font-size: clamp(1.6rem, calc(1.7vw + 1rem), 5rem);
  font-style: normal;
  font-weight: 600;
  margin-bottom: clamp(0, calc(6vw + 1rem), 9rem);
  line-height: 116%;
}


.hero-text-section {
  padding-top: var(--spacing-section-y);
  padding-bottom: var(--spacing-section-y);
}

.main-headline {
  font-size: var(--font-size-headline);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-dark);
}

.content-grid-section {
  margin: 0 auto;
  /* padding-bottom: var(--spacing-section-y); */
  margin-top: -150px;
}

.info-card {
  background: url(../images/info-card-bg.jpg) no-repeat center center;
  background-size: cover;
  color: var(--text-light);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: var(--spacing-card-p);
}



.info-item {
  margin-bottom: 1.5rem;
}

.info-item:last-child {
  margin-bottom: 0;
}

.info-label {
  font-size: var(--font-size-label);
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.info-value {
  font-size: var(--font-size-value);
  font-weight: 400;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}



.info-label {
  font-size: 1.25rem;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 5px;
}

.info-value {
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  color: #F2F2F7;
}

.info-card .nav-pills .nav-link {
  background: transparent;
  padding: 0;
  /* transition: opacity 0.3s ease; */
  /* opacity: 0.5; */
  width: 100%;
}

.info-card .nav-pills .nav-link:hover {
  opacity: 0.75;
}

.info-card .nav-pills .nav-link.active {
  background: transparent;
  opacity: 1;
}

.info-card .nav-pills .nav-link .info-label {
  color: var(--text-light);
}

.info-divider {
  height: 1px;
  background-color: #fff;
  margin: 1.5rem 0;
  width: 100%;
}

.monitor-placeholder img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.info-card .nav-pills .info-item {
  margin-bottom: 0;
}

.preview-card {
  min-height: 400px;
}

.preview-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.project-details-section {
  padding-top: clamp(3rem, 3.5vw, 6rem);
  background-color: transparent;
}

.project-details-section .detail-line {
  width: 49px;
  height: 1px;
  background: linear-gradient(96deg, #08B5EE 16.91%, #17D7C7 77.89%);
  margin-bottom: 1.6rem;
}

.project-details-section h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 1.1rem;
  font-weight: 700;
}

.project-details-section p {
  font-size: 1rem;
  line-height: 140%;
  color: #334155;
}
.project-details-section  ul{
    padding: 0;
    margin: 0;
}
.project-details-section  ul li{
    color: var(--Dark-Blue, #031826);
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    list-style: none;
    margin-top: 10px;
}

.project-details-section  ul li::before{
	content: url('https://beyood.shekharhans.com/wp-content/uploads/check-2.svg');
margin-right: 10px;
}

.impact-stats-section {
  /*padding-bottom: clamp(2rem, 2.5vw, 5rem);*/
padding-bottom: clamp(60px, 9.6vw, 110px);
}

/* .impact-card {
  border-radius: 31px;
  background: linear-gradient(96deg, rgba(8, 181, 238, 0.13) 16.91%, rgba(23, 215, 199, 0.13) 77.89%);
  padding: clamp(3rem, 5vw, 5rem) 2rem;

} */

.impact-stats-section .stat-value {
  font-size: clamp(5rem, 6vw, 7rem);
  font-weight: 200;
  color: #031826;
  margin-bottom: 1rem;
  line-height: 1;
}

.impact-stats-section{
    margin-top: clamp(10px, 2.7vw, 40px);
}
.project-details-section  .content-lists{
   display: flex;
    flex-direction: column;
    gap: clamp(70px, 7.6vw, 110px);
}
.project-details-section .content-lists .row:nth-child(even){
	flex-direction: row-reverse;
}

.impact-stats-section .stat-label {
  font-size: clamp(1rem, 1.5vw, 1.13rem);
  color: var(--dark-black);
  font-weight: 500;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
    letter-spacing: -1px;
}

.key-challenges-section h2 {
  font-size: clamp(2rem, 1.8vw, 2rem);
  font-weight: 700;
  color: var(--dark-black);
  margin-bottom: 1rem;
}

.key-challenges-section .challenge-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 2rem;
line-height: 140%;
}

.key-challenges-section .challenge-list li {
  font-size: 1.13rem;
  color: #334155;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  width: 50%;
  max-width: 50%;
}

.key-challenges-section .challenge-list li::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 3px;
  flex-shrink: 0;
  background: url(../images/key-feature-list-arrow.png) no-repeat center center;
  background-size: contain;
}

.challenge-img-wrapper img {
  border-radius: 22px;
}

.key-challenges-section-row {
  border-radius: 0;
  padding: clamp(2rem, 4vw, 5rem) 0;
  margin-bottom: 0;
}

.showcase-section {
  padding-top: clamp(2rem, 3vw, 4rem);
  padding-bottom: clamp(2rem, 9vw, 7rem);
  background-color: transparent;
}

.showcase-card {
  position: relative;
}


.showcase-text-card {
  background-color: #0F172A;
  border-radius: 20px;
  padding: clamp(2rem, 3vw, 3rem);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.showcase-text-card h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.showcase-text-card p {
  font-size: 1rem;
  color: #94A3B8;
  margin-bottom: 2rem;
  line-height: 1.5;
  max-width: 80%;
}

.showcase-text-card .btn-explore {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  max-width: fit-content;
  transition: all 0.3s ease;
}

.showcase-text-card .btn-explore:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.showcase-text-card .btn-explore .arrow {
  margin-left: 0.5rem;
}

/* Technologies Section */
.technologies-section {
  padding-bottom: clamp(3rem, 6.5vw, 8rem);
  background: #eafbfd;
  padding-top: clamp(3rem, 5vw, 5rem);
}

.technologies-header {
  max-width: 674px;
  margin: 0 auto 0;
}

.technologies-header h2 {
  font-size: clamp(2rem, 1.8vw, 2rem);
  font-weight: 700;
  color: var(--dark-black);
  margin-bottom: clamp(1rem, 1.2vw, 1.4rem);
}

.technologies-header p {
  font-size: 1.11rem;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 2rem;
}

.technologies-slider .slick-track {
  padding: 1rem 0;
}

.tech-card {
  background: #fff;
  border-left: 1px solid #E2E8F0;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  padding: 2rem 1.5rem;
  width: 100%;
  max-width: 200px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tech-card p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.tech-icon {
  width: 48px;
  height: 48px;
  margin: auto;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.tech-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 0;
}

.technologies-slider .slick-dots li button:before {
  font-size: 12px;
  color: #CBD5E1;
  opacity: 1;
}

.technologies-slider .slick-dots li.slick-active button:before {
  color: #17D7C7;
}

.technologies-slider .slick-slide {
  margin: 0;
}

.technologies-slider {
  max-width: 1030px;
  margin: auto;
  /* box-shadow: 0 42px 200px 0 rgba(8, 181, 238, 0.16); */
}

.key-challenges-section-row:nth-child(2n) .col-lg-6:first-child {
  order: 2;
}

.key-challenges-section-row:nth-child(2n) .col-lg-6:last-child {
  order: 1;
  padding-left: 12px !important;
}

.page-header .navbar .dropdown-toggle::after {
  vertical-align: .1em;
}

.hide-on-mobile {
  display: block;
}

.hide-on-desktop {
  display: none;
}

.finance-tab-content-img img {
  height: 500px;
  object-fit: cover;
}

#CasStudyTabContent .finance-tab-inner-img {
  margin-bottom: 15px;
}

#CasStudyTabContent .finance-tab-content h4 {
  margin-bottom: 10px;
}

#CasStudyTabContent .finance-tab-content p {
  max-width: 457px;
  margin-bottom: clamp(1.5rem, calc(1vw + 0.5rem), 1.8rem);
}

#CasStudyTabContent .finance-tab-content {
  margin-bottom: clamp(1rem, calc(2vw + 1rem), 2.5rem);
}

.real-world-solutions.case-study-page-content {
  padding-bottom: clamp(3.5rem, calc(4vw + 1rem), 4rem);
}

.project-details-section h6 {
  color: #031826;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* margin-bottom: clamp(2rem, 3.5vw, 4.3rem); */
}

.challenge-list.list-unstyled {
  max-width: 821px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

/*.key-challenges-section-row:last-child {
  display: none;
}*/

#aboutAccordion .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
  box-shadow: none;
}

#aboutAccordion .accordion-item {
  border: none;
}

#aboutAccordion .accordion-button::after {
  display: none;
}

#aboutAccordion p {
  font-size: 1.15rem;
}
#aboutAccordion p strong {
    font-weight: 600;
}

#aboutAccordion img {
  border-radius: 24px;
}

#aboutAccordion .accordion-content {
  margin-bottom: clamp(2rem, 4vw, 5rem);
}

#aboutAccordion .accordion-button.collapsed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#aboutAccordion .accordion-item:last-child .accordion-button.collapsed {
  border-bottom: 0 !important;
}

#aboutAccordion .accordion-button {
  padding: clamp(2rem, 2vw, 2rem) 0;
}

#aboutAccordion .accordion-button:focus {
  box-shadow: none;
}

/*.key-challenges-section-row:nth-child(2) {
  border-bottom: none;
}*/

.technologies-slider {
  position: relative;
}

.technologies-slider:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(234, 251, 253, 1) 20%, rgba(234, 251, 253, 0) 100%);
  width: 150px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.technologies-slider:after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, rgba(234, 251, 253, 1) 20%, rgba(234, 251, 253, 0) 100%);
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99;
}

.real-world-solutions .nav-tabs {
  position: relative;
}

.real-world-solutions .nav-tabs:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(234, 251, 253, 1) 20%, rgba(234, 251, 253, 0) 100%);
  width: 60px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50px 0 0 50px;

}

.real-world-solutions .nav-tabs:after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, rgba(234, 251, 253, 1) 20%, rgba(234, 251, 253, 0) 100%);
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 0 50px 50px 0;

}

.tab-slider-wrapper .slick-slide {
  margin: 0 5px;
  width: auto !important;
}

.tab-slider-wrapper .slick-track {
  display: flex;
}

.tab-slider-wrapper .slick-prev.slick-arrow {
  position: absolute;
  left: -17px;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: none;
  background: url(../images/prev-arrow.svg) no-repeat center center;
  background-color: #fff;
  border-radius: 100%;
  top: 20px;
  background-size: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tab-slider-wrapper .slick-next.slick-arrow {
  position: absolute;
  right: 0;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: none;
  background: url(../images/next-arrow.svg) no-repeat center center;
  background-color: #fff;
  border-radius: 100%;
  top: 20px;
  right: -17px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-size: 50%;
}

/* About Us page end here */

@media (max-width: 1366px) {
  .page-header .navbar .btn-contact-us {
    margin-left: 15px;
  }

  .industry-slider-widget {
    width: 100%;
  }

  .lets-build-form .btn.btn-primary {
    padding: 18px 23px;
  }

  .banner .banner-content {
    margin-top: 110px;
  }
}

@media (max-width: 575px) {
  .info-card {
    border-radius: 20px 20px 0 0;
  }

  .preview-card img {
    border-radius: 0 0 20px 20px;
  }

  .key-challenges-section-row .col-lg-6:last-child {
    order: 1;
  }

  .key-challenges-section-row .col-lg-6:first-child {
    order: 2;
    margin: 20px 0 0 0 !important;
  }

  .showcase-section .row {
    margin: 0 -7px;
  }

  .showcase-section .col-6,
  .showcase-section .col-lg-12 {
    padding: 0 7px;
  }

  .showcase-section .col-lg-12 {
    margin: 12px 0;
  }

  .real-world-solutions {
    padding-bottom: 0;
  }


  #CasStudyTabContent .finance-tab-content-img {
    margin-top: 30px;
  }

  #CasStudyTabContent {
    margin-bottom: 60px;
    margin-top: 15px;
  }

  #caseStudyTab {
    gap: 10px;
    padding: 15px 0 15px 19px;
  }

  .finance-tab-content .row .col-lg-12.col-md-12.col-sm-12.col-12:first-child {
    order: 2;
  }

  .finance-tab-content .row .col-lg-12.col-md-12.col-sm-12.col-12:last-child {
    order: 1;
  }

  .real-world-solutions.case-study-page-content {
    padding-bottom: 0;
  }

  .project-details-section h6 {
    font-size: 17px;
  }

  #aboutAccordion .accordion-body {
    padding: 0;
  }

  .accordion-content .col-md-6.pe-5 {
    padding-right: 0.7rem !important;
  }

  .key-challenges-section .challenge-list li {
    font-size: 1rem;
    line-height: 19px;
  }

  .challenge-list.list-unstyled {
    align-items: flex-start;
    margin: 0 -5px;
  }

  .key-challenges-section .challenge-list li {
    padding: 0 5px;
  }

  #aboutAccordion img {
    margin-bottom: 30px;
    margin-top: -20px;
    border-radius: 14px;
  }

  #aboutAccordion .impact-card {
    text-align: center;
  }

  #aboutAccordion .accordion-content {
    margin-bottom: 0;
  }

  .project-details-section.project-detail-about {
    padding-top: clamp(2rem, 5.5vw, 8rem);
  }

  .showcase-section {
    padding-bottom: 0;
  }

  #aboutAccordion .project-details-content h6 {
    margin-bottom: 0;
  }

  .key-challenges-section .challenge-intro {
    font-size: 1rem;
    line-height: 24px;
  }

  .technologies-header p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

  #aboutAccordion p {
    font-size: 1rem;
  }

  .finance-tab-content-img img {
    height: 300px;
  }

  .excellence-with-innovation .btn.btn-primary {
    margin: 0;
  }

  .tab-slider-wrapper .slick-prev.slick-arrow,
  .tab-slider-wrapper .slick-next.slick-arrow {
    display: none !important;
  }
}

@media screen and (max-width: 767px){
  .impact-stats-section .stat-value,
#aboutAccordion p{
    text-align: left;
  }
}