:root {
  --c1: #4d6df3;
  --c2: #3d62f0;
  --c3: #6e8bf7;
  --c4: #3d62f0;
  --c5: #0048ff;
  --c6: #1d50f8;
  --c7: #f0f0f0;
  --c8: #ededed;
  --c9: #ffffff;
  --c10: #f2f2f2;
  --c11: #083dee;
  --c12: #1243e8;
  --c13: #efefef;
  --c14: #f7f7f7;
  --c15: #f3f3f3;
}

@import 'https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap';
@import 'https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css';
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
b,
small,
strong,
body,
button,
input,
optgroup,
select,
textarea {
  font-family: 'Montserrat';
}
body {
  overflow-x: hidden !important;
}
a,
i,
p,
.btn,
div {
  outline: none;
  text-decoration: none !important;
}
textarea {
  outline: 2px solid rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}
input,
.navbar-toggler,
.nav-link,
button,
input {
  outline: 2px solid rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}
body {
  scroll-behavior: smooth;
}
html {
  --scrollbarBG: #cfd8dc;
  --thumbBG: #90a4ae;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #000;
}
::-webkit-scrollbar-thumb {
  background: #2554f9;
}
.animated {
  animation: up-down 2s ease infinite alternate-reverse both;
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.animated2 {
  animation: left-right 2s ease infinite alternate-reverse both;
}
@keyframes left-right {
  0% {
    transform: translatex(10px);
  }
  100% {
    transform: translatex(-10px);
  }
}
.lg-container {
  width: 100%;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.md-container {
  width: 100%;
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.sm-container {
  width: 100%;
  max-width: 1030px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.layout {
  overflow-x: hidden;
}
.bg-lightgray {
  background: #fbfbfb !important;
}
.bg-light {
  background: #fff !important;
}
.btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  padding: 12px 35px;
  background: #2554f9;
  border-radius: 34px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border: none;
}
.btn-primary:hover {
  background: #142fff !important;
}
.btn-light {
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  padding: 12px 35px;
  background: #fff;
  border-radius: 34px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #2554f9;
  border: none;
}
.btn-light {
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  padding: 12px 35px;
  background: #fff;
  border-radius: 34px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #2554f9;
  border: none;
}
.btn-lg {
  font-weight: 600 !important;
  padding: 20px 45px !important;
  height: auto !important;
}
.btn-lg {
  font-weight: 600 !important;
  padding: 20px 45px !important;
  height: auto !important;
}
.hover-section-img {
  transition: all 0.3s ease !important;
}
.header {
  transition: all 0.3s ease !important;
  min-height: 100px;
  width: 100%;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header .navbar-toggler {
  border: none;
  padding: 0px;
}
.header .navbar-toggler i {
  font-size: 28px;
  color: #fff;
}
.header .navbar {
  padding: 0px;
  width: 100%;
}
.header .navbar .navbar-brand img {
  transition: all 0.3s ease !important;
  height: 40px;
}
.header .navbar .navbar-nav {
  gap: 40px;
}
.header .navbar .navbar-nav .nav-link {
  border-top: 2px solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 5px 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.header .navbar .navbar-nav .nav-link.active {
  border-bottom: 2px solid #fbfbfb;
}
.header.active {
  background: #000;
  position: fixed;
  padding: 15px 0px;
  min-height: 75px;
}
.header.active .navbar-brand img {
  height: 30px;
}
.header.active .megamenu-dropdown .dropdown-menu {
  top: 75px;
}
.hero-section {
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/hero-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.hero-section .hero-content {
  width: 100%;
  margin: auto;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero-section .hero-content h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  text-align: center;
  line-height: 70px;
  margin-bottom: 30px;
  color: #fff;
}
.hero-section .hero-content h1 span {
  font-size: 40px;
  height: 60px;
  padding: 8px 20px;
  font-family: 'Unbounded';
  background: rgba(217, 217, 217, 0.1);
  color: #fff;
  border: 1px solid #fff;
  box-shadow: inset 11.8667px -11.8667px 11.8667px rgba(165, 165, 165, 0.1),
    inset -11.8667px 11.8667px 11.8667px rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(11.8667px);
  backdrop-filter: blur(11.8667px);
  border-radius: 8px;
}
.hero-section .hero-content p {
  max-width: 722px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.about-video-section {
  width: 100%;
  padding: 80px 0px;
}
.about-video-section .video-card {
  width: 100%;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
}
.about-video-section .video-card video,
.about-video-section .video-card img {
  height: 100%;
  width: 100%;
}
.about-video-section .content {
  width: 100%;
  position: relative;
}
.about-video-section .content .collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.about-video-section .content .expanded {
  display: block;
}
.about-video-section .content .arrow {
  right: 42%;
  bottom: 0px;
  position: absolute;
}
.about-video-section .content h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 40px;
}
.about-video-section .content h3 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.about-video-section .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 40px;
}
.content-align-center {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.companies-logo {
  width: 100%;
  padding: 20px 0px 80px;
}
.companies-logo .item {
  padding: 0px 45px;
  min-height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.companies-logo .item img {
  width: auto !important;
}
.about-section {
  width: 100%;
  padding: 80px 0px;
  position: relative;
}
.about-section .video-card {
  width: 100%;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
}
.about-section .video-card video,
.about-section .video-card img {
  height: 100%;
  width: 100%;
}
.about-section .content {
  width: 100%;
  position: relative;
}
.about-section .content .collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.about-section .content .expanded {
  display: block;
}
.about-section .content .arrow {
  right: 42%;
  bottom: 0px;
  position: absolute;
}
.about-section .content h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 40px;
}
.about-section .content h3 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.about-section .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 40px;
}
.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin: 120px 0px 40px;
}
.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 200s linear infinite;
}
.marquee .track .content {
  display: flex;
  gap: 35px;
}
.marquee .track .content span {
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  display: inline-block;
  font-family: 'Space Grotesk';
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 0.012em;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.industry-expertise {
  margin-top: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.industry-expertise .expertise-card {
  width: 100%;
  min-height: 450px;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
}
.industry-expertise .expertise-card .content {
  height: 100%;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.industry-expertise .expertise-card .content h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  margin-bottom: 35px;
}
.industry-expertise .expertise-card .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.industry-expertise .expertise-card .slider {
  width: calc(100% - 430px);
}
.industry-expertise .expertise-card .slider .expert-card {
  width: 100%;
  height: 230px;
  background: #fff !important;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.15);
  border-radius: 21px;
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  position: relative;
}
.industry-expertise .expertise-card .slider .expert-card .fa-arrow-right {
  top: 20px;
  right: 20px;
  color: #000;
  position: absolute;
}
.industry-expertise .expertise-card .slider .expert-card img {
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.industry-expertise .expertise-card .slider .expert-card h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #2554f9;
  margin-bottom: 0px;
}
.industry-expertise .expertise-card .slider .expert-card p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
  color: #000;
}
.center-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.center-heading h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.center-heading h3 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.center-heading p {
  max-width: 765px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  color: #000;
}
.left-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
}
.left-heading h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.left-heading h3 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.left-heading p {
  max-width: 765px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  color: #000;
}
.center-heading-light {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.center-heading-light h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  max-width: 800px;
}
.center-heading-light h3 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.center-heading-light p {
  max-width: 765px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
}
.solutions-section {
  width: 100%;
  padding: 80px 0px 150px;
  background-image: url(../images/dots.png);
  background-color: #fbfbfb;
  background-size: 100%;
  background-position: center;
}
.solutions-section .solutions-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fbfbfb;
}
.solutions-section .solutions-row .solution-box:nth-child(1) {
  border-left: 1px solid #000;
}
.solutions-section .solutions-row .solution-box {
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 400px;
  width: 20%;
  overflow: hidden;
  padding: 30px;
  border-right: 1px solid #000;
}
.solutions-section .solutions-row .solution-box .box-wrapper {
  height: 340px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.solutions-section .solutions-row .solution-box .second-slide,
.solutions-section .solutions-row .solution-box .third-slide,
.solutions-section .solutions-row .solution-box .first-slide {
  position: absolute;
  z-index: 7;
  background: #436374;
  height: 340px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.solutions-section .solutions-row .solution-box .text {
  z-index: 10;
  height: 100%;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
}
.solutions-section .solutions-row .solution-box .text .fa-arrow-up-right {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  color: #fff;
}
.solutions-section .solutions-row .solution-box .text p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  max-width: 200px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.solutions-section .solutions-row .solution-box .second-slide {
  z-index: 8;
}
.solutions-section .solutions-row .solution-box .third-slide {
  z-index: 9;
}
.countdowns {
  width: 100%;
  padding: 80px 0px;
  background: #2554f9;
}
.countdowns .countdowns-row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.countdowns .countdowns-row .c-card:last-child {
  border-right: none;
}
.countdowns .countdowns-row .c-card {
  width: 25%;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #fff;
}
.countdowns .countdowns-row .c-card h1 {
  display: inline-block;
  font-family: 'Space Grotesk';
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 0.012em;
  font-style: normal;
  font-weight: 600;
  font-size: 96px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.countdowns .countdowns-row .c-card p {
  max-width: 199px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
}
.about-3 {
  padding: 130px 0px;
}
.about-3 .content {
  max-width: 580px;
}
.about-3 .content h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 15px;
}
.about-3 .content h3 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.about-3 .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.about-3 .content .points-card {
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 50px;
  padding-top: 20px;
}
.about-3 .content .points-card .point {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.about-3 .content .points-card .point img {
  height: 20px;
  width: auto;
}
.about-3 .content .points-card .point span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
.about-3 .banner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-3 .banner .about-banner {
  width: 100%;
}
.about-3 .banner .layer1 {
  position: absolute;
  z-index: 99;
  top: -45px;
  right: 30px;
}
.about-3 .banner .layer2 {
  position: absolute;
  z-index: 99;
  bottom: -25px;
  left: 30px;
}
.testimonials-section {
  background: #fbfbfb;
  padding: 80px 0px;
}
.testimonials-section .testimonial-card {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.3);
  border-radius: 28px;
  padding: 20px 80px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials-section .testimonial-card p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 35px;
}
.testimonials-section .testimonial-card .profile-row {
  display: flex;
  gap: 18px;
  align-items: center;
}
.testimonials-section .testimonial-card .profile-row .profile {
  height: 65px;
  width: 65px;
  border-radius: 100px;
  overflow: hidden;
}
.testimonials-section .testimonial-card .profile-row .profile img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.testimonials-section .testimonial-card .profile-row .name h6 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 20px;
}
.testimonials-section .testimonial-card .profile-row .name .stars {
  display: flex;
  gap: 6px;
  align-items: center;
}
.testimonials-section .testimonial-card .profile-row .name .stars i {
  font-size: 20px;
  color: #f7cf00;
}
.testimonials-section .testimonial-card.active {
  background: #2554f9;
}
.testimonials-section .testimonial-card.active p,
.testimonials-section .testimonial-card.active h6 {
  color: #fff;
}
.technologies-section {
  padding: 80px 0px;
  width: 100%;
}
.technologies-section .technologies-row {
  width: 100%;
  display: flex;
  padding-top: 40px;
}
.technologies-section .technologies-row .technologies {
  width: 350px;
  padding-right: 30px;
  border-right: 1px solid #000;
}
.technologies-section .technologies-row .technologies .nav-pills {
  gap: 40px;
}
.technologies-section .technologies-row .technologies .nav-pills .nav-link {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  color: #000;
  border-radius: 100px;
  padding: 18px 26px;
  display: flex;
  justify-content: flex-start;
}
.technologies-section
  .technologies-row
  .technologies
  .nav-pills
  .nav-link.active {
  color: #fff;
}
.technologies-section .technologies-row .platforms {
  padding-left: 60px;
  width: calc(100% - 350px);
  height: auto;
}
.technologies-section .technologies-row .platforms .tab-content {
  height: 100%;
  display: flex;
  align-items: center;
}
.technologies-section .technologies-row .platforms .tab-content .tab-pane {
  width: 100%;
}
.technologies-section .technologies-row .platforms .tab-content .tab-pane h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-bottom: 25px;
}
.technologies-section
  .technologies-row
  .platforms
  .tab-content
  .tab-pane
  .languages {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 75px;
}
.technologies-section
  .technologies-row
  .platforms
  .tab-content
  .tab-pane
  .languages
  .pill {
  width: 140px;
  height: 48px;
  cursor: pointer;
  transition: all 0.5s ease !important;
  border: 3px solid #000;
  border-radius: 47.5px;
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.technologies-section
  .technologies-row
  .platforms
  .tab-content
  .tab-pane
  .languages
  .pill
  img {
  max-width: 85% !important;
  max-height: 100%;
}
.technologies-section
  .technologies-row
  .platforms
  .tab-content
  .tab-pane
  .languages
  .pill:hover {
  background: #fff;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.3);
  border: 3px solid #2554f9;
}
.domains-section {
  padding: 80px 0px;
  width: 100%;
  background: #fbfbfb;
}
.domains-section .domains-tabs {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.domains-section .domains-tabs .nav-pills {
  gap: 20px;
  margin-bottom: 60px;
}
.domains-section .domains-tabs .nav-pills .nav-link {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
  border-radius: 100px;
  padding: 16px 30px;
}
.domains-section .domains-tabs .nav-pills .nav-link.active {
  color: #fff;
}
.domains-section .domains-tabs .tab-content {
  width: 100%;
}
.domains-section .domains-tabs .tab-content .tab-pane {
  width: 100%;
  max-width: 1000px;
  min-height: 400px;
  margin: auto;
}
.domains-section .domains-tabs .tab-content .tab-pane .domains-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 60px;
}
.domains-section
  .domains-tabs
  .tab-content
  .tab-pane
  .domains-row
  .domains-card {
  width: calc(50% - 30px);
  height: 99px;
  background: #2554f9;
  border-radius: 15px;
  padding: 15px 50px;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 20px;
}
.domains-section
  .domains-tabs
  .tab-content
  .tab-pane
  .domains-row
  .domains-card
  i {
  font-size: 22px;
}
.domains-section
  .domains-tabs
  .tab-content
  .tab-pane
  .domains-row
  .domains-card
  span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.about-4 {
  padding: 120px 0px;
  background-image: url(../images/waves.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-4 .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 80px;
}
.about-4 .content h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 35px;
}
.about-4 .content h3 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.about-4 .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 35px;
}
.about-4 .content .points-card {
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 50px;
  padding-top: 20px;
}
.about-4 .content .points-card .point {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.about-4 .content .points-card .point img {
  height: 20px;
  width: auto;
}
.about-4 .content .points-card .point span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
.about-4 .banner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-4 .banner .about-banner {
  width: 100%;
}
.about-4 .banner .layer1 {
  height: 130px;
  position: absolute;
  z-index: 99;
  top: -15px;
  left: 30px;
}
.about-4 .banner .layer2 {
  height: 130px;
  position: absolute;
  z-index: 99;
  bottom: -45px;
  right: 10px;
}
.faq-section {
  width: 100%;
  padding: 80px 0px;
  background: #fbfbfb;
}
.faq-section .accordion {
  width: 100%;
  border-radius: 0px;
}
.faq-section .accordion .accordion-item {
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #000;
}
.faq-section .accordion .accordion-button {
  padding: 24px 0px;
  background: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.faq-section .accordion .accordion-body {
  padding: 0px 0px 10px;
}
.faq-section .accordion .accordion-body p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.contact-section {
  width: 100%;
  padding: 80px 0px;
}
.contact-section .contact-row .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact-section .contact-row .content h1 {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 800;
  font-size: 70px;
  color: #ccc;
  display: inline-block;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 0.012em;
  margin-bottom: 0px;
}
.contact-section .contact-row .content .bg-primary {
  background: #2554f9;
  width: 200%;
  height: 70%;
  position: absolute;
  left: -50%;
  z-index: 0;
  top: 15%;
  padding-left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-section .contact-row .content .details {
  max-width: 525px;
  position: relative;
}
.contact-section .contact-row .content .details .layer3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.contact-section .contact-row .content .details h3 {
  max-width: 356px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
.contact-section .contact-row .content .details .c-row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 12px;
}
.contact-section .contact-row .content .details .c-row span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.contact-section .contact-row .contact-form {
  width: 100%;
  min-height: 568px;
  background: #fff;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  position: relative;
  padding: 70px 75px;
}
.contact-section .contact-row .contact-form h3 {
  max-width: 356px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 40px;
}
.contact-section .contact-row .contact-form .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #000;
  padding: 15px 0px;
  margin-bottom: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.contact-section .contact-row .contact-form .form-control::-moz-placeholder {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.contact-section .contact-row .contact-form .form-control::placeholder {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.footer {
  width: 100%;
  padding: 80px 0px 60px;
  background: #2554f9;
  color: #fff;
}
.footer .about {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer .about .f-logo {
  width: 160px;
  height: auto;
}
.footer .about p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  max-width: 380px;
}
.footer .about .social-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer .footer-nav {
  width: 100%;
}
.footer .footer-nav h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .footer-nav ul {
  list-style: none;
  padding-left: 0px;
}
.footer .footer-nav ul li {
  margin-bottom: 12px;
}
.footer .footer-nav ul li a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.bottom {
  width: 100%;
  border-top: 1px solid #fff;
  background: #2554f9;
  padding: 10px 0px;
}
.bottom .bottom-row {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom .bottom-row p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.bottom .bottom-row .bottom-links {
  display: flex;
  gap: 20px;
}
.bottom .bottom-row .bottom-links a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.mouse-move-big,
.mouse-move-sm {
  position: fixed;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 4000001;
  pointer-events: none;
}
.mouse-move-big {
  width: 40px;
  height: 40px;
  border: 2px solid #2554f9;
  left: 0;
  top: 0;
  transition: 0.15s;
  background: rgba(255, 179, 28, 0);
}
.mouse-move-sm {
  width: 8px;
  height: 8px;
  background-color: #2554f9;
  left: 0;
  top: 0;
  transition: 0.2s;
}
.contact_wrapper:hover .contact-btn {
  background: #fbfbfb;
}
.contact_wrapper:hover .contact-btn i,
.contact_wrapper:hover .contact-btn span {
  color: #000;
}
.contact_wrapper {
  right: -20px;
  bottom: -200px;
  position: absolute;
  border-radius: 100%;
  transition: all 0.2s ease !important;
  height: 280px;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_wrapper .contact-btn {
  border-radius: 100px;
  width: 165px;
  height: 165px;
  background: #2554f9;
  display: flex;
  transition: all 0.4s ease !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.contact_wrapper .contact-btn i {
  font-size: 34px;
}
.contact_wrapper .contact-btn span {
  font-family: 'unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.contact_wrapper:hover {
  transform: scale(0.8);
}
.our-work {
  background: #fbfbfb;
  padding: 80px 0px;
  height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.our-work .slider-row {
  display: flex;
  align-items: center;
}
.our-work .carousel__slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 222px);
  overflow: hidden;
}
.our-work .testimonial-card {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.3);
  border-radius: 28px;
  min-height: 400px;
  padding: 60px 80px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 30px);
  margin: auto;
}
.our-work .testimonial-card p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 35px;
}
.our-work .testimonial-card .profile-row {
  display: flex;
  gap: 18px;
  align-items: center;
}
.our-work .testimonial-card .profile-row .profile {
  height: 65px;
  width: 65px;
  border-radius: 100px;
  overflow: hidden;
}
.our-work .testimonial-card .profile-row .profile img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.our-work .testimonial-card .profile-row .name h6 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 20px;
}
.our-work .testimonial-card .profile-row .name .stars {
  display: flex;
  gap: 6px;
  align-items: center;
}
.our-work .testimonial-card .profile-row .name .stars i {
  font-size: 20px;
  color: #f7cf00;
}
.our-work .carousel__item {
  width: 100%;
  position: absolute;
  top: 40px;
  opacity: 0;
}
.our-work .carousel__item.active .testimonial-card {
  background: #2554f9;
}
.our-work .carousel__item.active .testimonial-card p,
.our-work .carousel__item.active .testimonial-card h6 {
  color: #fff;
}
.our-work .carousel__nav {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
}
.our-work .carousel__nav li {
  background: #000;
  box-shadow: none;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.scroll-image {
  height: 900px;
}
.scroll-image .img-box {
  position: absolute;
  width: 100%;
  height: auto;
  right: 0;
  z-index: 99;
  border-radius: 20px;
  overflow: hidden;
}
.scroll-image .img-box video {
  width: 100%;
  height: 100%;
}
.animation-wrapper {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.animation-wrapper .cards-container {
  position: absolute;
  width: 100vw;
  opacity: 0;
}
.animation-wrapper .bg-block {
  height: 100vh;
  width: 100vw;
  background: #2554f9;
  display: flex;
  flex-direction: column;
  padding: 50px 115px;
}
.animation-wrapper .bg-block .heading-main {
  color: #fff;
  transform-origin: left;
  margin-top: 50px;
  font-size: 64px;
  font-family: 'Unbounded';
}
.custom-slider {
  width: -moz-fit-content;
  width: fit-content;
  margin: 90px 0px;
  display: flex;
  align-items: flex-start;
}
.custom-slider .slide-item {
  min-height: 60px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 60px;
  outline: none;
  border: none;
}
.custom-slider .slide-item .expert-card {
  transition: 0.5s all ease;
  transform-origin: top;
  outline: none;
  border: none;
}
.custom-slider .slide-item .expert-card .inner-card {
  width: 100%;
  height: 230px;
  background: #fff !important;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  position: relative;
}
.custom-slider .slide-item .expert-card .inner-card .fa-arrow-right {
  top: 20px;
  right: 20px;
  color: #000;
  position: absolute;
}
.custom-slider .slide-item .expert-card .inner-card img {
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-slider .slide-item .expert-card .inner-card h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #2554f9;
  margin-bottom: 0px;
}
.custom-slider .slide-item .expert-card .inner-card p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
  color: #000;
}
.custom-slider .slide-item img {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.custom-slider .services-hero {
  padding: 120px 0px 20px;
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/s-bg.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}
.custom-slider .services-hero .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-slider .services-hero .content h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  color: #fff;
  margin-bottom: 60px;
}
.custom-slider .services-hero .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 50px;
  color: #fff;
}
.custom-slider .services-hero .banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-slider .services-hero .banner .circle {
  width: 100%;
}
.custom-slider .services-hero .banner .shopify {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.custom-slider .services-about {
  padding: 120px 0px;
  position: relative;
}
.custom-slider .services-about .bg-circle2 {
  position: absolute;
  z-index: -1;
  top: 10%;
  height: 80%;
  left: -300px;
}
.custom-slider .services-about .banner {
  width: 100%;
}
.custom-slider .services-about .banner img {
  width: 100%;
}
.custom-slider .services-about .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 545px;
}
.custom-slider .services-about .content h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #000;
  max-width: 542px;
  margin-bottom: 32px;
}
.custom-slider .services-about .content h1 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.custom-slider .services-about .content p {
  font-family: 'Montserrat';
  font-style: normal;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.custom-slider .services-hero {
  padding: 120px 0px 20px;
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/s-bg.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}
.custom-slider .services-hero .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-slider .services-hero .content h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  color: #fff;
  margin-bottom: 60px;
}
.custom-slider .services-hero .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 50px;
  color: #fff;
}
.custom-slider .services-hero .banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-slider .services-hero .banner .circle {
  width: 100%;
}
.custom-slider .services-hero .banner .shopify {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.custom-slider .services-about {
  padding: 120px 0px;
  position: relative;
}
.custom-slider .services-about .bg-circle2 {
  position: absolute;
  z-index: -1;
  top: 10%;
  height: 80%;
  left: -300px;
}
.custom-slider .services-about .banner {
  width: 100%;
}
.custom-slider .services-about .banner img {
  width: 100%;
}
.custom-slider .services-about .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 545px;
}
.custom-slider .services-about .content h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #000;
  max-width: 542px;
  margin-bottom: 32px;
}
.custom-slider .services-about .content h1 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.custom-slider .services-about .content p {
  font-family: 'Montserrat';
  font-style: normal;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.services-hero {
  padding: 160px 0px 80px;
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/s-bg.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}
.services-hero .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-hero .content h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  color: #fff;
  margin-bottom: 60px;
}
.services-hero .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 50px;
  color: #fff;
}
.services-hero .servives-hero-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.services-hero .servives-hero-banner .circle {
  animation: rotate-right 100s linear infinite;
  width: 100%;
  position: relative;
}
.services-hero .servives-hero-banner .circle .s-bg-circle {
  width: 100%;
  z-index: 0;
}
.services-hero .servives-hero-banner .circle .s-1 {
  animation: rotate-left 100s linear infinite;
  height: 85px;
  width: 85px;
  position: absolute;
  z-index: 99;
  top: 30px;
  left: 30px;
}
.services-hero .servives-hero-banner .circle .s-2 {
  animation: rotate-left 100s linear infinite;
  height: 85px;
  width: 85px;
  position: absolute;
  z-index: 99;
  top: 30px;
  right: 30px;
}
.services-hero .servives-hero-banner .circle .s-3 {
  animation: rotate-left 100s linear infinite;
  height: 85px;
  width: 85px;
  position: absolute;
  z-index: 99;
  bottom: 30px;
  right: 30px;
}
.services-hero .servives-hero-banner .circle .s-4 {
  animation: rotate-left 100s linear infinite;
  height: 85px;
  width: 85px;
  position: absolute;
  z-index: 99;
  left: 30px;
  bottom: 30px;
}
.services-hero .servives-hero-banner .circle .service-logo {
  animation: rotate-left 100s linear infinite;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@keyframes rotate-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-right {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.services-about {
  padding: 120px 0px;
  position: relative;
}
.services-about .bg-circle2 {
  position: absolute;
  z-index: -1;
  top: 10%;
  height: 80%;
  left: -300px;
}
.services-about .banner {
  width: 100%;
}
.services-about .banner img {
  width: 100%;
}
.services-about .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 545px;
}
.services-about .content h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #000;
  max-width: 542px;
  margin-bottom: 32px;
}
.services-about .content h1 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.services-about .content p {
  font-family: 'Montserrat';
  font-style: normal;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.services-section-outer {
  padding: 80px 0px 160px;
  background: #f7f7f7;
}
.services-section-outer .serve-card-bg {
  width: 100%;
/*   max-height: 540px; */
  background: #2554f9;
  border-radius: 48px;
  padding-top: 70px;
}
.services-section-outer .serve-card-bg .serve-header {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 120px;
  margin-bottom: 26px;
}
.services-section-outer .serve-card-bg .serve-header h3 {
  color: #fff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 0.012em;
}
.services-section-outer .serve-card-bg .serve-header h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  margin-bottom: 0px;
}
.services-section-outer .serve-card-bg .serve-header p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
  color: #fff;
}
.services-section-outer .serve-card-bg .serve-slider .owl-stage-outer {
  border-radius: 37px;
  padding: 0px 20px 20px;
}
.services-section-outer .serve-card-bg .serve-slider .owl-nav .owl-prev {
  margin-left: -30px;
}
.services-section-outer .serve-card-bg .serve-slider .owl-nav .owl-next {
  margin-right: -30px;
}
.services-section-outer .serve-card-bg .serve-slider .serve-card {
  width: 100%;
  height: 420px;
  background: #fff;
  border-radius: 37px;
  padding: 48px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.services-section-outer .serve-card-bg .serve-slider .serve-card svg {
  margin-bottom: 40px;
  max-height: 100px;
  max-width: 95px;
}
.services-section-outer .serve-card-bg .serve-slider .serve-card h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
.services-section-outer .serve-card-bg .serve-slider .serve-card p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
}
#carousel-three .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#carousel-three .owl-nav .owl-prev,
#carousel-three .owl-nav .owl-next {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  pointer-events: auto;
  font-size: 30px;
  transition: background-color 0.3s, transform 0.3s;
}
.full-slider {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.full-slider .carousel {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
.full-slider .carousel__item {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0px;
  background: #fff;
}
.full-slider .carousel__item .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.full-slider .carousel__item .content h1 {
  margin-bottom: 20px;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #000;
}
.full-slider .carousel__item .content h1 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.full-slider .carousel__item .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.full-slider .carousel__item .content .points {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.full-slider .carousel__item .content .points .icon {
  width: 30px;
  height: 30px;
}
.full-slider .carousel__item .content .points .icon i {
  font-size: 30px;
  color: #2554f9;
}
.full-slider .carousel__item .content .points .text {
  width: calc(100% - 50px);
  max-width: 465px;
}
.full-slider .carousel__item .content .points .text p {
  margin-bottom: 0px;
}
.full-slider .carousel__item .banner {
  width: 100%;
}
.full-slider .carousel__item .banner img {
  width: 100%;
}
.full-slider .carousel__nav {
  position: absolute;
  bottom: 45%;
  right: 30px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
.full-slider .carousel__nav__item {
  width: 15px;
  height: 15px;
  background: #bccafc;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}
.full-slider .carousel__nav__item.active {
  background: #2554f9;
}
.procedure-section {
  padding: 80px 0px;
  position: relative;
}
.procedure-section .content {
  position: sticky;
  top: 80px;
  max-width: 370px;
}
.procedure-section .content h2 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  color: #000;
  margin-bottom: 30px;
}
.procedure-section .content h2 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.procedure-section .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.procedure-section .procedure-card {
  width: 100%;
  min-height: 188px;
  background: #2554f9;
  border-radius: 28px;
  padding: 40px 30px;
  display: flex;
  margin-bottom: 30px;
}
.procedure-section .procedure-card .number {
  width: 60px;
}
.procedure-section .procedure-card .number h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 8px;
  color: #fff;
}
.procedure-section .procedure-card .text {
  width: calc(100% - 60px);
}
.procedure-section .procedure-card .text h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 8px;
  color: #fff;
}
.procedure-section .procedure-card .text p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}
.committed-crew-section {
  background: #fbfbfb;
  padding: 80px 0px;
}
.committed-crew-section .content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: auto;
}
.committed-crew-section .content-section h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.committed-crew-section .content-section h1 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.committed-crew-section .content-section p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.committed-crew-section .content-section .logos {
  width: 100%;
  max-width: 615px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.committed-crew-section .content-section .logos img {
  height: 45px;
}
.service-faq-section {
  width: 100%;
  padding: 80px 0px 0px;
}
.service-faq-section .accordion {
  width: 100%;
  border-radius: 0px;
}
.service-faq-section .accordion .accordion-item {
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  border: none;
  border: 1px solid #2554f9;
  margin-bottom: 30px;
  padding: 26px 36px;
  border-radius: 20px;
}
.service-faq-section .accordion .accordion-button {
  padding: 0px;
  background: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.service-faq-section .accordion .accordion-body {
  padding: 10px 60px 0px 0px;
}
.service-faq-section .accordion .accordion-body p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
}
.industries-hero {
  padding: 160px 0px 80px;
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/s-bg.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}
.industries-hero .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.industries-hero .content h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  color: #fff;
  margin-bottom: 60px;
}
.industries-hero .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 50px;
  color: #fff;
}
.industries-hero .hero-banners {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.industries-hero .baneer {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.2);
}
.industries-hero .baneer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.industries-hero .baneer:nth-child(1) {
  height: 300px;
  width: calc(50% - 10px);
}
.industries-hero .baneer:nth-child(2) {
  height: 300px;
  width: calc(50% - 10px);
}
.industries-hero .baneer:nth-child(3) {
  height: 220px;
  width: 100%;
}
.industries-about-section {
  width: 100%;
  padding: 80px 0px;
}
.industries-about-section .banner-card {
  width: 100%;
}
.industries-about-section .banner-card img {
  height: 100%;
  width: 100%;
}
.industries-about-section .content {
  width: 100%;
  position: relative;
}
.industries-about-section .content .collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.industries-about-section .content .expanded {
  display: block;
}
.industries-about-section .content .arrow {
  right: 42%;
  bottom: 0px;
  position: absolute;
}
.industries-about-section .content h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 40px;
}
.industries-about-section .content h3 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.industries-about-section .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 40px;
}
.scale-up {
  transform: scale(1.2);
  margin-left: 35px;
  margin-right: 35px;
}
.solutions-gallery {
  padding: 80px 0;
  background: #fbfbfb;
}
.solutions-gallery .gallery-grid {
  width: 100%;
}
.solutions-gallery .text-area {
  width: 100%;
  height: 470px;
  margin-bottom: 20px;
}
.solutions-gallery .text-area .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solutions-gallery .text-area .content h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 40px;
}
.solutions-gallery .text-area .content h3 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.solutions-gallery .text-area .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 40px;
}
.solutions-gallery .grid-image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.solutions-gallery .grid-image img {
  width: 100%;
}
@keyframes slideIn {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.solutions-gallery .grid-image {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}
.solutions-gallery .grid-image.visible {
  animation: slideIn 2s ease-out forwards;
}
.quick-round-section {
  padding: 80px 0px;
}
.quick-round-section #carousel {
  perspective: 2000px;
  overflow: hidden;
}
.quick-round-section #carousel #scene {
  width: 50%;
  margin: 40px auto 0 auto;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.quick-round-section #carousel #scene .carousel_item {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.quick-round-section #carousel #scene .carousel_item:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}
