/* .hero-left{
  background-color: #9AC1EC;
}

.hero-right{
  background-color: #DDDDDD;
} */
/*----------------------hero-section-css-start--------------------------*/

.white-label-hero {
  background-image: url("/wp-content/themes/digimantra/asset/img/hero-banner.png");
  padding-inline: 156px 126px;
  margin-top: 65px;
  padding-top: 91px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.icon-box {
  display: flex;
  background-color: rgba(25, 27, 29, 1);
  padding: 4px 12px;
  width: 244px;
  border-radius: 4px;
  gap: 4px;
  margin-bottom: 21px;
}

.icon-box-img {
  height: 20px;
  width: 20px;
}

.icon-box-txt {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 140%;
  text-transform: uppercase;

}

.parent {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.hero-heading {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 68px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  max-width: 1053px;
  margin-bottom: 31px;
}

.highlighted-text {
  background-color: rgba(25, 117, 217, 1);
}

.btn {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
    linear-gradient(0deg, rgba(8, 18, 28, 0.1), rgba(8, 18, 28, 0.1));
  padding: 20px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0%;
  transition: transform 0.3s;
  color: #d7d7d7;
  border: 1px solid grey;
  border-radius: 12px;
  border-bottom: none;

}

.btn:hover {
  transform: translateY(-5px);
}

.buttons-div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.button-three {
  padding: 20px 42px 20px 20px;
}

.button-four {
  padding: 20px 50px;
}

.first-button-row {
  display: flex;
  gap: 16px;
}

.digi-link-wrap {
  margin-top: 32px;
}

.digi-link-wrap .digi-btn {
  align-items: center;
}

.second-button-row {
  display: flex;
  gap: 16px;
}

.parent {
  position: relative;
  /* width:700px; */
  display: flex;
  height: 100vh;
  overflow: hidden;
}

.block1,
.block2 {
  /* position:absolute; */
  display: flex;
  gap: 24px;
  /* flex-wrap:wrap; */
  flex-direction: column;
  /* width:300px; */
  height: 100%;
}

.block1 {
  right: 320px;
}

.block2 {
  right: 0px;
}


.block1,
.block2 {
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.block1 {
  animation-name: slidedown;
}

.block2 {
  animation-name: slideup;
}

/* @keyframes slidedown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
} */

.fade-img1,
.fade-img2 {
  position: absolute;
  z-index: 1;
}

.fade-img1 {
  top: 0;
}

.fade-img2 {
  bottom: 0;
}

.fade-img3,
.fade-img4 {
  display: none;
}

/*----------------------hero-section-css-end--------------------------*/

/*------------------------------trusted-section-start---------------------------------*/
.contact-main-wrapper {
  border-top: 1px solid var(--color-border);
  background: linear-gradient(0deg, #000000, #000000),
    linear-gradient(0deg, #000000 -8.01%, rgba(0, 0, 0, 0) 49.27%, #000000 106.54%);

}

.digi-web-solutions-row {
  margin-bottom: 60px;
}

.contact-main-wrapper .trusted-section {

  border-top: 0px
}

.contact-main-wrapper .counter-heading {
  text-align: center;
  align-items: center;
}

.contact-main-wrapper .counter-heading h3 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;

}

.contact-main-wrapper .counter-heading p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  max-width: 729px !important;
  letter-spacing: 0%;
  text-align: center;
  margin: auto;
  color: #ebebeb;
}


.contact-main-wrapper .trusted-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  border-top: 1px solid #2c343c;
}


.contact-main-wrapper .trusted-section h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 38px;
  background: linear-gradient(100.61deg, #FFFFFF 60.32%, rgba(255, 255, 255, 0) 129.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-align: center;
  margin-bottom: 20px;
  max-width: 1609px
}


.contact-main-wrapper .trusted-section p {
  max-width: 729px;
  font-weight: 300;
  line-height: 34px;
  font-size: 24px;

}

.contact-main-wrapper {

  padding-top: 0
}

/*------------------------------trusted-section-end---------------------------------*/


/*--------------------------------------tailored-white-label-start---------------------------------------------*/
.innovative-sections {
  background: linear-gradient(0deg, #000000, #000000),
    linear-gradient(0deg, #000000 -8.01%, rgba(0, 0, 0, 0) 49.27%, #000000 106.54%);
}

.innovative-inner {
  display: flex;
  justify-content: space-between;
}

.innovative-inner h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 140%;
  max-width: 867px
}

.innovative-inner p {
  font-size: 24px;
  max-width: 729px;
  font-weight: 300;
  line-height: 34px
}

.innovative-sections {
  padding-top: 120px;
  padding-bottom: 100px
}

/*  */

.why-hire {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin: auto;
  padding: 80px 0;
}

/* LEFT SIDE */
.why-hire__content h2 {
  font-size: 36px;
  margin-bottom: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.why-hire__content p {
  font-size: 24px;
  color: #aaa;
  margin-bottom: 40px;
  font-weight: 300;
}

.why-hire__content a {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #4ab3f4;
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  text-transform: uppercase;
  transition: 0.3s;
}

.why-hire__content a:hover {
  background: #4ab3f4;
}

/* RIGHT SIDE (FEATURES GRID) */
.why-hire__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.why-hire__card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(20px);
  height: 768px;
  padding: 32px
}

.why-hire__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 0.82px;
  /* border thickness */
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) -10.55%, #ffffff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.why-hire__card-inner {
  border-radius: 12px;
  overflow: hidden;
  background: #000000;
  height: 100%;
}

.why-hire__card img {
  width: 100%;
  height: 400px;
  object-fit: fill;
}

.why-hire__card-body {
  padding: 20px;
}

.why-hire__card-body h3 {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 140%;
}

.why-hire__card-body p {
  font-size: 20px;
  color: #D7D7D7;
  line-height: 140%;
}

.why-hire-btn {
  margin-top: 26px;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #1A76DB;
  padding-bottom: 12px;
  max-width: 181px;
}

.why-hire-btn img {
  height: 24px;
  width: 24px;
}

.innovative-sections .slick-arrow {
  left: auto;
  right: 0;
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-arrow-border);
  border-radius: 100%;
  z-index: 9;
}

