/*--------------------------Insurance-banner-section-start---------------------------------------*/

.hire-dev-hero {
 background: rgba(0, 0, 0, 1);
  /* height: 100vh; */
  position: relative;
  color: #fff;
  overflow: hidden;
  margin-top: 35px;
}
 .hire-dev-hero .digi-btn{
    width: 335px;
    justify-content: center;
    height:50px
}

.main-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 100vh; */
  text-align: center;
}

.main-text .image-container {
    margin-top: 19px;
}

.content-box {
    z-index: 9 !important;
    display: flex;
    margin: auto;
    position: relative;
    margin-top: -388px;
    max-width: 1564px;
    justify-content: space-between;
    padding-bottom: 133px;
}

.blur-image {
    position: absolute;
    bottom: -27px;
}

.main-text h1 {
  color: #fff;
  margin: 0;
  position: relative;

  width: 1580px;
  top: 48px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 88px;
  line-height: 140%;
  text-transform: uppercase;
}

.main-text h1 span{
    color: #1A76DB;
     font-weight: 700;
     font-size: 88px;
     line-height: 140%;
}
 
.hire-dev-hero .digi-link-wrap{
  text-align: start;
}

.lft-txt-mobile{
  display: none;
}

@media (max-width:1440px) {
  .main-text h1{
    font-size: 62px;
    line-height: 140%;
  }
  .main-text h1 span {
    color: #1A76DB;
    font-weight: 700;
    font-size: 62px;
    line-height: 140%;
  }
  .content-box .lft-txt p {
    font-size: 43px !important;
    font-weight: 600;
    letter-spacing: 2px;
    max-width: 493px !important;
}
}

@media (max-width:1280px) {
  .content-box .rgt-txt {
    max-width: 351px !important;
}
}

@media (max-width:1024px) {
  .content-box .lft-txt p {
        max-width: 335px !important;
    }
   .main-text .image-container img {
    max-width: 89%;
    }
    .content-box .rgt-txt {
    margin-right: -20px;

}
  .hire-dev-hero {
    margin-top: 0px;
}
    .main-text h1 {
        font-size: 52px;
        line-height: 140%;
    }
   .main-text h1 span {
        font-size: 52px;
        line-height: 140%;
    }
    .content-box {
    margin-top: -416px;
    padding-bottom: 116px;
}
}

@media (max-width:992px) {
  .hire-dev-hero {
      margin-top: 0px;
    }
    .hire-dev-hero .image-container{
        margin-top: 45px;
    }
   .hire-dev-hero .image-container img {
    max-width: 58%;
    height: auto;
    vertical-align: middle;
}
}

@media (max-width:767.9px) {
  .content-box {
        display: block !important;
  }

  .content-box {
       margin-top: -5px !important;
      padding-bottom: 58px !important;
    }
   
  
        .content-box .rgt-txt {
        max-width: 100%;
        margin-right: -6px;
        text-align: center;
        margin: auto;
    }
        .hire-dev-hero .digi-link-wrap {
        text-align: center;
        margin-top: 20px;
    }

  .main-text h1 {
    color: #fff;
    margin: 0;
    position: relative;
    width: 100%;
  }

  .lft-txt-mobile{
  display: block;
  margin-top: 22px ;
  margin-bottom: 12px;
}
.lft-txt-mobile p{
  font-family: Montserrat;
font-weight: 500;
font-size: 18px;
line-height: 140%;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;

}
}


/* Image overlaps heading without breaking layout */
.main-text .image {
  position: relative;
  display: inline-block;
  margin-top: 53px;
  margin-right: 128px;
  z-index: 1; /* keep image above text */
}
.main-text .image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px; 
  background: linear-gradient(270deg, #010205 0%, #000104 100%);
  filter: blur(26px); 
  z-index: 999;
}
.main-text .image img {
  max-width: 480px;
  width: 100%;
  height: auto;
}



.digi-web-solutions-row{
  margin-top:80px
}
.content-box .lft-txt p {
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 2px;
    max-width: 440px;
}
.content-box .rgt-txt {
  max-width: 432px;
  text-align: left;
  word-wrap: break-word;
   margin-right: 32px;
   color:#EBEBEB
}

.rgt-txt{
  margin-bottom: 0px!important;
 
}
.lft-txt{
  margin-bottom: 0px!important;
  margin-left: 32px
}
.content-box .rgt-txt p {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}

.digi-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  /* background: #5a2dff; */
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  font-size:16px
}