.quick-round-section #carousel #scene .carousel_item .carousel_card {
  transition: all 0.3s ease !important;
  width: 100%;
  height: 500px;
  border-radius: 22px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 42px;
  background: #436374;
}
.quick-round-section #carousel #scene .carousel_item .carousel_card h1 {
  max-width: 500px;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
}
.quick-round-section #carousel #scene .carousel_item .carousel_card p {
  max-width: 515px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
}
.quick-round-section #carousel #carousel_btn {
  width: 100px;
  margin: 20px auto 0 auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.quick-round-section #carousel #carousel_btn .btn {
  width: 45px;
  height: 45px;
  padding-left: 7px;
  box-sizing: border-box;
  border-radius: 50%;
  float: left;
border: 2px solid #2f2f2f;
  color: #2f2f2f;
  font-family: sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.quick-round-section #carousel #carousel_btn .btn:hover {
  color: #fff;
  background-color: #2f2f2f;
}
.quick-round-section #carousel #carousel_btn > div:first-child {
  margin-right: 10px;
}
.quick-round-section #carousel_dots {
  text-align: center;
  margin-top: 20px;
}
.quick-round-section #carousel_dots .dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: #bccafc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.quick-round-section #carousel_dots .dot.active {
  background-color: #2554f9;
}
.carousel_item.active .carousel_card {
  background: #2554f9 !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.margin-increase {
  margin: 0px 70px !important;
}
.slider_nav {
  display: none !important;
}
.custom_nav {
  height: 200px;
  width: 10px;
  border-radius: 12px;
  position: relative;
  top: -50px;
  left: 20px;
  background-color: #c6cae9;
}
.custom_nav .progress-bar {
  border-radius: 12px;
  background: #2554f9;
  height: 50px;
  width: 100%;
}
.main-areas-section {
  padding: 80px 0px;
  background: #fbfbfb;
}
.main-areas-section .content {
  height: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-areas-section .content h3 {
  font-family: 'unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 28px;
  color: #000;
}
.main-areas-section .content h3 span {
  color: #2554f9;
}
.main-areas-section .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  margin-bottom: 28px;
  font-size: 16px;
}
.main-areas-section .content .bullit-points {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
}
.main-areas-section .content .bullit-points .points {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 16px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4431372549);
}
.main-areas-section .content .bullit-points .points .number {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  background: #2554f9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.main-areas-section .content .bullit-points .points .text {
  width: calc(100% - 85px);
}
.main-areas-section .content .bullit-points .points .text p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
  color: #000;
}
.main-areas-section .banner {
  width: 100%;
}
.main-areas-section .banner img {
  width: 100%;
}
.main-area-flow {
  padding: 80px 0px;
}
.main-area-flow .main-area-card {
  width: 100%;
  display: flex;
  align-items: center;
}
.main-area-flow .main-area-card img {
  width: 100%;
}
.why-pebi-section {
  padding: 80px 0px;
  background: #fbfbfb;
}
.why-pebi-section .banner {
  width: 100%;
}
.why-pebi-section .banner img {
  width: 100%;
}
.why-pebi-section .content {
  height: 100%;
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-pebi-section .content h3 {
  font-family: 'unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #000;
  margin-bottom: 25px;
}
.why-pebi-section .content h3 span {
  color: #2554f9;
}
.why-pebi-section .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 35px;
  color: #000;
}
.why-pebi-section .content .carousel-item {
  padding: 20px 0px;
}
.why-pebi-section .content .carousel-item ul {
  padding-left: 0;
  list-style: none;
}
.why-pebi-section .content .carousel-item ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.why-pebi-section .content .carousel-item ul li span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width: calc(100% - 30px);
  margin-bottom: 0px;
  color: #000;
}
.why-pebi-section .content .carousel-item ul li::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #2554f9;
  border-radius: 50%;
  display: inline-block;
}
.why-pebi-section .content .carousel-indicators {
  bottom: -20px !important;
  margin-bottom: 0px !important;
}
.why-pebi-section .content .carousel-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2554f9;
  border: none;
  margin: 5px;
  transition: background-color 0.3s ease;
}
.why-pebi-section .content .carousel-indicators .active {
  background-color: #2554f9;
}
.solutions-hero {
  padding: 160px 0px 80px;
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/solutions.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}
.solutions-hero .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.solutions-hero .content .vector4 {
  position: absolute;
  right: -10%;
  bottom: 0;
}
.solutions-hero .content h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  margin-bottom: 60px;
}
.solutions-hero .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 50px;
  color: #fff;
}
.solutions-hero .banner img {
  width: 100%;
}
.about-solution-section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.about-solution-section .banner {
  width: 50%;
}
.about-solution-section .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about-solution-section .content {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.about-solution-section .content .content-area {
  width: 100%;
  max-width: 520px;
}
.about-solution-section .content .content-area h4 {
  font-family: 'unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #000;
  margin-bottom: 40px;
}
.about-solution-section .content .content-area p {
  margin-bottom: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.crm-section {
  padding: 80px 0px;
  background: #fbfbfb;
}
.crm-section .cards {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.crm-section .text {
  width: calc(33.33% - 30px);
  margin: 15px;
}
.crm-section .text h4 {
  font-family: 'unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #000;
  margin-bottom: 28px;
}
.crm-section .text h4 span {
  color: #2554f9;
}
.crm-section .text h2 {
  font-family: 'unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
}
.crm-section .text h2 span {
  color: #2554f9;
}
.crm-section .text p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.crm-section .card:hover h4 {
  color: #2554f9;
}
.crm-section .card {
  width: calc(33.33% - 30px);
  height: 260px;
  margin: 15px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: none;
  padding: 28px 22px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}
.crm-section .card h4 {
  font-family: 'unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 12px;
}
.crm-section .card p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  color: #000;
}
.crm-section .hover-bg {
  position: absolute;
  width: 33.33%;
  height: 290px;
  left: -15px;
  top: -15px;
  transition: 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: rgba(37, 62, 255, 0.2);
  box-shadow: inset 20.8667px -20.8667px 20.8667px rgba(100, 110, 194, 0.2),
    inset -20.8667px 20.8667px 20.8667px rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(62.6px);
  backdrop-filter: blur(62.6px);
  border-radius: 10px;
}
.development-process {
  background: #2554f9;
  padding: 80px 0px;
}
.development-process svg {
  display: inline-block;
  width: 100%;
  height: 300px;
}
.dream-to-reality-section {
  padding: 80px 0px;
  background: #2554f9;
}
.crm-timeline-section {
  max-width: 950px;
  width: 100%;
  margin: auto;
  padding: 60px 0px 0px;
}
.crm-timeline-section .timeline-row:last-child .arrow {
  display: none;
}
.crm-timeline-section .timeline-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
}
.crm-timeline-section .timeline-row .banner {
  width: 100%;
  height: 100%;
  max-width: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.crm-timeline-section .timeline-row .banner .arrow.right {
  position: absolute;
  right: -100px;
  bottom: -70px;
}
.crm-timeline-section .timeline-row .banner .arrow.left {
  position: absolute;
  left: -120px;
  bottom: -70px;
}
.crm-timeline-section .timeline-row .banner .img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 99;
}
.crm-timeline-section .timeline-row .content {
  width: 100%;
  height: 100%;
  max-width: 440px;
}
.crm-timeline-section .timeline-row .content h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 20px;
}
.crm-timeline-section .timeline-row .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.picking-pebi-section {
  padding: 80px 0px;
  background: #fbfbfb;
}
.picking-pebi-section .banner {
  width: 100%;
}
.picking-pebi-section .banner img {
  width: 100%;
}
.picking-pebi-section .content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
.picking-pebi-section .content h3 {
  font-family: 'unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #000;
  margin-bottom: 25px;
}
.picking-pebi-section .content h3 span {
  color: #2554f9;
}
.picking-pebi-section .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 35px;
  color: #000;
}
.picking-pebi-section .content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0px;
}
.picking-pebi-section .content ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.picking-pebi-section .content ul li i {
  color: #2554f9;
  font-size: 24px;
}
.picking-pebi-section .content ul li span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
  color: #000;
}
.services-slider-mobile {
  background: #fbfbfb;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 60px 20px;
}
.services-slider-mobile .swiper {
  width: 250px;
  height: 400px;
  padding: 20px 0 0px;
}
.services-slider-mobile .swiper-slide {
  position: relative;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.services-slider-mobile .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services-slider-mobile .img-position {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}
.services-slider-mobile .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0f2027, transparent, transparent);
  background-repeat: no-repeat;
  background-size: cover;
}
.services-slider-mobile .overlay .arrow-up {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}
.services-slider-mobile .overlay .arrow-up i {
  font-size: 22px;
  color: #fff;
}
.services-slider-mobile .overlay h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 40px 20px;
  padding: 0px 20px;
  text-align: center;
}
.our-experties-mobile {
  padding: 60px 20px;
  background: #2554f9;
}
.our-experties-mobile .owl-stage-outer {
  border-radius: 20px !important;
}
.our-experties-mobile .center-heading h3,
.our-experties-mobile .center-heading p {
  color: #fff;
}
.our-experties-mobile .experties-card {
  width: 100% !important;
  height: 230px;
  background: #fff !important;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.15);
  border-radius: 21px;
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.our-experties-mobile .experties-card .fa-arrow-right {
  top: 20px;
  right: 20px;
  color: #000;
  position: absolute;
}
.our-experties-mobile .experties-card img {
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: 50px !important;
}
.our-experties-mobile .experties-card h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #2554f9;
  margin-bottom: 0px;
}
.our-experties-mobile .experties-card p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
  color: #000;
}
.our-experties-mobile .owl-nav {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
  align-items: baseline;
}
.our-experties-mobile .owl-nav button {
  height: 35px;
  width: 35px;
  border-radius: 100px;
  background: #fff !important;
}
.our-experties-mobile .owl-nav button i {
  color: #2554f9;
}
.breadcrumb-section {
  padding: 160px 0px 80px;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}