.innovative-sections .slick-arrow.slick-prev {
  transform: translateY(calc(-531% + 32px));
  right: 103px;
  opacity: 0.7;
  top: 162px
}

.innovative-sections .slick-arrow.slick-prev:hover {
  opacity: 1;
}

.innovative-sections .slick-arrow.slick-next {
  transform: translateY(calc(-531% - 32px));
  top: 225px;
  opacity: 0.7;
}

.innovative-sections .slick-arrow.slick-next:hover {
  opacity: 1;
}

.innovative-sections .slick-slider .slick-track {
  /* top:22px */
}


.innovative-sections .slick-next:focus:before,
.innovative-sections .slick-next:before,
.innovative-sections .slick-prev:focus:before,
.innovative-sections .slick-prev:before {
  display: none
}

.innovative-sections .slick-slider {
  top: 52px
}

.slider-innovation .slick-track {
  display: flex !important;
  gap: 28px;
  /* modern way */
}

.slick-list.draggable {
  position: relative;
}

.slick-list.draggable::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  /* adjust width of the gradient image */
  height: 100%;
  /* background: url('/wp-content/uploads/2025/10/Gradient.png') no-repeat right center; */
  background-size: cover;
  /* or contain depending on how you want it */
  pointer-events: none;
  /* won't block clicks */
  z-index: 2;
}


@media (max-width: 1680px) {
  .expertise-slider-card {
    min-height: 800px;
  }
}

/* Responsive */
@media(max-width: 992px) {
  .innovative-sections {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .why-hire {
    grid-template-columns: 1fr;
  }

  .why-hire__features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .why-hire__features {
    grid-template-columns: 1fr;
  }
}

/*  */

.growth {
  display: flex;
  gap: 50px;
  /* padding: 50px 10%; */
}

/* Left sticky side */
/* .left {
  flex: 1;
  position: sticky;
  top: 50px;
  align-self: flex-start;
} */

.card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 24px 26px 30px 23px;
  background: transparent;
  border: 1px solid transparent;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) -10.55%, #FFFFFF 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.left h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
  color: #fff
}





/* Right section */
.right {
  flex: 1.2;
  height: 400px;
  overflow: hidden;
  /* hide scrollbar */
  position: relative;
}

/* The inner scrollable stripe */
.intros__list {
  display: flex;
  flex-direction: column;
  /* vertical stacking */
  gap: 30px;
}

.card {
  background: #000000;
  ;
  padding: 36 px;
  border-radius: 12px;

  min-height: 372px;
  /* roughly half container so 2 cards visible */
}

.card h3 {

  font-size: 36px;
  font-weight: 600;
  line-height: 140%
}

.card p {
  font-size: 24px;
  color: #bbb;
  line-height: 140%;
}

/*--------------------------------------tailored-white-label-start---------------------------------------------*/

/*----------------------------------fast-track-section-Start------------------*/
.fast-track {
  background-image: url("/wp-content/themes/digimantra/asset/img/fasttrack-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 156px;
  text-align: center;
}

.fast-track-container {
  text-align: center;
  max-width: 1608px;
  padding-inline: 108px;
}

.fast-track-content-wrap h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 72px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  max-width: 1391px;
  margin-bottom: 20px;
}

.fast-track-content-wrap p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  max-width: 981px;
  margin: auto;
  margin-bottom: 40px;
}

/*----------------------------------fast-track-section-end------------------*/

/*--------------------------------------feature-section----------------------*/

.feature-section {
  background: rgba(0, 0, 0, 1);
  padding: 120px 0px;

}

.section-header {
  text-align: center;
  max-width: 1644px;
  margin: auto;
}

.section-header h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.section-header p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 52px;
  color: #ebebeb;
}

/* Cards Layout */
.feature-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1644px;
  margin: auto;
}

.feature-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  width: 100%;
  max-width: 520px;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-card-one {
  background-image: url("/wp-content/themes/digimantra/asset/img/Customer App.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.feature-card-two {
  background-image: url("/wp-content/themes/digimantra/asset/img/Agent App.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.feature-card-three {
  background-image: url("/wp-content/themes/digimantra/asset/img/Vendor  Panel.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.feature-card h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 222px;

}

.feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.feature-card ul li {
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  line-height: 27px;
  color: #ccc;
}

.feature-card ul li:hover {
  border: 1px solid grey;
}

.feature-card ul li::before {
  content: '';
  position: absolute;
  left: -23px;
  color: #ffffff;
  height: 24px;
  width: 24px;
  background-image: url("/wp-content/themes/digimantra/asset/img/Vector (2).png");
  background-repeat: no-repeat;
  background-position: center;
}

/* Button */
.hire-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  max-width: 200px;
  color: #ebebeb;
  margin-top: 24px;
  padding-bottom: 12px;
  text-decoration: none;
  border-bottom: 1px solid #007aff;
  transition: color 0.3s;
}


/*----------------------------our-proven-approach-start----------------------------*/
.our-proven-section {
  padding: 120px 0px;
  background: #000000;
  border-block: 1px solid #2C343C;


}

.our-proven-container {
  max-width: 1644px;
  margin: auto;
}

.our-proven-heading {
  margin-bottom: 80px;
}

.our-proven-heading h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 68px;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;

}

.our-proven-heading p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  color: #ebebeb;
}

.home-scroll_visual {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.home-scroll_visual.page-padding {
  position: sticky;
  top: 0px;
}

.home-scroll_img-wrap {
  width: 100%;
  aspect-ratio: 754/540;
  max-height: 100%;
  max-width: 100%;
}

.home-scroll_img-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-scroll_img-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms ease;
}