.blw_992{
  display:none;
  margin-right:-15px
}
 .abv_992{
  display:block;
 }


 @media (max-width:992px) {
  .main-text h1 {
  font-size: 32px;
}

 .hire-dev-hero .digi-btn{
    height:40px
}


.content-box {
     margin-top: -173px;
    padding-bottom: 62px;
}

.main-text h1 span{
     color: #1A76DB;
     font-weight: 700;
     font-size: 32px;
     line-height: 140%;
}
.content-box .lft-txt p {
    font-size: 24px !important;
    font-weight: 600;
    letter-spacing: 2px;
    max-width: 172px !important;
}
.content-box .rgt-txt p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}
    .content-box .rgt-txt {
        max-width: 200px !important;
        margin-top: -60px;
        margin-right: -6px;
    }
.hero-btn{
   max-width: 197px;
  
   padding: 12px 12px !important;
}
.hero-btn span {
    font-size: 10px !important;
    transform: translateY(-1px);
}
.hero-btn span img{
    height: 10px;
    width: 10px;
    transform: translateY(-1px);
}
.hire-dev-hero .digi-link-wrap {
    text-align: start;
    margin-top: 20px;
}
 }

@media (max-width:767px) {
      .hire-dev-hero .image-container img {
        max-width: 79%;
      }
      .lft-txt {
          margin: auto;
         max-width: 292px;
      }
      .content-box .rgt-txt {
        max-width: 100% !important; 
        margin-top: 0px;
        margin-right: 0px;
        text-align: center;
    }
        .hire-dev-hero .digi-link-wrap {
        text-align: center;
        margin-top: 20px;
    }
        .content-box .lft-txt p {
        font-size: 20px !important;
        font-weight: 600;
        letter-spacing: 2px;
        max-width: 100% !important;
        margin-bottom: 12px;
    }
}
 
/*--------------------------Insurance-banner-section-end--------------------------------------*/

/*--------------------------------Counter section--------------------------------------------*/
.counter{
 background: #000000;

}
.digi-web-solutions-wrap .digi-block-title {
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0px;
    font-weight: 600;
    max-width: 100%;
    margin-bottom: 20px;
    margin-inline: auto;
    text-align: center;
}
.digi-web-solutions-wrap .digi-block-subtitle {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    max-width: 1202px;
    margin: auto;
}

@media (max-width: 1279px) {
    .digi-web-solutions-wrap .digi-block-title {
        font-size: 20px;
        line-height: 140%;
        max-width: 626px;
    }
        .digi-web-solutions-wrap {
        padding-block: 32px;
        border-inline: none;
        border-bottom: none;
    }
    .digi-web-solutions-wrap .digi-block-subtitle {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    max-width: 688px;
    margin: auto;
    margin-top: 12px;
}
.digi-web-solutions-row {
    margin-top: 32px;
}
}

@media (max-width:768px) {
      .digi-web-solutions-wrap .digi-block-subtitle {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 18px;
    }
}

/*-----------------------------------counter section end--------------------------------------*/

/*-----------------------------Trusted section start--------------------------------------*/

.software-trusted-by {
      font-weight: 600;
      line-height: 140% !important;
      text-align: center;
      margin-bottom: 56px;
      font-size: 48px;
    }

    .software-trusted-brands-section {
      background: #000000;
      padding:80px;
    }

    .software-trusted-brands-container{
      max-width: 1608px;
      margin: auto;
    }
    .software-brands-logos-wrap{
      display: grid;
      grid-template-columns: repeat(6,1fr);
      gap:36px;
    }

    @media (max-width: 1200px) {
      .software-trusted-by{
        font-size: 20px;
        margin-bottom: 32px;
      }
      .software-trusted-brands-section .digi-block-title {
        font-size: 20px !important;
      }

      .software-trusted-brands-section {
        padding: 32px 40px;
      }

      .software-brands-logos-wrap{
        grid-template-columns: repeat(4,1fr);
      }
          .digi-web-solutions-card .card-txt {
        font-size: 14px;
        margin-top: 12px;
    }

      /* Unrelated sections left untouched intentionally */
    }

    @media (max-width: 767px) {
       .software-brands-logos-wrap{
        grid-template-columns: repeat(2,1fr);
        justify-self: center;
      }
      .software-trusted-brands-section .digi-block-title {
        padding: 32px 16px;
        text-align: center;
        border-bottom: 0;
        font-size: 20px;
        font-weight: 600;
      }

      .software-trusted-brands-section {
        padding: 32px 16px;
      }
    }


