/*-------------------------------Banner-section-starts------------------------------------*/

.real-estate-banner{
    background-image: url("/wp-content/themes/digimantra/asset/img/real-estate-bg.png");
    background-repeat: no-repeat;
    background-size: cover ;
    background-position: center;
    padding-top: 136px;
    height: 100vh;
}

.real-content-wrap{
    align-self: flex-start;
    margin: auto;
    text-align: center;
    max-width: 1333px;
    backdrop-filter: blur(4px);
 
}
.real-estate-heading{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    text-transform: uppercase;
}
.real-estate-para{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 16px;
}
.digi-btn{
    align-items: center;
}


@media (max-width:1440px) {

  .real-content-wrap{
    max-width: 840px;
}

  .real-estate-heading {
    font-size: 32px;
  }
  .real-estate-para {
    font-size: 18px;
  }
}

@media (max-width:992px) {
   .real-estate-banner {
    padding-top: 86px;
}
.real-content-wrap {
        max-width: 600px;
    }
  .real-estate-heading{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
  }
  .real-estate-para{
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
  }
}

@media (max-width:767px) {
  
  .real-estate-banner {
    padding-top: 38px;
}
}

@media (max-width:425px) {
  .real-content-wrap {
        max-width: 320px;
    }
     .real-estate-heading{
    font-size: 20px;
  }
  .real-estate-para{
    font-size: 12px;
  }
}

/*-------------------------------Banner-section-ends------------------------------------*/

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

}

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

.contact-main-wrapper .trusted-section {

  border-top: 0px
}

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


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


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

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

.contact-main-wrapper {

  padding-top: 0
}

@media (max-width:1440px) {
  .trusted-section{
    padding-block: 40px;
  }
}

@media (max-width:1280px) {
  .digi-web-solutions-card .card-title {
    font-size: 51px !important;
    line-height: 100%;
    font-weight: 500;
}
}

@media (max-width:992px) {
.contact-main-wrapper .trusted-section {
    padding: 40px;
}
}

@media (max-width:767px) {
  .trusted-section .trusted-inner h2{
    font-size: 18px;
    line-height: 28px;
  }
 .contact-main-wrapper .trusted-section {
    padding: 16px;
}
}
  /*------------------------------trusted-section-end---------------------------------*/

  /*------------------------------digitize-section-start-----------------------------*/

    .digitize-section{
        padding: 120px 156px;
        background-color: #000000;
    }

    .digitize-content-wrap{
        display: flex;
        gap: 176px;
    }

    .digitize-right{
        max-width: 845px;
    }

    .digitize-right h2{
        font-family: Montserrat;
        font-weight: 600;
        font-size: 48px;
        line-height: 140%;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .digitize-right .right-subtitle{
        font-family: Montserrat;
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 60px;
    }

    .list-item{
        display: flex;
        gap: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        align-items: center;
        margin-bottom: 32px;
        padding-bottom: 26px;
    }

    .list-items .list-item:last-child {
      gap: 80px;
}

    .list-icon{
        max-width: 80px;
        max-height: 80px;
    }

    .list-number{
        font-family: Montserrat;
        font-weight: 500;
        font-size: 32px;
        line-height: 140%;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
    }

    .list-description{
        font-family: Montserrat;
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
        color: #ebebeb;
    }

    .digitize-left-img{
      max-width: 408px;
      min-width: 203px;
    }

    @media (max-width:1680px) {
        .list-item {
            margin-bottom: 16px;
            padding-bottom: 16px;
        }
        .digitize-right .right-subtitle {
            margin-bottom: 30px;
        }
        .digitize-right h2 {
            font-size: 39px;
            line-height: 120%;
            text-transform: uppercase;
            margin-bottom: 20px;
          }

    }

    @media (max-width:1440px) {
      .digitize-section{
        padding: 80px 80px;
    }
    .digitize-content-wrap {
    display: flex;
    gap: 82px;
    }
    }

  @media (max-width:1200px) {
    .digitize-left-img {
    max-width: 380px;
    min-width: 203px;
}
    .digitize-section {
        padding: 80px 40px;
    }
      .digitize-right h2 {
        font-size: 30px;
        line-height: 120%;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .digitize-right .right-subtitle {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 18px;
    line-height: 41px;
    margin-bottom: 30px;
    }
    .list-description {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
}
  }

    @media (max-width:1280px) {
      .digitize-right {
          max-width: 670px;
      }
      .digitize-right h2 {
            font-size: 32px;
            line-height: 120%;
            text-transform: uppercase;
            margin-bottom: 20px;
      }
      .digitize-right .right-subtitle {
            font-family: Montserrat;
             font-weight: 300;
            font-size: 18px;
            line-height: 34px;
            margin-bottom: 60px;
      }
      .list-description {
          font-family: Montserrat;
          font-weight: 300;
          font-size: 18px;
          line-height: 34px;
          color: #ebebeb;
      }
    }
    
   
    @media (max-width:992px) {
      .digitize-section {
          padding: 32px 40px;
      }
      .digitize-content-wrap {
            gap: 53px;
     }
         .digitize-right {
        max-width: 551px;
    }
        .digitize-left-img {
        max-width: 198px;
        min-width: 203px;
        width: 100%;
    }
     .digitize-right h2{
          font-size: 18px;
          line-height: 23.2px;
          letter-spacing: 2px;
          margin-bottom: 9.6px;
     }
     .digitize-right .right-subtitle{
              font-size: 12px;
              line-height: 140%;
              margin-bottom: 16px;
      }
      .list-item { 
          gap: 54px;
    }
    .list-description{
        font-size: 12px;
        line-height: 15.58px;
    }
    .list-number {
        font-size: 18px;
        line-height: 140%;
    }
    .list-icon {
    max-width: 40px;
    max-height: 40px;
   }
   .list-item {
    margin-bottom: 16px;
    padding-bottom: 14px;
    }
  }

  @media (max-width:767px) {
    .digitize-section {
       padding: 32px 16px;
    }
    .digitize-left{
      display: none;
    }
    .digitize-right {
        max-width: 100%;
    }
     .digitize-right h2{
          font-size: 24px;
          line-height: 28px;
          letter-spacing: 0px;
          margin-bottom: 9.6px;
     }
     .digitize-right .right-subtitle{
              font-size: 18px;
              line-height: 140%;
      }
       .list-items .list-item:last-child {
      gap: 63px;
}
}


    /*------------------------------digitize-section-end-----------------------------*/

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

.partner-section {
  padding: 120px 0;
  border-top:1px solid rgba(44, 52, 60, 1);
}

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

.partner-section .section-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    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;
}


.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: #5EA0E8;
  box-shadow: 0 0 15px rgba(94, 160, 232, 0.3);
}

