/* ----------------AI BANNER SECTION START----------------- */
.ai-banner-wrapper {
    content: "";
    background: url('/wp-content/themes/digimantra/asset/img/sports_first_fold.png');
    width: 100%;
    height: 100%;
    padding: 189px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ai-banner-wrapper .digi-container {
        padding: 0px 0px 0px 120px;
    }

.ai-banner-wrapper .ai-banner-content {
    content: "";
    background: url("/wp-content/themes/digimantra/asset/img/sports_rectangle.png");
    width: 950px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 64px 52px;
}

.ai-banner-wrapper h1 {
    font-size: 62px;
    font-weight: 600;
    font-family: "Monserrat", sans-serif;
    line-height: 72px;
    max-width: 725px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    background: linear-gradient(100.61deg, #FFFFFF 53.32%, rgba(255, 255, 255, 0) 100.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 36px;
}

.ai-banner-wrapper p{
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 40px;
}

.ai-banner-wrapper .digi-btn {
    font-size: 16px;
    width: 314px;
    height: 50px;
    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;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    outline: none;
    z-index: 1;
    transition: all .3s ease;
}

.ai-banner-wrapper .digi-btn:hover {
    background: #fff;
    color: #000000;
}

.ai-banner-wrapper .digi-btn:hover svg {
    filter: invert(1);
}

/* ----------- Larger than 1921px ----------- */
@media (min-width: 1921px) {
    .ai-banner-wrapper {
        padding: 227px 0;
    }
}

/* ----------- Below 1279px ----------- */
@media (max-width: 1280px) {
    .ai-banner-wrapper {
        padding: 100px 0;
    }

    .ai-banner-wrapper .digi-container {
        padding: 0px 0px 0px 60px;
      }

    .ai-banner-wrapper h1 {
          font-size: 44px;
          font-weight: 600;
          font-family: "Monserrat", sans-serif;
          line-height: 59px;
          max-width: 721px;
      }

    .ai-banner-wrapper .ai-banner-content {
        width: 814px;
        background-size: contain;
    }
}

/* ----------- Below 1024px ----------- */
@media (max-width: 1024px) {
    .ai-banner-wrapper {
        padding: 58px 0;
    }

    .ai-banner-wrapper .ai-banner-content {
        width: 473px;
        padding: 40px 0;
        background-size: contain;
    }

    .ai-banner-wrapper .ai-banner-content .digi-container .digi-btn {
        font-size: 12px;
        padding: 12px;
    }
    .ai-banner-wrapper .digi-container {
        padding: 0px 0px 0px 64px;
    }

    .ai-banner-wrapper h1 {
        font-size: 28px;
        line-height: 28.5px;
        max-width: 309px;
        letter-spacing: 2px;
        margin-bottom: 19px;
    }
    .ai-banner-wrapper p {
        font-size: 12px;
        line-height: 140%;
        font-weight: 300;
        max-width: 309px;
        margin-bottom: 19px;
    }
    .ai-banner-wrapper .digi-btn {
        width: 195px;

}
}

/* ----------- Below 767px (Mobile) ----------- */
@media (max-width: 767px) {
    .ai-banner-wrapper {
        position: relative;
        height: 45vh;
        background-position: right;
    }

    .ai-banner-wrapper h1 {
        font-size: 28px;
        line-height: 28.5px;
        max-width: 337px;
    }

       .ai-banner-content .digi-container {
        padding: 0px 0px 0px 16px;
    }

    .ai-banner-wrapper .ai-banner-content {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
            linear-gradient(0deg, rgba(8, 18, 28, 0.2), rgba(8, 18, 28, 0.2));
        backdrop-filter: blur(20px);
        width: -webkit-fill-available;
        height: max-content;
        background-size: cover;
        overflow: hidden;
        position: absolute;
        top: 306px;
        clip-path: polygon(0 0, 88% 0, 143% 100%, 0% 100%);
    }

    .ai-banner-wrapper .ai-banner-content .digi-container .digi-btn {
        font-size: 16px;
        line-height: 100%;
        height: 48px;
        padding: 12px 24px;
    }

    .ai-banner-wrapper .ai-banner-content .digi-container h1 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 28px;
    }
    .ai-banner-wrapper p {
        font-size: 18px;
    }
        .ai-banner-wrapper .digi-btn {
        width: 265px;
    }
}
/* ----------------AI BANNER SECTION END----------------- */

/*------------------------------------made-simple-start-------------------------------------------*/

.made-simple{
  padding-block: 120px;
  max-width: 1680px;
  margin: auto;
}

.made-simple-wrapper{
    background: url("/wp-content/themes/digimantra/asset/img/bg-made-simple.png");
    background-position: center center;
    background-size: cover;
    padding: 80px 0px 0px 80px;
    justify-content: space-between;
    gap: 80px;
    display: flex;
}

.left-side{
    max-width: 921px;
}

.made-simple-wrapper  h2{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.made-simple-wrapper .left-side p{
    font-family: Montserrat;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px
}
.simple-btn{
    align-items: center;
}

.left-side .digi-link-wrap{
    margin-bottom: 80px;
}

.right-side{
    align-self: end;
}

.made-simple .right-side img{
  max-width: 520px;
}

@media (max-width:1680px) {
  .made-simple-wrapper { 
    padding: 80px 80px 0px 80px;
}
.left-side{
    max-width: 800px;
}
.right-side{
  align-self: end;
}
}

@media (max-width:1440px) {
  .made-simple-wrapper {
    gap: 30px;
  }
  .made-simple-wrapper .left-side h2 {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (max-width:1280px) {
   .made-simple-wrapper { 
    padding: 80px 40px 0px 40px;
}
  .made-simple-wrapper .left-side{
        max-width: 627px;
  }
  .ready-built .digi-btn{
    font-size: 11px;
  }
      .made-simple-wrapper .left-side h2 {
        font-size: 29px;
        line-height: 38px;
    }
    .made-simple-wrapper .left-side p
 {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 21px;
}
}

@media (max-width:1024px) {

  .made-simple {
    padding-block: 0px;
    max-width: 1680px;
    margin: auto;
}
  .made-simple-wrapper .left-side h2{
    font-size: 24px;
    line-height: 32px;
}

.made-simple-wrapper .left-side p{
    font-size: 18px;
    line-height: 24px;
}
}


@media (max-width:1200px) {
    .made-simple .right-side img{
        max-width: 542px;
        min-width: 210px;
        width: 100%;
}
.made-simple-wrapper .left-side {
        max-width: 480px;
    }
}

@media (max-width:992px) {
  .made-simple {
    padding-block: 48px;
}
.ai-container {
    padding-inline: 48px;
}
.made-simple .right-side img
 {

        min-height: 305px;
    }
  .made-simple-wrapper {
        padding: 32px 32px 0px 32px;
  }
  .made-simple-wrapper {
    gap: 48px;
  }
  .made-simple-wrapper .left-side{
    max-width: 368px;
  }
  .made-simple-wrapper .left-side h2 {
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 9px;
  }
  .made-simple-wrapper .left-side p {
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 16px;
  }
  .left-side .digi-link-wrap {
    margin-bottom: 32px;
}

}

@media (max-width:767px) {
  .made-simple-wrapper{
    background: none;
  }
    .ai-container {
        padding-inline: 16px;
    }
        .made-simple-wrapper .left-side h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 9px;
    }
        .made-simple-wrapper .left-side p {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 16px;
    }
  .made-simple-wrapper .right-side{
    display: none;
  }
      .made-simple {
      
        padding-top: 520px;
    }
  .made-simple-wrapper {
        padding: 0px;
    }
  .left-side .digi-btn{
    font-size: 14px;
  }
  .made-simple-wrapper .left-side {
    max-width: 100%;
  }
}

@media (max-width:373px) {
  .made-simple-wrapper .digi-link-wrap .digi-btn {
        width: 256px !important;
  }
  .build-first .digi-link-wrap .digi-btn{
    width: 330px !important;
  }
}


/*---------------------------------------made-simple-end-----------------------------------------*/


.counter .digi-container{
    padding: 0px 120px 0px 120px;
}

.digi-web-solutions-wrap {
    border-inline: 1px solid var(--color-border);
    padding-block: 77px;
}

.digi-web-solutions-card {
    padding: 22px 16px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

@media (max-width:1280px) {
  .counter .digi-container {
    padding: 0px 80px 0px 80px;
}
}

@media (max-width:992px) {
  .counter .digi-container {
    padding: 0px 48px 0px 48px;
}
}

@media (max-width:767px) {
      .counter .digi-container {
        padding: 0px 16px 0px 16px;
    }
    .digi-web-solutions-wrap {
    border-inline: none; 
    padding-block: 10px;
}
}

/*----------------------------revolutionary-card----------------------*/

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

.Revolutionizing-industries-heading {
  max-width: 1253px;
  margin-bottom: 52px;
}

.Revolutionizing-industries-heading h2 {
  text-align: left;
  font-size: 48px;
  font-weight: 600;

  line-height: 58px;
  max-width: 950px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

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

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

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

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

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

.customer-betting .industry-card-content {
  display: flex;
  padding: 22px;
  gap: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border: 0.5px solid #71767b;
  border-radius: 12px;
  min-height: 112px;
  background: #08121c;
  border-bottom: none;
}
.industry-card-text {
    text-align: left;
}


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

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

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

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

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

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

  .Revolutionizing-industries .industry-card:hover .industry-card-content .digi-btn{
    display: block;
    background-color: #030819;
  }



/*---------------------- RESPONSIVE --------------------------*/

@media (max-width:1440px) {
  .industry-card-content h4 {
    font-size: 24px;
  }
  .industry-card-content p {
    font-size: 16px;
  }
      .Revolutionizing-industries {
        padding: 60px 81px 60px 80px;
    }
}

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

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

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

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

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

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

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

  .industry-card {
    gap: 6px;
  }

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

  .industry-card-content h4 {
    font-size: 16px !important;
    line-height: 26px !important;
  }

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

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

  .Revolutionizing-industries-heading h2 {
    font-size: 24px !important;
    line-height: 34px;
  }

  .Revolutionizing-industries-heading p {
    font-size: 18px;
    line-height: 24px;
    max-width: 100% !important;
  }

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


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

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

  
  .Revolutionizing-industries-cards > .industry-card:last-child h4 {
  font-size: 14px;
  line-height: 21px !important;
  }


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

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


/*----------------------------revolutionary-card----------------------*/

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

.Revolutionizing-industries-heading {
  max-width: 1253px;
  margin-bottom: 52px;
}

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

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

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

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

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

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

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


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

.Revolutionizing-industries .industry-card:hover .industry-card-img p {
  transform: translateY(0);
  opacity: 1;
  text-align: left;
  }

.industry-card-content {
  display: flex;
  padding: 22px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  border: 0.5px solid #71767b;
  border-radius: 12px;
  min-height: 112px;
  background: #08121c;
  border-bottom: none;
}

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

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

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

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

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


/*---------------------- RESPONSIVE --------------------------*/

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

  .key-feature-card {
       display: grid;
       grid-template-columns: repeat(2, 1fr) !important;
       gap: 24px;
   }

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

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

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

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

  .Revolutionizing-industries-heading p {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }

      .key-feature-card {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 9px;
    }

    .Revolutionizing-industries .industry-card-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    /* 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;
}
  .industry-card {
    max-width: 100%;
    gap: 9px;
  }

  .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;
  }
}
/*------------------------revolution-industry-end-----------------------------*/

/*----------------------------------------Get Started-section-end---------------------------------*/
.hire-steps{
  background-color: #08121C;
}
 .top-border{
  border-top: 1px solid var(--color-border);
border-bottom: 1px solid var(--color-border);
 }
 .side-border{
  border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
}

.digi-container-ready{
    padding: 0px 120px 0px 120px;
}
          .steps-section {
         
        padding: 36px;
        padding-top:80px;
        padding-bottom:80px;
    }

    .steps-section h2 {
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 28px;

    }

    .steps-section p.subtitle {
        color: #bbb;
        margin-bottom: 60px;
        font-size:24px;
        font-weight:300
    }

    .steps-grid {
        display: flex;
        border-radius: 12px;
        overflow: hidden;
        /* background: rgba(26, 26, 26, 0.6); */
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
    }

    .step {
        flex: 1;
        padding: 20px;
        position: relative;
        padding: 40px 40px;
    }

    /* Right gradient border using pseudo-element */
    .step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            #ffffff 51.44%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    .step-number {
        font-size: 62px;
        font-weight: 600;
        margin-bottom: 10px;
        color: white;
    }

    .step-title {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .step-desc {
        font-size: 18px;
        color: #bbb;
        line-height: 1.5;
        font-weight:300;
        max-width:411px
    }

    @media (max-width: 1288px) {

.steps-section{
padding-top:32px;
 padding-bottom:32px;
}

    .steps-section h2{
      font-family: Montserrat;
font-weight: 500;
font-style: Medium;
font-size: 28px;
line-height: 100%;
letter-spacing: 2%;
text-transform: uppercase;
margin-bottom:15px
}
  
.steps-section p.subtitle{
  font-family: Montserrat;
font-weight: 300;
font-style: Light;
font-size: 18px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0%;
vertical-align: middle;
margin-bottom: 24px;

}
 .step-number{
font-family: Montserrat;
font-weight: 600;
font-style: SemiBold;
font-size: 24.8px;
leading-trim: NONE;
line-height: 19.2px;
letter-spacing: 0%;
vertical-align: middle;
}

 .step-title{
font-family: Montserrat;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0px;
  }
.step-desc{
font-family: Montserrat;
font-weight: 300;
font-style: Light;
font-size: 12px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: 0%;


}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 51.44%, rgba(255, 255, 255, 0) 100%);
    /* Hide border on smaller screens */
}

}

@media (max-width:1024px) {
  .side-border {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    padding-inline: 97px;
    padding-top: 62.7px;
    padding-bottom: 40px !important;
}
.digi-container-ready {
    padding: 0px 80px 0px 80px;
}

}

@media(max-width:992px){
  .steps-grid {
  display: flex; /* Stack steps vertically */
}
.step{
  padding:16px
}
.step-desc{
  font-size:12px
}
.digi-container-ready {
    padding: 0px 32px 0px 32px;
}
.side-border {
    padding-inline: 0px;
    padding-top: 48.7px !important;
    padding-bottom: 23px !important;
}
}

 @media (max-width:767px) {
    .steps-section {
     padding-inline:16px;
    }

.step{
padding-left:0

}

.steps-grid {
        display: flex;
        flex-direction: column;
    }

.step:not(:last-child)::after{
  display:none
}
.hire-steps h2{
font-family: Montserrat;
font-weight: 500;
font-style: Medium;
font-size: 24px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 2%;
text-transform: uppercase;
}
  
.hire-steps .subtitle{
font-family: Montserrat;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0px;
}

.hire-steps .step-number{
font-family: Montserrat;
font-weight: 600;
font-style: SemiBold;
font-size: 32px;
margin-bottom: 23px;
line-height: 14.33px;
letter-spacing: 0%;
vertical-align: middle;

}

.hire-steps .step-title{
font-family: Montserrat;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0px;

  }
.hire-steps .step-title .step-desc{
font-family: Montserrat;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: 0%;

 }

}

/*----------------------------------------Get Started-section----------------------------------*/

/*------------------------------------Ready-to-build-style-start--------------------------------*/
  .match-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 40px 60px;
      /* border-top: 2px solid #0af;  */
      /* background: linear-gradient(to right, #0b0b0d, #000); */
    }

    .match-title {
      font-size: 48px;
      font-weight: 600;
      line-height: 1.4;
      max-width: 551px
    }

    .match-title span {
      font-weight: 300;
      color: #ccc;
    }

    .match-btn {
      background: transparent;
      border: 1px solid #0af;
      color: #fff;
      padding: 10px 18px;
      border-radius: 20px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .match-btn:hover {
      background: #0af;
      color: #000;
    }
@media (max-width: 1288px) {
.match-title{
  font-family: Montserrat;
font-weight: 500;
font-style: Medium;
font-size: 28px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 2%;
text-transform: uppercase;
max-width:328px

}
.match-section{
  padding-top:80px;
  padding-bottom:80px;
  padding-left:32px
}
.match-section a.digi-btn span{
  font-size:12px
}

.hiring-models .card{
  border-radius: 4px;
}
}



 @media (max-width:768px) {
.match-title{
font-family: Montserrat;
font-weight: 500;
font-style: Medium;
font-size: 24px;
leading-trim: NONE;
line-height: 36px;
letter-spacing: -0.9px;
vertical-align: middle;
margin-bottom: 28px

}
/*  */
.match-section{
padding-top:44px;
padding-left:16px;
padding-bottom:44px
}

section.match-section.side-border {
    flex-direction: column;
}

}

/*------------------------------------Ready-to-build-style---------------------------------*/

/*-------------------------------service-client-start-----------------------------------*/

.service-client {
  padding-inline: 120px;
  background-color: #02020D;
  border-top: 1px solid #2C343C;
  border-bottom: 1px solid #2C343C;
}

.service-client .service-client-container {
  padding-inline: 150px;
  padding-block: 120px;
  border-left: 1px solid #2C343C;
  border-right: 1px solid #2C343C;
}

.service-client .service-client-container .service-client-wrap {
  display: flex;
  gap: 61px;
}

.service-client .service-client-container .service-client-wrap .heading-content h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 62px;
  line-height: 62px;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 722px;
  margin-bottom: 40px;
}

.service-client .service-client-container .service-client-wrap .heading-content .digi-btn {
  max-width: 237px;
  align-items: center;
}

.service-client .service-client-container .service-client-wrap .divider {
  background-image: url("/wp-content/themes/digimantra/asset/img/Line 785.png");
  width: 1px;
}

.service-client .service-client-container .service-client-wrap .description-content p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  max-width: 537px;
  color: #ebebeb;
  margin-bottom: 40px;
}

.service-client .service-client-container .service-client-wrap .description-content .mobile-client {
  display: none;
}

/*-----------------------media-query-service-client--------------------------------------*/

@media (max-width:1680px) {
  .service-client {
    padding-inline: 80px;
    border-top: 1px solid #2C343C;
    border-bottom: 1px solid #2C343C;
  }
  
  .service-client .service-client-container {
    padding-inline: 20px;
  }
  .service-client .service-client-container .service-client-wrap .heading-content h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 42px;
    line-height: 62px;
    text-transform: uppercase;
    max-width: 722px;
    margin-bottom: 40px;
}
.service-client .service-client-container .service-client-wrap .description-content p {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    max-width: 537px;
    color: #ebebeb;
    margin-bottom: 15px;
}
}