.home-scroll_img-item img {
  transform: scale(0.9);
}

.home-scroll_img-item.is-active {
  opacity: 1;
}

.home-scroll_img-item.is-active img {
  transform: scale(1);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.home-scroll_img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: contain;
}

.home-scroll_content.page-padding {
  padding-bottom: 204px;
}

.home-scroll_text-wrap {
  max-width: 540px;
}

.home-scroll_text-item {
  display: flex;
  padding-bottom: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0.2;
  transition: opacity 300ms ease;
}

.home-scroll_text-item.is-active {
  opacity: 1;
}

.personalized-excellence-heading {
  padding-block: 0 80px;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
}

.personalized-excellence-container {
  max-width: 1644px;
  margin: auto;
}

.personalized-excellence-heading .defacto-block-title {
  margin-bottom: 28px;
}

.home-scroll_section .scroll-card-title {
  color: var(--color-heading);
  font-size: 40px;
  line-height: 140%;
  font-weight: 600;
}

.home-scroll_section .scroll-card-txt {
  color: var(--color-body);
  font-size: 24px;
  line-height: 140%;
}

.home-scroll_section .scroll-card-list {
  color: var(--color-body);
  font-size: 24px;
  line-height: 140%;
  padding-left: 10px;
}

.home-scroll_section .scroll-card-list li {
  position: relative;
  padding-left: 20px;
}

.home-scroll_section .scroll-card-list li::before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: var(--color-body);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 16px;
}

/* scroll section css */
.home-scroll_text-wrap.w-dyn-list {
  max-width: 506px;
}

.home-scroll_section {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  padding-bottom: 0px;
}

.list-content-btn {
  background: linear-gradient(270.44deg, #164579 5.88%, #1A76DB 97.34%);
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 23px;
  border-radius: 60px;
  padding: 4px 12px;
  max-width: 69px;
}

.list-content-title {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 38px;
  line-height: 52.29px;
  letter-spacing: -0.62px;
  vertical-align: middle;
  margin-bottom: 23px;
}

.list-content-sub-title {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  color: #d7d7d7;
}

/*----------------------------our-proven-approach-end----------------------------*/

/*----------------------Partner-digimantra-start----------------------------------*/

.partner-digimantra {
  padding: 80px 0;
  background: #000000;
  border-block: 1px solid #2C343C;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section-title {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  max-width: 1095px;
  line-height: 140%;
  margin-bottom: 24px
}

.section-subtitle {
  font-size: 16px;
  color: #ebebeb;
  max-width: 1437px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
  margin-bottom: 80px
}

.card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card-wrapper .digi-btn {
  font-size: 16px;
}



/* gradient border using ::before */

.partner-digimantra .partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  /* stretch to all edges */
  border-radius: inherit;
  padding: 0.82px;
  /* border thickness */
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0) -10.55%,
      #FFFFFF 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}



.partner-digimantra .partner-card:hover {
  border-color: #5EA0E8;
  box-shadow: 0 0 15px rgba(94, 160, 232, 0.3);
}


.partner-digimantra .partner-card h3 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 500;
  max-width: 306px;

}

.partner-digimantra .partner-card p {
  font-size: 18px;
  color: #D7D7D7;
  margin-bottom: 24px;
  font-weight: 500;
}

.partner-digimantra .partner-card h3 {
  line-height: 42px
}

.partner-digimantra .partner-card p {
  line-height: 27px;
}

.partner-digimantra .partner-card {

  padding: 40px
}


.partner-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* push footer (button) down */
  padding: 20px;
  border: 0.82px solid #ffffff;
  border-bottom: 1px solid #222020;
  border-radius: 12px;
  height: 100%;
  position: relative;
  /* ensures equal height in grid */
}

.partner-card h3,
.partner-card p {
  margin-bottom: 15px;
}




/*----------------------Partner-digimantra-end----------------------------------*/

/*-------------------------------engineering-excellence-start---------------------*/

/* Section Styles */
.tech-section {
  background-color: #000;
  /* Black background */
  padding: 120px 0px;
  text-align: center;

}

.tech-section-container {
  max-width: 1608px;
  margin: auto;
}

