.elementor-4091 .elementor-element.elementor-element-bd49cfe{--display:flex;--min-height:40vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-4091 .elementor-element.elementor-element-bd49cfe:not(.elementor-motion-effects-element-type-background), .elementor-4091 .elementor-element.elementor-element-bd49cfe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://yaksil.com/wp-content/uploads/2026/06/20260610072713875145.webp");background-position:center center;background-repeat:repeat;background-size:cover;}.elementor-4091 .elementor-element.elementor-element-199d621{text-align:center;}.elementor-4091 .elementor-element.elementor-element-199d621 .elementor-heading-title{font-size:42px;font-weight:bold;line-height:53px;color:#FFFFFF;}.elementor-4091 .elementor-element.elementor-element-c34b83c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-4091 .elementor-element.elementor-element-197f03a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-94px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-4091 .elementor-element.elementor-element-fff1f8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}@media(max-width:767px){.elementor-4091 .elementor-element.elementor-element-199d621 .elementor-heading-title{font-size:22px;line-height:1.5em;word-spacing:0em;}.elementor-4091 .elementor-element.elementor-element-fff1f8f{--margin-top:0px;--margin-bottom:0px;--margin-left:3px;--margin-right:0px;}}@media(min-width:768px){.elementor-4091 .elementor-element.elementor-element-bd49cfe{--content-width:1400px;}.elementor-4091 .elementor-element.elementor-element-c34b83c{--content-width:1400px;}.elementor-4091 .elementor-element.elementor-element-197f03a{--content-width:1400px;}.elementor-4091 .elementor-element.elementor-element-fff1f8f{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-bdb7db5 */.industry-bg{
  width:100%;
  background:
    radial-gradient(circle at 15% 20%, rgba(23,162,184,.12), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(23,162,184,.10), transparent 30%),
    linear-gradient(135deg,#f2fcfd 0%,#ffffff 48%,#edf9fb 100%);
}

.industry-challenges{
  max-width:1400px;
  margin:0 auto;
  padding:100px 20px;
}

.challenge-intro{
  text-align:center;
  max-width:850px;
  margin:0 auto 70px;
}

.challenge-intro .tag{
  display:inline-block;
  padding:8px 18px;
  background:rgba(23,162,184,.08);
  color:#17a2b8;
  border-radius:30px;
  font-size:13px;
  font-weight:600;
  letter-spacing:1px;
}

.challenge-intro h2{
  margin:25px 0 20px;
  font-size:48px;
  line-height:1.2;
  color:#12303a;
  font-weight:700;
}

.challenge-intro h2 span{
  color:#17a2b8;
}

.challenge-intro p{
  font-size:18px;
  line-height:1.8;
  color:#667b85;
}

.challenge-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

.challenge-card{
  background:#fff;
  border-radius:20px;
  padding:35px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(23,162,184,.12);
  box-shadow:0 15px 40px rgba(0,0,0,.05);
  transition:.35s ease;
}

.challenge-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 50px rgba(23,162,184,.15);
}

.challenge-card:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#17a2b8,#56c6d6);
}

.number{
  font-size:56px;
  font-weight:800;
  color:rgba(23,162,184,.12);
  line-height:1;
  margin-bottom:18px;
}

.challenge-card h3{
  font-size:24px;
  color:#12303a;
  margin-bottom:15px;
}

.challenge-card p{
  color:#6b7e87;
  line-height:1.8;
  font-size:15px;
  margin-bottom:25px;
}

.solution{
  border-left:3px solid #17a2b8;
  padding-left:15px;
  color:#12303a;
  font-weight:600;
  line-height:1.7;
}

@media(max-width:1200px){
  .challenge-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){
  .industry-challenges{
    padding:70px 15px;
  }

  .challenge-intro{
    margin-bottom:45px;
  }

  .challenge-intro h2{
    font-size:34px;
  }

  .challenge-intro p{
    font-size:16px;
  }

  .challenge-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .challenge-card{
    padding:28px;
  }

  .number{
    font-size:46px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca61afb */.why-htv{
  padding:100px 20px;
  background:#ffffff;
}

.why-container{
  max-width:1400px;
  margin:0 auto;
}

.why-heading{
  max-width:980px;
  margin-bottom:65px;
}

.why-tag{
  display:inline-block;
  margin-bottom:18px;
  color:#17a2b8;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.2px;
}

.why-heading h2{
  margin:0 0 22px;
  color:#12303a;
  font-size:46px;
  line-height:1.2;
  font-weight:700;
}

.why-heading p{
  margin:0;
  color:#667b85;
  font-size:18px;
  line-height:1.8;
}

.why-content{
  display:grid;
  grid-template-columns:34% 1fr;
  gap:70px;
  align-items:start;
}

.why-main{
  position:sticky;
  top:120px;
  padding-left:28px;
  border-left:4px solid #17a2b8;
}

.why-main h3{
  margin:0 0 20px;
  color:#12303a;
  font-size:30px;
  line-height:1.3;
  font-weight:700;
}

.why-main p{
  margin:0 0 18px;
  color:#667b85;
  font-size:16px;
  line-height:1.8;
}

.why-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px 48px;
}

.why-point{
  display:flex;
  gap:20px;
  align-items:flex-start;
  padding-bottom:34px;
  border-bottom:1px solid rgba(23,162,184,.18);
}

.why-icon{
  flex:0 0 52px;
  width:52px;
  height:52px;
  border-radius:50%;
  background:rgba(23,162,184,.08);
  color:#17a2b8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:700;
}

.why-point h4{
  margin:0 0 10px;
  color:#12303a;
  font-size:22px;
  line-height:1.3;
  font-weight:700;
}

.why-point p{
  margin:0;
  color:#6b7e87;
  font-size:15.8px;
  line-height:1.75;
}

@media(max-width:1100px){
  .why-content{
    grid-template-columns:1fr;
    gap:45px;
  }

  .why-main{
    position:relative;
    top:auto;
  }
}

@media(max-width:768px){
  .why-htv{
    padding:70px 15px;
  }

  .why-heading{
    margin-bottom:45px;
  }

  .why-heading h2{
    font-size:34px;
  }

  .why-heading p{
    font-size:16px;
  }

  .why-points{
    grid-template-columns:1fr;
    gap:26px;
  }

  .why-main{
    padding-left:20px;
  }

  .why-main h3{
    font-size:26px;
  }

  .why-point{
    padding-bottom:26px;
  }

  .why-icon{
    flex-basis:46px;
    width:46px;
    height:46px;
    font-size:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e26223 *//* =====================================
   FEATURES & APPLICATIONS SECTION
===================================== */

.features-applications{
    position:relative;
    width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:100px 0;
    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #f6fdfe 0%,
        #ffffff 50%,
        #edf9fb 100%
    );
}

/* Decorative Background Effects */

.features-applications::before{
    content:"";
    position:absolute;

    width:900px;
    height:900px;

    top:-300px;
    right:-300px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(23,162,184,.08),
        transparent 70%
    );
}

.features-applications::after{
    content:"";
    position:absolute;

    width:1000px;
    height:1000px;

    bottom:-400px;
    left:-400px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(23,162,184,.05),
        transparent 70%
    );
}