.breadcrumb-section .content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.breadcrumb-section .content h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 75px;
  line-height: 93px;
  margin-bottom: 20px;
  color: #fff;
}
.breadcrumb-section .content p {
  max-width: 642px;
  height: 59px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.countdowns-light {
  width: 100%;
  padding: 80px 0px;
}
.countdowns-light .countdowns-row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.countdowns-light .countdowns-row .c-card:last-child {
  border-right: none;
}
.countdowns-light .countdowns-row .c-card {
  width: 33.33%;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #8d8d8d;
}
.countdowns-light .countdowns-row .c-card h1 {
  display: inline-block;
  font-family: 'Space Grotesk';
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 0.012em;
  font-style: normal;
  font-weight: 600;
  font-size: 96px;
  text-align: center;
  color: #8d8d8d;
  margin-bottom: 10px;
}
.countdowns-light .countdowns-row .c-card p {
  max-width: 199px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #8d8d8d;
  margin-bottom: 0px;
}
.company-introduction {
  width: 100%;
  padding: 80px 0px;
  background: #fbfbfb;
}
.company-introduction .banner-card {
  width: 100%;
  position: relative;
}
.company-introduction .banner-card .experience-card {
  position: absolute;
  z-index: 99;
  width: 201px;
  height: 133px;
  background: #142fff;
  border-radius: 15px;
  padding: 15px 22px;
  right: -20px;
  top: 80px;
}
.company-introduction .banner-card .experience-card h1 {
  font-family: 'unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 66px;
  color: #fff;
  margin-bottom: 0px;
}
.company-introduction .banner-card .experience-card p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}
.company-introduction .banner-card img {
  height: 100%;
  width: 100%;
}
.company-introduction .content {
  width: 100%;
  position: relative;
}
.company-introduction .content .collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.company-introduction .content .expanded {
  display: block;
}
.company-introduction .content .arrow {
  right: 42%;
  bottom: 0px;
  position: absolute;
}
.company-introduction .content h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 40px;
}
.company-introduction .content h3 span {
  font-family: 'Unbounded';
  color: #2554f9;
}
.company-introduction .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 40px;
}
.trusted-by-section {
  padding: 80px 0px;
}
.trusted-by-section .center-heading {
  padding: 0px 20px;
}
.trusted-by-section .swiper-wrapper {
  margin-top: 35px;
}
.trusted-by-section .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trusted-by-section .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 100px;
  max-width: 200px;
}
.clients-love-section {
  padding: 80px 0px;
  background: #2554f9;
  width: 100%;
}
.clients-love-section .heading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-love-section .heading h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
}
.clients-love-section .carousel-control-next,
.clients-love-section .carousel-control-prev {
  width: auto !important;
  opacity: 1;
}
.clients-love-section .carousel-control-next .carousel-control-next-icon,
.clients-love-section .carousel-control-next .carousel-control-prev-icon,
.clients-love-section .carousel-control-prev .carousel-control-next-icon,
.clients-love-section .carousel-control-prev .carousel-control-prev-icon {
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-love-section .carousel-control-next .carousel-control-next-icon i,
.clients-love-section .carousel-control-next .carousel-control-prev-icon i,
.clients-love-section .carousel-control-prev .carousel-control-next-icon i,
.clients-love-section .carousel-control-prev .carousel-control-prev-icon i {
  color: #2554f9;
  font-size: 26px;
}
.clients-love-section .carousel-item {
  padding: 60px 0px 20px;
}
.clients-love-section .carousel-item .client-review {
  width: 100%;
  margin: auto;
  max-width: 824px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.clients-love-section .carousel-item .client-review .profile {
  height: 105px;
  width: 105px;
  border-radius: 100px;
  overflow: hidden;
}
.clients-love-section .carousel-item .client-review .profile img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.clients-love-section .carousel-item .client-review p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
}
.clients-love-section .carousel-item .client-review h6 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
}
.meet-our-team {
  padding: 80px 0px;
}
.meet-our-team .heading h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
}
.meet-our-team .heading h3 span {
  color: #2554f9;
}
.meet-our-team .heading p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.meet-our-team .hidden {
  display: none;
}
.meet-our-team .team-card {
  cursor: pointer;
  width: 100%;
  transition: all 0.5s ease !important;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.meet-our-team .team-card .member-detail {
  position: absolute;
  z-index: 99;
  left: 15px;
  transition: all 0.5s ease !important;
  right: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  background: rgba(255, 255, 255, 0.081);
  box-shadow: inset 11.7px -11.7px 11.7px rgba(194, 194, 194, 0.081),
    inset -11.7px 11.7px 11.7px rgba(255, 255, 255, 0.081);
  -webkit-backdrop-filter: blur(11.7px);
  backdrop-filter: blur(11.7px);
  border-radius: 9px;
  padding: 15px 20px;
  transition: all 0.5s ease !important;
}
.meet-our-team .team-card .member-detail h4 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 5px;
}
.meet-our-team .team-card .member-detail p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0px;
}
.meet-our-team .team-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease !important;
  filter: grayscale(100%);
  -o-object-position: center;
  object-position: center;
}
.meet-our-team .team-card:hover .member-detail {
  background: #2554f9;
}
.meet-our-team .team-card:hover img {
  filter: none !important;
  transform: scale(1.1);
}
.meet-our-team .more-team {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
.meet-our-team .more-team .line {
  width: 100%;
  height: 1px;
  background: #000;
}
.meet-our-team .more-team .icon:hover {
  transform: scale(1.1);
}
.meet-our-team .more-team .icon {
  margin-top: -20px;
  transition: all 0.5s ease !important;
  cursor: pointer;
}
.meet-our-team .more-team .icon img {
  height: 58px;
  width: 58px;
}
.meet-our-team .more-team .icon.show {
  transform: rotate(180deg);
}
.contact-information {
  padding: 80px 0px;
}
.contact-information .info-row {
  width: 100%;
  display: flex;
  padding-top: 30px;
  justify-content: space-evenly;
}
.contact-information .info-row .i-card:last-child {
  border-right: none;
}
.contact-information .info-row .i-card:hover .icon {
  background: #2554f9;
}
.contact-information .info-row .i-card:hover .icon svg path {
  fill: #fff;
}
.contact-information .info-row .i-card {
  cursor: pointer;
  width: 33.33%;
  padding: 0px 15px;
  display: flex;
  transition: all 0.7s ease !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #8d8d8d;
}
.contact-information .info-row .i-card .icon {
  height: 97px;
  width: 97px;
  transition: all 0.7s ease !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #e9e9e9;
  margin-bottom: 20px;
}
.contact-information .info-row .i-card .icon svg path {
  fill: #333;
}
.contact-information .info-row .i-card h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin-bottom: 10px;
}
.contact-information .info-row .i-card p {
  max-width: 260px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #8d8d8d;
  margin-bottom: 0px;
}
.our-locations {
  padding: 80px 0px;
  background: #fbfbfb;
}
.our-locations .locations-row {
  padding-top: 30px;
}
.our-locations .location-card {
  cursor: pointer;
  width: calc(100% - 20px);
  transition: all 0.5s ease !important;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin: 0px auto 25px;
}
.our-locations .location-card .detail {
  position: absolute;
  z-index: 99;
  left: 15px;
  transition: all 0.5s ease !important;
  right: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  background: rgba(255, 255, 255, 0.081);
  box-shadow: inset 11.7px -11.7px 11.7px rgba(194, 194, 194, 0.081),
    inset -11.7px 11.7px 11.7px rgba(255, 255, 255, 0.081);
  -webkit-backdrop-filter: blur(11.7px);
  backdrop-filter: blur(11.7px);
  border-radius: 9px;
  padding: 15px 20px;
  transition: all 0.5s ease !important;
}
.our-locations .location-card .detail h4 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 5px;
}
.our-locations .location-card .detail p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0px;
}
.our-locations .location-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease !important;
  -o-object-position: center;
  object-position: center;
}
.our-locations .location-card:hover .detail {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: #2554f9;
}
.our-locations .location-card:hover img {
  transform: scale(1.1);
}
.still-looking {
  padding: 80px 0px;
}
.still-looking .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.still-looking .content h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
}
.still-looking .content p {
  max-width: 569px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
}
.header-drop-bg {
  background: #000;
}
.megamenu-dropdown .dropdown-menu {
  padding: 0px;
  position: fixed !important;
  top: 100px;
  min-height: 200px;
  transition: all 0.3s ease !important;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0px;
  background: #000;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 0px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.3137254902);
}
.megamenu-dropdown .dropdown-menu .megamenu-nav {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0px 20px 20px;
}
.megamenu-dropdown .dropdown-menu .megamenu-nav h5 {
  font-family: unbounded;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.megamenu-dropdown .dropdown-menu .megamenu-nav ul {
  padding-left: 0px;
}
.megamenu-dropdown .dropdown-menu .megamenu-nav ul li {
  list-style: none;
}
.megamenu-dropdown .dropdown-menu .megamenu-nav ul li .nav-link {
  padding: 10px 0px;
  border-radius: 0px;
  border: none;
  width: 100%;
  font-size: 16px;
  color: #fff;
  margin: 0px 0px;
  font-family: 'Montserrat';
  cursor: pointer;
}
.megamenu-dropdown .dropdown-menu .megamenu-nav ul li .nav-link:hover {
  color: #2554f9;
}
.megamenu-dropdown .dropdown-toggle::after {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  content: '' !important;
  vertical-align: 0 !important;
}
.blog-categories-section {
  padding: 80px 0px;
  background: #fbfbfb;
}
.blog-categories-section .blog-category-card {
  width: 100%;
  height: 305px;
  overflow: hidden;
  border-radius: 15px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  position: relative;
}
.blog-categories-section .blog-category-card .title {
  padding: 21px 29px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    0deg,
    #000000 7.93%,
    rgba(102, 102, 102, 0) 101.66%
  );
  border-radius: 15px;
}
.blog-categories-section .blog-category-card h4 {
  max-width: 158.8px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.blog-categories-section .blog-category-card a {
  padding: 10px 0px;
}
.blog-categories-section .blog-category-card a i {
  color: #fff;
  font-size: 20px;
}
.blog-categories-section .blog-category-card:hover h4 {
  transition: all 0.3s ease !important;
  transform: scale(1.05);
  color: #2554f9;
}
.blog-categories-section .more-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.recent-blog-section {
  width: 100%;
  padding: 80px 0px;
}
.recent-blog-section .banner {
  width: calc(100% - 30px);
  overflow: hidden;
  border-radius: 15px;
}
.recent-blog-section .banner img {
  width: 100%;
}
.recent-blog-section .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recent-blog-section .content h6 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 30px;
}
.recent-blog-section .content h6 span {
  color: #888;
}
.recent-blog-section .content h3 {
  font-family: 'Unbounded';
  font-style: normal;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  color: #000;
}
.recent-blog-section .content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 50px;
}
.blog-post-section {
  padding: 80px 0px;
  background: #fbfbfb;
}
.blog-post-section .more-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.blog-post-section .blog-cat {
  padding-left: 30px;
  width: 100%;
}
.blog-post-section .blog-cat h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  color: #000;
  margin-bottom: 20px;
}
.blog-post-section .blog-cat h3 span {
  color: #2554f9;
}
.blog-post-section .blog-cat .line {
  width: 100%;
  height: 1px;
  background: #9d9d9d;
  margin-bottom: 22px;
}
.blog-post-section .blog-cat .bc-row:hover h6 {
  color: #2554f9;
}
.blog-post-section .blog-cat .bc-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}
.blog-post-section .blog-cat .bc-row h6 {
  margin-bottom: 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.blog-post-card {
  transition: all 0.3s ease !important;
  width: 100%;
  margin-bottom: 30px;
}
.blog-post-card .blog-banner {
  height: 275px;
  width: 100%;
  border-radius: 15px;
  transition: all 0.3s ease !important;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
}
.blog-post-card .blog-banner img {
  width: 100%;
  transition: all 0.3s ease !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-post-card h5 {
  margin-bottom: 10px;
  font-family: 'Unbounded';
  font-style: normal;
  transition: all 0.3s ease !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #000;
}
.blog-post-card p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 15px;
}
.blog-post-card .post-profile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-post-card .post-profile .profile {
  height: 45px;
  width: 45px;
  border-radius: 100px;
}
.blog-post-card .post-profile .profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-post-card .post-profile .detail {
  width: calc(100% - 65px);
}
.blog-post-card .post-profile .detail p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0px;
}
.blog-post-card .post-profile .detail p span {
  color: #888;
}
.blog-post-card:hover .blog-banner img {
  transform: scale(1.1);
}
.blog-post-card:hover h5 {
  color: #2554f9;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 2;
}
.blog-detail-hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.blog-detail-hero .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    0deg,
    #000000 -5.51%,
    rgba(102, 102, 102, 0) 88.22%
  );
}
.blog-detail-hero .content {
  width: 100%;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 80px auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.blog-detail-hero .content .blog-title {
  width: calc(100% - 270px);
}
.blog-detail-hero .content .blog-title p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.blog-detail-hero .content .blog-title h2 {
  max-width: 762px;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 0px;
  color: #fff;
}
.blog-detail-hero .content .profile-card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  width: 270px;
}
.blog-detail-hero .content .profile-card .profile {
  height: 45px;
  width: 45px;
  border-radius: 100px;
}
.blog-detail-hero .content .profile-card .profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-detail-hero .content .profile-card .detail {
  width: calc(100% - 65px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.blog-detail-hero .content .profile-card .detail p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0px;
}
.blog-detail-hero .content .profile-card .detail p span {
  color: #888;
}
.blog-detail-content {
  width: 100%;
  padding: 80px 0px;
}
.blog-detail-content h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px;
}
.blog-detail-content h6 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 50px;
  color: #000;
}
.blog-detail-content ul {
  margin-bottom: 15px;
}
.blog-detail-content ul li {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #000;
}
.blog-detail-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
}
.blog-detail-content .banner {
  width: 100%;
  margin-bottom: 50px;
}
.blog-detail-content .banner img {
  width: 100%;
  border-radius: 30px;
}
.blog-detail-content .gallery {
  width: 100%;
  margin-bottom: 20px;
}
.blog-detail-content .gallery .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}
.blog-detail-content .gallery .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-detail-footer {
  width: 100%;
  border-top: 1px solid #b1b1b1;
  padding: 30px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-detail-footer .social {
  display: flex;
  gap: 50px;
  align-items: baseline;
}
.blog-detail-footer span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.related-posts {
  padding: 80px 0px;
}
.related-posts .related-posts-slider {
  width: 100vw;
}
.single .wp-block-heading strong {
  margin-bottom: 15px;
}
.single .wp-block-list {
  line-height: 28px;
}
.single-technology .procedure-section .content h2 {
  font-size: 35px;
}
.read-toggle {
  color: #0066ff;
  cursor: pointer;
  margin-left: 5px;
}

/* Our mission code */

.pebitech-responsibility {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  overflow-x: hidden;
}

.pebitech-responsibility .container {
  display: grid;
  grid-template-columns: 45% 55%;
  position: relative;
  overflow: visible;
  max-width: 100%;
  padding: 0;
}

.pebitech-responsibility .contentimgg {
  position: relative;
  height: 100%;
  width: 100%;
}

.pebitech-responsibility .left-section {
  background: #2554f9;
  padding: 60px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: 150%;
  left: -60%;
  height: 100%;
}

.pebitech-responsibility .image-grid {
  gap: 30px 20px;
  position: relative;
  right: -300px;
  display: flex;
  flex-wrap: wrap;
}

.pebitech-responsibility .image-box {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  max-width: 330px;
  max-height: 280px;
}

.pebitech-responsibility .image-box img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  height: 100%;
  width: 100%;
}