/*------------------------------Trusted Section End-------------------------------------------*/

/*----------------------------------Revolutionizing insurance start----------------------------*/

 .innovative-sections {
  background: linear-gradient(0deg, #000000, #000000),
    linear-gradient(0deg, #000000 -8.01%, rgba(0, 0, 0, 0) 49.27%, #000000 106.54%);
  }

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

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

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

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

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

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

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


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

  @media(max-width: 1200px){
    .innovative-sections{
      padding: 32px 0 100px;
    }
    .industry-section{
      padding: 32px 40px !important
    }
    .industry-header h2{
      font-size: 28px !important;
    }
    .industry-header p{
      font-size: 14px !important
    }
    .industry-header{
      margin-bottom: 32px !important
    }
    .innovative-inner{
      flex-direction: column
    }
    .innovative-inner h2{
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 12px;
      line-height: 140%;
    }
    .innovative-inner p{
      font-size: 18px;
      font-weight: 300;
      line-height: 140%;
    }

    .innovative-sections .slick-arrow{
      display: none !important; 
    }
  }
  /* Responsive */
  @media(max-width: 992px) {

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

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

  @media(max-width: 768px) {
    .why-hire__features {
      grid-template-columns: 1fr;
    }
    .innovative-sections{
      padding-bottom: 96px
    }
    
  }
  @media(max-width: 500px){
    .industry-grid{
      grid-template-columns: repeat(1, 1fr) !important;
    }
  }

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

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

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

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

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

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

  .why-hire__card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(20px);
    height: 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: #000000;
    height: 100%;
  }

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

  .why-hire__card-body {
    padding: 20px;
    min-height: 534px;
    display: flex;
    flex-direction: column;

  }

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

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

  .why-hire-btn {
    margin-top: 26px;
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    gap: 8px;
    /* background: linear-gradient(270.44deg, #164579 5.88%, #1A76DB 97.34%); */

    padding: 15px 24px;
    /* max-width: 181px; */
    border-radius: 60px;
    width: fit-content;
  }

  .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: 74%;
    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
  }

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

  @media (max-width: 1200px){
    .why-hire__card{
      height: 970px;
  }
  .why-hire__card-body{
    min-height: 487px;
  }
  }
  


  @media (max-width: 992px){
    .why-hire__card-body h3{
      font-size: 16px;
      font-weight:  500;
      line-height: 140%;
    }
    .why-hire__card-body p{
      font-size: 14px;

    }
    .why-hire__card{
      height: 720px;
      padding: 12px;
    }
    .why-hire__card img {
      height: 246px !important;
    }
    .why-hire__card-body{
      padding:0 !important;
    }
    .why-hire__card .why-hire-btn img{
      height: 16px !important;
      width: 16px;
    }
    .why-hire__card{
      height: 520px
    }
    .why-hire-btn{
      font-size: 12px;
      padding: 8px 12px;
      gap: 8px
    }
    .why-hire__card-body{
      min-height: 232px;
    }
  }

  @media (max-width: 767px){
    .why-hire__card img {
      /* height: 164px; */
    }
    .why-hire-btn{
      font-size: 12px;
    }
    .why-hire__card{
      height: 499px
    }
    .industry-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: unset !important;
    background-position: center;
    aspect-ratio: 1.1;
    background-image: var(--bg);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
    .industry-header h2{
      font-weight: 600  !important;
    }
    .slick-slide{
      width: 349px  !important;
    }
    .slider-innovation .slick-track{
      gap: 14px;
    }
    .why-hire__card-body{
      min-height: 243px;
    }
  }
  @media (max-width: 450px){
    .why-hire__card img{
      height: 164px !important;
    }
  }
    

/*----------------------------------Revolutionizing insurance end----------------------------*/

/*--------------------------------------Harness Section start-----------------------------------------*/

 .industry-section {
      padding: 60px 4%;
      max-width: 1920px;
      margin: auto;
      background: #000000;
      border-bottom: 1px solid #2C343C
  }

  .industry-header {
      text-align: center;
      margin-bottom: 50px;
  }

  .industry-header h2 {
      font-size: 48px;
      font-weight: 700;
      line-height: 1.4;
  }

  .industry-header h2 span {
      color: #00aaff;
  }

  .industry-header p {
      /* max-width: 800px; */
      margin: 15px auto 0;
      opacity: 0.8;
      font-size: 24px;
  }
  .industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

  .industry-card {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      aspect-ratio: 1.1;
      background-image: var(--bg);
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .industry-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  }

  .industry-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  }

  .industry-card .content {
      position: absolute;
      bottom: 0px;
      /* left: 20px; */
    padding: 20px;
    width: 100%;
      backdrop-filter: blur(30px);
    width: 92%;
    justify-self: center;

    }
    

   .industry-card .content: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;
  }

  .industry-card h3 {
      margin: 0;
      font-size: 20px;
      line-height: 140%
  }

  .industry-card p {
      margin: 5px 0 10px;
      opacity: 0.8;
      font-size: 14px;
  }

  .industry-card a {
      display: inline-block;
      /* height: 34px; */
      /* width: 34px; */
      border-radius: 60px;
      padding: 13px 24px 0;
      /* border: 1px solid; */
      text-align: center;
      line-height: 32px;
      font-size: 18px;
      color: #fff;
      transition: background 0.3s;
      background: linear-gradient(328.68deg, rgba(22, 69, 121, 0.1) 19.02%, rgba(26, 118, 219, 0.1) 81.19%);

  }

  .industry-card a:hover {
      background: #00aaff;
      border-color: #00aaff;
  }
   
   @media (max-width: 1200px){
    .industry-card .content a{
      display: none
    }
    .industry-card p {
      margin: 5px 0 0px;
    }
    .industry-grid{
      grid-template-columns: repeat(2, 1fr)
    }
    .industry-card{
      width: 100%
    }
     .industry-section{
      padding: 32px 40px !important;
    }
    
   }
   
  @media (max-width: 767px){
    .industry-card .content{
      padding: 12px
    }
    .industry-grid{
      .industry-grid{
      grid-template-columns: repeat(1, 1fr)
    }
    .industry-card p {
      margin: 5px 0 0px;
    }
    }
    .industry-card h3{
      font-size: 18px;
    }
    .industry-grid{
      gap: 16px;
    }
    .industry-header h2{
      font-size: 28px;
    }
    .industry-section{
      padding: 32px 16px !important;
    }
    .industry-header p{
      font-size: 18px !important;
    }
    .industry-header{
      margin-bottom: 32px
    }
    .industry-card p{
      font-size: 12px;
    }
    .industry-card h3{
      font-size: 14px
    }
  }


