@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

.generative-ai-banner{
    background-image: url("/wp-content/themes/digimantra/asset/img/Gen-ai.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 120px;
    margin-top: 33px;
}
.generative-content-wrap{
    display: flex;
    padding: 56px 36px 0px 36px;
    border-right:1px solid rgba(44, 52, 60, 1);
    border-left:1px solid rgba(44, 52, 60, 1);
}
.left-text{
    max-width: 860px;
    align-self: center;
}
.left-text h1{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 72px;
    line-height: 76px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.left-text .highlight-main-text{
    font-family: 'Audiowide', sans-serif;
    font-weight: 400;
    font-size: 82px;
    line-height: 76px;
    letter-spacing: 2px;
    text-transform: capitalize;
    background: linear-gradient(90.84deg, #4F56FF 0.72%, #FF4980 99.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.left-text .next-line-text{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 60px;
    line-height: 76px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.left-text  p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 20px;
}
.generative-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    padding: 15px 24px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    background: linear-gradient(328.68deg, rgba(22, 69, 121, 0.1) 19.02%, rgba(26, 118, 219, 0.1) 81.19%);
    border-radius: 60px;
    display: inline-flex;
    column-gap: 8px;
    align-items: center;
    outline: none;
    z-index: 1;
}

.generative-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: -1;
    padding: 1px;
    background:linear-gradient(90.84deg, #4F56FF 0.72%, #FF4980 99.7%);
    -webkit-mask: linear-gradient(90.84deg, #4F56FF 0.72%, #FF4980 99.7%) content-box, linear-gradient(90.84deg, #4F56FF 0.72%, #FF4980 99.7%);
    mask-composite: exclude;
}

.generative-btn:hover {
    background: linear-gradient(90.84deg, #4F56FF 0.72%, #FF4980 99.7%) !important;
    color: #FFFFFF;
}

a:hover{
  color: #fff;
}

@media (max-width:1580px) {
  .generative-ai-banner{
    padding: 0px 80px;
}
.left-text .highlight-main-text{
    font-size: 76px;
    line-height: 80px;
}
.left-text .next-line-text{
    font-size: 58px;
    line-height: 62px;
}
.left-text  p{
    font-size: 20px;
}
}

@media (max-width:1440px) {
  .left-text .next-line-text {
        font-size: 53px;
  }
  .generative-content-wrap {
    padding: 56px 36px 58px 36px;
  }
  .left-text {
    max-width: 785px;
  }
}

@media (max-width:1200px) {
  .generative-ai-banner{
    padding: 0px 48px;
    margin-top: 33px;
}
.generative-content-wrap{
    padding: 56px 20px 0px 20px;
}
.left-text h1{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
}
.left-text .highlight-main-text{
    font-weight: 600;
    font-size: 36px;
    line-height: 30px;
}
.left-text .next-line-text{
    font-size: 26px;
    line-height: 32px;
}
.left-text  p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 8px;
}
.generative-btn {
    font-size: 12px;
    padding: 12px 12.5px;
}
}

@media (max-width:767px) {
  .generative-ai-banner {
        padding: 50px 50px 0px 20px;
        margin-top: 0px;
    }
    .left-text h1{
    margin-bottom: 28px;
}
        .generative-content-wrap {
        padding: 0px;
        border: none;
        flex-direction: column;
        margin-bottom: 28px;
    }
        .left-text p {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 28px;
        }
}
/*----------------------------------------banner-section-end--------------------------------------------*/

/*----------------------------------------proven-partner-start--------------------------------------------*/

.partner-section {
  padding: 120px 0;
  background-image: url("/wp-content/themes/digimantra/asset/img/trasn-back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top:1px solid rgba(44, 52, 60, 1);
}
/* 
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
} */

.hire-content-wrap{
    max-width: 1390px;
    margin: auto;
}

.partner-section .section-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.partner-section .section-subtitle {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 60px !important;
}

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

.partner-section .digi-web-solutions-card {
    padding: 0px;
}

.digi-web-solutions-card .card-txt {
    margin-top: 7.5px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
}

.hiring-models .card-counter::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: .82px;
    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;
}


.hiring-models .card-counter:hover {
  border-color:  #FF4980;
  box-shadow: 0 0 15px #4F56FF;
}

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

@media (max-width:1200px) {
  .partner-section {
  padding: 48px 0px;
}

.partner-section .section-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.partner-section .section-subtitle {
    font-size: 12px;
    margin-bottom: 24px !important;
}

.card-wrapper-counter {
   grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width:767px) {
      .hiring-models {
        padding: 24px 0px;
        margin-top: -30px;
    }

  .digi-web-solutions-card .card-txt {
    font-size: 10px;
    line-height: 140%;
    font-weight: 500;
  }
      .digi-web-solutions-card .card-title {
        font-size: 24px;
    }

  .card-wrapper-counter {
    gap: 10px;
   }
   .card-counter {
    padding: 12px 12px;
   } 
    .digi-web-solutions-card {
        padding: 0px;
    }
}


/*-----------------------------------------proven-power-section-end-------------*/

/*-------------------------VISIONARY-BRNADS---------------------*/
.digi-visionary-brands-section {
  padding-block: 120px;
  background-color: #000319;
  border-block:1px solid rgba(44, 52, 60, 1); 
}

.digi-visionary-brands-section .visionary-title h2 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  margin-bottom: 56px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .digi-visionary-brands-section {
    padding-block: 48px;
  }

  .digi-visionary-brands-section .visionary-title h2 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
}

@media (max-width: 767px) {
  .digi-visionary-brands-section {
    margin-top: 0px;
  }

  .digi-visionary-brands-section .visionary-title h2 {
    text-align: center;
  }
      .digi-visionary-brands-section .visionary-title h2 {
        font-size: 16px;
        line-height: 24px;
      }
}

@media (max-width: 767px) {
  
  .digi-visionary-brands-section .visionary-title {
    margin-top: 24px;
  }
}
@media (max-width: 373px) {
    .digi-link-wrap .digi-btn {
        width: 261px !important;
        font-size: 11px !important;
        padding: 12.5px 12px !important;
    }
}

/*------------------------------Visionary-brands-ends--------------------*/

/*--------------------------------------end-to-end-generative-ai-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%); */
    background-color: #000319;
    

}

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

.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;
}

.hiring-models .card:hover {
  border-color:  #FF4980;
  box-shadow: 0 0 15px #4F56FF;
}

/* 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: 870px;
  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: #000319;
  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: 32px;
  margin-bottom: 16px;
  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: 16px;
  font-weight: 500;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #1A76DB;
  padding-bottom: 12px;
  max-width: 194px;
}

.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));
  left: -52px;
  opacity: 0.7;
  top: 70%
}

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

.innovative-sections .slick-arrow.slick-next {
  transform: translateY(calc(-531% - 32px));
  top: 70%;
  right: -52px;
  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;
  margin-top: 56px;
}

.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
}


.meet-leaders-aside .meet-leaders-heading-wrap .digi-block-txt {
    margin-block: 40px;
}



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

.card {
  background: #000000;
  border-radius: 12px;
  padding: 24px;
  min-height: 358px;

}


@media (max-width:1680px) {
    .innovative-inner h2 {
    max-width: 855px;
  }
  .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%;
  }
}

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

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

  .why-hire__card {
      padding: 15px;
    }
 
}

@media (max-width:992px) {
    .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: 460px;
  }


  .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;
    padding: 12px 12.5px;
    border-bottom: 1px solid #1A76DB;
    max-width: 126px;
  }

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

}

@media (max-width:767px) {
  .innovative-sections {
    padding: 40px 0px;
  }

  .innovative-inner {
    gap: 10px;
}

  .intros__list .development_card {
    display: flex;
    gap: 13px !important;
}
.innovative-sections .slick-arrow.slick-prev {
 display: none !important;
}

.innovative-sections .slick-arrow.slick-next {
 display: none !important;
}

.innovative-sections .slick-slider {
    margin-top: 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: 388px;
    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;
    max-width: 126px;
  }

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

  .slider-innovation .slick-track {
    display: flex !important;
    gap: 12px;
  }

}

@media (max-width: 600px) {
    .why-hire__card {
        height: 510px
    }
}

@media (max-width:373px) {
  .meet-leaders-heading-wrap .digi-inline-btn{
    font-size: 13px;
  }
}

/*--------------------------------------end-to-end-generative-ai-end---------------------------------------------*/

/*----------------------------------Advanced Capabilities start----------------------------------------------*/
  
.card {
    position: relative;
    padding: 29px;
    background: #000319;
    border-radius: 12px;
    height: 100%;
    z-index: 1;
    overflow: hidden; 
}

.card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.25), 
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.15)
    );
    
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

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