.pebitech-responsibility .right-section {
  background: #fff;
  padding: 80px 20px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pebitech-responsibility .content-wrapper {
  max-width: 600px;
  margin-left: auto;
}

.pebitech-responsibility h1 {
  font-family: 'Unbounded', cursive;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 50px;
  color: #000;
}

.pebitech-responsibility h1 span {
  color: #2554f9;
  font-size: 36px;
}

.pebitech-responsibility span {
  color: #000;
  text-align: center;
  font-size: 16px;
}

.pebitech-responsibility .intro-text {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 30px;
}

.pebitech-responsibility .read-more {
  color: #2554f9;
  text-decoration: none;
  font-weight: 500;
}

.pebitech-responsibility .checklist {
  list-style: none;
  margin: 30px 0;
  padding: 0px;
}

.pebitech-responsibility .checklist i {
  border: 3px solid #2554f9;
  padding: 3px 4px;
  border-radius: 50%;
  font-size: 12px;
}

.pebitech-responsibility .fa-check:before {
  color: #2554f9;
}

.pebitech-responsibility .checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #333;
}

.pebitech-responsibility .checklist li span {
  color: #333;
  font-size: 16px;
}

.pebitech-responsibility .footer-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-top: 20px;
}

/* Large Laptop/Desktop Styles */
@media (max-width: 1440px) {
  .pebitech-responsibility .image-grid {
    /* width: 780px; 
    right: -150px;  */
  }

  .pebitech-responsibility .right-section {
    padding: 60px 50px;
  }

  .pebitech-responsibility h1 {
    font-size: 32px;
  }

  .pebitech-responsibility h1 span {
    font-size: 32px;
  }
}