@media (max-width:1280px) {
  .service-client {
    padding-inline: 80px;
  }

  .service-client .service-client-container {
    padding-inline: 50px;
  }

  .service-client .service-client-container .service-client-wrap {
    display: flex;
    gap: 38px;
  }

  .service-client .service-client-container .service-client-wrap .heading-content h2 {
    font-size: 28px !important;
    line-height: 38px !important;
  }

  .service-client .service-client-container .service-client-wrap .description-content p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width:992px) {
  .service-client {
    padding-inline: 40px;
  }

  .service-client .service-client-container {
    padding-inline: 24px;
    padding-block: 48px;
  }

  .service-client .service-client-container .service-client-wrap .heading-content h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    max-width: 330px;
  }

  .service-client .service-client-container .service-client-wrap .heading-content .digi-btn {
    max-width: 164px;
    align-items: center;
    font-size: 12px;
    padding: 12px 8px;
    gap: 8px;
  }

  .service-client .service-client-container .service-client-wrap .description-content p {
    font-size: 12px;
    line-height: 20px;
    max-width: 198px;
  }

  .service-client .service-client-container .service-client-wrap .description-content .mobile-client {
    display: none;
  }
}

@media (max-width:767px) {
  .service-client {
    padding-inline: 16px;
  }

  .service-client .service-client-container {
    padding-inline: 0px;
    padding-block: 40px;
    border: none;
  }

  .service-client .service-client-container .service-client-wrap {
    flex-direction: column;
    gap: 0px;
  }

  .service-client .service-client-container .service-client-wrap .heading-content h1 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 12px;
    max-width: 100%;
  }

  .service-client .service-client-container .service-client-wrap .heading-content .digi-btn {
    display: none;
  }

  .service-client .service-client-container .service-client-wrap .description-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .service-client .service-client-container .service-client-wrap .description-content .digi-btn.mobile-client {
    max-width: 225px;
    display: block;
    align-items: center;
    font-size: 16px;
    padding: 14px 21px;
    gap: 8px;
  }
}

