.pro_ecosystem_img_block img {
  padding: 0px 15px 0px 15px;
  /* width: 65%; */
}
.elxpro-btn{
  inline-size: 652px;
}

.pro_ecosystem_bottom_block p {
  /* inline-size: 385px; */
  max-width: 450px;
  padding-right: 20px;
}
.wrapper-exl .carousel-item-wrapper .ci-img {
  margin-right: 0px;
}
.wrapper-exl .carousel-item-wrapper {
  min-height: 627px;
 }
.wrapper-exl .carousel-item-wrapper .ci-img {
  height: 627px;
}

.img-box {
  flex-basis: 16.26%;
  margin-bottom: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* frequently Asked css*/


.freq_asked_content ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 70px;
}

.freq_asked_content ul li {
  margin-bottom: 45px;
}
.freq_asked_content  ul li p {
  font-family: var(--secondary-font-family);
  /* font-size: calc(1.125rem + 0.9vw); */
  font-weight: normal;
  line-height: calc(1.5rem + 0.8vw);
  font-style: normal;
  text-align: left;
  color: #000000;
}
.freq_asked_content  ul li p.freq_ans {
  font-weight: 300;
  color: var(--secondary-color);
}


.card-container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.wrapper-elx .sub-heading{
  font-family: var(--main-font-family);
  /* font-size: calc(1.5rem + 0.84vw); */
  font-size: clamp(1.25rem, 0.396rem + 1.782vw, 2.534rem);
  font-weight: 300;
  line-height: 1.25;
  font-style: normal;
  color: var(--secondary-color);
  margin-top: 50px;
  letter-spacing: -0.38px;
}



.card-landing {
  color: white;
  /* width: calc(22% - 15px); Divide the container into 4 equal parts with a gap */
}

.card-inner {
  padding: 30px;
}

.card-landing img {
  width: 90px;
}

.card-landing img {
  height: 100px;
}
.card-landing p {
  margin-top: 10px !important;
  /* font-size: calc(1rem + 0.43vw); */
  font-size: clamp(1rem, 0.667rem + 0.694vw, 1.5rem);
  font-style: normal;
  /* font-weight: normal !important; */
  /* line-height: calc(1rem + 0.7vw); */
  line-height: 1.25;
}

.benefit_industry_content {
  display: flex;
  flex-direction: column;
}
.benefit_industry_content_box {
  display: flex;
  gap: 30px;
}

.benefit_industry_content .img-block {
  height: 386px;
  position: relative;
}

.benefit_industry_content .img-block img {
  filter: grayscale(100%);
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.benefit_industry_content .img-block img.last-img{
  object-fit: fill;
}

.benefit_industry_content .img-block img:hover {
  filter: grayscale(0);
  transition: filter 0.5s ease;
}

.benefit_industry_content .img-block span, .benefit_industry_content .img-block h3 {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  /* font-size: calc(1.5rem + 0.8vw); */
  font-size: clamp(1.125rem, 0.21rem + 1.908vw, 2.5rem);
  font-weight: 300;
  /* line-height: calc(2rem + 0.5vw); */
  line-height: 1.0 !important;
  font-style: normal;
  text-align: left;
  color: #00ADA4;
  padding: 10px 15px;
  font-family: "Roboto Slab", serif;
}

.elxr_download p {
  inline-size: 280px;
}

.elxr .card-container .card-inner img {
  margin-top: 65px;
  margin-bottom: 50px;
}

.elxr .card-container .card-inner:first-child p {
  margin-bottom: 30px;
  margin-top: 0px;
}

.elxr .card-container .card-inner p:nth-child(3n) {
  margin-bottom: 0px;
}

/* ======carousel============== */

.owl-carousel .item {
  background: #f4f5f5;
  padding: 0px;
  border-radius: 0px;
}

.card-image {
  width: 100%;
  height: 216.36px;
  background-size: cover;
  background-position: center;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 0;
}

.card-description {
  /* font-size: calc(1rem + 0.43vw);
  line-height: calc(1rem + 0.7vw); */
  font-size: clamp(1rem, 0.667rem + 0.694vw, 1.5rem);
  line-height: 1.2;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  color: #505050;
  padding: 15px;
  height: 150px;
  letter-spacing: -0.5px;
}

/* Owl Carousel Navigation Buttons */
.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-nav button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}

.owl-nav button.owl-next {
  position: absolute;
  right: 0;
}