.digi-web-solutions-card {
    padding: 0px;
    text-align: left;
    position: relative;
}

.digi-web-solutions-card .card-title {
    font-size: 72px;
    line-height: 100%;
    font-weight: 500;
}

.digi-web-solutions-card .card-txt {
     margin-top: 0px;
}


.card-counter {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* push footer (button) down */
  padding: 41px 24px 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(4, 1fr);
}

}

@media (max-width:992px) {
  .hiring-models {
    padding: 31px 0 !important;
  }
  .card-counter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
  }
  .digi-web-solutions-card .card-title {
        font-size: 28px !important;
        line-height: 38px;
  }
  .digi-web-solutions-card .card-txt {
        font-size: 12px;
  }
}

@media (max-width:767px) {
      .hiring-models {
        padding: 24px 0px;
        margin-top: -30px;
    }
    .card-wrapper-counter {
    gap: 10px;
   }
   .card-counter {
    padding: 12px 12px;
   } 
    .digi-web-solutions-card {
        padding: 0px;
    }
    .card-wrapper-counter {
        grid-template-columns: repeat(2, 1fr);
    }
    .hiring-models .card .icon {
    font-size: 30px !important;
    margin-bottom: 0px !important; 
  }
  .card {
    min-height: 340px !important;
    justify-content: unset !important;
    gap: 16px !important;
  }
      .digi-btn {
        padding: 14px 14px;
        font-size: 16px;
    }
}

@media (max-width: 1279px) {
    .card .icon .digi-btn {
        padding: 11.5px 24px;
        font-size: 12px;
    }
}



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


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

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

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

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

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

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

/*  */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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:1280px) {
      .innovative-inner h2 {
        font-size: 28px;
    }
    .innovative-inner p {
    font-size: 18px;
    max-width: 729px;
    font-weight: 300;
    line-height: 34px;
}
}

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

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

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

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

/*  */

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

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

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

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

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





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

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

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

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

.card h3 {

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

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

@media (max-width:1280px) {
  .innovative-inner h2 {
    font-size: 38px;
  }
  .why-hire__card-body h3 {
    font-size: 24px;
  }
  .why-hire__card {
    padding: 18px;
  }
  .why-hire__card-body p {
    font-size: 18px;
  }
  
     .innovative-sections .slick-arrow.slick-prev {
    display: none !important;
}

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

}


@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: 450px;
  }


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

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

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

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

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

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

}


@media (max-width:767px) {
    .innovative-sections {
    padding: 40px 0px;
  }
  .slider-innovation .slick-track {
  display: flex !important;
  gap: 10px;
  /* modern way */
}

  .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: 500px;
    margin-bottom: 40px;
  }


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

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

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

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

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

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


}