.service-client .service-client-container .service-client-wrap .heading-content h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 62px;
    line-height: 62px;
    text-transform: uppercase;
    max-width: 722px;
    margin-bottom: 40px;
}

@media (max-width:992px){
  .service-client .service-client-container .service-client-wrap .heading-content h2 {
  font-size: 28px;
          line-height: 32px;
          margin-bottom: 20px;
         max-width: 330px;
}
}

@media (max-width:767px) {
   .service-client .service-client-container .service-client-wrap .heading-content h2 {
 font-size: 23px;
          line-height: 32px;
          font-weight: 400;
          margin-bottom: 12px;
          max-width: 100%;
}
}

/*-------------------------------service-client-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----------------- */

/*---------------------------------------startup-section-start----------------------------*/

.startup-section{
    border-block: 1px solid rgba(44, 52, 60, 1);
    padding-inline: 120px;
}
.startup-container{
    border-left: 1px solid rgba(44, 52, 60, 1) ;
    border-right: 1px solid rgba(44, 52, 60, 1);
    display: flex;
}
.startup-left{
    border-right: 1px solid rgba(44, 52, 60, 1);
    width: 60%;
    padding: 120px 0px 120px 150px;
}
.startup-left p{
    font-family: Montserrat;
   font-weight: 300;
    font-size: 32px;
   line-height: 140%;
   max-width: 814px;
}
.startup-right{
    display: flex;
    margin: auto;
}