.digi-link-wrap {
  margin-top: auto; /* pushes button to the bottom */
}

@media(max-width:1024px){
.card-wrapper .digi-btn{
  font-size:11px
}
}
.advanced-capabilities {
  padding: 80px 0;
  background-image: url("/wp-content/themes/digimantra/asset/img/Fold 38 (1).png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.advanced-capabilities .section-title {
  font-size: 48px;
  font-weight:600;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height:140%;
  margin-bottom:24px;
  text-align: center;

}

.advanced-capabilities .section-subtitle {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom:80px;
  text-align: center;
}

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


.advanced-capabilities .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;
}

.hiring-models .card .icon {
  font-size: 30px;
  margin-bottom: 32px;
}

.hiring-models .card h3 {
  font-size: 28px;
  margin-bottom: 16px;
  line-height: 38px;
  font-weight:500

}

.hiring-models .card p {
  font-size: 18px;
  color: #D7D7D7;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight:500
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  border: 1px solid #5EA0E8;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #5EA0E8;
  color: #000;
}

@media (max-width:1200px) {
  .advanced-capabilities .section-title {
    font-size: 24px;
    text-align: center;
  }
  .advanced-capabilities .section-subtitle {
    font-size: 18px;
    text-align: center;
}
.card-wrapper {
    gap: 19px;
}
.card {
  padding: 9px;
  min-height: 205px;
}
.hiring-models .card .icon{
   margin-bottom: 12px;
}

.card-wrapper .card .card-img{
  max-width: 35px;
  max-height: 35px;
  }
  .hiring-models .card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 28px;
    font-weight: 500;
}
.hiring-models .card p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}
}