@media (max-width:360px) {
    .hiring-models .card  .digi-link-wrap .digi-btn {
        width: 41px !important;
      }
          .digi-link-wrap .digi-btn {
        width: 280px !important;
          }
}

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

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

.real-estate-feature-sec {
    padding: 120px;
    background-image: url("/wp-content/themes/digimantra/asset/img/feature-section-img.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.real-estate-feature-sec .feature-sec-container {
    margin: auto;
    padding-inline: 26px;
}

.top-head {
   display: flex;
   justify-content: space-between;
   gap: 208px;
   margin-bottom: 80px;
}

.top-head h2 {
   font-family: Montserrat;
   font-weight: 600;
   font-size: 48px;
   line-height: 140%;
   letter-spacing: 2px;
   text-transform: uppercase;
}

.top-head p {
   font-family: Montserrat;
   font-weight: 300;
   font-size: 24px;
   line-height: 34px;
   max-width: 517px;
}

/* Tabs */
.tabs {
    display: flex;
    gap: 36px;
    margin-bottom: 40px;
}

.tab {
    padding: 18px 157px;
    border: 1px solid #3e4459;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    opacity: 0.7;
    transition: 0.3s;
}


.tab h3{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;


}

.admin{
    display: flex;
  justify-content: center;
  align-items: center;
}

.tab:hover,
.tab.active {
    opacity: 1;
   border: 1px solid ;
   border-color: rgba(26, 118, 219, 1);
}

.feature-card-content{
    padding: 20px;
}

/* Content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Cards Grid */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* Single Card */
.feature-card {
 border: 1px solid #fff;
    border-radius: 12px;
    transition: 0.3s ease;
}

.feature-card-content h3{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.feature-card-content p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.feature-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 12px;
}

.feature-card:hover {
    transform: translateY(-6px);
    border-color:rgba(26, 118, 219, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.common-div{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border: 1px solid #fff;
    padding: 36px;
    align-items: center;
    border-radius: 12px;
}

.common-div-ques{
     max-width: 740px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
}

.common-div-ques span{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
   
}

@media (max-width:1680px) {
  .tab {
    padding: 18px 88px;
  }

}

@media (max-width:1440px) {
  .real-estate-feature-sec .feature-sec-container {
    margin: auto;
    padding-inline: 0px;
}
  .real-estate-feature-sec{
    padding: 80px;
  }
  .top-head {
    gap: 102px;
}
.top-head h2 {
    
    font-size: 36px;
}
}

@media (max-width:1280px) {
  .common-div-ques {
    max-width: 691px;
}
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
  
}

@media (max-width:1024px) {
   .common-div-ques {
        max-width: 450px !important;
    }
    .common-div-ques span {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
} 
.common-div-ques {
    max-width: 740px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
}
    .real-estate-feature-sec {
        padding: 40px;
    }
        .tab {
        padding: 18px 25px;
    }
    .top-head {
        gap: 60px;
    }
}

@media (max-width:992px) {
  .real-estate-feature-sec {
    padding: 31px 40px;
  }
  .top-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }
  .top-head h2 {
    font-size: 28px;
  }
  .top-head p {
    font-size: 18px;
    line-height: 34px;
    max-width: 100%;
}
.tabs {
    display: flex;
    gap: 14px;
}
.tab {
    padding: 12px 44px;
}
.tab h3 {
    font-size: 12px;
}
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.feature-card-content h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px;
}
.feature-card {
    padding: 12px;
}
.feature-card-content {
    padding: 0px;
}
.feature-card-content p {
    font-size: 12px;
    line-height: 140%;
}
.real-estate-feature-sec .feature-sec-container {
    margin: auto;
    padding-inline: 0px;
}
.common-div {
    margin-top: 20px;
    padding: 20px;
}
.common-div-ques {
    max-width: 324px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.common-div-ques span {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}
}

@media (max-width:768px) {
      .common-div-ques {
        max-width: 374px !important;
    }
}

@media (max-width:767px) {
      .real-estate-feature-sec {
        padding: 31px 16px;
    }
    .tab {
        padding: 12px 5px;
    }
    .tabs{
        display: flex;
        gap: 6px;
    }
    .cards-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }
    .common-div {
        flex-direction: column;
        padding: 15px;
    }
    .common-div-ques{
      margin-bottom: 10px;
    }
    .digi-btn{
      font-size: 13px;
    }
}

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

/*---------------------Why 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: 100%;
    /* ensures equal height in grid */
}

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

}

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