.keep-in-touch .right-content-wrap p{
  margin-bottom: 40px;
      font-size: 24px;
}

.startup-section .startup-left h2{
    font-family: Montserrat;
   font-weight: 600;
   font-size: 62px;
   line-height: 100%;
letter-spacing: 2px;
text-transform: uppercase;

}

@media (max-width:1680px) {
  .startup-left {
        padding: 120px 0px 120px 80px;
    }
}

@media (max-width:1440px) {
.startup-section {
    padding-inline: 80px;
}
.startup-left {
    padding: 120px 0px 120px 80px;
}
.Revolutionizing-industries {
    padding: 120px 80px 80px 80px;
}
}

@media (max-width:1280px) {
      .startup-section {
        padding-inline: 40px;
    }
        .startup-left {
        padding: 120px 0px 120px 40px;
    }
   .startup-right {
    padding: 10px;
  }
     
}

@media (max-width:1024px) {
   .Revolutionizing-industries-heading h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width:992px) {
  .startup-left p {
    font-size: 18px;
}
  .startup-section {
        padding-inline: 40px;
    }
    .startup-section .startup-left h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.keep-in-touch .right-content-wrap p {
    margin-bottom: 40px;
    font-size: 18px;
}
  .startup-left {
        padding: 120px 0px 120px 28px;
    }
  .startup-right {
    padding: 10px;
  }
    .startup-right  .digi-btn {
        padding: 7px 8px;
        font-size: 9px;
    }
}