@media (max-width:767px) {
  
     .advanced-capabilities .section-title{
        font-size: 24px;
      }
       .advanced-capabilities {
        padding-block: 40px;
    }
      .advanced-capabilities .section-title { 
        text-align: left;
    }
      .advanced-capabilities .section-subtitle {
        text-align: left;
    }
      .section-subtitle{
        font-size:18px;
      }

      .card-wrapper {
        grid-template-columns: repeat(1, 100%);
      }

        h3{
          font-size: 20px;
        }
        p{
          font-size: 14px;
        }
        .digi-btn{
          font-size: 14px !important;
        }
      }
    

/*----------------------------------Advanced Capabilities end----------------------------------------------*/

/*----------------------------industry-benchmark-card--------------------------------------*/

.Revolutionizing-industries {
  padding: 120px 120px 120px 123px;
  background-color: #000319;
  text-align: center;
  border-top: 1px solid #2c343c;
}

/* Heading Section */
.Revolutionizing-industries-heading {
  margin-bottom: 52px;
  text-align: center;
}

.Revolutionizing-industries-heading h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.Revolutionizing-industries-heading p {
  color: #ccc;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
  margin: auto;
}

/* Cards Section */
.Revolutionizing-industries-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.industry-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 543px;
  transition: transform 0.3s;
}