/* Laptop/Tablet Landscape */
@media (max-width: 1200px) {
  .pebitech-responsibility .container {
    grid-template-columns: 1fr 1fr;
  }

  .pebitech-responsibility .image-grid {
    /* width: 680px; 
    right: -130px;  */
  }

  .pebitech-responsibility .left-section {
    /* padding: 50px 30px; */
  }

  .pebitech-responsibility .right-section {
    padding: 50px 40px;
  }

  .pebitech-responsibility h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .pebitech-responsibility h1 span {
    font-size: 30px;
  }

  .pebitech-responsibility .intro-text,
  .pebitech-responsibility .checklist li span,
  .pebitech-responsibility .footer-text {
    font-size: 15px;
  }

  .pebitech-responsibility .checklist li {
    margin-bottom: 25px;
  }
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .pebitech-responsibility .container {
    grid-template-columns: 1fr;
  }

  .pebitech-responsibility .left-section {
    justify-content: center;
  }

  .pebitech-responsibility .image-grid {
    width: 100%;
    max-width: 700px;
    right: 0; /* Reset position for tablet */
  }

  .pebitech-responsibility .content-wrapper {
    margin-left: 0;
  }

  .pebitech-responsibility .image-box {
    transform: translateX(0);
  }

  .pebitech-responsibility .image-box img {
    width: 100%;
    height: 220px;
  }

  .pebitech-responsibility .left-section {
    padding: 40px 30px;
  }

  .pebitech-responsibility .right-section {
    padding: 40px 30px;
    align-items: flex-start;
  }

  .pebitech-responsibility h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .pebitech-responsibility h1 span {
    font-size: 28px;
  }
}