/*--------------------------------------Harness Section start-----------------------------------------*/

/*---------------------------------------------------Don't just build ------------------------------------*/

  .vision-section {
    background:url( /wp-content/themes/digimantra/asset/img/financial.png);
     /* blue outline */
    border-radius: 18px;
    padding: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
    gap: 20px;
    

  }

  .p-60{
  padding-top:60px;
  padding-bottom:60px;
  border-top: 1px solid var(--color-border);
  background:#010307
  }

    .vision-left {
      max-width: 1192px;
    }

    .vision-left h2 {
      color: #fff;
      font-size: 48px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 0 24px;
      font-family: Montserrat, sans-serif;
    }

    .vision-left p {
      font-size: 20px;
      line-height: 34px;
      color: #F5F5F5;
      margin: 0;
      font-family: Montserrat, sans-serif;
      font-weight: 400;
    }

    .vision-btn {

      background: none;

      backdrop-filter: blur(12px);

      border: none;
      color: #fffffa;
      font-family: Montserrat, sans-serif;
      padding: 13px 24px;
      border-radius: 38px;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s ease;
      white-space: nowrap;
      display: flex;
      align-items: center;
      /* background: linear-gradient(270.44deg, #164579 5.88%, #1A76DB 97.34%); */
      gap: 12px;

    }

    /* .vision-btn:hover {
      background: #0af;
      color: #000;
    } */

    @media (max-width:1440px) {
    .vision-left h2 {
      font-size: 40px;
    }
    .vision-left p {
      font-size: 20px;
    }
    }

    /* Responsive */
    @media (max-width: 1200px) {
      .vision-section {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        align-items:center
      }
      .vision-left {
        max-width: 100%;
      }
      .vision-left h2 {
      font-size: 28px !important;
      margin-bottom: 20px;
    }

    .vision-left p {
      font-size: 18px !important;
      line-height: 140%;
      
    }
    .vision-btn {
      width: 100%;
      font-size: 16px;
      padding: 14px 16px ;
    }

    }

    @media (max-width:767px) {
      .vision-container{
        flex-direction: column;
        text-align: center;
        align-items: center;
        background-position: center !important;
        background-size: cover !important;
      }
      .vision-left {
        max-width: 100%;
      }
      .vision-left h2 {
      font-size: 28px !important;
      text-align: center !important;
    }

    .vision-left p {
      font-size: 18px !important;
      line-height: 140% !important;
      text-align: center !important;
      
    }
      .vision-right .vision-btn {
        padding: 13px 24px !important;
        font-size: 16px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .vision-btn {
      width: 319px;

    }
    .p-60{
      padding:32px 16px;
    }
    }


/*---------------------------------------------------Don't just end ------------------------------------*/

/*---------------------What makes Digimantra SECTION START-----------------*/

.hiring-models .card h3 {
    line-height: 42px;
}

.hiring-models .card p {
    line-height: 27px;
}

.hiring-models .card {

    padding: 40px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* push footer (button) down */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    height: 334px;
    /* ensures equal height in grid */
}

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

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



.hiring-models {
    padding: 120px 0;
    background-color: #000000;
}

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

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

.section-subtitle {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 80px;
    max-width: 1280px;
}

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

.hiring-models .card {
    position: relative;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(9.8693px);
    /* -webkit-backdrop-filter: blur(65.87px); */
    padding: 36px;
    z-index: 1;
    overflow: hidden;

  }

  .hiring-models .digi-link-wrap {
    margin-top: 56px;
    text-align: end;
}


/* gradient border using ::before */

.hiring-models .card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 0.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:hover {
    border-color: #5EA0E8;
    box-shadow: 0 0 15px rgba(94, 160, 232, 0.3);
}

.hiring-models .card .icon .digi-link-wrap {
    display: none;
    transition: 0.3s all ease;
}

.hiring-models .card:hover .icon .digi-link-wrap {
    display: block;
}

.hiring-models .card .icon {
    font-size: 30px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hiring-models .card h3 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 140%;
}

@media(max-width: 1024px) {
    .card-wrapper .digi-btn {
        font-size: 11px;
    }
    .hiring-models {
    padding: 32px 0;
}
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* push footer (button) down */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    height: 420px;
    /* ensures equal height in grid */
}

}