/* =====================================
   CONTAINER
===================================== */

.fa-container{
    position:relative;
    z-index:2;

    max-width:1400px;
    margin:0 auto;
    padding:0 20px;
}

/* =====================================
   HEADER
===================================== */

.fa-heading{
    max-width:950px;
    margin-bottom:60px;
}

.fa-tag{
    display:inline-block;
    margin-bottom:16px;

    color:#17a2b8;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
}

.fa-heading h2{
    margin:0 0 20px;

    color:#12303a;
    font-size:46px;
    line-height:1.2;
    font-weight:700;
}

.fa-heading p{
    margin:0;

    color:#667b85;
    font-size:18px;
    line-height:1.8;
}

/* =====================================
   MAIN GRID
===================================== */

.fa-layout{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:70px;
    align-items:start;
}

/* =====================================
   LEFT SIDE
===================================== */

.fa-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:35px 45px;
}

.fa-product-image{
    grid-column:1/-1;

    overflow:hidden;
    border-radius:24px;

    background:#fff;

    border:1px solid rgba(23,162,184,.12);

    box-shadow:
    0 20px 50px rgba(23,162,184,.08);
}

.fa-product-image img{
    display:block;
    width:100%;
    height:380px;
    object-fit:cover;
}

.fa-features h3{
    grid-column:1/-1;

    margin:5px 0 10px;

    color:#12303a;
    font-size:32px;
    line-height:1.3;
}

.fa-feature{
    padding-left:22px;
    border-left:3px solid #17a2b8;
}

.fa-feature h4{
    margin:0 0 10px;

    color:#12303a;
    font-size:21px;
    line-height:1.3;
}

.fa-feature p{
    margin:0;

    color:#6b7e87;
    font-size:15.8px;
    line-height:1.8;
}

/* =====================================
   RIGHT SIDE
===================================== */

.fa-applications{
    background:#ffffff;

    padding:45px;

    border-radius:24px;

    border:1px solid rgba(23,162,184,.12);

    box-shadow:
    0 20px 50px rgba(23,162,184,.08);
}

.fa-applications h3{
    margin:0 0 20px;

    color:#12303a;
    font-size:32px;
}

.fa-applications p{
    margin:0 0 30px;

    color:#667b85;
    line-height:1.8;
}

.fa-applications ul{
    list-style:none;
    padding:0;
    margin:0;
}

.fa-applications li{
    position:relative;

    padding:0 0 22px 28px;
    margin-bottom:22px;

    border-bottom:1px solid rgba(23,162,184,.12);
}

.fa-applications li:last-child{
    border:none;
    margin-bottom:0;
    padding-bottom:0;
}

.fa-applications li::before{
    content:"";

    position:absolute;
    left:0;
    top:8px;

    width:10px;
    height:10px;

    border-radius:50%;

    background:#17a2b8;

    box-shadow:
    0 0 0 6px rgba(23,162,184,.12);
}

.fa-applications strong{
    display:block;

    margin-bottom:8px;

    color:#12303a;
    font-size:17px;
}

.fa-applications span{
    color:#6b7e87;
    font-size:15px;
    line-height:1.7;
}

/* =====================================
   TABLET
===================================== */

@media(max-width:1100px){

    .fa-layout{
        grid-template-columns:1fr;
        gap:50px;
    }

}

/* =====================================
   MOBILE
===================================== */

@media(max-width:768px){

    .features-applications{
        padding:70px 0;
    }

    .fa-container{
        padding:0 15px;
    }

    .fa-heading{
        margin-bottom:45px;
    }

    .fa-heading h2{
        font-size:34px;
    }

    .fa-heading p{
        font-size:16px;
    }

    .fa-features{
        grid-template-columns:1fr;
        gap:28px;
    }

    .fa-product-image img{
        height:auto;
    }

    .fa-features h3,
    .fa-applications h3{
        font-size:28px;
    }

    .fa-applications{
        padding:30px;
    }
}/* End custom CSS */