/* Mobile Landscape / Small Tablet */
@media (max-width: 768px) {
  .pebitech-responsibility .container {
    grid-template-columns: 1fr;
  }
  .pebitech-responsibility .lg-container {
    padding-left: 0;
    padding-right: 0;
  }
  .pebitech-responsibility .left-section {
    position: relative;
    width: 100%;
    left: 0;
  }
  .pebitech-responsibility .image-box {
    width: 48%;
  }

  .pebitech-responsibility .left-section {
    padding: 40px 20px;
    min-height: auto;
  }

  .pebitech-responsibility .image-grid {
    gap: 15px;
  }

  .pebitech-responsibility .image-box img {
    width: 100%;
    height: 200px;
  }

  .pebitech-responsibility .right-section {
    padding: 40px 20px;
    align-items: flex-start;
  }

  .pebitech-responsibility .content-wrapper {
    max-width: 100%;
  }

  .pebitech-responsibility h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .pebitech-responsibility h1 span {
    font-size: 26px;
  }

  .pebitech-responsibility .intro-text,
  .pebitech-responsibility .checklist li span,
  .pebitech-responsibility .footer-text {
    font-size: 15px;
    text-align: left;
  }

  .pebitech-responsibility .checklist li {
    text-align: left;
    margin-bottom: 20px;
  }

  .pebitech-responsibility .checklist {
    margin: 25px 0;
  }
}