@media (max-width:992px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .section-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 32px;
    max-width: 100%;
}
.hiring-models .card h3 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 27px;
}
.hiring-models .card p {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    line-height: 140%;
    font-weight: 400;
}
.hiring-models .card {
    padding: 16px;
}
}

@media(max-width: 767px){
    .hiring-models{
        padding-top: 28px;
    }
    .hiring-models .card h3{
        font-size: 20px;
        line-height: 28px;
    }

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


    .section-title{
        font-size: 28px;
        font-weight: 500;
        line-height: 34px;
        text-align: center;
        margin-bottom: 24px !important;
    }
    .section-subtitle {
        text-align: center;
    }
}

.hiring-models .card p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    line-height: 140%;
    font-weight: 400
}


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

/*----------------------------what makes digimantra ----------------*/

/*--------------------------industry honours start----------------------------*/

/* ================= Industry Honors ================= */

.industry-honors {
  background: #000000;
  padding: 80px 0px;
  color: #fff;
}

.ih-container {
  max-width: 1608px;
  margin: 0 auto;
}

.ih-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 56px;
}

.ih-header h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ih-header p {
  font-size: 24px;
  line-height: 140%;
  max-width: 1202px;
  color: #cfcfcf;
  margin: auto;
}

/* Grid */
.ih-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.ih-card {
 background: #000;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 24px 54px;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.ih-card:hover {
  transform: translateY(-6px);
  border-color: #00cfff;
}

.ih-card img {
  max-height: 64px;
  margin-bottom: 20px;
}

.ih-year {
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  color: #9b9b9b;
  margin-bottom: 12px;
}

.ih-card p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #e6e6e6;
}

/* ================= Tablet ================= */
@media (max-width: 991px) {
     .industry-honors {
        padding: 32px 40px;
    }
  .ih-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ih-header h2 {
    font-size: 28px;
  }
  .ih-header p {
    font-size: 14px;
}
.ih-header {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 32px;
}
.ih-card p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #e6e6e6;
}
}

@media (max-width:767px) {
        .industry-honors {
        padding: 32px 16px;
    }
}

/* ================= Mobile ================= */
@media (max-width: 575px) {
  .ih-grid {
    grid-template-columns: 1fr;
  }

  .ih-header {
    margin-bottom: 50px;
  }

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

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

  .ih-card {
    padding: 30px 20px;
  }
}


/*-----------------------------industry honours end--------------------------------*/


/* ------------------FAQ SECTION START------------------ */
.faq-section {
  background-color: rgba(0, 0, 0, 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----------------- */