.Revolutionizing-industries .industry-card:hover {
  transform: translateY(-5px);
}

.Revolutionizing-industries .industry-card-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.industry-card-img img {
  border-radius: 12px;
  border: 1px solid;
  width: 100%;
  height: auto;
  display: block;
}

.Revolutionizing-industries .industry-card-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    /* background: rgba(2, 2, 13, 0.85); */
    background: linear-gradient(179.88deg, rgba(0, 0, 0, 0) 0.1%, rgba(0, 0, 0, 0.660065) 74.95%, #000000 99.9%);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    border-radius: 0 0 12px 12px;
    text-align: start;
}


/* On hover — slide text up and fade in */
.Revolutionizing-industries .industry-card:hover .industry-card-img p {
    transform: translateY(0);
    opacity: 1;
    text-align: left;
}

.Revolutionizing-industries .industry-card:hover .industry-card-content {
    /* background-color: rgba(255, 255, 255, 1); */
    transition: 0.5s ease;
}

/* .Revolutionizing-industries .industry-card:hover .industry-card-content h4 {
    color: #030819;
} */


.industry-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
  gap: 10px;
  padding: 22px;
  min-height: 112px;
  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));

  border: 0.5px solid #71767b;
  border-bottom: none;
  border-radius: 12px;
  transition: background-color 0.3s, color 0.3s;
}

.industry-card-content h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  line-height: 32.5px;
  margin: 0;
}

.industry-card-content p {
  color: #c1c3c7;
  font-size: 20px;
  font-weight: 400;
  line-height: 32.5px;
  margin: 0;
  text-align: left;
}

.Revolutionizing-industries .industry-card-content .digi-btn {
    display: none;
}

.Revolutionizing-industries .industry-card:hover .industry-card-content .digi-btn {
    display: block;
    width: 68px;
    height: 48px;
}

/* .industry-card-content:hover {
  background-color: #fff;
}

.industry-card-content:hover h4 {
  color: #08121c;
}

.industry-card-content:hover p {
  color: #71767b;
} */

.Revolutionizing-industries .industry-card-content:hover p {
    color: #71767b;
}


/*------------------------responsive-design--------------------------------*/

@media (max-width: 1440px) {
  .industry-card-content h4 {
    font-size: 24px;
  }

  .industry-card-content p {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .Revolutionizing-industries {
    padding: 60px 80px 80px 123px;
  }

  .industry-card-content h4 {
    font-size: 22px;
    line-height: 22px;
  }

  .industry-card-content p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 992px) {
  .Revolutionizing-industries {
    padding: 32px 48px;
  }

  .Revolutionizing-industries-heading {
    margin-bottom: 26px;
    max-width: 688px;
  }

  .Revolutionizing-industries-heading h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 11px;
    letter-spacing: 0px;
  }

  .Revolutionizing-industries-heading p {
    font-size: 18px;
    line-height: 28px;
  }

  .Revolutionizing-industries-cards {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-card {
    gap: 6px;
  }

  .industry-card-content {
    padding: 22px 49px;
    min-height: 105px;
  }

  .industry-card-content h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .industry-card-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .Revolutionizing-industries {
    padding: 32px 20px;
  }

  .Revolutionizing-industries-heading h2 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 11px;
    text-align: left;
  }

  .Revolutionizing-industries-heading p {
    font-size: 18px;
    line-height: 24px;
    /* max-width: 335px; */
    text-align: left;
  }

  .Revolutionizing-industries-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .industry-card {
    gap: 9px;
    max-width: 100%;
  }

  .industry-card-content {
    padding: 4px 12px;
    min-height: 47px;
  }

  .industry-card-content h4 {
    font-size: 14px;
    line-height: 140%;
  }

  .industry-card-content p {
    font-size: 10px;
    line-height: 18px;
  }
}