/* Heading */
.tech-heading {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

/* Cards Container */
.tech-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

/* Individual Card */
.tech-card {

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

/* Tech Logo */
.tech-card img {
  max-width: 246px;
  height: auto;

}


/*-------------------------------engineering-excellence-end---------------------*/

.digi-home-testimonial-section {
  overflow-x: hidden;
  padding-block: 114px 157px;
  border-top: 1px solid var(--color-border);
  background: linear-gradient(180deg, #08121C 0%, #0C1C2C 27.79%, rgba(12, 28, 44, 0.50) 37.05%, rgba(34, 79, 124, 0.70) 59.99%, #0C1C2C 85.9%, #08121C 99.98%);
}

.digi-home-testimonial-section .home-inline-block-title {
  max-width: 1030px;
  margin-inline: auto;
  text-align: center;
  padding-inline: 20px;
}

.digi-testimonial-slider {
  margin-top: 87px;
}

.digi-testimonial-slider .slick-list {
  overflow: visible;
}

.digi-testimonial-slider .slick-slide {
  padding-inline: 16px;
}

.digi-testimonial-card {
  background: linear-gradient(92.26deg, rgba(255, 255, 255, 0.064) 21.68%, rgba(255, 255, 255, 0.064) 102.49%);
  backdrop-filter: blur(36px);
  padding: 32px;
  border-radius: 16px;
  min-height: 458px;
}

.digi-testimonial-card .testimonial-title {
  font-size: 32px;
  line-height: 37.38px;
  font-weight: 500;
  margin-bottom: 28px;
}

.digi-testimonial-card .testimonial-txt {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 40px;
}

.digi-testimonial-card .profile-info {
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.digi-testimonial-card .profile-info .profile-img img {
  width: 64px;
  height: 64px;
}

.digi-testimonial-card .profile-info .prof-name {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
  font-weight: 500;
  color: #DDDDDD;
}

.digi-testimonial-card .profile-info .prof-role {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  font-weight: 500;
  color: #8190A5;
  margin-top: 4px;
}

@media (max-width: 1680px) {
  .digi-home-testimonial-section {
    padding-block: 60px 80px;
  }
}

@media (max-width: 1279px) {
  .digi-home-testimonial-section {
    padding-block: 31px 62px;
  }

  .digi-testimonial-slider {
    margin-top: 40px;
  }

  .digi-testimonial-slider .slick-slide {
    padding-inline: 8px;
  }

  .digi-testimonial-card {
    padding: 17px 24px;
    min-height: 297px;
  }

  .digi-testimonial-card .testimonial-title {
    font-size: 20px;
    line-height: 19.89px;
    margin-bottom: 15px;
  }

  .digi-testimonial-card .testimonial-txt {
    font-size: 14px;
    margin-bottom: 21px;
  }

  .digi-testimonial-card .profile-info {
    column-gap: 10px;
  }

  .digi-testimonial-card .profile-info .profile-img img {
    width: 34px;
    height: 34px;
  }

  .digi-testimonial-card .profile-info .prof-img {
    flex: none;
    width: 34px;
  }

  .digi-testimonial-card .profile-info .prof-name {
    font-size: 14px;
    line-height: 14.9px;
  }

  .digi-testimonial-card .profile-info .prof-role {
    font-size: 12px;
    line-height: 14.9px;
  }
}

@media (max-width: 767px) {
  .digi-home-testimonial-section {
    padding-block: 60px 24px;
  }

  .digi-home-testimonial-section .home-inline-block-title {
    padding-inline: 0;
  }

  .digi-testimonial-slider {
    margin-top: 24px;
  }

  .digi-testimonial-card .profile-info .profile-img img {
    width: 36px;
    height: 36px;
  }
}

/* digi-home-testimonial-section end */

.faq-section {
  background: rgba(8, 18, 28, 1);
  padding: 100px 80px;
}

.faq-section .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-section .faq-icon {
  font-size: 16px;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}

.faq-section .faq-item.active .faq-icon {
  transform: rotate(0deg);
}

.faq-section .faq-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1680px;
  margin: auto;
  gap: 40px;
}

.faq-section .faq-left {
  flex: 1 1 35%;
  max-width: 499px;
}

.faq-section h2 {
  font-size: 47px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  background: linear-gradient(100.61deg, #FFFFFF 30.32%, rgba(255, 255, 255, 0) 129.88%);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  margin-bottom: 20px;
}

.faq-section p {
  font-size: 24px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 34px;
  color: #ebebeb;
  max-width: 1075.5px;
  margin-bottom: 40px;
}

.faq-section .ask-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #4db8ff;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 12px;
  text-decoration: none;
  width: fit-content;
  gap: 8px;
  text-transform: uppercase;
}

.faq-section .faq-left img {
  width: 100%;
  max-width: 421px;
  max-height: 530px;
  margin-top: 35px;
}

.faq-section .faq-right {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.faq-section .faq-item {
  border-left: 1.5px solid #1A75DB80;
  padding: 16px 0 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-section .faq-item.active {
  border-left: 1.5px solid #1A76DB;
}

.faq-section .faq-question {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 34px;
}

.faq-section .faq-answer {
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
  color: #ccc;
  line-height: 24px;
  display: none;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

.faq-section .faq-item.active .faq-answer {
  transform: translateY(0);
  display: block;
}

/* ---------- Responsive Styles ---------- */

@media (max-width: 1279px) {
  .faq-section {
    padding: 32px 40px;
  }

  .faq-section .faq-container {
    flex-direction: column;
  }

  .faq-section .faq-container .faq-left .ask-btn {
    display: none;
  }

  .faq-section .faq-container .faq-left img {
    display: none;
  }
}

@media (max-width: 1024px) {
  .faq-section {
    padding: 32px 40px;
  }

  .faq-section .faq-container {
    gap: 56px;
  }

  .faq-section .faq-container .faq-left h2 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 10.67px;
  }

  .faq-section .faq-container .faq-left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .faq-section .faq-container .faq-right .faq-question {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }

  .faq-section .faq-container .faq-right .faq-answer {
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 40px 16px 64px 16px;
  }

  .faq-section .faq-container {
    gap: 48px;
  }

  .faq-section .faq-container .faq-left h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 22px;
  }

  .faq-section .faq-container .faq-left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .faq-section .faq-container .faq-right .faq-question {
    font-size: 18px;
    line-height: 24px;
  }

  .faq-section .faq-container .faq-right .faq-answer {
    line-height: 140%;
    font-weight: 300;
  }
}

/* ------------------FAQ SECTION END------------------ */
.bookmark-title {
  font-weight: 600;
}

/* home-bookmark-experts-section */
.home-bookmark-experts-section {
  border-top: 1px solid var(--color-border);
}

.bookmark-experts-heading-wrap {
  padding-block: 80px 59px;
  border-right: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.bookmark-experts-heading-wrap .home-inline-block-title {
  max-width: 1100px;
}

.bookmark-experts-heading-wrap .digi-link-wrap {
  flex: none;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

.bookmark-experts-heading-wrap .digi-link-wrap a {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-site);
  border-bottom: 1px solid;
  border-image-source: linear-gradient(89.09deg, #1A76DB 0.78%, #9AC1EC 99.22%);
  border-image-slice: 1;
  padding: 12px 0;
  display: inline-flexbox;
  column-gap: 8px;
}

.bookmark-experts-images-container {
  border-top: 1px solid var(--color-border);
}

.bookmark-experts-images-row {
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  padding: 60px 98px 110px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 28px;
}

.bookmark-experts-images-row> :nth-child(2) {
  grid-column: span 2;
  position: relative;
}

.bookmark-experts-images-row> :nth-child(2) .bookmark-experts-card-caption .bookmark-experts-card-title {
  font-size: 25.2px;
  line-height: 36px;
}

.bookmark-experts-card .bookmark-experts-card-caption {
  padding-top: 8px;
}

.bookmark-experts-card .bookmark-experts-card-txt {
  margin-top: 12px;
  font-size: 14px;
  line-height: 25.2px;
  color: var(--color-light);
}

@media (min-width: 768px) {
  .bookmark-experts-images-row> :nth-child(2) .bookmark-experts-card-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(0deg, #193960 0%, rgba(25, 57, 96, 0) 158.04%);
  }
}

@media (max-width: 1680px) {
  .bookmark-experts-heading-wrap {
    padding-block: 60px 40px;
  }

  .bookmark-experts-images-row {
    padding: 40px 32px 60px;
  }
}

@media (max-width: 1279px) {
  .bookmark-experts-heading-wrap {
    padding-block: 31px 15px;
  }

  .bookmark-experts-heading-wrap .digi-link-wrap {
    width: auto;
    max-width: none;
    padding-inline: 17px;
  }

  .bookmark-experts-heading-wrap .digi-link-wrap a {
    font-size: 9.6px;
    line-height: 100%;
  }

  .bookmark-experts-heading-wrap .digi-link-wrap a img {
    max-width: 8px;
  }

  .bookmark-experts-images-row {
    padding: 27px 23px 18px;
    grid-template-columns: repeat(3, 1fr);
  }

  .bookmark-experts-images-row> :nth-child(2) .bookmark-experts-card-caption {
    padding: 12px;
  }

  .bookmark-experts-images-row> :nth-child(2) .bookmark-experts-card-caption .bookmark-experts-card-title {
    font-size: 14px;
    line-height: 140%;
  }

  .bookmark-experts-card .bookmark-experts-card-txt {
    font-size: 10px;
    line-height: 18px;
    margin-top: 3px;
  }
}

@media (max-width: 767px) {
  .bookmark-experts-heading-wrap {
    padding-block: 60px 24px;
    border-right: none;
    border-bottom: 1px solid var(--color-border);
    flex-wrap: wrap;
    row-gap: 16px;
  }

  .bookmark-experts-heading-wrap .digi-link-wrap {
    width: 100%;
    padding-inline: 0;
    text-align: left;
  }

  .bookmark-experts-images-row {
    padding: 40px 0;
    border: none;
    display: block;
  }

  .bookmark-experts-images-row .slick-list {
    margin-inline: -12px;
  }

  .bookmark-experts-images-row .slick-list .slick-slide {
    padding-inline: 12px;
  }
}

/* home-bookmark-experts-section end */



/*---------------------------------------RESPONSIVENESS_OF_THE_SECTIONS------------------------------------------*/

/*----------------------------------------------screen-size:1680px--------------------------------*/

@media (max-width:1680px) {
  .white-label-hero {
    padding-inline: 80px 126px;
  }

  .hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .innovative-inner h2 {
    max-width: 855px;
  }

  .feature-cards {
    justify-content: center;
  }

  .our-proven-section {
    padding: 70px 90px;
  }

  .our-proven-container {
    max-width: 1540px;
    margin: auto;
  }
}


/*---------------------screen-size:1650px------------------------------------*/

@media (max-width:1650px) {
  .section-header {
    max-width: 1420px;
  }

  .feature-card {
    max-width: 428px;
  }

  .our-proven-container {
    max-width: 1440px;

  }

  .our-proven-heading h2 {
    font-size: 58px;
  }

  .why-hire__card-body h3 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 140%;
  }

  .why-hire__card-body p {
    font-size: 17px;
    color: #D7D7D7;
    line-height: 140%;
  }
}


/*------------------------------screen-size:1440px---------------------------------*/

@media (max-width:1440px) {
  .hero-container {
    gap: 80px;
  }

  .hero-heading {
    font-size: 42px;
  }

  .parent {
    width: 760px;
  }

  .btn {
    padding: 20px 26px;
    font-size: 13px;
  }

  .button-three {
    padding: 20px 20px 20px 20px;
  }

  .button-four {
    padding: 20px 58px;
  }

  element.style {
    width: 100%;
    display: inline-block;
  }

  .why-hire__card {
    padding: 15px;
  }

  .why-hire__card-body h3 {
    font-size: 30px;
  }

  element.style {
    width: 100%;
    display: inline-block;
  }

  @media (max-width: 1440px) {
    .why-hire__card {
      padding: 15px;
    }
  }

  .why-hire__card {
    height: 716px;
  }

  .fast-track-content-wrap h2 {
    font-size: 58px;
  }

  .section-header {
    max-width: 1265px;
  }

  .feature-cards {
    max-width: 1265px;
  }

  .feature-card {
    max-width: 404px;
  }

  .our-proven-container {
    max-width: 1256px;
    margin: auto;
  }

  .our-proven-heading h2 {
    font-size: 48px;
  }
}

/*-------------------------------screen-size:1280px ---------------------------*/
@media (max-width:1280px) {
  .white-label-hero {
    padding-inline: 80px 80px;
    padding-top: 0px;
    margin-top: 0;
  }

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

  .hero-left {
    margin-top: 100px;
  }

  .btn {
    padding: 20px 9px;
    font-size: 13px;
  }

  .button-three {
    padding: 20px 20px 20px 20px;
  }

  .button-four {
    padding: 20px 20px 20px 20px;
  }

  .fast-track-content-wrap h2 {
    font-size: 48px;
  }

  .fast-track-content-wrap p {
    font-size: 19px;
  }

  .feature-section {
    padding: 80px 0px;
  }

  .section-header {
    max-width: 1140px;
  }

  .section-header h2 {
    font-size: 36px;
  }

  .section-header p {
    font-size: 18px;
  }

  .feature-cards {
    max-width: 1140px;
  }

  .feature-card {
    max-width: 363px;
    padding: 20px;
  }

  .feature-card h3 {
    font-size: 25px;
    margin-bottom: 160px;
  }

  .feature-card ul li {
    font-size: 18px;
  }

  .feature-card ul li::before {
    left: -12px;
  }

  .hire-btn {
    font-size: 15px;
    max-width: 156px;
  }

  .our-proven-container {
    max-width: 1140px;
    margin: auto;
  }

  .our-proven-heading h2 {
    font-size: 36px;
  }

  .our-proven-heading p {
    font-size: 18px;
  }

  .tech-section-container {
    max-width: 1140px;
    margin: auto;
  }
}

/*---------------------------screen-size:1024px--------------------------------*/

@media (max-width:1024px) {
  .white-label-hero {
    padding-inline: 40px 40px;
    margin-top: 0px;
  }

  .hero-container {
    gap: 26px;
  }

  .parent {
    width: 840px;
  }

  .block1 {
    right: 228px;
  }

  .block1,
  .block2 {
    gap: 24px;
    width: 210px;
  }

  .contact-main-wrapper .trusted-section p {
    font-size: 18px;
    line-height: 27px;
  }

  .digi-web-solutions-card:not(:last-child):after {
    top: -41px;
  }

  .contact-main-wrapper .trusted-section h2 {
    font-size: 28px;
  }

  .innovative-inner h2 {
    font-size: 28px;
  }

  .innovative-inner p {
    font-size: 18px;
  }

  .fast-track {
    padding: 80px 40px;
  }

  .fast-track-content-wrap h2 {
    font-size: 38px;
  }

  .section-header {
    max-width: 930px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .feature-cards {
    max-width: 930px;
  }

  .feature-card {
    max-width: 294px;
    padding: 20px;
  }

  .feature-card ul li {
    font-size: 14px;
  }

  .our-proven-container {
    max-width: 930px;
    margin: auto;
  }

  .tech-section-container {
    max-width: 930px;
    margin: auto;
  }

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

/*---------------------------screen-size:992px----------------------------------*/

@media (max-width:992px) {
  /*-------------------------Banner-section-start---------------------------------*/

  .white-label-hero {
    padding-inline: 40px;
    padding-top: 64px;
    margin-top: 0px;

  }

  .hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;

  }

  .hero-left {
    max-width: 416px;
    margin-top: 32px;
  }

  .icon-box {
    display: flex;
    background-color: rgba(25, 27, 29, 1);
    padding: 4px 12px;
    width: 244px;
    border-radius: 4px;
    gap: 4px;
    margin-bottom: 21px;
  }

  .icon-box-img {
    height: 20px;
    width: 20px;
  }

  .icon-box-txt {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 140%;
    text-transform: uppercase;

  }

  .parent {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }

  .hero-heading {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 12px;
  }

  .highlighted-text {
    background-color: transparent;
  }

  .btn {
    padding: 6px 13.5px;
    font-weight: 400;
    font-size: 10px;
    line-height: 27px;
  }

  .buttons-div {
    gap: 12px;
  }

  .button-three {
    padding: 6px 22px;
  }

  .button-four {
    padding: 6px 28px;
  }

  .first-button-row {
    display: flex;
    gap: 16px;
  }

  .digi-link-wrap {
    margin-top: 32px;
  }

  .digi-link-wrap .digi-btn {
    align-items: center;
  }

  .second-button-row {
    display: flex;
    gap: 16px;
  }

  .parent {
    position: relative;
    /* width:237px; */
    height: 100vh;

    overflow: hidden;
  }

  .block1,
  .block2 {
    /* position:absolute; */
    display: flex;
    gap: 24px;
    /* flex-wrap:wrap; */
    width: 300px;
    height: 100%;
  }

  .block1 {
    right: 320px;
  }

  .block2 {
    right: 0px;
  }

  /*---------------------------banner-section-end----------------------------------*/

  /*------------------------------trusted-section-start---------------------------------*/

  .trusted-section .card-title span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

  }

  .trusted-section .card-title .card-txt {
    font-size: 12px;
    line-height: 18px;
  }

  .contact-main-wrapper .counter-heading h3 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 15.13px;
    margin-bottom: 12px;

  }

  .contact-main-wrapper .counter-heading .counter-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
  }

  .contact-main-wrapper .trusted-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  .contact-main-wrapper .trusted-section .trusted-inner h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    background: linear-gradient(100.61deg, #FFFFFF 60.32%, rgba(255, 255, 255, 0) 129.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-align: center;
    margin-bottom: 12px;
    max-width: 554px;
    text-transform: uppercase;
  }

  .contact-main-wrapper .trusted-section .trusted-inner p {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    max-width: 554px;
  }

  .contact-main-wrapper {

    padding-top: 0
  }

  /*------------------------------trusted-section-end---------------------------------*/

  /*---------------------------------Tailored-white-label-start--------------------------*/

  .innovative-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .innovative-inner h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .innovative-inner p {
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 32px;
  }

  .why-hire__card {
    padding: 12px;
    height: 394px;
  }


  .why-hire__card img {
    width: 100%;
    height: 220px;
    object-fit: fill;
  }

  .why-hire__card-body {
    padding: 20px;
  }

  .why-hire__card-body h3 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 140%;
  }

  .why-hire__card-body p {
    font-size: 12px;
    color: #D7D7D7;
    line-height: 140%;
  }

  .why-hire-btn {
    margin-top: 16px;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid #1A76DB;
    padding-bottom: 5px;
    max-width: 100px;
  }

  .why-hire-btn img {
    height: 12px;
    width: 12px;
  }



  /*---------------------------------Tailored-white-label-end--------------------------*/

  /*----------------------------------fast-track-section-Start------------------*/
  .fast-track {

    padding: 32px 113px;
  }

  .fast-track-container {
    padding-inline: 0px;
  }

  .fast-track-content-wrap h2 {

    font-size: 18px;

  }

  .fast-track-content-wrap p {
    font-size: 12px;
    margin-bottom: 21px;
  }

  /*----------------------------------fast-track-section-end------------------*/


  /*--------------------------------------feature-section----------------------*/

  .feature-section {
    padding: 32px 0px;

  }

  .section-header {

    max-width: 688px;
    margin: auto;
  }

  .section-header h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .section-header p {
    font-size: 18px;
    margin-bottom: 32px;

  }

  /* Cards Layout */
  .feature-cards {
    max-width: 688px;
    margin: auto;
    gap: 14px;

  }

  .feature-card {
    padding: 20px 8px;
    width: 100%;
    max-width: 220px;
  }


  .feature-card h2 {
    font-size: 16px;
    margin-bottom: 76px;

  }


  .feature-card ul li {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 10.8px;
    color: #ccc;
  }

  .feature-card ul li::before {
    height: 10px;
    width: 10px;
    left: 0;
  }

  /* Button */
  .hire-btn {
    font-size: 10px;
    margin-top: 12px;
    max-width: 103px;
  }

  .hire-btn img {
    height: 13px;
    width: 11px;
  }



  /*----------------------Partner-digimantra-start----------------------------------*/

  .partner-digimantra {
    padding: 32px 0;
  }

  .container {
    max-width: 688px;
    margin: auto;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .section-subtitle {
    font-size: 18px;
    margin-bottom: 32px
  }

  .card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .partner-card .digi-btn {
    font-size: 12px;
  }


  .partner-digimantra .partner-card h3 {
    font-size: 18px;
    line-height: 27px;
  }

  .partner-digimantra .partner-card p {
    font-size: 14px;
    margin-top: 16px;
    line-height: 20px;
  }

  .partner-digimantra .partner-card {

    padding: 16px
  }

  .partner-digimantra .digi-link-wrap {
    margin-top: 0px;
  }


  /*----------------------Partner-digimantra-end----------------------------------*/

  /*----------------------------our-proven-approach-start----------------------------*/
  .our-proven-section {
    padding: 32px 0px;
  }

  .our-proven-container {
    max-width: 688px;
    margin: auto;
  }

  .our-proven-heading {
    margin-bottom: 48px;
  }

  .our-proven-heading h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 12px;
  }

  .our-proven-heading p {
    font-size: 18px;
  }

  .home-scroll_img-wrap {
    width: 100%;
    aspect-ratio: 558/540;
    max-height: 100%;
    max-width: 100%;
  }

  .home-scroll_img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: contain;
  }

  .personalized-excellence-heading {
    padding-block: 0 80px;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
  }

  .list-content-btn {
    font-size: 9px;
    margin-bottom: 8px;
    max-width: 56px;
  }

  .list-content-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 12px;
  }

  .list-content-sub-title {
    font-size: 14px;
  }

  /*----------------------------our-proven-approach-end----------------------------*/


  /*-------------------------------engineering-excellence-start---------------------*/

  /* Section Styles */
  .tech-section {
    padding: 31px 0px;

  }

  .tech-section-container {
    max-width: 688px;
    margin: auto;
  }

  /* Heading */
  .tech-heading {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 23px;
  }

  /* Cards Container */
  .tech-cards {
    gap: 3px;
  }

  /* Individual Card */
  .tech-card {
    border-radius: 10px;

  }

  /* Tech Logo */
  .tech-card img {
    max-width: 70px;
    height: auto;

  }



}

