  .home {
      height: 100vh;
      position: relative;
  }
  .hdr-crt i {
    color: #000000;
}

  .home video {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .text p {
      margin-bottom: 25px;
  }
  .card-wrapper.\|.content-cc {
    background: #e4f2fc !important;
}

button.respon-bt {
    background-image: linear-gradient(#0dccea, #0d70ea) !important;
    color: #ffff;
    cursor: pointer;
    overflow: hidden;
    width: 137px;
}

button.respon-bt {
  display: none;
}

button.button-blue {
    /* background: #0097ff !important; */
    background: linear-gradient(336deg, #ae4db9c4, #ae4db9c4, #0097ff66, #0097ff66);
    color: #fff !important;
    border-bottom: 3px solid;
}

button.button-blue:hover {
    background: linear-gradient(336deg, #0097ff66, #0097ff66, #ae4db9c4, #ae4db9c4) !important;
}

  .feature-video {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #565877;
}
  .responsive-video {
      width: 100%;
      height: auto;
      max-width: 100%;
  }

  .btn-style-three:before {
      position: absolute;
      content: '';
      left: 10px;
      top: 10px;
      z-index: -1;
      right: -10px;
      bottom: -10px;
      background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
  }

  .btn-style-three:hover {
      color: #ffffff;
      background: #0db0ea;
  }

  .btn-style-three {
      position: relative;
      line-height: 24px;
      color: #252525;
      font-size: 15px;
      font-weight: 700;
      background: none;
      display: inline-block;
      padding: 11px 40px;
      background-color: #ffffff;
      text-transform: capitalize;
      border: 2px solid #0d82ea;
      font-family: 'Arimo', sans-serif;
  }



  header.scrolled .header-space {
      padding: 20px;
  }

  .sec-title2 {
      color: #fff;
  }

  .sec-title .title {
    position: relative;
    color: #0097ff;
    font-size: 33px;
    font-weight: 500;
    padding-right: 50px;
    display: inline-block;
    text-transform: capitalize;
}

  .sub-title {
      padding: 15px 0 0px;
      margin: 0;
      line-height: 50px;
      font-weight: 600;
  }

   :root {
      --gutter: clamp(1rem, 2.7101rem, 3rem);
  }

  img {
      max-width: 100%;
      height: auto;
      display: block;
      display: block;
  }

  .codepen {
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #ae4db9; */
    background-image: linear-gradient(358deg, #ae4db9db, #0097ff78, #0097ff78);
    background-image: linear-gradient(358deg, #ae4db9db, #ae4db9ab, #0097ff78, #0097ff78);
}



  .cards {
      --card: 55vw;
  }

  .cards__title {
      font-size: 32px;
      color: #fff;
      margin-bottom: calc(var(--gutter) * 0.5);
      line-height: 55px;
  }

  .cards__intro p {
      color: #fff;
  }

  .cards__inner {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      align-items: center;
      gap: var(--gutter);
      padding-block: var(--gutter);
  }

  .cards__header,
  .cards__wrapper {
      grid-column: 1 / span 12;
  }

  .cards__list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-auto-flow: column;
      grid-template-rows: 1fr auto;
      height: var(--card);
      max-height: 800px;
      width: fit-content;
      column-gap: var(--gutter);
  }

  .card {
      width: var(--card);
      max-width: 800px;
      aspect-ratio: 1;
      background-color: #fff;
      display: grid;
      grid-row: auto / span 2;
      grid-template-rows: subgrid;
      position: relative;
  }

  .card__visual {
      width: 100%;
      aspect-ratio: 1;
      overflow: hidden;
      position: absolute;
      inset: 0;
  }

  .card__img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 150%;
      max-width: none;
  }

  .card__message {
      grid-row-start: 2;
      margin-right: var(--gutter);
      z-index: 1;
      display: flex;
      flex-direction: column;
  }

  .card__title {
      color: white;
      /* font-size: clamp(1.875rem, 3.6921rem, 4rem); */
      padding-inline-start: var(--gutter);
      font-size: 45px;
  }

  .card__description {
      padding: var(--gutter);
      background-color: #fff;
      flex: 1;
      text-wrap: pretty;
  }
  /* highlights section */

  .feature-text h2 {
      font-size: 32px;
      color: #fff;
      margin-bottom: 10px;
  }

  .feature-text .feature-subtitle {
      font-size: 1.2rem;
      color: #fff;
      margin-bottom: 20px;
      font-weight: 500;
  }

  .feature-text p {
      color: #fff;
  }

  .faq {
      margin-bottom: 15px;
  }

  .faq-question {
      font-size: 1.1rem;
      cursor: pointer;
      margin-bottom: 5px;
      position: relative;
      transition: color 0.3s ease;
      padding: 30px 0;
      border-top: 1px solid #fff;
  }

  .faq-question:hover {
      color: #ae4db9;
  }

  .faq-question::after {
      content: "+";
      position: absolute;
      right: 0;
      font-size: 1.5rem;
      color: #fff;
      transition: transform 0.3s ease;
  }

  .faq.open .faq-question::after {
      content: "-";
      transform: rotate(180deg);
  }

  .feature-text .faq-answer {
      display: none;
      font-size: 0.9rem;
      color: #fff;
      line-height: 1.5;
      margin-top: 5px;
  }

  .faq.open .faq-answer {
      display: block;
  }

  .feature-image {
      flex: 1;
      text-align: center;
  }

  .feature-text {
    padding: 140px 50px 0;
    color: #fff;
    /* background: #575978; */
    background: linear-gradient(68deg, #000, #585a79) !important;
    /* background: linear-gradient(30deg, #000000, #373856, #585a79) !important; */
}

section.newsletter-section {
    background: linear-gradient(358deg, #ae4db9db, #ae4db9c4, #0097ff66);
    /* background-image: linear-gradient(358deg, #ae4db9db, #ae4db9ab, #0097ff78, #0097ff78) !important; */
    border: none !important;
}
.feature-video video.responsive-video.lazy-video {
    background: #545674;
}
  /* highlights section end */
  /* product section start */

  .left-content h2 {
      margin: 0;
      font-size: 70px;
      line-height: 1.2;
  }

  .left-content p {
      margin: 10px 0;
  }

  .button-flex button {
     background-image: linear-gradient(#0dccea, #0d70ea);
      /* background: #ae4db9; */
      color: #fff;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      border-radius: 5px;
  }
  .button-flex button:hover {
    background-image: linear-gradient( #0d70ea,#0dccea);
 }

  .button-flex i {
      cursor: pointer;
      font-size: 1.5rem;
      color: #0097ff;
  }

  .middle-image img {
    max-width: 500px;
    transition: opacity 1s ease;
    border-radius: 50%;
    border-bottom: 6px solid #0097ff;
}

.fa-arrow-left,.fa-arrow-right {
    color: #0097ff;
    font-size: 20px;
}

  .right-side {
      width: 100%;
      max-width: 300px;
  }

  .collapsible {
      border: none;
      background-color: #fff;
      padding: 10px;
      width: 100%;
      text-align: left;
      font-size: 1rem;
      cursor: pointer;
      border-bottom: 1px solid #ddd;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
  }

  .collapsible:after {
      content: '+';
      font-size: 1.2rem;
  }

  .collapsible.active:after {
      content: '-';
  }

  .content {
      display: none;
      padding: 10px;
      background-color: #0097ff33;
      font-size: 0.9rem;
  }

  .content p {
      margin: 0;
  }

  .left-right-ico {
      max-width: 20px;
      cursor: pointer;
  }

  /* .product-faq {
      padding-top: 200px;
  } */
  /* product section end */
  /* contact us and footer */

  .newsletter-section {
      background-color: #ae4db9;
      padding: 80px 0;
      text-align: center;
      border-top: 1px solid #ddd;
  }

  .newsletter {
      max-width: 1000px;
      margin: 0 auto;
  }

  .newsletter h2 {
      font-size: 40px;
      color: #fff;
      /* Bright blue */
      margin-bottom: 15px;
  }

  .newsletter h6 {
      font-size: 20px;
      color: #fff;
      /* Slightly darker blue */
      margin-bottom: 20px;
  }

  .newsletter p {
      font-size: 16px;
      color: #fff;
      line-height: 1.6;
      margin: 30px auto;
  }

  .newsletter-input-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
  }

  .newsletter-input {
      position: relative;
      padding: 15px;
      width: 100%;
      max-width: 500px;
      font-size: 16px;
      border: 2px solid #d1e8ff;
      /* Soft border */
      border-radius: 30px;
      outline: none;
      transition: border-color 0.3s ease;
      background-color: #fff;
  }

  .newsletter-input:focus {
      border-color: #ddd;
      /* Focus border */
  }

  .newsletter-btn {
      padding: 15px 30px;
      /* background-color: #0097ff; */
      background-image: linear-gradient(#0dccea, #0d70ea) !important;
      color: white;
      font-size: 16px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      position: absolute;
      top: 1px;
      right: 1px;
  }

  .nesletter-main {
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
  }

  .newsletter-btn:hover {
    /* background-color: #AE4DB9; */
    background-image: linear-gradient( #0d70ea,#0dccea) !important;
      /* Darker blue on hover */
  }
  /* 09-12-24 start*/

  .newcontact-wrp {
      max-width: 1540px;
      padding: 0 100px;
      margin: 0 auto;
      width: 100%;
      display: flex;
      height: 100%;
      align-items: stretch;
      padding-bottom: 50px;
  }

  .container-contact-form-btn {
      justify-content: flex-start t;
      padding-top: 10px;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
  }


  /* 09-12-24 end*/
  /* contact us end */
  /* footer start */

  .ist-side {
      max-width: 450px;
  }

  .footer-section {
      padding: 40px 20px;
  }

  .feature-section {
      background-color: #8f7fedf2;
  }
  figure.about-banner img {
    padding: 0 150px 0 0px;
    object-fit: contain;
}
.hero-banner img {
    height: 600px;
    object-fit: contain;
}
  /* .inner-column::before {
      max-width: 500px;
      width: 100%;
      height: 300px;
      content: '';
      background-image: linear-gradient(70deg, #DC422A, blue);
      position: absolute;
      z-index: -1;
      border-radius: 20% 30% 80% 10%;
      filter: blur(150px);
      top: 50%;
      left: 50%;
      transform: translate(-10%, -50%);
      transition: 1s;
  } */

  .footer-li {
      gap: 40px;
      color: #ae4db9;
      cursor: pointer;
  }

  .footer-section {
    background-image: url(../images/about-us.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ist-side img {
      max-width: 150px;
      padding: 0 0 10px;
  }

  @media only screen and (min-width: 768px) and (max-width: 1281px) {

    .newsignin-wrp {
        padding: 20px ;
    }

    .signinfrm {
        gap: 5%;
        padding: 0px 0 30px 0 !important;
    }
    .container-contact {

        flex-direction: column;
    }

  }




  @media (min-width: 1024px) {
      .cards {
          --card: 40vw;
      }
      .cards__header {
          grid-column: 1 / span 5;
      }
      .cards__wrapper {
          grid-column: 7 / span 6;
      }
      /* .card__title {
        font-size: 35px !important;
    } */
    .card__title {
        font-size: 30px !important;
        padding-left: 16px;
    }
    .card__description {
        padding: 17px;
    }
  }

  @media (max-width: 1600px) {
      .image-column .inner-column::before {
          left: -0%;
      }
  }

  @media (max-width: 1024px) {
      /* .card__title {
          font-size: 4px;
      } */
      .left-content h2 {
          font-size: 30px;
      }
      .feature-text {
          padding: 35PX 50PX 0;
      }
      .feature-text h2 {
          font-size: 28PX;
      }
      .footer-li {
          flex-direction: column;
      }
      .card__title {
        font-size: 30px !important;
        font-size: 30px !important;
        padding-left: 16px;
    }

/*
    .carousel.showDetail .list .item:nth-child(2) .detail {
        opacity: 1;
        width: 100% !important;
        position: absolute;
        right: 0 ;
        top: 25% !important;
        transform: translateY(-50%);
        text-align: left !important;
    } */

  }

  @media (max-width:992px) {
      .column-box.inner-column::before {
          max-width: 300px;
          height: 100px;
      }
      .image-column .inner-column .image {
          display: none;
      }
      /* .card__title {
          font-size: 31px;
      } */
      .ftr .feature-box {
          flex-direction: column;
      }
      .product-faq {
          display: none;
      }
      .feature-box .button-flex {
          display: none;
      }
      .left-content h2,
      .left-content p {
          text-align: center;
      }
      .footer-li {
          gap: 15px;
      }
      .home video {
          position: initial;
      }
      .home {
          height: auto;
      }
      .footer-column {
          flex-direction: column;
      }
      .footer-li {
          flex-direction: row;
          padding: 20px 0;
      }
      .ist-side {
          max-width: 100%;
      }
      .feature-flex-column {
          flex-direction: column;
      }
      .feature-flex-column .w60 {
          width: 100%;
          position: relative;
          order: 2;
      }
    .card__description {
        padding: 20px;
    }
    .card__title {
        font-size: 27px !important;
    }
    button.respon-bt {
        display: block;
      }

  }

  @media (max-width: 767px) {
    .hero-large {

        font-weight: 500 !important;
        font-size: 30px !important;

    }
    .container-contact{
        padding: 10px 10px 50px 10px !important;
    }
    .newsignin-wrp {
        padding: 0px 0px !important;
        flex-direction: column;
        gap: 10px !important;
    }
    .newsletter-btn {
        top: 2px;
    }

    nav {
      top: 63px !important;
  }

    header.scrolled .header-space {
      padding: 0px;
  }

  header .container {
    padding: 10px 20px !important;
}
  .other-option button {
    margin: 0;
    font-size: 10px;
}

.carousel.showDetail .list .item:nth-child(2) .detail {
    top: 35% !important;
    width: 100% !important;
}

  }

  @media (max-width: 768px) {

      header.scrolled .header-space {
          padding: 0px;
      }
      .newsletter {
          padding: 30px;
      }
      .newsletter h2 {
          font-size: 32px;
      }
      .newsletter h6 {
          font-size: 18px;
      }
      .newsletter p {
          font-size: 14px;
      }
      .newsletter-input-container {
          flex-direction: column;
      }
      .newsletter-input {
          width: 100%;
          margin-bottom: 15px;
      }
      .newsletter-btn {
          width: 100%;
          padding: 15px;
          max-width: 108px;
      }
      .feature-image img {
          display: none;
      }
      .feature-text.w60 {
          width: 100%;
      }
       :root {
          --gutter: clamp(1rem, 2.7101rem, 1rem);
      }
      /* .card__title {
          font-size: 22px;
      } */
      .column-box.inner-column::before {
          max-width: 100px;
      }

      .sub-title {
        font-size: 20px;
        line-height: 30px;
        padding: 5px 0;
    }
    .sec-title .title {
        font-size: 23px;

    }
    .text p {
        margin-bottom: 6px;
    }

    .card__description p {
        font-size: 15px;
        line-height: 25px;
        margin: 0;
    }

  }

  @media (max-width: 575px) {
      /* .cards__title {
        font-size: 24px;
        line-height: 36px;
      } */
      .card__description {
          display: block;
      }
      .feature-text h2 {
          font-size: 22PX;
      }
      .feature-text {
          padding: 35PX 30PX 0;
      }
      .newsletter h2 {
          font-size: 20px;
      }
      .left-content h2 {
          font-size: 23px;
      }
      .footer-li {
          flex-wrap: wrap;
          font-size: 12px;
      }
      /* .card__title {
          font-size: 17px;
      } */

      /* .card__message {
        margin-bottom: -36px;
    }
     */

     .card__title {
        font-size: 12px !important;
    }
    .cards__title {
        font-size: 25px;
        line-height: 36px;
    }

    .card__description p {
        font-size: 7px;
        color: #354c74;
        line-height: 13px;
        margin: 0;
    }

    .card__description {
        padding: 8px;
    }
  }
.clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