/*------------------------industry-benchmark-end-----------------------------*/


/*-----------------------TECHNOLOGY STACK SECTION START-------------------------*/

.ai-bots-section {
    background-image:url("/wp-content/themes/digimantra/asset/img/Technology_stack.png");
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    color: #fff;
    /* padding: 100px 60px; */
}

.ai-bots-sub-section {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    padding: 120px 116px 136px 116px;
}

.ai-bots-section .section-header {
    text-align: center;
    /* max-width: 800px; */
    margin-bottom: 60px;
}

.ai-bots-section .section-header h2 {
    font-size: 48px;
    /* color: #ffffff; */
    font-weight: 500;
    line-height: 58px;
    text-transform: uppercase;
}

.ai-bots-section .section-header p {
    margin-top: 28px;
}

.ai-bots-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    /* flex-wrap: wrap; */
}

/* .ai-bots-image {
    flex: 1;
    text-align: center;
} */

.ai-bots-image img {
    /* width: 100%; */
    max-width: 495px;
    /* width: 495px; */
    min-width: 197px;
    border-radius: 15px;
    object-fit: contain;
}

.ai-bots-accordion {
    max-width: 1000px;
    width: 100%;
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-header {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    padding: 16px 0;
    text-align: left;
    width: 100%;
    cursor: pointer;
    position: relative;
    font-family: "Montserrat", sans-serif !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* .accordion-header::after {
    content: "";
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(180deg);
} */

.accordion-item.active .accordion-header {
    font-size: 40px;
}

.accordion-arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
    /* padding: 0 0 15px 0; */
    color: #CCCCCC;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}

.accordion-item.active .accordion-content {
    display: block;
}
@media (max-width:1440px) {
  .ai-bots-sub-section {
    padding: 111px 80px 136px 80px;
}
}

@media(max-width: 1200px) {
    .accordion-header {
        font-size: 16px;
        line-height: 19.11px;
    }

    .accordion-content {
        font-size: 16px;
        line-height: 19px;
    }

    .ai-bots-content {
        gap: 65px;
    }

    .ai-bots-image img {
        width: 100%;
    }

    .ai-bots-sub-section {
        padding-block: 48px;
    }

    .ai-bots-section .section-header h2 {
        font-size: 28px;
        line-height: 33.09px;
    }

    .ai-bots-sub-section {
    padding: 48px 16px 48px 16px;
}

    .ai-bots-section .section-header p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 11.15px;
    }

    .ai-bots-section .section-header {
        margin-bottom: 23.89px;
    }

    .accordion-item.active .accordion-header {
        font-size: 18px;
        line-height: 19.11px;
    }

    .accordion-item.active .accordion-content p {
        margin-bottom: 6.79px;
    }
}

@media (max-width:767px) {
  .ai-bots-content {
    flex-direction: column;
  }
  .ai-bots-section .section-header h2 {
      text-align: left;
    }
    .ai-bots-section .section-header {
        padding: 10px;
    }
    
    .ai-bots-section .section-header p {
        font-size: 16px;
        text-align: left;
    }
}
/*-----------------------TECHNOLOGY STACK END-------------------------*/

/*----------------- DEV PROCESS SECTION START-----------------------*/

.chatbot-dev-offer {
    background-color: #040D2A;
    border-top: 1px solid #2C343C;
}

.chatbot-dev-container {
    display: flex;
    gap: 92px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.chatbot-dev-container .chatbot-dev-left {
    position: sticky;
    max-width: 40%;
}

.chatbot-dev-container .chatbot-dev-left .meet-leaders-aside {
    border-inline: none;
}

.chatbot-dev-left .meet-leaders-aside .meet-leaders-heading-wrap {
    padding-left: 30px;
    padding-top: 120px;
}

.intros__list .development_card{
  display: flex;
  gap: 48px;
}

.intros__list .development_card .dev_icon img{
   max-width: 98px;
   max-height: 98px;
}

.contant-wrapper h3{
   font-family: Montserrat;
   font-weight: 500;
   font-style: Medium;
   font-size: 24.82px;
   line-height: 33.85px;
   letter-spacing: 1px;
}

.contant-wrapper p{
  font-family: Montserrat;
  font-weight: 300;
  font-size: 18.05px;
  line-height: 33.85px;
  letter-spacing: 1px;

}

.chatbot-dev-container .chatbot-dev-right {
    padding: 120px 120px 120px 120px;
    border-left: 1px solid var(--color-border);
}

.chatbot-dev-container .chatbot-dev-right .card {
    display: flex;
    padding-block: 20px
}

.digi-inline-btn{ 
border-bottom: 1px solid;
border-image-source: linear-gradient(90.84deg, #4F56FF 0.72%, #FF4980 99.7%);
}


.meet-leaders-aside .digi-inline-btn {
    font-size: 18px;
}

.meet-leaders-aside .meet-leaders-heading-wrap .digi-block-txt {
    margin-top: 40px;
    margin-bottom: 45px;
}

@media (max-width:1440px) {
  .chatbot-dev-container .chatbot-dev-right {
    padding: 120px 0px 120px 62px;
  }
}

@media(max-width: 1200px) {
    .second-offer h3 {
        font-size: 16px !important;
        line-height: 18.65px !important;
    }

    .second-offer p {
        font-size: 12px !important;
        line-height: 18.65px !important;
    }

    .chatbot-dev-container {
        gap: 68.09px;
    }

    .second-offer .card .icon img {
        width: 50px;
        height: 50px;
    }

    .chatbot-dev-container .chatbot-dev-left {
    position: sticky;
    max-width: 100%;
}

    .chatbot-dev-container .chatbot-dev-right {
        padding-block: 30px;
    }
    
    .intros__list .development_card .dev_icon img {
    max-width: 58px;
    max-height: 58px;
}
.meet-leaders-aside .digi-inline-btn {
    font-size: 11px;
}

    .chatbot-dev-left .meet-leaders-aside .meet-leaders-heading-wrap {
        padding-top: 48px;
    }

    .chatbot-dev-container .chatbot-dev-right {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .second-offer .card .contant-wrapper {
        margin-left: 17.62px;
    }
}

@media (max-width: 768px) {
    .meet-leaders-aside .meet-leaders-heading-wrap .digi-block-txt {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .chatbot-dev-container .chatbot-dev-right {
        border-left: none;
        padding-left: 0;
    }

    .second-offer .card .contant-wrapper {
        margin-left: 18.02px;
    }

    .chatbot-dev-left .meet-leaders-aside .meet-leaders-heading-wrap {
        padding-bottom: 0;
    }
        .chatbot-dev-container {
            flex-direction: column;
            border: none
        }

        .chatbot-dev-left .meet-leaders-aside .meet-leaders-heading-wrap {
     padding-left: 0px; 
    padding-top: 40px;
}

      .chatbot-dev-container .chatbot-dev-right {
    padding: 10px 0px 10px 0px;

        .chatbot-dev-container {
            gap: 21px
        }

        .second-offer .card h3 {
            font-size: 16px;
            line-height: 19px
        }

        .second-offer .card p {
            font-size: 14px;
            line-height: 19px
        }

        .second-offer .card .icon img {
            /* max-width: 100%;
            max-height: 100%; */
        }
    }
  }

/*---------------- DEV  PROCESS SECTION END-----------------------*/

.our-proven-section {
    background: url('/wp-content/themes/digimantra/asset/img/Generative-ai-bg.png') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
    padding: 40px 0px;
}
 
 
.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-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: 48px;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
 
}
 
.our-proven-heading p {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #ebebeb;
    margin-bottom: 24px;
}
 
.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: 50px;
}
 
.home-scroll_text-wrap {
    max-width: 823px;
}
 
.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;
}
 
@media (max-width:1680px) {
 
    .our-proven-section {
        padding: 70px 90px;
    }
 
    .our-proven-container {
        max-width: 1440px;
        margin: auto;
    }
    .our-proven-heading h2 {
    font-size: 58px;
  }
}

@media (max-width:1440px) {
    .our-proven-container {
    max-width: 1256px;
    margin: auto;
  }

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

@media (max-width:1280px) {
  .our-proven-container {
    max-width: 1140px;
    margin: auto;
  }
   .our-proven-heading h2 {
    font-size: 36px;
  }
    .our-proven-heading p {
    font-size: 18px;
  }
}

@media (max-width:992px) {
  .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;
  }

}

@media (max-width:767px) {
  .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;
  }

}
 
/*------------------------Generative-ai-section-end-------------------------*/

/*----------------------------------Delivering value start----------------------------------------------*/
  
.card-wrapper-delivers .card {
  display: flex;
  flex-direction: column;
  padding: 24px 54px;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #000319;
  border-bottom: none;
  height: 100%; 
  min-height: 246px;
}

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

.digi-link-wrap {
  margin-top: auto; /* pushes button to the bottom */
}

@media(max-width:1024px){
.card-wrapper-delivers .digi-btn{
  font-size:11px
}
}
.delivering-value {
  padding: 80px 0;
  background-image:none;
}

.chatbot-dev-container{
  padding: 0px;
}

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

.delivering-value .section-title {
  font-size: 48px;
  font-weight:600;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height:140%;
  margin-bottom:56px;
  text-align: center;
}


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


.delivering-value .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;
}