/* 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: 36px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 140%;
}

@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: 24px;
        font-weight: 500;
        line-height: 34px;
        text-align: start;
        margin-bottom: 24px !important;
    }
}

.hiring-models .card p {
    font-size: 24px;
    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;
}

/*-----------------------------Launch - your - product ---------------->

/*----------------------------------Swear-By-Start------------------------*/
.swear-by{
  background-image: url("/wp-content/themes/digimantra/asset/img/Swear_By.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 156px;
}
.Swear-text-wrap{
  background:url("/wp-content/themes/digimantra/asset/img/blur frame.png");
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 80px 333px;
}
.Swear-text-wrap h2{
  font-family: Montserrat;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
}

.input-wrapper {
    margin-bottom: 20px !important;
}

.Swear-text-wrap p{
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}

@media (max-width:1680px) {
  .Swear-text-wrap {
    padding: 80px 239px;
}

}

@media (max-width:1440px) {
  .swear-by {
    padding: 80px 126px;
  }
      .Swear-text-wrap {
        padding: 80px 130px;
    }
    .Swear-text-wrap h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
}

}

@media (max-width:992px) {
  .swear-by {
    padding: 19px 62px;
}
.Swear-text-wrap {
    padding: 13px 91px;
}
.Swear-text-wrap h2{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 140%;
}
.Swear-text-wrap p {
    font-size: 12px;
}
}


@media (max-width:767px) {
  .swear-by {
    padding: 19px 16px;
}
.Swear-text-wrap {
    padding: 13px 0px;
    background: none;
}
.Swear-text-wrap h2{
  text-align: left;
  font-size: 24px;
}
.Swear-text-wrap p {
    font-size: 12px;
    text-align: left;
}
.contact-form{
  display: none;
}
}



/*----------------------------------Swear-By-end------------------------*/

/* FAQ SECTION START */
.faq-section {
    background: #000000;
    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;
}


/* ----------- MEDIA QUERIES ------------- */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .faq-section .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;
    background-color: #000000;
}
.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 h2{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;

}

.startup-right p{
   font-family: Montserrat;
   font-weight: 300;
   font-size: 24px;
   line-height: 34px;
   margin-bottom: 32px
}

.startup-right{
    display: flex;
    margin: auto;
}

@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 .Revolutionizing-industries-heading h2 {
    font-size: 28px !important;
    line-height: 30px;
  }
}

@media (max-width:992px) {
  .startup-left h2 {
    font-size: 24px;
}
.startup-right p {
    font-size: 18px;
    line-height: 20px;
}

  .startup-left p {
    font-size: 18px;
}
  .startup-section {
        padding-inline: 40px;
    }
  .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);
    background-color: #000;
}



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

.Bookmark-content-wrap .bookmark-title {
    max-width: 1256px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.Bookmark-content-wrap .digi-link-wrap {
    width: 100%;
    max-width: 300px;
    text-align: center;
}

/* ---------- 1680px ---------- */

@media (max-width: 1680px) {
    .Bookmark-content-wrap {
        padding-block: 60px 48px;
    }
}

/* ---------- 1279px ---------- */

@media (max-width: 1279px) {
    .Explore-bookmark {
        padding-bottom: 0px;
    }

    .Bookmark-content-wrap {
        padding-block: 24px;
    }

    .Bookmark-content-wrap .bookmark-title {
        font-size: 28px;
        width: 514px;
    }

    .Bookmark-content-wrap .digi-link-wrap {
        max-width: 24%;
        text-align: right;
        margin-right: 10px;
        margin-top: 16px;
    }

    .Bookmark-content-wrap .digi-link-wrap .bookmark-btn {
        font-size: 18px;
    }
}

/* ---------- 992px ---------- */

@media (max-width: 992px) {
    .Bookmark-content-wrap .digi-link-wrap .bookmark-btn {
        font-size: 9.6px;
    }
}

/* ---------- 767px ---------- */

@media (max-width: 767px) {
    .Bookmark-content-wrap {
        padding-block: 60px 24px;
        flex-wrap: wrap;
        text-align: left;
        border-right: none;
    }

    .Bookmark-content-wrap .digi-link-wrap {
        max-width: 100%;
        text-align: left;
        margin-right: 10px;
        margin-top: 16px;
    }

    .Bookmark-content-wrap .digi-link-wrap .bookmark-btn {
        font-size: 14px;
    }

    .Bookmark-content-wrap .bookmark-title {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 2px;
    }
}

/* ---------- 374px ---------- */

@media (max-width: 374px) {
    .Bookmark-content-wrap .bookmark-title {
        font-size: 24px;
        line-height: 34px;
    }
}

.digi-insights-section{
  background-color: #000000;
}
