body {
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}
.container {
    max-width: 1290px;
}
img {
    max-width: 100%;
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: white;
    transition: left 0.3s ease;
    z-index: 1040;
}
.mobile-menu.open {
  left: 0;
}

.mobile-menu a {
  display: block;
  padding: 1rem 0;
  font-size: 18px;
  color: #222;
  text-decoration: none;
}

.mobile-menu a:hover {
  color: #00bcd4;
}

.bar {
    background: linear-gradient(0deg, #28B664 0%, #28B664 100%), linear-gradient(90deg, #D7F5C5 0%, #B8DCDA 56.73%, #ABAFC2 100%);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 14px 0;
}
.bar a {
    text-decoration: none;
    color: #FFF;
}
header {
    padding: 25px 0;
}

.nav-links {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.nav-links a {
    color: #1D1D1B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
}
.cta-button {
    text-align: right;
}
.cta-button a {
    border-radius: 20px;
    background: #FF6B3D;
    color: #FFF;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 14.883px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding: 15px 25px;
    display: inline-block;
}
.cta-button a:hover {
    text-decoration: none;
}
.cta-button a img {
    margin-left: 10px;
}

.marquee {
    background: #212121;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 17px 0;
}

.marquee .wrap {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}

.marquee .item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.marquee .item.dp {
    display: none;
}

.marquee img {
    margin-right: 0.5rem;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.marquee .container::after {
    content: '';
    display: flex;
    min-width: max-content;
}

.list {
    font-size: 16px;
    font-style: normal;
    list-style: none;
    padding: 24px 0 0 0;
}

.list  li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.list  li strong{
    font-weight: 600;
}

.list ::before {
    content: "";
    background-image: url("listitem.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.hero {
    padding: 80px 0;
    background: url(herobg.png) no-repeat top center;
    background-size: cover;
    overflow: hidden;
}
.hero .gr {
    position: relative;
}
.hero .gr img {
    max-width: 825px;
    position: absolute;
    top: -50px;
}
.hero .text {
    border-radius: 10px;
    border: 2px solid #C3DDCF;
    background: rgba(29, 29, 27, 0.70);
    color: #fff;
}
.hero .inner {
    padding: 24px 14px;
}
.hero h1 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 24px 0;
}
.rate {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
}
.rate strong {
    font-weight: 700;
}
.hero .subheading {
    font-size: 18px;
}
.hero .cta-button {
    text-align: left;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
}
.hero .list {
    margin-bottom: 24px;
}
.hero .no-card {
    margin-top: 12px;
}
.hero .cta-button a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    border-radius: 20px;
    background: #FF6B3D;
    width: 324px;
    padding: 22px 0;
}
.hero .awards {
    margin-top: 24px;
}
.featured {
    background: #212121;
    color: #fff;
    padding: 44px 0;
}
.featured h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}
.featured .logos {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    align-items: center;
}

.training-advantage-section .inner{
    padding-right: 80px;
}
.training-advantage-section .advantage-title {
    color: #0F783D;
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 26px 0;
}
.training-advantage-section .advantage-desc {
    color: #1D1D1B;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.training-advantage-section .image {
    max-width: 783px;
}
@media (max-width: 768px) {
    header {
        padding: 10px 0;
    }
    .nav-links {
        display: none;
    }
    .marquee {
        padding: 12px 0;
    }
    .marquee .item.dp {
        display: block;
    }
    .marquee .container {
        animation: marquee-scroll 5s linear infinite;
    }
    .logo-wrapper {
        text-align: center;
    }
    .logo-wrapper img {
        max-width: 86px;
    }
    .cta-button a {
        font-size: 12px;
        padding: 7px 15px;
    }
    .cta-button a img {
        display: none;
    }
}

.stats-section {
  padding: 0px 0 100px;
  color: #fff;
}
.stats-section .inner {
    background: #32bb6b;
    border-radius: 24px;
    padding: 40px 60px;
    margin: 0 10px;
}
.stat-item {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-value {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.6px;
    margin: 0 0 10px 0;
}

.stat-desc {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

@media (min-width: 768px) {
  .stat-item {
    margin-bottom: 0;
  }
  .stat-desc {
    margin-top: 0;
  }
}

.sec-title {
    color: #0F783D;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
}
.sec-subtitle {
    color: #1D1D1B;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.features-section {
  padding: 60px 0 100px;
}

.features-list-wrapper {
    max-width: 1040px;
    margin: 0 auto;
}
.features-image {
  margin: 40px 0 60px 0;
}
.features-list {
  margin-bottom: 40px;
}
.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  padding: 0 22px;
}
.feature-icon {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
  margin-right: 20px;
}

.feature-title {
    color: #1D1D1B;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 5px;
}
.feature-desc {
    color: #1D1D1B;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.features-cta {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.features-cta .rate {
    display: flex;
    gap: 6px;
}
.features-cta .cta-button {
    text-align: center;
}
.features-cta .cta-button .no-card {
    font-size: 16px;
    margin-top: 12px;
}
.features-cta a {
    font-size: 20px;
    width: 324px;
    padding: 17px 30px;
}

@media (min-width: 768px) {
  .features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .features-title {
    font-size: 24px;
  }
  .feature-item {
    width: 100%;
    max-width: 100%;
  }
  .features-section {
    padding: 40px 0 0 0;
  }
}

.avatars-section {
    padding: 100px 0;
    background: #F2F5F6;
}

.progress {
    display: block;
    max-width: 1000px;
    height: 10px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #e6e6e6;
    background-image: linear-gradient(to right, #1D1D1B, #1D1D1B);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}  

.slick-prev,
.slick-next {
    font-size: 0;
    width: 50px;
    height: 50px;
    background: none;
    outline: none;
    border: none;
    position: absolute;
    bottom: -30px;
}
.slick-prev:hover,
.slick-next:hover {
    filter: invert(100%);
}

.slick-prev {
    background: url(arrow.svg) no-repeat center center;
    background-size: 100%;
    right: 180px;
}
.slick-next {
    background: url(arrow.svg) no-repeat center center;
    transform: rotate(180deg);
    background-size: 100%;
    right: 120px;
}

.avatars-list-wrapper {
    padding-top: 70px;
    position: relative;
}

.avatars-list .item {
    padding: 0 10px;
}

.how-it-works-section {
    padding: 100px 0;
}

.how-step {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.h-cards {
    margin-top: 70px;
}
.how-step-card {
    border-radius: 24px;
    background: #F2F5F6;
    box-shadow: 0px 8px 20px 0px rgba(49, 53, 59, 0.15);
    padding: 32px 24px 24px 24px;
    width: 100%;
    max-width: 370px;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.how-step-number {
    color: #1D1D1B;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 88px;
}
.how-step-title {
    color: #0F783D;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 26px 0;
}

.how-step-desc {
    color: #1D1D1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.how-step-imgs {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 52px;
}

.how-step-wave {
    width: 90%;
    max-width: 260px;
    margin-bottom: 10px;
}

.how-step-doc {
    width: 70px;
    max-width: 100%;
}

.how-step-avatars {
    width: 90%;
    max-width: 260px;
}

.how-step-templates {
    width: 90%;
    max-width: 260px;
}
.how-it-works-section .features-cta {
    margin-top: 70px;
}

@media (max-width: 991px) {
    .how-step-card {
        min-height: 420px;
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .how-it-works-section {
        padding: 50px 0;
    }
    .how-step-card {
        min-height: 0;
        max-width: 100%;
        padding: 22px;
    }
    .how-step {
        margin-bottom: 40px;
    }
}

.use-cases-section {
    padding: 100px 0;
    background: #F2F5F6;
}
.use-cases-cards {
    margin-top: 70px;
}
.use-case-card .use-case-inner{
    box-shadow: 0px 8px 20px 0px rgba(49, 53, 59, 0.15);
    background: #fff;
    border-radius: 24px;
    padding: 25px 25px 0 25px;
}
.use-case-card .use-case-title {
    color: #1D1D1B;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
}
.use-case-card .use-case-desc {
    color: #1D1D1B;
    font-size: 16px;
    margin-bottom: 25px;
}
.use-case-card .use-case-img {
    margin: 0 -25px;
}
.use-case-card .use-case-img img {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.trusted-by-section {
    background: #1D1D1B;
    padding: 40px 0;
}
.trusted-by-section .trusted-title {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 32px;
}

.trusted-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.trusted-logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 16px;
}
.trusted-logo img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .trusted-logo {
    height: 48px;
  }
  .trusted-logo img {
    max-width: 80px;
    max-height: 36px;
  }
}

.why-elai-section {
    padding: 100px 0;
    background: #fff;
}
.why-title {
    color: #1D1D1B;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 26px 0;
}
.why-desc {
    color: #1D1D1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.why-desc strong {
    font-weight: 700;
}

.why-desc .wlist {
    margin-bottom: 24px;
}
.why-desc .wlist li {
    color: #1D1D1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.why-desc .wlist {
    font-size: 16px;
    font-style: normal;
    list-style: none;
    padding: 0;
}

.why-desc .wlist li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 15px;
}
.why-desc .wlist li strong{
    font-weight: 600;
}

.why-desc .wlist li:before {
    content: "";
    background-image: url("listitem.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.why-desc .wlist li:before {
    content: "";
    background-image: url("check-mark (10) 1.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.why-content {
    padding-top: 70px;
}
.why-text {
}
.video{
    background: url(Polygon4.png) no-repeat 70px top;
    background-size: 379px;
}

.video-language-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 50px;
}

.video-language-visual {
  position: relative;
  max-width: 615px;
  margin-left: auto;
}

.video-hero {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
  cursor: pointer;
}

.video-img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.video-flag {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  z-index: 2;
}

.video-language-select {
  margin-top: 12px;
  width: 100%;
}

#video-language-select {
  width: 100%;
  padding: 14px 18px;
  font-size: 18px;
  border-radius: 12px;
  border: 1px solid #929292;
  background: #FFF;
  appearance: none;
  outline: none;
  font-family: inherit;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  background-image: url('arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
}
.why-elai-section .features-cta {
    margin-top: 70px;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.7);
  align-items: center;
  justify-content: center;
}
.video-modal.active {
  display: flex;
}
.video-modal-backdrop {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: transparent;
}
.video-modal-content {
  position: relative;
  background: #000;
  border-radius: 16px;
  padding: 0;
  max-width: 90vw;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.video-modal-iframe-wrapper {
  width: 800px;
  max-width: 90vw;
  height: 400px;
  max-height: 60vw;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}
.video-modal-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
}
.video-modal-close {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  right: 18px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 600px) {
  .video-modal-iframe-wrapper {
    width: 90vw;
    height: 50vw;
    min-height: 180px;
  }
}

.testimonails-section {
    padding: 100px 0;
    background: #F2F5F6;
}
.testimonails-section .sec-title {
    margin: 10px 0;
}
.testimonails-list-wrapper {
    padding-top: 70px;
    position: relative;
}
.testimonails-list-wrapper .item {
    padding: 0 12px;
}
.testimonails-list-wrapper .inner {
    padding: 37px 34px;
    border-radius: 12px;
    background: #FFF;
    height: 100%;
    box-shadow: 0px 8px 20px 0px rgba(49, 53, 59, 0.15);
}
.testimonial-text {
    color: #1D1D1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 19px 0;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-name {
    color: #1D1D1B;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
}
.testimonial-role {
    color: #1D1D1B;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.testimonails-list .slick-track{
    padding-bottom: 35px;
    display: flex !important;
}

.testimonails-list  .slick-slide {
    height: inherit !important;
}

.video-section {
    padding: 100px 0;
    background: url(herobg.png) no-repeat top center;
    background-size: cover;
}
.video-section iframe {
    width: 100%;
    height: 658px;
    border-radius: 12px;
    overflow: hidden;
}

.awards-section {
    background: #1D1D1B;
    padding: 50px 0;
}
.awards-section .head {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -2px;
}
.awards-section .wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.comparison-section {
    background: #F2F5F6;
    padding: 100px 0;
}
.comparison-table-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 70px;
}
.comparison-table {
    display: flex;
    align-items: center;
    background: none;
    border-radius: 18px;
    box-shadow: none;
    width: 100%;
    max-width: 1126px;
    gap: 0;
}
.comparison-col {
    background: #fff;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    padding: 48px;
    border-radius: 12px;
    box-shadow: 0px 8px 20px 0px rgba(49, 53, 59, 0.15);
}
.comparison-elai {
    background: #28B664;
    color: #fff;
    align-items: center;
    box-shadow: 0 4px 32px rgba(49, 53, 59, 0.10);
    z-index: 2;
    min-height: 505px;
    margin: 0 -10px;
}
.comparison-elai .comparison-header {
    background: none;
    border: none;
    text-align: center;
    margin-bottom: 47px;
}
.comparison-header {
    color: #1D1D1B;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Inter Tight";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.156px;
}
.comparison-elai .comparison-header img {
  display: block;
  margin: 0 auto 8px auto;
}
.comparison-row {
    color: #1D1D1B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    border-top: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    min-height: 60px;
    width: 100%;
}
.comparison-elai .comparison-row {
    border-top: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    width: 100%;
}
.comparison-elai .checkmark {
  color: #fff;
  font-size: 22px;
  margin-right: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.comparison-traditional .cross {
  margin-right: 12px;
  flex-shrink: 0;
}
.comparison-traditional {
  align-items: center;
}
.comparison-features {
  background: #fff;
  align-items: center;
}
.comparison-header {
    margin-bottom: 42px;
}
.comparison-features .comparison-row {
  border-top: 1px solid #e3e3e3;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 991px) {
  .comparison-table {
    max-width: 100%;
    min-width: 0;
  }
  .comparison-col {
    margin: 0 0 18px 0;
    border-radius: 16px;
    padding: 24px;
  }
  .comparison-elai {
    margin: 0 0 18px 0;
  }
}

.faq-section {
  background: #fff;
  padding: 100px 0 80px 0;
}
.faq-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 420px;
}
.faq-title {
    color: #0F783D;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin: 0 0 24px;
}
.faq-subtitle {
    color: #1D1D1B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.faq-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.faq-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: 0px 8px 20px 0px rgba(49, 53, 59, 0.15);
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.faq-item.active {
  box-shadow: 0px 8px 32px 0px rgba(49, 53, 59, 0.18);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #1D1D1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height:27px;
  text-align: left;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.2s;
}
.faq-toggle {
  font-size: 28px;
  font-weight: 700;
  margin-left: 18px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #F2F5F6;
}
.faq-answer {
    color: #1D1D1B;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 24px 24px 24px;
    display: block;
}
.faq-item:not(.active) .faq-answer {
  display: none;
}
@media (max-width: 991px) {
  .faq-section {
    padding: 60px 0 40px 0;
  }
  .faq-title {
    font-size: 32px;
  }
  .faq-accordion {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .faq-section {
    padding: 32px 0 24px 0;
  }
  .faq-title {
    font-size: 24px;
  }
  .faq-left {
    min-height: 0;
    margin-bottom: 32px;
  }
  .faq-right {
    padding: 0;
  }
  .faq-question {
    font-size: 18px;
    padding: 18px 16px;
  }
  .faq-answer {
    font-size: 15px;
    padding: 0 16px 18px 16px;
  }
}

.footer-hero {
    background-position: 0 99%;
}
.footer-hero .text {
    background: none;
    border: none;
}
.footer-hero .gr img {
    position: initial;
    max-width: 100%;
}
.testimonial-single {
    margin-top: 36px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 8px 20px 0px rgba(49, 53, 59, 0.15);
    padding: 20px;
}
.testimonial-single .testimonial-text {
    margin: 0 0 15px 0;
}
.testimonial-single .g2-logo {
    margin-left: 28px;
}
footer {
    background: #191919;
    padding: 30px 0;
    color: rgba(255, 255, 255, 0.60);
    font-family: "Inter Tight";
    font-size: 9.844px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 162.54% */
}

footer .copy {
    margin-right: 46px;
}

@media (max-width: 1500px) {
    .hero .text {
        background: none;
        border: none;
    }
    .hero .gr img {
        position: relative;
        max-width: 100%;
        top: 0;
    }
    .hero .inner {
        border-radius: 10px;
        border: 2px solid #C3DDCF;
        background: rgba(29, 29, 27, 0.70);
    }
    .training-advantage-section {
        padding: 50px 0;
    }
    .training-advantage-section .image {
        max-width: 100%;
    }
    .progress {
        max-width: 70%;
    }
}
@media (max-width: 767px) {
    img {
        max-width: 100% !important;
    }
    .marquee .item {
        font-size: 12px;
    }
    .hero .gr img {
        position: relative;
        max-width: 100%;
        top: 0;
    }
    .hero .text {
        background: none;
        border: none;
    }
    .hero .inner {
        border-radius: 10px;
        border: 2px solid #C3DDCF;
        background: rgba(29, 29, 27, 0.70);
    }
    .hero h1 {
        font-size: 24px;
    }
    .hero .subheading {
        font-size: 16px;
    }
    .featured {
        padding: 20px 0;
        text-align: center;
    }
    .featured h3 {
        margin: 0 0 16px 0;
    }
    .featured .logos .slick-slide {
        padding: 0 20px;
    }
    .training-advantage-section {
        padding: 50px 0;
    }
    .training-advantage-section .advantage-title {
        font-size: 24px;
        line-height: 26px;
        text-align: center;
    }
    .training-advantage-section .inner {
        padding-right: 0;
    }
    .stat-item {
        margin-bottom: 40px;
    }
    .features-section {
        padding: 0 0 50px;
    }
    .sec-title {
        font-size: 24px;
        line-height: 26px;
    }
    .feature-icon {
        width: 60px;
    }
    .feature-item {
        align-items: flex-start;
    }
    .avatars-section {
        padding: 50px 0;
    }
    .progress-wrapper {
        padding: 0 15px;
    }
    .progress {
        max-width: 100%;
    }
    
    .avatars-list .slick-slide img {
        width: 100%;
    }
    .slick-prev, .slick-next {
        top: auto;
        bottom: -80px;
        left: 50%;
        right: auto;
        transform: translateX(-120%) translateY(0);
    }
    .slick-next {
        left: 50%;
        right: auto;
        transform: translateX(20%) translateY(0) rotate(180deg);
    }
    .how-it-works-section .wrap {
        display: flex;
        gap: 20px;
    }
    .use-cases-section {
        padding: 50px 0 140px;
    }
    .trusted-by-section {
        padding: 20px 0;
    }
    .why-elai-section {
        padding: 50px 0;
    }
    .video {
        background: url(Group1707479793.png) no-repeat top center;
        background-size: 100%;
    }
    .why-content {
        padding-top: 20px;
    }
    .why-title {
        font-size: 24px;
        line-height: 26px;
        margin: 32px 0 15px 0;
    }
    .why-content {
        margin-bottom: 20px;
    }
    .why-elai-section .features-cta {
        margin-top: 40px;
    }
    .testimonails-section {
        padding: 50px 0;
    }
    .testimonails-list-wrapper {
        padding-top: 40px;
    }
    .video-section {
        padding: 50px 0;
    }
    .video-section iframe {
        height: 220px;
    }
    .awards-section {
        padding: 30px 0;
    }
    .awards-section .wrap {
        flex-direction: column;
        text-align: center;
    }
    .awards-section .head {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 24px;
    }
    .comparison-section {
        padding: 50px 0;
    }
    .comparison-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 40px;
    }
    .comparison-table-wrapper::-webkit-scrollbar {
        height: 10px;
        background: #e6e6e6;
        border-radius: 25px;
    }
    
    .comparison-table-wrapper::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, #1D1D1B 0%, #1D1D1B 100%);
        border-radius: 25px;
    }
    .comparison-table-wrapper::-webkit-scrollbar-track {
        background: #e6e6e6;
        border-radius: 25px;
    }
    .comparison-table {
        min-width: 400px;
    }
    .checkmark img,
    .cross img {
        width: 20px;
    }
    .comparison-header {
        font-size: 16px;
    }
    .comparison-elai .comparison-header {
        margin-bottom: 40px;
    }
    .comparison-row {
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .comparison-col {
        padding: 24px 16px;
    }
    .comparison-elai {
        min-height: 450px;
    }
    .comparison-elai-header {
        width: 130px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .comparison-elai-header img {
        max-width: 100%;
        height: auto;
    }
    .comparison-traditional .comparison-header {
        width: 130px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .faq-title {
        text-align: center;
        line-height: 26px;
    }
    .faq-subtitle {
        text-align: center;
    }
    .faq-right {
        padding: 0 15px;
    }
    .footer-hero {
        background-size: 100% 100%;
        padding: 32px 0;
    }
    .footer-hero .gr {
        margin-bottom: 24px;
    }
    .list li {
        margin-bottom: 5px;
    }
    .hero .cta-button {
        width: 100%;
    }
    .hero .cta-button a {
        width: 100%;
    }
    .testimonial-single .g2-logo {
        margin: 0 0 16px 0;
    }
    footer .copy {
        margin: 30px 0;
        width: 100%;
    }
}