/* Mobile Styles */
@media (max-width: 480px) {
  .pebitech-responsibility .left-section {
    padding: 30px 15px;
  }

  .pebitech-responsibility .right-section {
    padding: 30px 20px;
  }

  .pebitech-responsibility h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .pebitech-responsibility h1 span {
    font-size: 22px;
  }

  .pebitech-responsibility .image-grid {
    gap: 12px;
  }

  .pebitech-responsibility .image-box {
    border-radius: 16px;
  }

  .pebitech-responsibility .image-box img {
    height: 170px;
    border-radius: 16px;
  }

  .pebitech-responsibility .intro-text,
  .pebitech-responsibility .checklist li span,
  .pebitech-responsibility .footer-text {
    font-size: 14px;
  }

  .pebitech-responsibility .checklist li {
    margin-bottom: 18px;
    text-align: left;
  }

  .pebitech-responsibility .checklist i {
    padding: 2px 3px;
    font-size: 10px;
    border-width: 2px;
  }

  .pebitech-responsibility .checklist {
    margin: 20px 0;
  }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
  .pebitech-responsibility h1 {
    font-size: 20px;
  }

  .pebitech-responsibility h1 span {
    font-size: 20px;
  }

  .pebitech-responsibility .image-box img {
    height: 150px;
  }

  .pebitech-responsibility .intro-text,
  .pebitech-responsibility .checklist li span,
  .pebitech-responsibility .footer-text {
    font-size: 13px;
  }

  .pebitech-responsibility .left-section {
    padding: 25px 12px;
  }

  .pebitech-responsibility .right-section {
    padding: 25px 12px;
  }
}

/* TABLETS ONLY (iPad / Galaxy Tab) */
@media (min-width: 769px) and (max-width: 1024px) {
  .pebitech-responsibility .container {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .pebitech-responsibility .image-box {
    transform: none;
  }

  .pebitech-responsibility .image-box img {
    width: 100%;
    height: 220px;
  }

  .pebitech-responsibility .right-section {
    align-items: flex-start;
  }
}
/*delivery support section*/

.delivery-support {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}

.delivery-support .delivery-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
}

.delivery-support .delivery-header {
  grid-column: 1 / -1;
  text-align: left;
  margin-bottom: 40px;
}

.delivery-header h2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.delivery-header span {
  color: #2554f9;
}

.delivery-intro {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-top: 20px;
  max-width: 900px;
}

/* LEFT */
.delivery-left {
  display: flex;
  align-items: flex-start;
}

.delivery-image img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

/* RIGHT */
.delivery-right {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-left: 40px;
  align-items: start;
  padding-top: 90px;
}

.delivery-line {
  position: absolute;
  top: 130px;
  width: calc(100% + 54px);
  height: 5px;
  background: #d9d9d9;
  z-index: 0;
}

.delivery-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.delivery-icon {
  width: 80px;
  height: 80px;
  background: #2554f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
}

.delivery-icon img {
  width: 30px;
  height: auto;
}

.delivery-item h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2554f9;
  text-align: left;
}

.delivery-item p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  text-align: left;
}

.delivery-item a {
  color: #2554f9;
  text-decoration: none;
  font-weight: 500;
}

/* Toggle content styles */
.toggle-content {
  display: none;
  margin-top: 10px;
}

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

.page-id-3369 .toggle-button,
.page-id-3555 .toggle-button {
  margin-top: 10px;
  background: none;
  border: none;
  color: #2554f9;
  text-decoration: underline;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}

/* ========================= */
/* LARGE TABLET (iPad Pro) */
/* ========================= */
@media (max-width: 1200px) {
  .delivery-support .delivery-container {
    grid-template-columns: 45% 55%;
    gap: 30px;
  }

  .delivery-header {
    padding: 0px 40px;
  }

  .delivery-header h2 {
    font-size: 32px;
  }

  .delivery-right {
    gap: 30px;
    padding-left: 30px;
  }

  .delivery-item h4 {
    font-size: 15px;
  }

  .delivery-item p {
    font-size: 14px;
  }
}