@media (max-width:767px) {
  .startup-section {
        padding-inline: 16px;
    }
  .startup-container{
    flex-direction: column;
    padding-bottom: 40px;
  }
  .startup-left {
   border-right: none;
    width: 100%;
    padding: 40px 12px 40px 12px;
}
}

@media (max-width:360px) {
  .startup-section .digi-link-wrap .digi-btn {
        width: 287px !important;
        justify-content: center;
        font-size: 10px !important;
  }
}

@media (max-width:320px) {
  .startup-right {
    padding: 0px !important;
    margin: 0px !important;
  }
}
/*-----------------------------------------startup-section-end----------------------------*/


.Explore-bookmark {
    overflow: hidden;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

@media (max-width:992px) {

.Explore-bookmark .digi-container{
  padding: 0px 40px 0px 40px;
}

}

/*---------------------------Digimantra-right-fit-start---------------------------------------- */
.home-expertise-section {
    padding-block: 120px;
    overflow-x: hidden;
}
.home-expertise-section .home-inline-block-title {
    max-width: 1340px;
    letter-spacing: 2px;
    position: sticky;
    top: 0;
}

.digi-expertise-slider {
    margin-top: 116px;
    display: flex;
    column-gap: 25px;
}
.digi-expertise-slider .slide {
    box-sizing: border-box;
    flex-shrink: 0;
}
.digi-expertise-slider.slick-slider {
    margin-bottom: 0;
}
.digi-expertise-slider .slick-list {
    overflow: visible;
}
.digi-expertise-slider .slick-track {
    margin-inline: -14px;
}
.digi-expertise-slider .slick-slide {
    padding-inline: 14px;
}

.digi-expertise-slider .slick-dots {
    display: flex !important;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    top: -56px;
    bottom: auto;
    border-top: 1px solid var(--color-border);
}
.digi-expertise-slider .slick-dots li {
    flex: 1 1 auto;
    text-align: center;
    margin: 0;
    height: 4px;
    background-color: transparent;
    margin-top: -3px;
}
.digi-expertise-slider .slick-dots li button {
    display: none;
}
.digi-expertise-slider .slick-dots li.slick-active {
    background-color: var(--color-blue);
}

/* expertise-slider-card */
.expertise-slider-card {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.expertise-slider-card .expertise-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.expertise-slider-card .expertise-slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    background-image: url("/wp-content/themes/digimantra/asset/img/post-back.png");
    min-height: 494px;
    color: var(--color-site);
    max-width: 478px;
    background-repeat: no-repeat;
    backdrop-filter: unset;
  }
.expertise-slider-card .expertise-slider-title {
    display: inline-block;
    padding: 0px;
    border-bottom: 1px solid !important; 
    border: none;
    border-image-source: linear-gradient(98.9deg, #FFFFFF 11.6%, rgba(255, 255, 255, 0) 99.93%);
    margin-bottom: 24px;
    font-size: 30px;
    border-radius: 0px;
    line-height: 36px;
    font-weight: 400;
    max-width: 300px;
}
.expertise-slider-card .expertise-slider-txt {
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    max-width: 300px;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
}
.digi-block-text{
  font-family: Montserrat;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  max-width: 1340px;
  margin-top: 28px;
}

.expertise-slider-card .digi-link-wrap {
    margin-top: 24px;
    padding-block: 13px;
}
.expertise-slider-card .digi-link-wrap a {
    border-image-source: linear-gradient(101.98deg, #FFFFFF 11.07%, rgba(255, 255, 255, 0) 115.46%);
}

/* 1680px */
@media (max-width: 1680px) {
    .home-expertise-section {
        padding-block: 60px 80px;
    }
    .expertise-slider-card {
        min-height: 600px;
    }
    .expertise-slider-card .expertise-slider-caption {
        padding: 24px;
        min-height: 600px;
    }
    .expertise-slider-card .expertise-slider-title {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 38px;
    }
    .expertise-slider-card .expertise-slider-txt {
        font-size: 18px;
        line-height: 31px;
    }
    .expertise-slider-card .digi-link-wrap a {
        font-size: 16px;
    }
}

/* 1279px */
@media (max-width: 1279px) {
    .home-expertise-section {
        padding-block: 55px 34px;
    }
    .home-expertise-section .home-inline-block-title {
        max-width: 100%;
    }

    .home-expertise-section .digi-block-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 38px;
        max-width: 631px;
       text-transform: uppercase;
       margin-bottom: 28px;
    }
  
    .digi-expertise-slider {
        margin-top: 60px;
    }
    .digi-expertise-slider.slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .digi-expertise-slider .slick-dots {
        top: -30px;
    }

    .expertise-slider-card {
        min-height: auto;
    }
    .expertise-slider-card .expertise-slider-caption {
        padding: 16px;
        min-height: 241px;
    }
    .expertise-slider-card .expertise-slider-title {
        padding: 5.7px 16px;
        font-size: 12px;
        line-height: 100%;
        margin-bottom: 16px;
    }
    .expertise-slider-card .expertise-slider-txt {
        font-size: 18px;
        line-height: 24px;
    }
    .expertise-slider-card .digi-link-wrap {
        margin-top: 16px;
        padding-block: 9px;
    }
    .expertise-slider-card .digi-link-wrap a {
        font-size: 11.73px;
        line-height: 100%;
    }
}

@media (max-width:992px) {
  .home-expertise-section .home-inline-block-title {
    max-width: 693px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    position: sticky;
    top: 0;
}
.digi-block-text {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    max-width: 1340px;
  }
     .expertise-slider-card .expertise-slider-title {
        padding: 0px;
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 16px;
    }
}

/* 767px */
@media (max-width: 767px) {
    .home-expertise-section {
        padding: 40px 16px;
    }
    .home-expertise-section .digi-container {
        padding: 0px 0px 0px 0px;
    }
    .slide{
      max-width: 365px;
    }
    .expertise-slider-card .expertise-slider-caption {
        min-height: 230px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(8, 18, 28, 0.7));
        backdrop-filter: blur(40.25px);
    }
    .home-expertise-section .home-inline-block-title {
    max-width: 693px;
    letter-spacing: 2px;
    margin-bottom: 22px;
    position: sticky;
    top: 0;
}
.expertise-slider-img{
  min-height: 555px;
}

  .expertise-slider-card .expertise-slider-title {
        padding: 0px; 
        font-size: 22px;
        line-height: 100%;
        margin-bottom: 16px;
    }

.digi-block-text {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    max-width: 1340px;
    margin-top: 26px;
}
}

/* ------------------------------------Digimantra-right-fit-end----------------------------*/