.delivering-value .card .icon {
  font-size: 30px;
  margin-bottom: 20px;
}

.delivering-value .card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 34px;
  font-weight:300

}

.delivering-value .card p {
  font-size: 24px;
  color: #ebebeb;
  line-height: 34px;
  font-weight:600;
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  border: 1px solid #5EA0E8;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #5EA0E8;
  color: #000;
}

@media (max-width:1200px) {
  .delivering-value .section-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .card-wrapper-delivers .card {
    padding: 24px 16px;
  }
  .delivering-value .card h3 {
    font-size: 12px;
    line-height: 20px;
    margin-left: 8px;
  }
  .delivering-value .card p {
    font-size: 12px;
    color: #ebebeb;
    line-height: 20px;
  }
  .card-wrapper-delivers .card { 
    min-height: 223px;
    margin-bottom: 8px;
    line-height: 20px;
    min-height: 199px;
  }
}

@media (max-width:767px) {
  .delivering-value {
      padding: 0px;
      margin-top: 44px;
      margin-bottom: 40px;
  }

      .card-wrapper-delivers .section-title{
        font-size: 24px;
      }

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

      .card-wrapper-delivers {
        grid-template-columns: repeat(1, 100%);
      }
       .card-wrapper-delivers h3{
          font-size: 20px;
        }
        .card-wrapper-delivers p{
          font-size: 14px;
        }
        .digi-btn{
          font-size: 14px !important;
        }
      }
    


/*----------------------------------Delivering Awards end----------------------------------------------*/

/* ---------------- digi-home-testimonial-section ---------------- */
.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;
}

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

/* ----------- max-width: 1279px ----------- */
@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;
    letter-spacing: -0.11px;
  }
  .digi-testimonial-card .profile-info .prof-role {
    font-size: 12px;
    line-height: 14.9px;
    letter-spacing: -0.11px;
  }
}

/* ----------- max-width: 767px ----------- */
@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 START------------------ */
.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%;
}
.faq-section h2 {
  font-size: 48px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 58px;
  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: #ccc;
  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;
}

/* ----------- max-width: 1279px ----------- */
@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;
  }
}

/* ----------- max-width: 1024px ----------- */
@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;
  }
}

/* ----------- max-width: 767px ----------- */
@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----------------- */