/* ========================= */
/* TABLET */
/* ========================= */
@media (max-width: 1024px) {
  .delivery-support .delivery-container {
    display: block; /* Remove grid */
  }

  .delivery-header {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .delivery-header h2 {
    font-size: 30px;
  }

  .delivery-intro {
    max-width: 100%;
  }

  .delivery-left {
    margin-bottom: 50px;
  }

  .delivery-right {
    display: flex; /* Change from grid to flex */
    flex-direction: column;
    gap: 40px;
    padding-left: 0;
    justify-content: center;
    align-items: center;
  }

  .delivery-line {
    display: none;
  }

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

  .delivery-item h4,
  .delivery-item p {
    text-align: center;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media (max-width: 768px) {
  .delivery-support {
    padding: 40px 20px;
  }

  .delivery-header h2 {
    font-size: 26px;
  }

  .delivery-intro {
    font-size: 15px;
    line-height: 1.5;
  }

  .delivery-left {
    margin-bottom: 40px;
  }

  .delivery-right {
    padding: 0px 20px;
    gap: 35px;
  }

  .delivery-item h4 {
    font-size: 16px;
  }

  .delivery-item p {
    font-size: 14px;
  }

  .delivery-icon {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }

  .delivery-icon img {
    width: 26px;
  }
}

/* ========================= */
/* SMALL MOBILE */
/* ========================= */
@media (max-width: 480px) {
  .delivery-support {
    padding: 30px 15px;
  }

  .delivery-header {
    padding: 0 10px;
  }

  .delivery-header h2 {
    font-size: 22px;
  }

  .delivery-intro {
    font-size: 14px;
  }

  .delivery-right {
    gap: 30px;
  }

  .delivery-item h4 {
    font-size: 15px;
  }

  .delivery-item p {
    font-size: 13px;
  }

  .delivery-icon {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .delivery-icon img {
    width: 24px;
  }
}
/*case studies section*/
.case-studies {
  padding: 60px 20px;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}

.case-studies .container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  align-items: start;
}

/* LEFT TEXT */
.case-studies .text-column h2 {
  font-family: 'Unbounded';
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}

.case-studies .text-column h2 span {
  color: #2554f9;
}

.case-studies .text-column p {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  max-width: 500px;
}

/* RIGHT IMAGES */
.case-studies .image-column {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  height: 100%;
}
.case-studies .image-large {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.case-studies .image-small-grid img {
  height: 100%;
  object-fit: cover;
}
.case-studies .image-large img,
.case-studies .image-small-grid img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.case-studies .image-small-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 100%;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .case-studies .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .case-studies .image-column {
    grid-template-columns: 2fr 1fr;
    gap: 15px;
  }

  .case-studies .image-large {
    grid-row: 1 / 3;
  }

  .case-studies .image-small-grid {
    grid-template-rows: 1fr 1fr;
    gap: 15px;
  }

  .case-studies .text-column h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .case-studies {
    padding: 40px 20px;
  }

  .case-studies .image-column {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .case-studies .image-large {
    grid-row: auto;
  }

  .case-studies .text-column h2 {
    font-size: 28px;
  }

  .case-studies .text-column p {
    font-size: 15px;
  }

  .case-studies .image-small-grid {
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .case-studies .text-column h2 {
    font-size: 24px;
  }

  .case-studies .text-column p {
    font-size: 14px;
  }

  .case-studies .image-large img,
  .case-studies .image-small-grid img {
    border-radius: 12px;
  }
}

/* ================================
   Healthcare Case Section
   ================================ */

.healthcare-case {
  padding: 60px 0px;
  width: 100%;
}

.healthcare-case__bg {
  position: relative;
  min-height: 50vh;
  background: url('../images/case-study-cards.jpg') center / cover no-repeat;
  display: flex;
  align-items: center;
}

.healthcare-case__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.healthcare-case__bg .healthcare-case__container {
  position: relative;
  z-index: 2;
}

.healthcare-case__title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  font-family: 'Unbounded';
  line-height: 1.4;
}

/* BOTTOM CONTENT */
.healthcare-case__content {
  padding: 80px 20px 100px;
  background: #ffffff;
}

.healthcare-case__container {
  max-width: 1200px;
  margin: 0 auto;
}

.healthcare-case__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: clamp(-160px, -10vw, -80px);
}

.healthcare-case__card {
  background: #2554f9;
  border-radius: 24px;
  padding: 40px 30px;
  color: #ffffff;
  box-shadow: 0px 4px 15px -2px #00000026;
  /* z-index: 9999; */
  position: relative;
}
.healthcare-case__number {
  font-size: 64px;
  font-weight: 500;
  opacity: 0.6;
  font-family: 'Montserrat';
  margin-bottom: 20px;
}

.healthcare-case__card-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  font-family: 'Montserrat';
}

.healthcare-case__text {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 400;
}

/* Large tablets & small laptops */
@media (max-width: 1024px) {
  .healthcare-case__bg {
    min-height: 45vh;
  }

  .healthcare-case__cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -120px;
  }

  .healthcare-case__card {
    padding: 36px 28px;
  }

  .healthcare-case__number {
    font-size: 54px;
  }
}

/* Tablets */
@media (max-width: 900px) {
  .healthcare-case__title {
    font-size: 32px;
  }

  .healthcare-case__cards {
    gap: 24px;
    margin-top: -100px;
  }
}

/* Mobile landscape & small tablets */
@media (max-width: 768px) {
  .healthcare-case__bg {
    min-height: auto;
    padding: 80px 0 120px;
  }

  .healthcare-case__cards {
    grid-template-columns: 1fr;
    margin-top: -90px;
  }

  .healthcare-case__card {
    padding: 32px 24px;
    border-radius: 20px;
  }

  .healthcare-case__card-title {
    font-size: 22px;
  }

  .healthcare-case__text {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .healthcare-case__bg {
    padding: 60px 0 100px;
  }

  .healthcare-case__title {
    font-size: 22px;
    line-height: 1.5;
  }

  .healthcare-case__cards {
    margin-top: -70px;
  }

  .healthcare-case__number {
    font-size: 40px;
    margin-bottom: 14px;
  }

  .healthcare-case__card-title {
    font-size: 20px;
  }

  .healthcare-case__card {
    padding: 28px 20px;
  }
}

/* Very small devices */
@media (max-width: 360px) {
  .healthcare-case__title {
    font-size: 20px;
  }

  .healthcare-case__text {
    font-size: 14px;
  }
}

/* ================================
 Startup Recovery Section
   ================================ */

.startup-recovery {
  padding: 60px 0px;
  background: #ffffff;
}

/* Remove max-width restriction */
.startup-recovery__container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* Full-width grid */
.startup-recovery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.startup-recovery__label {
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

/* TEXT BLOCKS */
.startup-recovery__text {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fafafa;
}
.startup-recovery__text p {
  font-size: 16px;
  font-family: 'Montserrat';
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

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

/* IMAGE BLOCKS */
.startup-recovery__image {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.startup-recovery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Center image overlay */
.startup-recovery__image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
}

.startup-recovery__image-overlay h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 400;
  font-family: 'Unbounded';
  padding: 20px;
}

/* ================================
   Responsive
   ================================ */

/* Large tablets */
@media (max-width: 1024px) {
  .startup-recovery__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .startup-recovery__text {
    padding: 48px;
  }

  .startup-recovery__image-overlay h3 {
    font-size: 26px;
  }
}

/* Tablets & Mobile */
@media (max-width: 768px) {
  .startup-recovery {
    padding: 40px 20px;
  }

  .startup-recovery__label,
  .startup-recovery__text p {
    text-align: left;
  }
  .startup-recovery__grid {
    grid-template-columns: 1fr;
  }

  .startup-recovery__text {
    padding: 40px 24px;
  }

  .startup-recovery__image {
    min-height: 260px;
  }

  .startup-recovery__image-overlay h3 {
    font-size: 24px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .startup-recovery__label,
  .startup-recovery__text p {
    text-align: left;
  }
  .startup-recovery__text {
    padding: 32px 20px;
  }

  .startup-recovery__image-overlay h3 {
    font-size: 22px;
  }
}

/* ================================
   Long-Term Success Banner
   ================================ */

.longterm-success {
  position: relative;
  width: auto;
  background: url('../images/long-term-success-img.jpg') center center / cover
    no-repeat;
  /* border-radius: 20px; */
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 260px;
  justify-content: center;
  padding: 60px 0px;
  color: #ffffff;
  text-align: center;
  height: 320px;
}

/* Dark overlay */
.longterm-success__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  z-index: 1;
}

/* Content */
.longterm-success__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
}

/* Title */
.longterm-success__title {
  font-family: 'Unbounded';
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 18px;
}

/* Paragraph */
.longterm-success__text {
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 1.8;
  opacity: 1;
  margin-bottom: 14px;
}

/* ================================
   Responsive
   ================================ */

/* Tablets */
@media (max-width: 1024px) {
  .longterm-success {
    margin: 32px;
    padding: 52px 20px;
  }

  .longterm-success__title {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .longterm-success {
    margin: 24px 0px;
    padding: 48px 18px;
  }

  .longterm-success__title {
    font-size: 22px;
  }

  .longterm-success__text,
  .longterm-success__quote {
    font-size: 14px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .longterm-success {
    margin: 16px 0px;
    padding: 40px 16px;
  }

  .longterm-success__title {
    font-size: 20px;
  }
}
/* Logistics Case Study Section */
.logistics-case {
  padding: 60px 20px;
  background: #fafafa;
  font-family: 'Montserrat', sans-serif;
  overflow: visible;
}

.logistics-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 0;
  position: relative;
  align-items: start;
}

/* Left Content */
.logistics-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.logistics-heading {
  font-family: 'Unbounded', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}

.logistics-heading span {
  color: #2554f9;
}

/* Cards Wrapper */
.logistics-cards-wrapper {
  display: flex;
  gap: 25px;
  position: relative;
}

/* Card Styles - WIDER CARDS */
.logistics-card {
  flex: 1;
  padding: 35px 30px;
  border-radius: 24px;
  background: #fff;
  color: #000;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  min-height: 320px;
  box-shadow: 0px 4px 15px 0px #00000040;
}

/* Third card overlaps */
.logistics-card:nth-child(3) {
  position: relative;
  z-index: 10;
  margin-right: -200px;
}

.logistics-card:hover {
  background: #2554f9;
  color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(37, 84, 249, 0.35);
}

.logistics-card-title {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
  transition: color 0.3s ease;
}

.logistics-card:hover .logistics-card-title {
  color: #fff;
}

.logistics-card-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  transition: color 0.3s ease;
  flex-grow: 1;
}

.logistics-card:hover .logistics-card-text {
  color: rgba(255, 255, 255, 0.95);
}

/* Right Image */
.logistics-image {
  width: 100%;
  height: 100%;
  min-height: 650px;
  position: relative;
  z-index: 1;
}

.logistics-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

/* ========== RESPONSIVE ========== */

@media (max-width: 1400px) {
  .logistics-card:nth-child(3) {
    margin-right: -150px;
  }
}

@media (max-width: 1200px) {
  .logistics-container {
    max-width: 1200px;
  }

  .logistics-card:nth-child(3) {
    margin-right: -100px;
  }

  .logistics-card {
    padding: 35px 28px;
    min-height: 280px;
  }

  .logistics-heading {
    font-size: 40px;
  }

  .logistics-card-title {
    font-size: 19px;
  }

  .logistics-card-text {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .logistics-case {
    padding: 80px 20px;
  }

  .logistics-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .logistics-heading {
    font-size: 36px;
  }

  .logistics-card:nth-child(3) {
    margin-right: 0;
  }

  .logistics-card {
    padding: 30px 25px;
    min-width: auto;
  }

  .logistics-image {
    min-height: 500px;
    order: -1;
  }
}

@media (max-width: 768px) {
  .logistics-case {
    padding: 40px 20px;
  }

  .logistics-heading {
    font-size: 32px;
  }

  .logistics-cards-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .logistics-card {
    padding: 25px 20px;
    min-height: auto;
  }

  .logistics-card-title {
    font-size: 17px;
  }

  .logistics-image {
    min-height: 400px;
  }
  .logistics-content {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .logistics-case {
    padding: 30px 15px;
  }

  .logistics-heading {
    font-size: 24px;
  }

  .logistics-card {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .logistics-card-title {
    font-size: 16px;
  }

  .logistics-card-text {
    font-size: 13px;
    line-height: 1.6;
  }

  .logistics-image {
    min-height: 350px;
  }
}

/* Thinking Section */
.thinking-section {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.thinking-section .thinking-container {
  max-width: 1400px;
  margin: 0 auto;
}

.thinking-section h2 {
  font-family: 'Unbounded', cursive;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 16px;
}

.thinking-section h2 span {
  color: #2554f9;
}

.thinking-section .thinking-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  max-width: 650px;
  margin: 20px auto 50px;
}

.thinking-section .thinking-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.thinking-section .thinking-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thinking-section .thinking-icon {
  width: 80px;
  height: 80px;
  background: #2554f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.thinking-section .thinking-icon svg {
  width: 34px;
  height: 34px;
}

.thinking-section .thinking-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  max-width: 260px;
}
.thinking-section .thinking-icon img {
  height: auto;
  width: 30px;
  object-fit: contain;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1024px) {
  .thinking-section .thinking-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .thinking-section {
    padding: 40px 20px;
  }

  .thinking-section h2 {
    font-size: 30px;
  }

  .thinking-section .thinking-subtitle {
    font-size: 14px;
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .thinking-section {
    padding: 30px 15px;
  }
  .thinking-section .thinking-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .thinking-section h2 {
    font-size: 24px;
  }

  .thinking-section .thinking-item p {
    font-size: 13px;
  }
}
/*mission section*/
.mission-section {
  padding: 60px 0;
  background: #fafafa;
  font-family: 'Montserrat', sans-serif;
}

.mission-section .mission-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

/* FULL-WIDTH IMAGE */
.mission-section .mission-image {
  width: 100%;
}

.mission-section .mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}

/* CONTENT CONTAINER */
.mission-section .mission-content {
  max-width: 600px;
  padding: 0 46px 0 80px;
}

.mission-section .mission-content h2 {
  font-family: 'Unbounded', cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 24px;
}

.mission-section .mission-content h2 span {
  color: #2554f9;
}

.mission-section .mission-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.mission-section .mission-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-section .mission-content li {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.mission-section .mission-content a {
  color: #2554f9;
  text-decoration: none;
  font-weight: 500;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1024px) {
  .mission-section .mission-layout {
    grid-template-columns: 1fr;
  }

  .mission-section .mission-image img {
    border-radius: 0;
  }

  .mission-section .mission-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 20px 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mission-section {
    padding: 40px 20px;
  }

  .mission-section .mission-content h2 {
    font-size: 30px;
  }
  .healthcare-case__content {
    padding: 40px 20px;
  }
  .startup-recovery__image-overlay h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 480px) {
  .mission-section {
    padding: 30px 15px;
  }

  .mission-section .mission-content h2 {
    font-size: 24px;
  }

  .mission-section .mission-content p,
  .mission-section .mission-content li {
    font-size: 13px;
  }
}

.page-id-3369 .toggle-content,
.page-id-3555 .toggle-content {
  display: none;
}

.page-id-3369 .toggle-content.active,
.page-id-3555 .toggle-content.active {
  display: block;
}

.page-id-3369 .toggle-button,
.page-id-3555 .toggle-button {
  margin-top: 16px;
  background: none;
  border: none;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
}

.page-id-3369 .about-solution-section,
.page-id-3555 .about-solution-section {
  background-color: #fafafa;
}
.page-id-3369 .about-solution-section span,
.page-id-3555 .about-solution-section span {
  color: #2554f9;
}

@media (min-width: 991px) {
  .page-id-3369 .about-solution-section .banner img,
  .page-id-3555 .about-solution-section .banner img {
    height: 608px;
  }
  .page-id-3369 .single-industry.why-choose-us .content,
  .page-id-3555 .single-industry.why-choose-us .content {
    align-items: center;
  }
  .page-id-3369 .single-industry.why-choose-us h2,
  .page-id-3555 .single-industry.why-choose-us h2 {
    margin-bottom: 60px;
  }
  .longterm-success {
    height: 400px;
  }
  .logistics-image img {
    max-width: 470px;
  }
  .logistics-image {
    text-align: right;
  }
  .logistics-card .logistics-card-text {
    margin: 16px 0;
  }
  .logistics-card .logistics-card-title {
    margin-top: 24px;
  }
  .startup-recovery__image-overlay h3 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .pebitech-responsibility .image-box {
    max-width: 280px;
    max-height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .pebitech-responsibility .image-grid {
    right: -280px;
  }
  .pebitech-responsibility .image-box {
    max-width: 250px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .pebitech-responsibility .lg-container {
    padding-left: 0;
    padding-right: 0;
  }
  .pebitech-responsibility .left-section {
    position: relative;
    width: 100%;
    left: 0;
  }
  .pebitech-responsibility .image-box {
    width: 48%;
    max-width: 100%;
  }
  .pebitech-responsibility .image-grid {
    max-width: 100%;
  }
  .pebitech-responsibility .content-wrapper {
    max-width: 100%;
  }
  .pebitech-responsibility h1 {
    text-align: center;
  }
}
