/* TekBis — clients, about-us, blogs page styles (recovered) */

/* clients-page-headers */
.clients-header {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .clients-header {
    margin-bottom: 5rem;
    width: 80%;
    margin: 0 auto;
  }
}
.clients-header .header {
  display: flex;
  flex-direction: column;
}
.clients-header .header .main-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #0b3ac6;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .clients-header .header .main-heading {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0.75rem;
  }
}
.clients-header .header .sub-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0F172A;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .clients-header .header .sub-heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.07125rem;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 1rem;
  }
}
.clients-header .header .text {
  font-size: 14px;
  line-height: 20px;
  color: #64748B;
}
@media (min-width: 1024px) {
  .clients-header .header .text {
    font-size: 20px;
    line-height: 30px;
  }
}
.clients-see-more {
  text-align: center;
  margin: 30px auto;
  padding-bottom: 33px !important;
}
.gap-div-2 {
  height: 0rem;
}
@media (min-width: 1024px) {
  .gap-div-2 {
    height: 4rem;
  }
}

/* hero-section-banner */
.hero-section-banner {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .hero-section-banner {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .hero-section-banner {
    margin-top: 75px;
  }
}
.hero-section-banner__container {
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
}
@media (min-width: 768px) {
  .hero-section-banner__container {
    padding: 200px 30px;
  }
}
@media (min-width: 1024px) {
  .hero-section-banner__container {
    padding: 200px 30px;
  }
}
.hero-section-banner__container--grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #07154A66 30%, #0b3ac6cc);
  border-radius: 28px;
  z-index: 0;
}
.hero-section-banner__container--badge {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #ffffff;
  z-index: 10;
  margin-bottom: 16px;
}
.hero-section-banner__container--title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  z-index: 10;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero-section-banner__container--title {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .hero-section-banner__container--title {
    font-size: 60px;
    line-height: 72px;
  }
}
.hero-section-banner__container--description {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  z-index: 10;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-section-banner__container--description {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .hero-section-banner__container--description {
    font-size: 20px;
    line-height: 28px;
  }
}

/* about-us-page */
.about-bg-container {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .about-bg-container {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .about-bg-container {
    margin-top: 75px;
  }
}
.about-bg-container .background-img {
  border-radius: 10px;
  width: 100%;
}
.gap-div {
  height: 0rem;
}
.about-page-header .header {
  display: flex;
  flex-direction: column;
}
.about-page-header .header .main-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0b3ac6;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .about-page-header .header .main-heading {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0.75rem;
  }
}
.about-page-header .header .sub-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0F172A;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .about-page-header .header .sub-heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.07125rem;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 5rem;
  }
}
.about-header .header {
  display: flex;
  flex-direction: column;
}
.about-header .header .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
@media (min-width: 1024px) {
  .about-header .header .text {
    font-size: 20px;
    line-height: 28px;
  }
}
.about-header .header .sub-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  gap: 1rem;
}
@media (min-width: 576px) {
  .about-header .header .sub-container {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .about-header .header .sub-container {
    gap: 6rem;
  }
}
.about-header .header .sub-container .tekbis-icon-logo {
  width: 100px;
  height: 100px;
}
@media (min-width: 1024px) {
  .about-header .header .sub-container .tekbis-icon-logo {
    width: 200px;
    height: 200px;
  }
}
.profile-btn-container {
  display: flex;
  justify-content: center;
  margin: 70px 0;
}
@media (min-width: 1024px) {
  .profile-btn-container {
    margin: 130px 0;
  }
}
.profile-btn-container .profile-btn {
  padding: 20px 32px;
  border-radius: 8px;
  background-color: var(--primary-color);
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  display: flex;
}
.profile-btn-container .profile-btn .chevron {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  opacity: 0;
  animation: chevronMove 1.5s infinite ease-in-out;
}
.profile-btn-container .profile-btn .chevron:nth-child(1) {
  animation-delay: 0s;
}
.profile-btn-container .profile-btn .chevron:nth-child(2) {
  animation-delay: 0.3s;
}
.profile-btn-container .profile-btn .chevron:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes chevronMove {
  0% {
    transform: translate(0);
    opacity: 0;
  }
  50% {
    transform: translate(5px);
    opacity: 1;
  }
  to {
    transform: translate(10px);
    opacity: 0;
  }
}
.about-page-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 20px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/about-us/banner-image.webp);
  width: 100%;
  height: 186px;
}
@media (min-width: 1024px) {
  .about-page-banner {
    margin: 130px 0;
    height: 300px;
  }
}
.about-page-banner .banner-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 25px;
  text-align: center;
}
@media (min-width: 475px) {
  .about-page-banner .banner-text {
    padding: 0 10px;
  }
}
.about-page-banner .banner-text .banner-head {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0b3ac6;
}
@media (min-width: 1024px) {
  .about-page-banner .banner-text .banner-head {
    font-size: 22px;
    line-height: 24px;
  }
}
.about-page-banner .banner-text .banner-text-desc {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1.14px;
  color: #fff;
}
@media (min-width: 1024px) {
  .about-page-banner .banner-text .banner-text-desc {
    font-size: 30px;
    line-height: 48px;
  }
}
.about-page-banner .banner-text .horizontal-line {
  border: 2px solid #0b3ac6;
  width: auto;
}
@media (min-width: 1024px) {
  .about-page-banner .banner-text .horizontal-line {
    border: 4px solid #0b3ac6;
    width: auto;
  }
}
.about-page-sub-details .sub-detail {
  display: none;
}
@media (min-width: 1024px) {
  .about-page-sub-details .sub-detail {
    margin: 8rem 0;
    display: block;
    background-color: #F8FAFC;
    display: flex;
    gap: 44px;
    align-items: center;
    padding: 5rem;
  }
  .about-page-sub-details .sub-detail .our-mission-image {
    width: 33%;
  }
  .about-page-sub-details .sub-detail .mission-details .heading {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #0b3ac6;
    margin-bottom: 0.5rem;
  }
  .about-page-sub-details .sub-detail .mission-details h1,
  .about-page-sub-details .sub-detail .mission-details .mission-details-text {
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    display: flex;
    letter-spacing: -1.13421px;
    color: #0F172A;
    margin-bottom: 1.5rem;
  }
  .about-page-sub-details .sub-detail .mission-details p {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    text-align: justify;
    letter-spacing: 0.198985px;
    color: #333c;
  }
}
.about-page-sub-details .sub-detail-mobile {
  background-color: #F8FAFC;
  padding: 30px 0;
  margin: 20px 0 40px;
}
.about-page-sub-details .sub-detail-mobile .heading {
  text-align: center;
}
.about-page-sub-details .sub-detail-mobile .heading p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #0b3ac6;
  margin-bottom: 0.5rem;
}
.about-page-sub-details .sub-detail-mobile .heading h1,
.about-page-sub-details .sub-detail-mobile .heading .sub-detail-mobile-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #0F172A;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .about-page-sub-details .sub-detail-mobile .heading h1,
  .about-page-sub-details .sub-detail-mobile .heading .sub-detail-mobile-text {
    font-size: 24px;
    line-height: 28px;
  }
}
.about-page-sub-details .sub-detail-mobile .content-our-mission {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 768px) {
  .about-page-sub-details .sub-detail-mobile .content-our-mission {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-page-sub-details .sub-detail-mobile .about-mobile-image {
  max-width: 70%;
  margin: auto;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .about-page-sub-details .sub-detail-mobile .about-mobile-image {
    max-width: 33%;
  }
}
@media (min-width: 1024px) {
  .about-page-sub-details .sub-detail-mobile {
    display: none;
  }
}
.banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 50px auto;
  background-image: linear-gradient(
    to top,
    #0b3ac6 50%,
    #0b3ac6bb 60%,
    #9CC7FF24 73%
  );
  border-radius: 20px;
}
@media (min-width: 475px) {
  .banner-wrapper {
    gap: 2.5%;
    width: 80%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .banner-wrapper {
    background-image: linear-gradient(
      to top,
      #0b3ac6 40%,
      #0b3ac6bb,
      #9CC7FF24 60%
    );
    margin-top: 65px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .banner-wrapper {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
@media (min-width: 920px) {
  .banner-wrapper {
    width: 100%;
    flex-direction: row;
    background-image: linear-gradient(
      to left,
      #0b3ac6 50%,
      #0b3ac6bb,
      #9CC7FF24 72%
    );
  }
}
@media (min-width: 1024px) {
  .banner-wrapper {
    margin: 130px auto;
  }
}
.banner-wrapper .image {
  width: 100%;
  z-index: -1;
}
@media (min-width: 920px) {
  .banner-wrapper .image {
    width: 50%;
  }
}
.banner-wrapper .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  row-gap: 20px;
  width: 80%;
  padding: 20px 0 50px;
}
@media (min-width: 576px) {
  .banner-wrapper .text-container {
    padding: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .banner-wrapper .text-container {
    row-gap: 30px;
    padding: 50px 0;
  }
}
@media (min-width: 920px) {
  .banner-wrapper .text-container {
    padding: unset;
    width: 40%;
  }
}
.banner-wrapper .text-container .main-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1.14px;
  color: #fff;
}
@media (min-width: 920px) {
  .banner-wrapper .text-container .main-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner-wrapper .text-container .main-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.2px;
  color: #fff;
}
@media (min-width: 920px) {
  .banner-wrapper .text-container .main-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.mbl-dev-crumbs {
  padding-top: 100px;
}
.contact-us-hero {
  background:
    linear-gradient(135deg, rgba(7, 21, 74, 0.82) 0%, rgba(11, 58, 198, 0.65) 100%),
    url("storage/images/hero-bg-tech.webp") center center / cover no-repeat;
  background-attachment: scroll;
  padding: 24px 0 48px;
}
@media (min-width: 1024px) {
  .contact-us-hero {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.contact-us-hero__wrapper {
  position: relative;
}
.contact-us-hero__wrapper .contact-scroll-anchor {
  position: relative;
  top: -300px;
  height: 1px;
}
.contact-us-hero__wrapper .contact-form-section {
  margin-top: -80px;
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.contact-us-hero__wrapper .contact-form-section .home-hero__form-container {
  max-width: 100% !important;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .contact-us-hero__wrapper {
    min-height: 580px;
  }
  .contact-us-hero__wrapper .contact-form-section {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 42%;
    max-width: 450px;
    padding: 0;
  }
}
.contact-us-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 80px 30px;
  gap: 20px;
  border-radius: 0;
  min-height: 400px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .contact-us-hero__wrapper--desc {
    width: 55%;
    min-height: 580px;
  }
}
@media (min-width: 1200px) {
  .contact-us-hero__wrapper--desc {
    padding: 110px 30px;
  }
}
.contact-us-hero__wrapper--desc-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #fff !important;
  text-align: center;
}
@media (min-width: 1024px) {
  .contact-us-hero__wrapper--desc-heading {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .contact-us-hero__wrapper--desc-heading {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .contact-us-hero__wrapper--desc-heading {
    font-size: 60px;
    line-height: 84px;
  }
}
.contact-us-hero__wrapper--desc-heading span {
  color: #0b3ac6;
}
.contact-us-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .contact-us-hero__wrapper--desc-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.contact-us-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .contact-us-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.contact-us-brands {
  padding: 65px 0 60px;
}
.contact-us-brands__wrapper {
  overflow: hidden;
}
.contact-us-brands__wrapper--txts {
  margin-bottom: 32px;
}
.contact-us-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #0F172A;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .contact-us-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.contact-us-brands__wrapper--txts-heading span {
  color: #0b3ac6;
  font-weight: 600;
}
.contact-us-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0F172A;
  text-align: center;
  padding: 0;
}
.contact-us-brands__wrapper--cardswraper {
  display: flex;
  gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-us-brands__wrapper--cardswraper-card {
  width: 100%;
  max-width: 560px;
  background-color: #f9f9f9;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}
.contact-us-brands__wrapper--cardswraper-cardimg {
  width: 66px;
  height: 66px;
}
.contact-us-brands__wrapper--cardswraper-cardcity {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
  color: #0F172A;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .contact-us-brands__wrapper--cardswraper-cardcity {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) {
  .contact-us-brands__wrapper--cardswraper-cardcity {
    font-size: 28px;
    line-height: 36px;
  }
}
.contact-us-brands__wrapper--cardswraper-carddetail {
  display: flex;
  gap: 20px;
  align-items: start;
  justify-content: left;
}
.contact-us-brands__wrapper--cardswraper-carddetail a {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
}
@media (min-width: 1200px) {
  .contact-us-brands__wrapper--cardswraper-carddetail a {
    width: 85%;
  }
}
.contact-us-brands__wrapper--cardswraper-carddetail p {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
}
@media (min-width: 1200px) {
  .contact-us-brands__wrapper--cardswraper-carddetail p {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .contact-us-brands__wrapper--cardswraper-carddetail .american-address {
    width: 95% !important;
  }
}
.contact-us-brands__wrapper--cardswraper-carddetail img {
  width: 24px;
  height: 24px;
}
.contact-us-mapsection {
  margin-top: 30px;
}
.contact-us-formimport {
  margin-top: 70px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/contact-us-page/contact-us-formbg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us-customers {
  background-color: #f3f3f3;
  padding: 24px 0;
}
.contact-us-customers__wrapper {
  overflow: hidden;
}
.contact-us-customers__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #0F172A;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us-customers__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .contact-us-customers__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.contact-us-customers__wrapper--txts-heading span {
  color: #0b3ac6;
  font-weight: 600;
}
.contact-us-customers__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0F172A;
  text-align: center;
  padding: 0;
}
.contact-us-customers__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.contact-us-customers__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-us-customers__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.contact-us-customers__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.contact-us-customers__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-us-customers__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.contact-us-customers__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.contact-us-customers__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 20px;
}
.contact-us-customers__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #64748B;
  margin-bottom: 10px;
}
.contact-us-customers__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us-customers__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.contact-us-growth {
  background-color: #0b1c59;
  padding: 60px 0;
  margin-top: 32px;
}
.contact-us-growth__wrapper {
  background-image: none;
  background-color: transparent;
  border-radius: 16px;
  padding: 38px 14px;
}
@media (min-width: 1440px) {
  .contact-us-growth__wrapper {
    width: 85%;
    padding: 40px 50px;
  }
}
.contact-us-growth__wrapper--txts {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border-radius: 16px;
  padding: 40px 24px;
}
.contact-us-growth__wrapper--txts-img {
  position: absolute;
  width: 200px;
  top: -150px;
}
@media (min-width: 768px) {
  .contact-us-growth__wrapper--txts-img {
    top: -60px;
    right: -20px;
    width: 175px;
    height: 115px;
  }
}
@media (min-width: 1024px) {
  .contact-us-growth__wrapper--txts-img {
    top: -100px;
    right: -40px;
    width: 270px;
    height: 175px;
  }
}
@media (min-width: 1200px) {
  .contact-us-growth__wrapper--txts-img {
    top: -120px;
    right: -60px;
    width: 320px;
    height: 200px;
  }
}
@media (min-width: 1440px) {
  .contact-us-growth__wrapper--txts-img {
    top: -150px;
    right: -80px;
    width: 350px;
    height: 230px;
  }
}
.contact-us-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us-growth__wrapper--txts-heading {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1024px) {
  .contact-us-growth__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
.contact-us-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .contact-us-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.contact-us-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .contact-us-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.contact-us-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #282828;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.hero-privacy-policy .hero__section {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .hero-privacy-policy .hero__section {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .hero-privacy-policy .hero__section {
    margin-top: 75px;
  }
}
.hero-privacy-policy .hero__section .hero__container {
  height: 260px;
  background-image: url(/build/assets/hero-image-DkponQh2.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-privacy-policy .hero__section .hero__container {
    height: 60vh;
  }
}
@media (min-width: 1024px) {
  .hero-privacy-policy .hero__section .hero__container {
    height: 70vh;
  }
}
.hero-privacy-policy .hero__section .hero__container .hero-text h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .hero-privacy-policy .hero__section .hero__container .hero-text h1 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 768px) {
  .hero-privacy-policy .hero__section .hero__container .hero-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .hero-privacy-policy .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (min-width: 1200px) {
  .hero-privacy-policy .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
.privacy-policy-section p,
.privacy-policy-section a,
.privacy-policy-section li {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .privacy-policy-section p,
  .privacy-policy-section a,
  .privacy-policy-section li {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.199419px;
    color: #333c;
  }
}
.privacy-policy-section ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0;
}
.privacy-policy-section ol {
  padding-left: 12px;
}
.privacy-policy-section ol .data-type-1,
.privacy-policy-section ol .data-type-2,
.privacy-policy-section ol .data-type-3 {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333;
}
@media (min-width: 1024px) {
  .privacy-policy-section ol .data-type-1,
  .privacy-policy-section ol .data-type-2,
  .privacy-policy-section ol .data-type-3 {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
    color: #333;
  }
}
.privacy-policy-section .container {
  display: block;
  margin-bottom: 0.9rem;
}
@media (min-width: 1024px) {
  .privacy-policy-section .container {
    margin-bottom: 1.8rem;
  }
}
.privacy-policy-section h3 {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333;
  margin-bottom: 0.1rem;
}
@media (min-width: 1024px) {
  .privacy-policy-section h3 {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
    color: #333;
    margin-bottom: 0.2rem;
  }
}
.privacy-policy-section .service-description .main-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5rem;
  color: #0b3ac6;
  margin-bottom: 1.85rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .privacy-policy-section .service-description .main-heading {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.125rem;
    line-height: 3rem;
    letter-spacing: -1.13669px;
    color: #0b3ac6;
    margin-bottom: 2.9rem;
  }
}
.privacy-policy-section .service-description .privacy-policy-intro {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .privacy-policy-section .service-description .privacy-policy-intro {
    margin-bottom: 1rem;
  }
}
.privacy-policy-section .information-collection .sub-heading {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .privacy-policy-section .information-collection .sub-heading {
    margin-bottom: 1rem;
  }
}
.privacy-policy-section .information-collection .sub-heading {
  margin-top: 0.7rem;
}
@media (min-width: 1024px) {
  .privacy-policy-section .information-collection .sub-heading {
    margin-top: 1.5rem;
  }
}
.privacy-policy-section .information-collection .data-type {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333;
  text-align: justify;
  margin: 20px auto;
}
@media (min-width: 1024px) {
  .privacy-policy-section .information-collection .data-type {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
    color: #333;
    margin-bottom: 0.2rem;
  }
}
.hero-terms-and-condition .hero__section {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .hero-terms-and-condition .hero__section {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .hero-terms-and-condition .hero__section {
    margin-top: 75px;
  }
}
.hero-terms-and-condition .hero__section .hero__container {
  height: 260px;
  background-image: url(/build/assets/hero-image-Csjg_-ZI.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-terms-and-condition .hero__section .hero__container {
    height: 60vh;
  }
}
@media (min-width: 1024px) {
  .hero-terms-and-condition .hero__section .hero__container {
    height: 70vh;
  }
}
.hero-terms-and-condition .hero__section .hero__container .hero-text h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .hero-terms-and-condition .hero__section .hero__container .hero-text h1 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 768px) {
  .hero-terms-and-condition .hero__section .hero__container .hero-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .hero-terms-and-condition .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (min-width: 1200px) {
  .hero-terms-and-condition .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
.terms-and-conditions-intro {
  margin-bottom: 1.2rem;
}
@media (min-width: 1024px) {
  .terms-and-conditions-intro {
    margin-bottom: 2.75rem;
  }
}
.terms-and-conditions-intro .main-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #0b3ac6;
  margin-bottom: 1.85rem;
  margin-top: 0.35rem;
}
@media (min-width: 1024px) {
  .terms-and-conditions-intro .main-heading {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -1.13669px;
    margin-bottom: 3rem;
  }
}
.terms-and-conditions-intro p,
.terms-and-conditions p {
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .terms-and-conditions-intro p,
  .terms-and-conditions p {
    margin-bottom: 1.5rem;
  }
}
.terms-and-conditions-intro p,
.terms-and-conditions p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .terms-and-conditions-intro p,
  .terms-and-conditions p {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
  }
}
.terms-and-conditions .terms-and-conditions-detail {
  margin-bottom: 1.2rem;
}
@media (min-width: 1024px) {
  .terms-and-conditions .terms-and-conditions-detail {
    margin-bottom: 2.75rem;
  }
}
.terms-and-conditions .terms-and-conditions-detail ul li {
  list-style-position: inside;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .terms-and-conditions .terms-and-conditions-detail ul li {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
  }
}
.terms-and-conditions .terms-and-conditions-detail h2 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .terms-and-conditions .terms-and-conditions-detail h2 {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
  }
}
.terms-and-conditions .terms-and-conditions-detail h2 {
  font-weight: 700;
  color: #333;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .terms-and-conditions .terms-and-conditions-detail h2 {
    margin-bottom: 1.5rem;
  }
}
.terms-and-conditions .terms-and-conditions-detail a {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .terms-and-conditions .terms-and-conditions-detail a {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
  }
}

/* blogs-page */
.blogs-main-section {
  padding-top: 40px;
  padding-bottom: 80px;
  overflow-x: hidden;
}
.blogs-main-section .blogs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}
@media (min-width: 1024px) {
  .blogs-main-section .blogs-layout {
    grid-template-columns: 1fr 350px;
    place-items: baseline;
  }
}
.blogs-main-section .blogs-layout .blogs-content-side {
  width: 100%;
}
.page-heading {
  margin-bottom: 32px;
}
.page-heading .header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .page-heading .header {
    flex-direction: column;
    align-items: start;
    text-align: center;
    gap: 15px;
  }
  .page-heading .header .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page-heading .header .left-side {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .page-heading .header .left-side {
    max-width: 48%;
  }
}
.page-heading .header .left-side h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .page-heading .header .left-side h2 {
    text-align: left;
  }
}
.page-heading .header .left-side .heading-line {
  width: 60px;
  height: 4px;
  background: #0b3ac6;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .page-heading .header .left-side .heading-line {
    display: none;
  }
}
.page-heading .header .right-side {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .page-heading .header .right-side {
    max-width: 48%;
  }
}
.page-heading .header .right-side .header-search {
  position: relative;
  width: 100%;
}
.page-heading .header .right-side .header-search i,
.page-heading .header .right-side .header-search svg,
.page-heading .header .right-side .header-search .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.page-heading .header .right-side .header-search input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}
.page-heading .header .right-side .header-search input:focus {
  border-color: #0b3ac6;
}
.mobile-search-container {
  margin-bottom: 25px;
  width: 100%;
  padding: 0 5px;
}
.mobile-search-container .header-search {
  position: relative;
  width: 100%;
}
.mobile-search-container .header-search i,
.mobile-search-container .header-search svg,
.mobile-search-container .header-search .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.mobile-search-container .header-search input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}
.mobile-search-container .header-search input:focus {
  border-color: #0b3ac6;
}
.sidebar-widget {
  background: #fff;
  border-radius: 20px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .sidebar-widget {
    padding: 16px;
    box-shadow: none !important;
    border: 1px solid #f3f3f3;
  }
}
.sidebar-widget h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .sidebar-widget h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
  }
}
.sidebar-widget .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-widget .category-list li {
  padding: 12px 20px;
  border-radius: 12px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #555;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.sidebar-widget .category-list li:hover {
  background: rgba(11, 58, 198, 0.08);
  color: #0b3ac6;
}
.sidebar-widget .category-list li.active {
  background: rgba(11, 58, 198, 0.08);
  color: #0b3ac6;
  font-weight: 600;
  border-left: 3px solid #0b3ac6;
}
.sidebar-widget .cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-align: center;
}
.sidebar-widget .cta-card h3 {
  margin-bottom: 15px;
}
.sidebar-widget .cta-card p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.sidebar-widget .cta-card .btn-cta {
  display: block;
  width: 100%;
  padding: 15px;
  background: #0b3ac6;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  transition:
    transform 0.3s,
    background 0.3s;
}
.sidebar-widget .cta-card .btn-cta:hover {
  background: #0930b0;
  transform: translateY(-2px);
}
.sidebar-widget.cta-white-bg {
  padding: 12px;
  background-color: #f9f9f9;
}
.sidebar-widget .cta-widget {
  background: rgba(11, 58, 198, 0.06);
  border-radius: 16px;
}
.sidebar-widget.mobile-categories-only {
  margin-bottom: 30px;
  padding-right: 0;
}
.sidebar-widget.mobile-categories-only .category-list {
  display: flex !important;
  flex-direction: row;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 15px;
  gap: 12px;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.sidebar-widget.mobile-categories-only .category-list::-webkit-scrollbar {
  display: none;
}
.sidebar-widget.mobile-categories-only .category-list li {
  white-space: nowrap;
  padding: 12px 24px;
  flex: 0 0 auto;
  background: #f9f9f9;
  color: #686868;
  border-left: 3px solid #0b3ac6;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none !important;
}
.sidebar-widget.mobile-categories-only .category-list li.active {
  background: rgba(11, 58, 198, 0.08) !important;
  color: #0b3ac6 !important;
  font-weight: 700;
}
.sidebar-widget.mobile-categories-only .category-list li .indicator {
  display: none;
}
.sidebar-widget.mobile-cta-only {
  margin-top: 40px;
  margin-bottom: 20px;
}
.blogs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.show-mobile {
  display: block !important;
}
@media (min-width: 1024px) {
  .show-mobile {
    display: none !important;
  }
}
.hide-mobile {
  display: none !important;
}
@media (min-width: 1024px) {
  .hide-mobile {
    display: block !important;
  }
}
#dataContainer.loading {
  opacity: 0.5;
  pointer-events: none;
}
.pagination-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  padding-top: 30px;
}
.pagination-container .pagination {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.pagination-container .pagination button {
  flex: 0 0 auto;
  padding: 10px 0;
  border: none;
  background: transparent;
  color: #686868;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination-container .pagination button:hover:not(.disabled) {
  color: #0b3ac6;
}
.pagination-container .pagination button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.pagination-container .pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.pagination-container .pagination ul a {
  text-decoration: none;
}
.pagination-container .pagination ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: transparent;
  color: #686868;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination-container .pagination ul li:hover:not(.active):not(.ellipsis) {
  background: #f8f9fa;
  color: #0b3ac6;
}
.pagination-container .pagination ul li.active {
  background: #0b3ac6;
  color: #ffffff;
  font-weight: 700;
}
.pagination-container .pagination ul li.ellipsis {
  border: none;
  background: transparent;
  cursor: default;
  width: auto;
  padding: 0 5px;
}
.blog-hero__section {
  padding-top: 80px;
}
@media (min-width: 1024px) {
  .blog-hero__section {
    padding-top: 80px;
  }
}
.blog-hero__section .blog-hero__container {
  min-height: max-content;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 30px 40px 15px;
}
@media (min-width: 1200px) {
  .blog-hero__section .blog-hero__container {
    min-height: 200px;
  }
}
.blog-hero__section .blog-hero__container .hero-text {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.blog-hero__section .blog-hero__container .hero-text .hero-text-heading {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0F172A;
}
@media (min-width: 768px) {
  .blog-hero__section .blog-hero__container .hero-text .hero-text-heading {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .blog-hero__section .blog-hero__container .hero-text .hero-text-heading {
    font-size: 60px;
    line-height: 100%;
  }
}
.blog-hero__section .blog-hero__container .hero-text .blog-info {
  margin-top: 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .blog-hero__section .blog-hero__container .hero-text .blog-info {
    flex-direction: row;
  }
}
.blog-hero__section .blog-hero__container .hero-text .blog-info .user {
  color: #0F172A;
  font-size: 16px;
  font-family: Lato, sans-serif;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 768px) {
  .blog-hero__section .blog-hero__container .hero-text .blog-info .user {
    font-size: 20px;
    line-height: 24px;
  }
}
.blog-hero__section .blog-hero__container .hero-text .blog-info .date {
  color: #fff;
  font-size: 16px;
  font-family: Lato, sans-serif;
  line-height: 0px;
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .blog-hero__section .blog-hero__container .hero-text .blog-info .date {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
  }
}
.blog-hero__section
  .blog-hero__container
  .hero-text
  .blog-info
  .date
  .separator {
  display: none;
}
@media (min-width: 768px) {
  .blog-hero__section
    .blog-hero__container
    .hero-text
    .blog-info
    .date
    .separator {
    display: inline-block;
  }
}
.custom-hr {
  width: 100%;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 5%,
    black 50%,
    transparent 95%,
    transparent 100%
  );
  border-radius: 3px;
  margin: 40px auto 20px;
}
.main-container {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .main-container .left-column {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .main-container .left-column {
    width: 70%;
  }
}
.main-container .left-column .blog-content p img {
  border-radius: 20px;
}
.main-container .left-column .blog-content ul li strong,
.main-container .left-column .blog-content ul li span {
  font-family: Lato, sans-serif;
}
.main-container .left-column .toc-mobile ul {
  list-style: none;
  padding-left: 0;
}
.main-container .left-column .toc-mobile ul li {
  margin: 5px 0;
}
.main-container .left-column .toc-mobile ul li a {
  text-decoration: none;
  color: #000;
  font-family: Lato, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.main-container .left-column .toc-mobile ul li a:hover {
  text-decoration: underline;
}
.main-container .left-column .toc-mobile ul li a .toc-text {
  width: 80%;
}
.main-container .left-column .toc-mobile ul li a.active {
  color: #0b3ac6;
  font-weight: 700;
}
.main-container .left-column .toc-mobile ul > li {
  padding-left: 6px;
}
.main-container .left-column .toc-mobile ul ul > li {
  padding-left: 12px;
}
.main-container .left-column .toc-mobile ul .toc-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.main-container .left-column .toc-mobile ul .toc-arrow.collapsed {
  transform: rotate(-90deg);
}
.main-container .left-column .toc-mobile ul .toc-arrow svg {
  width: 16px;
  height: 16px;
}
.main-container .left-column .toc-mobile ul .toc-children.collapsed {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.main-container .left-column .toc-mobile ul .toc-children {
  max-height: 1000px;
  transition: max-height 0.3s ease-in;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-container .left-column .toc-mobile {
    display: none;
  }
}
.main-container .left-column .toc-mobile .toc-children.collapsed {
  display: none;
}
.main-container .left-column .custom-hr-mobile {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .main-container .left-column .custom-hr-mobile {
    display: none;
  }
}
.main-container .left-column .related-blogs-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .main-container .left-column .related-blogs-desktop {
    display: block;
  }
}
.main-container .right-column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-container .right-column {
    width: 30%;
    position: sticky;
    top: 80px;
    background-color: #fff;
    display: block;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .main-container .right-column {
    width: 25%;
  }
}
.main-container .right-column .horizontal-line {
  height: 1px;
  background-color: #6c7880;
  margin: 0;
}
.main-container .right-column .toc {
  display: none;
  padding: 24px 16px;
  border-radius: 16px;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  margin-bottom: 12px;
}
.main-container .right-column .toc .toc-heading {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: Lato, sans-serif;
  color: #64748B;
}
@media (min-width: 1024px) {
  .main-container .right-column .toc {
    display: block;
  }
  .main-container .right-column .toc ul {
    list-style: none;
    padding-left: 0;
  }
  .main-container .right-column .toc ul li {
    margin: 5px 0;
  }
  .main-container .right-column .toc ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    position: relative;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 12px;
    font-weight: 400;
    transition: 0.3s;
    font-size: 14px;
    line-height: 21px;
    color: #64748B;
    font-family: Montserrat, sans-serif;
  }
  .main-container .right-column .toc ul li a:hover {
    text-decoration: underline;
  }
  .main-container .right-column .toc ul li a .toc-text {
    width: 80%;
  }
  .main-container .right-column .toc ul li a.active {
    font-weight: 500;
    color: #0b3ac6;
    background: rgba(11, 58, 198, 0.08);
    border-left: 3px solid #0b3ac6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }
  .main-container .right-column .toc ul li a.active .toc-text {
    width: 80%;
  }
  .main-container .right-column .toc ul li > li {
    padding-left: 6px;
  }
  .main-container .right-column .toc ul li ul > li {
    padding-left: 12px;
  }
  .main-container .right-column .toc ul li .toc-item {
    margin: 5px 0;
  }
  .main-container .right-column .toc ul li .toc-expand-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3px;
  }
  .main-container .right-column .toc ul li .toc-expand-container a {
    flex-grow: 1;
  }
  .main-container .right-column .toc ul li .toc-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #666;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .main-container .right-column .toc ul li .toc-arrow.collapsed {
    transform: rotate(-90deg);
  }
  .main-container .right-column .toc ul li .toc-arrow svg {
    width: 16px;
    height: 16px;
  }
  .main-container .right-column .toc ul li .toc-children.collapsed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .main-container .right-column .toc ul li .toc-children {
    max-height: 1000px;
    transition: max-height 0.3s ease-in;
    overflow: hidden;
  }
}
.main-container .right-column .inline-image-social {
  height: 28px;
  width: 28px;
  display: inline-block;
}
.main-container .right-column .pro-hiring {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #f3f3f3;
  padding: 16px;
  gap: 5px;
}
@media (min-width: 1024px) {
  .main-container .right-column .pro-hiring {
    padding: 16px;
  }
}
.main-container .right-column .pro-hiring .profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
}
.main-container .right-column .pro-hiring .profile-card .image-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container .right-column .pro-hiring .profile-card .image-container img {
  width: 90px;
  height: 90px;
}
.main-container .right-column .pro-hiring .profile-card .pro-detials {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
}
.main-container .right-column .pro-hiring .profile-card .pro-detials .pro-name {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-family: Lato, sans-serif;
  color: #0F172A;
  font-weight: 600;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .pro-designation {
  font-family: Lato, sans-serif;
  color: #64748B;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-weight: 500;
}
.main-container .right-column .pro-hiring .profile-card .pro-detials .pro-exp {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #0b3ac6;
  font-weight: 600;
  font-family: Lato, sans-serif;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .progress-container {
  background: #faf9f8;
  margin-block: 16px;
  padding: 4px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  font-size: 14px;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .progress-container
  span {
  font-family: Lato, sans-serif;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .progress-container
  .success-rate {
  float: right;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .progress-container
  .progress-bar {
  background: #e0e0e0;
  border-radius: 5px;
  margin-top: 10px;
  height: 10px;
  width: 100%;
  position: relative;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .progress-container
  .progress-bar
  .progress-fill {
  background: #0b3ac6;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .experience-detail {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .experience-detail
  .experience-detail-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  width: 100%;
  max-width: 48%;
  gap: 12px;
  background-color: #f9f9f9;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .experience-detail
  .experience-detail-card
  .experience-detail-innum {
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  font-weight: 700;
  font-family: Lato, sans-serif;
  color: #0F172A;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .experience-detail
  .experience-detail-card
  .experience-detail-explanation {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  font-family: Lato, sans-serif;
  color: #64748B;
}
.main-container .right-column .pro-hiring .profile-card-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main-container .right-column .pro-hiring .profile-card-buttons .btn-primary {
  padding: 9px 5px;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .main-container .right-column .pro-hiring .profile-card-buttons .btn-primary {
    font-size: 12px;
  }
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn {
  margin-top: 16px;
  width: 100%;
  transition: ease-in-out 0.3s;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn:hover {
  transition: ease-in-out 0.3s;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 12px 30px;
  border-radius: 10px;
  color: #fff;
  background-color: #0b3ac6;
  border: 2px solid transparent;
  transition: ease-in-out 0.3s;
  width: 100%;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container:hover {
  background-color: transparent;
  border: 2px solid #0b3ac6;
  transition: ease-in-out 0.3s;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container:hover
  span {
  color: #0b3ac6;
  transition: ease-in-out 0.3s;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container
  span {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .main-container
    .right-column
    .pro-hiring
    .profile-card-buttons
    .consultancy-btn
    .consultancy-container
    span {
    font-size: 12px;
  }
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container
  .tooltip {
  font-family: Lato, sans-serif;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  margin-top: 5px;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0000001a;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container
  .tooltip.visible-tooltip {
  opacity: 1;
  visibility: visible;
}
.main-container .right-column .blog-detail-Social {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 24px;
}
.main-container .right-column .blog-detail-Social .blog-detail-Social-icons {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 6px;
}
.main-container
  .right-column
  .blog-detail-Social
  .blog-detail-Social-icons
  .blog-detail-Social-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
}
.main-container
  .right-column
  .blog-detail-Social
  .blog-detail-Social-icons
  .blog-detail-Social-icon
  img {
  width: 23px;
  height: 23px;
}
.main-container .right-column .gray-container {
  position: relative;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  max-width: 100%;
}
.main-container .right-column .gray-container .carousel-container {
  margin-right: 2px;
  overflow: hidden;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.main-container .right-column .gray-container .carousel-container .carousel {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}
.main-container
  .right-column
  .gray-container
  .carousel-container
  .carousel
  .carousel-item {
  flex: 0 0 100%;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
}
.main-container
  .right-column
  .gray-container
  .carousel-container
  .carousel
  .carousel-item
  img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.main-container
  .right-column
  .gray-container
  .carousel-container
  .carousel
  .carousel-item
  p {
  font-family: Montserrat, sans-serif;
  color: var(--secondary-color);
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.17em;
  font-weight: 600;
}
.main-container .right-column .gray-container .carousel-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-evenly;
  width: 40%;
  max-width: 250px;
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #0b3ac6;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button.prev {
  padding-left: 5px;
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button.next {
  padding-right: 5px;
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-width: 2px;
  border-style: solid;
  transform: rotate(45deg);
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button.prev:before {
  border-top-color: #f2f2f2;
  border-right-color: #f2f2f2;
  border-bottom-color: #0b3ac6;
  border-left-color: #0b3ac6;
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button.next:before {
  border-top-color: #0b3ac6;
  border-right-color: #0b3ac6;
  border-bottom-color: #f2f2f2;
  border-left-color: #f2f2f2;
}
.main-container .right-column .related-blogs-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .main-container .right-column .related-blogs-mobile {
    display: none;
  }
}
.contact-banner {
  background: #0b3ac6;
  background-image: none;
  padding: 20px 16px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .contact-banner {
    padding: 36px 32px;
  }
}
.contact-banner__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .contact-banner__content {
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
  }
}
@media (min-width: 768px) {
  .contact-banner__content--txt {
    width: 70%;
  }
}
.contact-banner__content--txt-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-banner__content--txt-heading {
    font-size: 28px;
    line-height: 42px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .contact-banner__content--cta {
    width: max-content;
  }
}
.contact-banner__content--cta-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: max-content;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0F172A;
  padding: 10px 16px;
}
@media (min-width: 768px) {
  .contact-banner__content--cta-btn {
    padding: 16px 24px;
  }
}
.contact-banner__content--cta-btn span {
  height: 25px;
  align-self: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  color: #0F172A;
}
p {
  font-family: Lato, sans-serif;
  color: #64748B;
}
.heroSection {
  background-size: cover;
  background-position: center;
  border-radius: 18.8905px;
  width: 100%;
  height: 296px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .heroSection {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .heroSection {
    border-radius: 12px;
    height: 660px;
    gap: 32px;
  }
}
.heroSection__heading1 {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .heroSection__heading1 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .heroSection__heading1 {
    font-size: 42px;
    line-height: 56px;
  }
}
.heroSection__bodytext {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .heroSection__bodytext {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .heroSection__bodytext {
    font-size: 20px;
    line-height: 32px;
  }
}
.heroSection__callToact {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 10px 20px;
  background-color: #0b3ac6;
  color: #fff;
  margin-top: 10px;
  border-radius: 10px;
  transition: ease-in-out 0.5s;
}
.heroSection__callToact:hover {
  background-color: #fff;
  color: #0b3ac6;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .heroSection__callToact {
    font-size: 20px;
    line-height: 24px;
    padding: 24px 56px;
    margin-top: 28px;
  }
}
.bread-crumbs-container {
  margin-bottom: 25px;
}
.contentsection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .contentsection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 45px 0;
  }
}
.contentsection__left {
  width: 100%;
}
@media (min-width: 768px) {
  .contentsection__left {
    width: 63%;
  }
}
@media (min-width: 1024px) {
  .contentsection__left {
    width: 66%;
  }
}
.contentsection__left--overview {
  margin-bottom: 20px;
}
.contentsection__left--overview .short-desc-heading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #0F172A;
}
@media (min-width: 1024px) {
  .contentsection__left--overview .short-desc-heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.contentsection__left--overview .short-desc-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #64748B;
}
@media (min-width: 768px) {
  .contentsection__left--overview .short-desc-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--overview .short-desc-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__left--overview-image {
  display: block;
}
.contentsection__left--overview-image img {
  width: 100%;
  display: block;
  margin: 20px 0;
  border-radius: 44px;
}
@media (min-width: 768px) {
  .contentsection__left--overview-image {
    display: none;
  }
}
.contentsection__left--description h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #0F172A;
}
@media (min-width: 768px) {
  .contentsection__left--description h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--description h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.contentsection__left--description h2 {
  margin-top: 10px;
}
.contentsection__left--description h3 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
  color: #0F172A;
}
@media (min-width: 768px) {
  .contentsection__left--description h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--description h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__left--description h3 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}
.contentsection__left--description h4 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
  color: #0F172A;
}
@media (min-width: 768px) {
  .contentsection__left--description h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--description h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__left--description h4 {
  font-family: Montserrat, sans-serif;
}
.contentsection__left--description p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #201d1cb5;
}
@media (min-width: 768px) {
  .contentsection__left--description p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--description p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__left--description ul {
  list-style-position: inside;
  margin-bottom: 20px;
}
.contentsection__left--description ul li {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #201d1cb5;
}
@media (min-width: 768px) {
  .contentsection__left--description ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--description ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__left--description ul li {
  list-style: disc;
  margin-left: 35px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.contentsection__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .contentsection__right {
    width: 36%;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right {
    width: 32%;
    gap: 32px;
  }
}
.contentsection__right--img {
  display: none;
}
@media (min-width: 768px) {
  .contentsection__right--img {
    display: block;
    background-image: url(/build/assets/dynamic-page-main-image-bg-nAU-uR4l.svg);
    background-position: top;
    background-repeat: no-repeat;
  }
  .contentsection__right--img img {
    width: 95%;
    margin: 20px 0 0;
    border-radius: 44px;
  }
}
.contentsection__right .contact-us-formimport {
  border-radius: 24px;
}
.contentsection__right .wrapper {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .contentsection__right .wrapper {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .wrapper {
    margin: 0;
    padding: 0;
  }
}
.contentsection__right .contactFormnew__formwrapper {
  padding: 24px;
}
@media (min-width: 768px) {
  .contentsection__right .contactFormnew__formwrapper {
    padding: 16px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .contactFormnew__formwrapper {
    padding: 24px;
  }
}
.contentsection__right .contactFormnew__formwrapper--form {
  padding: 24px 16px;
}
.contentsection__right
  .contactFormnew__formwrapper--form-formselectiongroup
  .contactus-btn-group {
  gap: 10px;
}
.contentsection__right .contactFormnew__formwrapper--form-inputsMultiple {
  flex-direction: column;
}
.contentsection__right
  .contactFormnew__formwrapper--form-inputsMultiple
  .form-inputs {
  width: 100% !important;
}
.contentsection__right .contactForm {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .contentsection__right .contactForm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .contactForm {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.contentsection__right .contactForm__formwrapper {
  border-radius: 20px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .contentsection__right .contactForm__formwrapper {
    padding: 30px 10px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .contactForm__formwrapper {
    padding: 50px 20px;
  }
}
.contentsection__right .contactForm__formwrapper--heading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #0F172A;
}
@media (min-width: 1024px) {
  .contentsection__right .contactForm__formwrapper--heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.contentsection__right .contactForm__formwrapper--heading {
  color: #fff;
  text-align: center;
  margin-bottom: unset;
}
.contentsection__right .contactForm__formwrapper--text {
  display: none;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .contentsection__right .contactForm__formwrapper--text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .contactForm__formwrapper--text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.contentsection__right .contactForm__formwrapper--text {
  text-align: left;
}
.contentsection__right .contactForm__formwrapper--form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contentsection__right .contactForm__formwrapper--form-formselectiongroup {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contentsection__right .contactForm__formwrapper--form-formselectiongroup p {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contentsection__right .contactForm__formwrapper--form-formselectiongroup p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .contactForm__formwrapper--form-formselectiongroup p {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contentsection__right .contactForm__formwrapper--form-formselectiongroup p {
  color: #fff;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  row-gap: 20px;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select {
  position: relative;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input {
  opacity: 0;
  display: none;
  position: relative;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label {
  background-color: #fff;
  color: #000;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:hover,
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:focus,
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:active {
  background-color: #fff;
  color: #000;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  .button_select {
  margin: 0 0 0 -10px;
  padding: 7px;
  border-radius: 40px;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
}
@media (min-width: 768px) {
  .contentsection__right
    .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select
    .button_select {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__right
    .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select
    .button_select {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  .button_select {
  font-size: 12px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .contentsection__right
    .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select
    .button_select {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right
    .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select
    .button_select {
    font-size: 14px !important;
  }
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  .button_select:hover,
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  .button_select:focus,
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  .button_select:active {
  background-color: #fff;
  color: #000;
}
.contentsection__right .contactForm__formwrapper--form-form-inputs .form-inputs,
.contentsection__right .contactForm__formwrapper--form-inputsMultiple {
  flex-direction: column;
}
.contentsection__right
  .contactForm__formwrapper--form-inputsMultiple
  .form-inputs {
  width: 100%;
  flex-direction: row;
}
.contentsection__right
  .contactForm__formwrapper--form-inputsMultiple-checkbox-group {
  flex-direction: row !important;
}
.contentsection__right--subservices {
  border-radius: 16px;
  box-shadow: 0 4px 14px #00000038;
}
.contentsection__right--subservices p {
  border-radius: 16px 16px 0 0;
  padding: 24px 10px;
  text-align: center;
  background: #0b3ac6;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
}
@media (min-width: 768px) {
  .contentsection__right--subservices p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right--subservices p {
    font-size: 24px;
    line-height: 34px;
  }
}
.contentsection__right--subservices ul {
  list-style-position: inside;
  padding: 10px 20px;
}
.contentsection__right--subservices li {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #64748B;
}
@media (min-width: 768px) {
  .contentsection__right--subservices li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__right--subservices li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__right--subservices li {
  margin-bottom: 10px;
  font-family: Lato;
}
.quotationsection {
  background: url(/build/assets/dp-pattrened-bg-CmRX-a99.webp);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 325px;
  border-radius: 34px;
  padding: 0 20px;
  margin: 25px 0;
}
@media (min-width: 1024px) {
  .quotationsection {
    gap: 56px;
    width: 100%;
    height: 384px;
    padding: 0 350px;
    margin: 45px 0;
  }
}
.quotationsection__para {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #fff;
}
@media (min-width: 1024px) {
  .quotationsection__para {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.quotationsection__para {
  text-align: center;
}
@media (min-width: 1024px) {
  .quotationsection__para {
    font-size: 28px;
    line-height: 33px;
    color: #fff;
  }
}
.quotationsection__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  background-color: #fff;
  color: #000;
  border-radius: 32px;
  text-decoration: none;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .quotationsection__btn {
    gap: 16px;
    padding: 16px 50px;
    font-size: 18px;
    line-height: 22px;
  }
}
.wcu {
  margin: 30px 0;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .wcu {
    margin: 80px 0;
    padding: 12px 0;
  }
}
@media (min-width: 1024px) {
  .wcu {
    margin: 90px 0;
    padding: 12px 0;
  }
}
.wcu__details--heading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #0F172A;
}
@media (min-width: 1024px) {
  .wcu__details--heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.wcu__details--heading {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .wcu__details--heading {
    margin-bottom: 30px;
  }
}
.wcu__details--text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  color: #64748B;
}
@media (min-width: 768px) {
  .wcu__details--text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .wcu__details--text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .wcu__details--text {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 40px;
    color: #64748B;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .wcu__details--text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .wcu__details--text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.wcu__details--text {
  text-align: center;
}
@media (min-width: 1024px) {
  .wcu__details--heading {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #0F172A;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .wcu__details--heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
@media (min-width: 1024px) {
  .wcu__details--text {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: #94A3B8;
    color: #64748B;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .wcu__details--text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: #94A3B8;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .wcu__details--text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: #94A3B8;
  }
}
.wcu__services {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wcu__services {
    display: grid;
    grid-template-columns: 2fr 2fr;
    column-gap: 5rem;
    row-gap: 2rem;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .wcu__services {
    grid-template-columns: 3fr 3fr 3fr;
    margin-top: 50px;
  }
}
.wcu__services--service-icon {
  width: 5rem;
  height: 5rem;
  margin-left: -10px;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.wcu__services--service-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #0F172A;
}
@media (min-width: 768px) {
  .wcu__services--service-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .wcu__services--service-heading {
    font-size: 24px;
    line-height: 34px;
  }
}
.wcu__services--service-heading {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .wcu__services--service-heading {
    margin-bottom: 15px;
  }
}
.wcu__services--service-detail {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #64748B;
}
@media (min-width: 768px) {
  .wcu__services--service-detail {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .wcu__services--service-detail {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.wcu__buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .wcu__buttons {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .wcu__buttons {
    margin-top: 50px;
  }
}
.wcu__buttons--link {
  margin: 0 0.5rem;
  width: auto;
}
.faqsection {
  margin: 45px 0;
  padding: 30px 0;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .faqsection {
    padding: 45px 0;
  }
}
@media (min-width: 1024px) {
  .faqsection {
    padding: 90px 0;
  }
}
.faqsection__heading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #0F172A;
}
@media (min-width: 1024px) {
  .faqsection__heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.faqsection__heading {
  text-align: center;
}
.faqsection .accordion__accitem--head-accordiontitle {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
  color: #0F172A;
}
@media (min-width: 768px) {
  .faqsection .accordion__accitem--head-accordiontitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .faqsection .accordion__accitem--head-accordiontitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.faqsection .accordion__accitem--accontent {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .faqsection .accordion__accitem--accontent {
    padding-left: 25px;
  }
}
.faqsection .accordion__accitem--accontent-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #64748B;
}
@media (min-width: 768px) {
  .faqsection .accordion__accitem--accontent-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .faqsection .accordion__accitem--accontent-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.faqsection .accordion__accitem--accontent-text {
  color: #201d1cb5;
  margin-top: 10px;
  font-family: Lato, sans-serif;
}
.ourclients {
  padding: 45px 0;
}
.ourclients h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #0F172A;
}
@media (min-width: 1024px) {
  .ourclients h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.ourclients h2 {
  text-align: center;
}
.ourclients .header-text {
  display: none;
}
.ourclients .our-clients__container {
  margin: 50px auto;
}
.latestblogs .blog-section-heading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #0F172A;
}
@media (min-width: 1024px) {
  .latestblogs .blog-section-heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.latestblogs .blog-section-heading {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .latestblogs .blog-section-heading {
    margin-bottom: 50px;
  }
}
.contactForm {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .contactForm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .contactForm {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.contactForm__formwrapper {
  background-color: #1e1e1e;
  padding: 50px 20px;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 4px 10px #0003;
  color: #fff;
}
@media (min-width: 768px) {
  .contactForm__formwrapper {
    padding: 50px 30px;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper {
    padding: 100px 120px;
  }
}
.contactForm__formwrapper--heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--heading {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--heading {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.contactForm__formwrapper--heading {
  color: #fff;
  text-align: center;
}
.contactForm__formwrapper--text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--text {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.contactForm__formwrapper--text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .contactForm__formwrapper--text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .contactForm__formwrapper--text {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .contactForm__formwrapper--text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .contactForm__formwrapper--text {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.contactForm__formwrapper--form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contactForm__formwrapper--form input::placeholder,
.contactForm__formwrapper--form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form input::placeholder,
  .contactForm__formwrapper--form textarea::placeholder {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form input::placeholder,
  .contactForm__formwrapper--form textarea::placeholder {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form input::placeholder,
.contactForm__formwrapper--form textarea::placeholder {
  font-family: Montserrat, sans-serif !important;
}
.contactForm__formwrapper--form-formselectiongroup {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contactForm__formwrapper--form-formselectiongroup p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup p {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form-formselectiongroup p {
  color: #fff;
}
.contactForm__formwrapper--form-formselectiongroup .btn-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 2px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup .btn-group {
    row-gap: 20px;
    column-gap: 3px;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup .btn-group {
    column-gap: 5px;
  }
}
.contactForm__formwrapper--form-formselectiongroup .btn-group .select {
  position: relative;
}
.contactForm__formwrapper--form-formselectiongroup .btn-group .select input {
  position: relative;
  display: none;
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label {
  background-color: #fff;
  color: #000;
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:hover,
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:focus,
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:active {
  background-color: #fff;
  color: #000;
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton {
  display: block;
  padding: 7px;
  border-radius: 40px;
  border: 2px solid #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton {
  font-size: 12px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    font-size: 18px;
    padding: 12px 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    padding: 12px 20px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton:hover {
  background-color: #494949;
  color: #fff;
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton:active {
  background-color: #fff;
  color: #000;
}
.contactForm__formwrapper--form-inputs {
  width: 100%;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-inputs {
    flex-direction: row;
  }
}
.contactForm__formwrapper--form-inputs .form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-inputs .form-inputs {
    width: 100%;
  }
}
.contactForm__formwrapper--form-inputs .form-inputs input,
.contactForm__formwrapper--form-inputs .form-inputs textarea {
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 50px;
}
.contactForm__formwrapper--form-inputs .form-inputs input::placeholder,
.contactForm__formwrapper--form-inputs .form-inputs textarea::placeholder {
  color: #aaa;
}
.contactForm__formwrapper--form-inputs .form-inputs textarea {
  height: 150px;
}
.contactForm__formwrapper--form-inputs .form-inputs .error-message {
  display: none;
  color: #0b3ac6;
}
.contactForm__formwrapper--form-inputs.checkbox-group {
  display: flex;
  align-items: center;
}
.contactForm__formwrapper--form-inputs.checkbox-group input[type="checkbox"] {
  margin-right: 0.5rem;
}
.contactForm__formwrapper--form-inputs.checkbox-group label {
  font-size: 0.9rem;
  color: #aaa;
}
.contactForm__formwrapper--form-inputsMultiple {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-inputsMultiple {
    flex-direction: row;
  }
}
.contactForm__formwrapper--form-inputsMultiple .form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-inputsMultiple .form-inputs {
    width: 50%;
  }
}
.contactForm__formwrapper--form-inputsMultiple .form-inputs input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 50px;
}
.contactForm__formwrapper--form-inputsMultiple .form-inputs input::placeholder {
  color: #aaa;
}
.contactForm__formwrapper--form-inputsMultiple
  .form-inputs
  .iti--allow-dropdown {
  width: 100%;
}
.contactForm__formwrapper--form-inputsMultiple .form-inputs #phone {
  padding-left: 50px;
  width: 100%;
}
.contactForm__formwrapper--form-inputsMultiple.checkbox-group {
  display: flex;
  align-items: center;
}
.contactForm__formwrapper--form-inputsMultiple.checkbox-group
  input[type="checkbox"] {
  margin-right: 0.5rem;
}
.contactForm__formwrapper--form-inputsMultiple.checkbox-group label {
  font-size: 0.9rem;
  color: #aaa;
}
.contactForm__formwrapper--form-inputsMultiple .iti__country-list {
  background-color: #0F172A;
}
.contactForm__formwrapper--form-checkbox-group {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-checkbox-group {
    justify-content: start;
  }
}
.contactForm__formwrapper--form .btn-primary-submit {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form .btn-primary-submit {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form .btn-primary-submit {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form .btn-primary-submit {
  font-family: Montserrat, sans-serif;
  padding: 0.8rem;
  font-size: 1rem;
  background-color: #0b3ac6;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form .btn-primary-submit {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .contactForm__formwrapper--form .btn-primary-submit {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .contactForm__formwrapper--form .btn-primary-submit {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form .btn-primary-submit:hover {
  background-color: #e31616;
}




/* blog listing cards */
.blog-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .blog-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .blog-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-container .blog-card-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-container .blog-card-item {
    box-shadow: none !important;
    border: 1px solid #f3f3f3;
  }
}
.blog-container .blog-card-item {
  border: 1px solid #f3f3f3;
}
.blog-container .blog-card-item:hover {
  box-shadow: 0 12px 30px #0000001a;
}
.blog-container .blog-card-item .blog-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-container .blog-card-item .blog-image {
  position: relative;
  width: 100%;
  height: 220px;
  padding: 16px;
  overflow: hidden;
  border-radius: 16px;
}
.blog-container .blog-card-item .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.blog-container .blog-card-item .blog-image .image-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 60%);
  z-index: 1;
}
.blog-container .blog-card-item .blog-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
}
.blog-container .blog-card-item .blog-details .blog-category {
  margin-bottom: 12px;
}
.blog-container .blog-card-item .blog-details .blog-category .category-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #0b3ac6;
  color: #ffffff;
  border-radius: 8px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.blog-container .blog-card-item .blog-details .blog-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Montserrat, sans-serif;
}
.blog-container .blog-card-item .blog-details .blog-description {
  font-size: 15px;
  color: #64748B;
  line-height: 1.6;
  margin-bottom: 12px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Lato, sans-serif;
}
.blog-container .blog-card-item .blog-details .author-section {
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
  margin-bottom: 16px;
}
.blog-container .blog-card-item .blog-details .author-section .author-main {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-avatar
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details
  .author-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
  width: 100%;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details
  .author-top-row
  .author-name {
  font-size: 12px;
  font-weight: 700;
  color: #2c3e50;
  font-family: Montserrat, sans-serif;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details
  .author-top-row
  .blog-meta
  .meta-item {
  font-size: 12px;
  color: #7f8c8d;
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: Lato, sans-serif;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details
  .author-top-row
  .blog-meta
  .meta-item
  .calendar-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details
  .reviewer-info {
  font-size: 12px;
  color: #7f8c8d;
  font-family: Lato, sans-serif;
}
.blog-container .blog-card-item .blog-details .card-action .btn-read-more {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 12px;
  border: 1px solid #0b3ac6;
  color: #0b3ac6;
  border-radius: 12px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-container
  .blog-card-item
  .blog-details
  .card-action
  .btn-read-more:hover {
  background: #0b3ac6;
  color: #fff;
}
.blog-container .no-blogs-container {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
  background: #F8FAFC;
  border-radius: 20px;
  color: #64748B;
  font-size: 18px;
}

/* === Layout fixes === */
.about-bg-container .background-img {
  display: block;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .about-bg-container .background-img {
    max-height: 520px;
  }
}

.hero-section-banner__container {
  min-height: 320px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .hero-section-banner__container {
    min-height: 400px;
  }
}

.contact-us-formimport {
  padding: 60px 0;
}

.contact-us-formimport .wrapper {
  display: flex;
  justify-content: center;
}

.contact-us-formimport .home-hero__form-container {
  max-width: 450px;
  width: 100%;
}

/* Contact Us — final overrides (load after page-styles base rules) */
.contact-us-hero__wrapper--img2 {
  display: none;
}

.contact-page .contact-us-hero {
  background:
    linear-gradient(135deg, rgba(7, 21, 74, 0.82) 0%, rgba(11, 58, 198, 0.65) 100%),
    url("storage/images/hero-bg-tech.webp") center center / cover no-repeat !important;
  background-attachment: scroll !important;
  padding: 110px 0 64px !important;
  min-height: auto !important;
}

.contact-page .contact-us-hero__wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 40px !important;
  min-height: auto !important;
}

.contact-page .contact-us-hero__wrapper--desc {
  background: transparent !important;
  border-radius: 0 !important;
  width: 100% !important;
  min-height: auto !important;
  padding: 0 16px !important;
  align-items: center !important;
}

.contact-page .contact-us-hero__wrapper--desc-heading,
.contact-page .contact-us-hero__wrapper--desc-text {
  text-align: center !important;
}

.contact-page .contact-us-hero__wrapper .contact-form-section {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 450px !important;
  padding: 0 16px !important;
}

@media (min-width: 1024px) {
  .contact-page .contact-us-hero {
    padding: 130px 0 80px !important;
  }

  .contact-page .contact-us-hero__wrapper {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 48px !important;
    min-height: 520px !important;
  }

  .contact-page .contact-us-hero__wrapper--desc {
    width: 52% !important;
    padding: 0 !important;
    align-items: flex-start !important;
  }

  .contact-page .contact-us-hero__wrapper--desc-heading,
  .contact-page .contact-us-hero__wrapper--desc-text {
    text-align: left !important;
  }

  .contact-page .contact-us-hero__wrapper .contact-form-section {
    width: 42% !important;
    max-width: 450px !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
  }
}

.contact-page .contact-us-mapsection {
  display: none !important;
}

.contact-page .contact-us-growth {
  background-color: #0b1c59 !important;
}

.contact-page .contact-us-growth__wrapper {
  background-image: none !important;
}

.contact-page .contact-us-growth__wrapper--txts {
  background-color: transparent !important;
}

.contact-page .contact-us-growth__wrapper--txts-btn.btn-secondary {
  background: #0b3ac6 !important;
  border-color: #0b3ac6 !important;
  color: #ffffff !important;
}

.contact-page .contact-us-growth__wrapper--txts-btn.btn-secondary:hover {
  background: #0930b0 !important;
  border-color: #0930b0 !important;
  color: #ffffff !important;
}