.owl-nav-img {
  width: 50px; /* Adjust width as needed */
  height: auto; /* Maintain aspect ratio */
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 1.25rem;
  margin: -40px !important;
  padding: 0px !important;
  background: transparent !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav {
  margin-top: -45px !important;
}

.image-container {
  position: relative;
}

.image-container .img-overlay-text {
  height: auto;
  cursor: pointer;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00ada4c2;
  display: none;
  justify-content: center;
  align-items: center;
}

.overlay-content {
  text-align: left;
  padding: 15px;
  height: 100%;
  display: flex;
  /* justify-content: center;
  align-items: center; */
}

.fs-32{
  font-size: clamp(1.75rem, 0.918rem + 0.925vw, 2.027rem);
  letter-spacing: -0.4px;

}

.overlay-content p {
  color: #fff !important;
  /* inline-size: 80%; */
  line-height: 1.3;
  font-size: clamp(1rem, 0.834rem + 0.347vw, 1.25rem);
}

.deploy_conf .w-inner p.color-green-landing {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 300;
  line-height: calc(1.5rem + 2vw);
  font-style: normal;
  text-align: left;
}

/* Responsive styles */

@media (max-width: 1600px) {
  /* For tablets */
  .owl-theme .owl-nav [class*="owl-"] {
    /*margin: 0px !important;*/
  }
}
@media (max-width: 1540px) {
  .wrapper {
    max-width: 1340px;
  }
}

@media (max-width: 1440px) {
  /* For mobile devices */
  .wrapper {
    max-width: 1200px;
    /* padding: 0px 0px   */
}
.benefit_industry_content_box {gap: 20px;}
.owl-nav-img {
  width: 30px; /* Adjust width as needed */
}

.wrapper-elx .w-inner, .freq_asked .w-inner, .wrapper .w-inner{
  padding-right: 50px;
}

  .wrapper-elx h2, .freq_asked h2.section-heading{
    font-size: 30px;
    line-height: 1.2;
  }

  .wrapper-elx .sub-heading {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 20px;
  }
  .deploy_conf img{
    margin-bottom: 20px;
  }
  .mt-d-0{
    margin-top:0px !important;
  }
  .elx-mb-70{
    margin-bottom: 30px;
  }

  .deploy_conf .w-inner p.color-green-landing {
    font-size: 16px;
    line-height: 1.2;
  }

  .benefit_industry_content .img-block span, .benefit_industry_content .img-block h3  {
    font-size: 16px;
    line-height: normal;
  }

  .card-description {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    height: 110px;
  }
  .pro_ecosystem_img_block img {
    width: 80%;
}
.card-image {
  height: 175px;
}

  .card-landing p {
    font-size: 16px;
    line-height: 1.2;
  }
  .fs-32 {
    font-size: 20px;
    line-height: 1.2;
  }
  .freq_asked_content ul {
    margin-top: 0px;
  }
  .freq_asked_content ul li{
    margin-bottom: 15px;
  }

  .freq_asked_content ul li p {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .pt-80 {
    padding-top: 50px;
}
.overlay-content p {

  /* line-height: 19.2px; */
  font-size: 14px;
}
.wrapper-elx .btn-landing, body .carousel-item-wrapper .ci-caption .ci-cta .btn{
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;

  width: auto;
  height: auto;
  line-height: normal;
}
p{
  margin-bottom: 20px;
  margin-top: inherit;
}
.elxr .card-container .card-inner img {
  margin-top: 0px;
  margin-bottom: 20px;
}
.wrapper-exl .carousel-item-wrapper {
  min-height: 450px;
 }
.wrapper-exl .carousel-item-wrapper .ci-img {
  height: 450px;
  margin-right: 50px
}
.elxr .card-container .card-inner:first-child p {
  margin-bottom: 20px;
}
.img-box {

  margin-bottom: 30px;
}

}


@media (max-width: 1024px) {
  /* Adjust column sizes for mobile devices */
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-8,
  .col-9,
  .col-10 {
    width: calc(50% - 15px);
  }

  /* h2{
    font-size: 1.5rem ;
    line-height: 30px !important;
  } */

  .w-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .card-description {
    padding: 15px;
    /*height: auto;*/
  }
  .elxpro-btn{
    /* inline-size: 652px; */
    inline-size: 100%;
  }
  .owl-nav-img {
    width: 30px; /* Adjust width as needed */
  }

  .card-landing {
    width: 100%;
  }

  .card-container {
    gap: 10px;
  }

  .card-inner {
    padding: 15px;
    text-align: center;
  }

  .elxr .card-container .card-inner img {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .col-sm-12 {
    width: 100% !important;
  }

  /*.card-landing.col-sm-12.bg-gray-landing {
    width: calc(49% - 0px);
  }*/

  .benefit_industry_content .img-block span, .benefit_industry_content .img-block h3 {
    font-style: normal;
    text-align: left;
    color: #00ada4;
    padding: 5px 15px;
  }

  .benefit_industry_content .img-block {
    height: auto;
  }
  .benefit_industry_content_box {
    gap: 15px;
  }

  .btn {
    font-size: 1rem;
    font-weight: normal;
    line-height: 20px;
    width: 175.8px;
    height: 38.4px;
  }

  .freq_asked_content ul li {
    margin-bottom: 20px;
  }

  .img-box {
    /* flex-basis: 32.26%; */
    margin-bottom: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 45%;
  }

  .img-box img {
    width: 65%;
  }
  .carousel-item-wrapper .ci-caption .ci-cta .btn {
    padding: 10px 20px;
}
}
@media (max-width: 768px) {

  .wrapper {
    padding: 0px 15px;
  }
  .pt-80{
    padding-top:30px
  }
  .wrapper-elx .btn-landing{
    font-size: 16px;
    /* width: 100%; */
  }
  .card-description {

    height: auto;
  }
  .overlay-content p {
    inline-size: 100%;
  }
  .img-box img {
    width: 80%;
  }
  .elspowl .owl-carousel{
    width: 80%;
    margin:0 auto;
  }
  .carousel-item-wrapper .ci-img{
    margin-right:0px;
    margin-left: 15px
  }

  .carousel-item-wrapper .ci-caption .ci-cta .btn-desc {
    width: 85% ;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}
.carousel-item-wrapper .ci-caption h1 {
    font-size: 18px;
    line-height: 15px;

}
.carousel-item-wrapper .ci-caption .ci-cta .btn:nth-of-type(1) {
        margin-right: 0px;
        margin-bottom: 15px;
        font-size: 16px;
        padding: 10px 20px;
    }
    .wrapper-exl .carousel-item-wrapper {
      min-height: 350px;
     }
.wrapper-exl .carousel-item-wrapper .ci-img {
        height: 350px;
        margin-right: 0px;
    }
 .carousel-item-wrapper .ci-caption .ci-text-title {
    margin-bottom: 3.5em;
    margin-top: -2em;
}
.elxpro-btn{
  inline-size: auto !important;
}

}

/* @media (max-width: 768px) {


  h2 {
    font-size: calc(1.3rem + 1vw);
    line-height: calc(1.3rem + 2vw);
  }

  .sub-heading {
    font-size: calc(1rem + 0.5vw);
    line-height: calc(1rem + 1.8vw);
  }

  .deploy_conf .w-inner p.color-green-landing {
    font-size: calc(1rem + 0.5vw);
    line-height: calc(1rem + 1.8vw);
  }

  .benefit_industry_content .img-block span {
    font-size: calc(1rem + 0.2vw);
  }

  .card-description {
    font-size: calc(1rem + 0.2vw);
    line-height: calc(1rem + 1vw);
  }

  .card-landing p {
    font-size: calc(1rem + 0.5vw);
    line-height: calc(1rem + 1.8vw);
  }
  .fs-32 {
    font-size: calc(1rem + 0.5vw);
    line-height: calc(1rem + 1.8vw);
  }

  .freq_asked_content p {
    font-size: calc(1rem + 0.5vw);
    line-height: calc(1.2rem + 0.8vw);
  }
  .pt-80 {
    padding-top: calc(2rem + 1.7vw);
}
} */

@media (max-width: 767.98px){
.freq_asked_content ul li p {font-size: 16px;}
.fs-32 {font-size: 16px;}
.wrapper-elx .sub-heading {font-size: 18px;}
.wrapper-elx .btn-landing, body .carousel-item-wrapper .ci-caption .ci-cta .btn {padding: 10px 20px;}
.wrapper-elx h2, .freq_asked h2.section-heading{font-size: 25px;}
}


@media (max-width: 480px) {
  /* For small mobile devices */
.elspowl .owl-carousel{width: 80%;margin:0 auto;}
.elspowl .owl-nav-img{width: 20px;}
.elspowl .owl-theme .owl-nav [class*="owl-"] {margin: -25px !important;}
.card-landing{ width: 100% !important; }
.carousel-item-wrapper .ci-caption .ci-text-title {margin-bottom: 2.5em !important;}
}