/*---------------------------screen-size:992px-ends---------------------------------*/


/*--------------------------------screen-size:767px-----------------------------------*/

@media (max-width:767px) {
  .white-label-hero {
    padding-inline: 16px;
    padding-top: 32px;
    margin-top: 0px;
    padding-bottom: 60px;

  }

  .hero-left {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .parent {
    /* display: none !important; */
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }

  .hero-heading {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0%;
    margin-bottom: 12px;
  }

  .highlighted-text {
    background-color: transparent;
  }

  .btn {
    padding: 6px 5.5px;
    font-weight: 400;
    font-size: 10px;
    line-height: 27px;
  }

  .buttons-div {
    gap: 6px;
  }

  .button-three {
    padding: 6px 26.5px;
  }

  .button-four {
    padding: 6px 5.5px;
  }

  .first-button-row {
    display: flex;
    gap: 10px;
  }

  .digi-link-wrap {
    margin-top: 32px;
    text-align: center;
  }

  .digi-link-wrap .digi-btn {
    align-items: center;
    text-align: center;
    margin: auto;
    font-size: 12px;
  }

  .second-button-row {
    display: flex;
    gap: 10px;
  }

  /* .parent{
  position:relative;
  width:237px;
  height:100vh;
  
  overflow:hidden;
} */
  .block1,
  .block2 {
    /* position: absolute; */
    display: flex;
    gap: 24px;
    flex-direction: row;
    /* flex-wrap: wrap; */
    width: 100%;
    height: unset;
  }

  .block1 {
    right: 320px;
  }

  .block2 {
    right: 0px;
  }

  .hero-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .fade-img1,
  .fade-img2 {
    display: none;
  }

  .block1 img,
  .block2 img {
    min-width: 101.34px;
    min-height: 100px;
  }

  .fade-img3,
  .fade-img4 {
    display: block;
    position: absolute;
    z-index: 1;
  }

  .fade-img3 {
    left: 0;
  }

  .fade-img4 {
    right: -1px;
  }

  /*---------------------------banner-section-end----------------------------------*/

  /*------------------------------trusted-section-start---------------------------------*/

  .contact-main-wrapper .trusted-section {
    padding: 40px 0px;
  }

  .digi-web-solutions-row {
    margin-bottom: 40px;
  }

  .trusted-section .card-title span {
    font-size: 40px;
    margin-bottom: 8px;
  }

  .trusted-section .digi-web-solutions-card .card-txt {
    font-size: 14px;
    line-height: 100% !important;
    margin-bottom: 0px;
  }

  .contact-main-wrapper .counter-heading h3 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 15.13px;
    margin-bottom: 12px;

  }

  .contact-main-wrapper .counter-heading .counter-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
  }


  .contact-main-wrapper .trusted-section .trusted-inner h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    background: linear-gradient(100.61deg, #FFFFFF 60.32%, rgba(255, 255, 255, 0) 129.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-align: center;
    margin-bottom: 12px;
    max-width: 554px;
    text-transform: uppercase;
  }

  .contact-main-wrapper .trusted-section .trusted-inner p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 100%;
  }

  .contact-main-wrapper {

    padding-top: 0
  }

  /*------------------------------trusted-section-end---------------------------------*/

  /*---------------------------------Tailored-white-label-start--------------------------*/

  .innovative-sections {
    padding: 40px 0px;
  }

  .innovative-inner h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .innovative-inner p {
    margin-bottom: 24px;
  }

  .why-hire__card {
    padding: 12px;
    height: 340px;
    margin-bottom: 40px;
  }


  .why-hire__card img {
    width: 100%;
    height: 165px;
    object-fit: cover;
  }

  .why-hire__card-body {
    padding: 0px 5px;
  }

  .why-hire__card-body h3 {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 140%;
  }

  .why-hire__card-body p {
    font-size: 14px;
    color: #D7D7D7;
    line-height: 140%;
  }

  .why-hire-btn {
    margin-top: 16px;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid #1A76DB;
    padding-bottom: 5px;
    max-width: 100px;
  }

  .why-hire-btn img {
    height: 12px;
    width: 12px;
  }



  /*---------------------------------Tailored-white-label-end--------------------------*/


  /*----------------------------------fast-track-section-Start------------------*/
  .fast-track {

    padding: 40px 16px;
  }

  .fast-track-container {
    padding-inline: 0px;
  }

  .fast-track-content-wrap h2 {

    font-size: 24px;
    line-height: 28px;

  }

  .fast-track-content-wrap p {
    font-size: 18px;
    margin-bottom: 21px;
    line-height: 28px;
  }

  /*----------------------------------fast-track-section-end------------------*/

  /*----------------------------our-proven-approach-start----------------------------*/
  .our-proven-section {
    padding: 40px 0px;
  }

  .our-proven-container {
    max-width: 343px;
    margin: auto;
  }

  .our-proven-heading {
    margin-bottom: 32px;
  }

  .our-proven-heading h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .our-proven-heading p {
    font-size: 18px;
    line-height: 34px;
  }

  .home-scroll_visual {
    display: flex;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
  }


  .home-scroll_content.page-padding {
    padding-bottom: 24px;
  }


  .home-scroll_section {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 100% 0%;
    grid-template-rows: auto;
    padding-bottom: 0px;
  }

  .list-content-title {
    font-size: 20px;
    line-height: 140%;
  }

  .list-content-sub-title {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
  }

  /*----------------------------our-proven-approach-end----------------------------*/



  /*--------------------------------------feature-section----------------------*/

  .feature-section {
    padding: 32px 0px;

  }

  .section-header {

    max-width: 343px;
    margin: auto;
  }

  .section-header h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
  }

  .section-header p {
    font-size: 18px;
    margin-bottom: 32px;
  }

  /* Cards Layout */
  .feature-cards {
    max-width: 343px;
    margin: auto;
    gap: 14px;

  }

  .feature-card {
    padding: 20px 20px;
    width: 100%;
    max-width: 100%;
  }


  .feature-card h2 {
    font-size: 20px;
    margin-bottom: 60px;

  }


  .feature-card ul li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 140%;
    color: #ccc;
  }

  .feature-card ul li::before {
    top: 6px;
  }

  /* Button */
  .hire-btn {
    font-size: 14px;
    margin-top: 12px;
    max-width: 136px;
  }



  /*----------------------Partner-digimantra-start----------------------------------*/

  .partner-digimantra {
    padding: 40px 0;
  }

  .container {
    max-width: 343px;
    margin: auto;
  }

  .section-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }

  .section-subtitle {
    font-size: 18px;
    margin-bottom: 32px
  }

  .card-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }


  .partner-digimantra .card h3 {
    font-size: 18px;
    line-height: 27px;
  }

  .partner-digimantra .card p {
    font-size: 14px;
    margin-top: 16px;
    line-height: 20px;
  }

  .partner-digimantra .card {

    padding: 16px
  }

  .partner-digimantra .digi-link-wrap {
    margin-top: 0px;
  }


  /*----------------------Partner-digimantra-end----------------------------------*/

  /*-------------------------------engineering-excellence-start---------------------*/

  /* Section Styles */
  .tech-section {
    padding: 31px 0px;

  }

  .tech-section-container {
    max-width: 688px;
    margin: auto;
  }

  /* Heading */
  .tech-heading {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 23px;
  }

  /* Cards Container */
  .tech-cards {
    gap: 3px;
  }

  /* Individual Card */
  .tech-card {
    border-radius: 10px;

  }

  /* Tech Logo */
  .tech-card img {
    max-width: 70px;
    height: auto;

  }
}

@media (max-width:360px) {
  .btn {
    padding: 6px 4.5px;
  }

  .button-three {
    padding: 6px 22.5px;
  }

  .digi-link-wrap .digi-btn {
    width: 265px !important;
    justify-content: center;
  }

  .why-hire__card-body h3 {
    font-size: 18px;
  }

  .why-hire__card-body p {
    font-size: 12px;
  }

  .hire-btn {
    max-width: 150px;
  }

  .hire-btn img {
    height: 20px;
    width: 20px;
  }

  .tech-section {
    padding: 31px 20px;
  }
}