.banner {
  width: 100%;
  height: 880px;
}

.banner .banner_content {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .banner_content .banner_img {
  width: 100%;
  height: 100%;
}

.banner .banner_content .banner_img picture {
  width: 100%;
  height: 100%;
}

.banner .banner_content .banner_img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner_content .banner_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .banner_content .banner_box .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 169px;
}

.banner .banner_content .banner_box .banner_b_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 430px;
  height: auto;
  gap: 20px;
}

.banner .banner_content .banner_box .banner_b_content h2 {
  text-align: left;
  color: #FFF;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  /* 126.087% */
}

.banner .banner_content .banner_box .banner_b_content .banner_desc {
  text-align: left;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.banner .banner_content .banner_box .banner_b_content .more {
  margin-top: 28px;
}

.banner .banner_content .banner_box .banner_b_content .more a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 140px;
  height: 50px;
  border-radius: 25px;
  background: #FFDA2C;
  backdrop-filter: blur(5px);
}

.banner .banner_content .banner_box .banner_b_content .more a span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.banner .banner_content .banner_box .banner_b_content .more a img {
  width: 12px;
  height: auto;
}

.intro-section {
  width: 100%;
  height: 100%;
  padding-top: 114px;
  padding-bottom: 50px;
}

.intro-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 90px;
}

.intro-content {
  width: 580px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.intro-title {
  text-align: left;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  margin: 0 0 20px 0;
}

.intro-description {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  max-width: 580px;
  margin: 0 0 40px 0;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #333;
}

.checkmark-icon {
  position: relative;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.checkmark-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkmark-icon .checkmark-bg {
  width: 100%;
  height: 100%;
}

.intro-buttons {
  display: flex;
  gap: 16px;
}

.intro-buttons a {
  display: flex;
  gap: 12px;
  min-width: 160px;
  height: 50px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
}

.intro-buttons a:first-child {
  border-radius: 25px;
  background: #000;
  backdrop-filter: blur(5px);
}

.intro-buttons a:first-child span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.intro-buttons a:first-child img {
  width: 12px;
  height: auto;
}

.intro-buttons a:last-child {
  border-radius: 25px;
  border: 1px solid #06373D;
  backdrop-filter: blur(5px);
}

.intro-buttons a:last-child span {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.intro-buttons a:last-child img {
  width: 12px;
  height: auto;
}

.intro-visuals {
  height: 100%;
  min-height: 781px;
}

.visual-bg-pattern {
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .intro-visuals {
    min-height: 500px;
    margin-top: 40px;
  }
  .intro-title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .intro-section {
    padding-top: 80px;
  }
  .intro-title {
    font-size: 36px;
  }
  .intro-description {
    font-size: 16px;
  }
  .intro-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .btn {
    text-align: center;
  }
  .intro-visuals {
    min-height: 400px;
  }
  .color-slider-panel {
    padding: 10px;
    gap: 10px;
  }
  .color-preview {
    width: 45px;
    height: 45px;
  }
  .slider-img {
    width: 180px;
    height: auto;
  }
}

/* CSS for section section:Services */
.services-section {
  padding-top: 50px;
  padding-bottom: 140px;
}

.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-title {
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  color: #111;
  margin: 0 0 20px 0;
}

.services-subtitle {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  max-width: 700px;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.service-card {
  border-radius: 10px;
  padding: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 98px;
  overflow: hidden;
  position: relative;
  min-height: 408px;
}

.shopify-card {
  background-color: #E8FDF6;
}

.wordpress-card {
  background-color: #E7F8FF;
}

.card-main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  color: #111;
}

.card-main-content .btn {
  display: flex;
  gap: 12px;
  min-width: 160px;
  height: 50px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #000;
  backdrop-filter: blur(5px);
}

.card-main-content .btn span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.card-main-content .btn img {
  width: 12px;
  height: auto;
}

.card-logo {
  height: 76px;
  width: auto;
  margin-bottom: 26px;
}

.card-title {
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 66px 0;
  color: #111;
}

.card-image {
  width: auto;
  min-height: 364px;
}

@media (max-width: 1200px) {
  .card-image {
    width: 70%;
    right: -15%;
  }
}

@media (max-width: 992px) {
  .cards-container {
    grid-template-columns: 1fr;
  }
  .card-title {
    margin-bottom: 40px;
  }
  .card-image {
    width: 50%;
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 768px) {
  .services-title {
    font-size: 36px;
  }
  .services-subtitle {
    font-size: 16px;
  }
  .card-image {
    display: none;
  }
  .card-main-content {
    width: 100%;
  }
  .card-title {
    margin-bottom: 40px;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  min-height: 577px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-content {
  padding: 96px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.quote-icon {
  width: 69px;
  height: 53px;
  margin-bottom: 28px;
}

.quote-icon img {
  width: 100%;
  height: auto;
}

.hero-title {
  font-size: 45px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 79px 0;
  font-weight: 400;
}

.hero-cta {
  display: flex;
  align-items: center;
  background-color: #202020;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 24px;
  height: 60px;
  gap: 12px;
  max-width: 800px;
  width: 100%;
  justify-content: center;
}

.cta-icon {
  width: 22px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-icon img {
  width: 100%;
  height: auto;
}

.cta-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 24px;
  }
  .hero-cta {
    height: auto;
    padding: 15px;
    flex-direction: column;
    text-align: center;
  }
}

/* CSS for section section:Showcase */
.showcase-section {
  margin-top: -47px;
  background-color: #f8f8f8;
  padding: 129px 0 100px;
  display: flex;
  justify-content: center;
}

.showcase-header {
  margin-bottom: 80px;
}

.showcase-title {
  text-align: left;
  font-size: 46px;
  color: #111111;
  margin: 0 0 20px 0;
  font-weight: 700;
}

.showcase-subtitle {
  text-align: left;
  font-size: 16px;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-15px);
}

.grid-item:hover .image-wrapper .btn {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
}

.image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.image-wrapper .btn {
  transition: transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 12px;
  min-width: 160px;
  height: 50px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #000;
  backdrop-filter: blur(5px);
}

.image-wrapper .btn span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.image-wrapper .btn img {
  width: 12px;
  height: auto;
}

.image-wrapper > img {
  width: 100%;
  height: auto;
  display: block;
}

.item-label {
  margin-top: 20px;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .showcase-grid {
    grid-template-columns: 1fr;
  }
  .showcase-title {
    font-size: 28px;
  }
}

/* Industry Solutions Section */
.industry-solutions {
  padding: 140px 0;
}

.solutions-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  position: relative;
}

.solutions-title {
  font-size: 46px;
  font-weight: normal;
  color: #111;
  line-height: 1.4;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.solutions-subtitle {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

.btn-consult {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  background: #000;
  backdrop-filter: blur(5px);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-consult img {
  width: 12px;
  height: auto;
}

/* Featured Grid */
.featured-grid {
  width: 100%;
  height: auto;
  padding: 40px 0;
  padding-left: calc((1920px - 1600px) / 2);
}

.featured-grid .swiper-button-prev {
  width: 44px;
  height: 44px;
  left: calc((1920px - 1550px) / 2) !important;
}

.featured-grid .swiper-button-prev::after {
  content: '';
}

.featured-grid .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.featured-grid .swiper-button-next {
  width: 44px;
  height: 44px;
  right: calc((1920px - 1550px) / 2) !important;
}

.featured-grid .swiper-button-next::after {
  content: '';
}

.featured-grid .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.solutions-item {
  margin-right: 132px;
  width: 1067px !important;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.solutions-item.swiper-slide-active .featured-card {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

.featured-card {
  width: 650px;
  height: 425px;
  border-radius: 10px;
  overflow: hidden;
}

.featured-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-content {
  width: 370px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-title {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin-bottom: 20px;
}

.feature-description {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin-bottom: 56px;
}

.btn-solution1 {
  min-width: 160px;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 25px;
  background: #000;
  backdrop-filter: blur(5px);
}

.btn-solution1 span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.btn-solution1 img {
  width: 12px;
  height: auto;
}

/* Large Image Cards */
.featured-card-large {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.card-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Solution Card */
/* Industry Navigation */
.industry-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  padding-top: 22px;
}

.industry-nav-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-bottom: 28px;
}

.industry-nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ECECEC;
}

.industry-nav-item.active::after {
  background: #2BA275;
}

.industry-nav-item.active .nav-label {
  color: #111;
}

.nav-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.nav-icon svg {
  width: 100%;
  height: 100%;
}

.nav-label {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

/* Responsive Design */
/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
  .solutions-title {
    font-size: 32px;
  }
  .featured-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .featured-card-large {
    height: 300px;
  }
  .industry-nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .nav-icon {
    width: 40px;
    height: 40px;
  }
  .nav-label {
    font-size: 12px;
  }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .industry-solutions {
    padding: 40px 0;
  }
  .solutions-header {
    margin-bottom: 40px;
  }
  .solutions-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .solutions-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .btn-consult {
    padding: 10px 24px;
    font-size: 13px;
  }
  .featured-grid {
    gap: 16px;
    margin-bottom: 40px;
  }
  .featured-card-large {
    height: 220px;
  }
  .solution-card {
    padding: 28px 24px;
  }
  .solution-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .solution-description {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .btn-solution {
    padding: 8px 20px;
    font-size: 13px;
  }
  .industry-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 30px;
  }
  .industry-nav-item {
    padding: 20px 12px;
  }
  .nav-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
  }
  .nav-icon svg {
    width: 20px;
    height: 20px;
  }
  .nav-label {
    font-size: 11px;
  }
}

/* Extra Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
  .solutions-title {
    font-size: 20px;
  }
  .solutions-subtitle {
    font-size: 13px;
  }
  .featured-card-large {
    height: 180px;
  }
  .solution-card {
    padding: 24px 20px;
  }
  .solution-title {
    font-size: 16px;
  }
  .solution-description {
    font-size: 12px;
  }
  .industry-nav {
    grid-template-columns: 1fr;
  }
  .industry-nav-item {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 16px;
    gap: 12px;
  }
  .nav-icon {
    margin-bottom: 0;
  }
  .nav-label {
    font-size: 13px;
  }
}

.testimonial-section {
  padding: 126px 0;
  background-color: #F8F8F8;
  position: relative;
}

.testimonial-section .testimonial-title {
  font-size: 46px;
  font-weight: 700;
  color: #111;
  margin-bottom: 46px;
}

.testimonial-section .testimonial-content {
  display: flex;
  gap: 127px;
  margin-bottom: 80px;
}

.testimonial-section .testimonial-quote {
  position: relative;
  width: 856px;
  padding-top: 33px;
}

.testimonial-section .testimonial-quote .quote-icon {
  margin-bottom: 24px;
}

.testimonial-section .testimonial-quote .quote-icon svg {
  width: 84px;
  height: auto;
}

.testimonial-section .testimonial-quote .quote-text {
  width: 790px;
  padding-left: 63px;
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 54px;
}

.testimonial-section .testimonial-quote .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 63px;
}

.testimonial-section .testimonial-quote .client-info .client-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.testimonial-section .testimonial-image {
  width: 600px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.testimonial-section .testimonial-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.testimonial-section .testimonial-image .building-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.testimonial-section .partners-logos {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 40px;
  align-items: center;
  padding: 40px 0;
}

.testimonial-section .partners-logos .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  cursor: pointer;
  width: 180px;
}

.testimonial-section .partners-logos .logo-item:hover {
  opacity: 1;
}

.testimonial-section .partners-logos .logo-item img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.testimonial-section .partners-logos .logo-item:hover img {
  filter: grayscale(0%);
}

.company-intro-section {
  position: relative;
  padding: 136px 0  70px;
  overflow: hidden;
}

.company-intro-section .intro-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 670px;
  background: url(../img/index/intro_bg.webp) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 32px 32px 32px 133px;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
}

.company-intro-section .intro-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.company-intro-section .company-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.company-intro-section .company-logo svg {
  width: 28px;
  height: 33px;
}

.company-intro-section .company-logo .logo-text {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.5px;
}

.company-intro-section .intro-title {
  width: 633px;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin: 0;
}

.company-intro-section .btn-learn-more {
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 10px 23px;
  border-radius: 25px;
  background: #FFDA2C;
  backdrop-filter: blur(5px);
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  align-self: flex-start;
}

.company-intro-section .btn-learn-more img {
  width: 12px;
  height: auto;
}

.company-intro-section .stats-container {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 20px;
}

.company-intro-section .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 40px;
}

.company-intro-section .stat-item:first-child {
  padding-left: 0;
}

.company-intro-section .stat-item .stat-number {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.company-intro-section .stat-item .stat-label {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.company-intro-section .stat-divider {
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
}

.company-intro-section .intro-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 605px;
  height: 605px;
}

.company-intro-section .intro-image .analytics-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .company-intro-section {
    padding: 60px 0;
  }
  .company-intro-section .intro-wrapper {
    gap: 40px;
  }
  .company-intro-section .intro-content {
    gap: 24px;
  }
  .company-intro-section .intro-title {
    font-size: 30px;
  }
  .company-intro-section .stats-container {
    gap: 24px;
    margin-top: 16px;
  }
  .company-intro-section .stat-item .stat-number {
    font-size: 28px;
  }
  .company-intro-section .stat-item .stat-label {
    font-size: 12px;
  }
  .company-intro-section .stat-divider {
    height: 36px;
  }
}

@media (max-width: 767px) {
  .company-intro-section {
    padding: 40px 0;
  }
  .company-intro-section .container {
    padding: 0 16px;
  }
  .company-intro-section .intro-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .company-intro-section .intro-content {
    gap: 20px;
  }
  .company-intro-section .company-logo {
    margin-bottom: 4px;
  }
  .company-intro-section .company-logo svg {
    width: 20px;
    height: 20px;
  }
  .company-intro-section .company-logo .logo-text {
    font-size: 14px;
  }
  .company-intro-section .intro-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .company-intro-section .intro-title br {
    display: none;
  }
  .company-intro-section .btn-learn-more {
    padding: 10px 24px;
    font-size: 13px;
  }
  .company-intro-section .stats-container {
    gap: 20px;
    margin-top: 12px;
  }
  .company-intro-section .stat-item .stat-number {
    font-size: 24px;
  }
  .company-intro-section .stat-item .stat-label {
    font-size: 11px;
  }
  .company-intro-section .stat-divider {
    height: 32px;
  }
  .company-intro-section .intro-image {
    border-radius: 12px;
  }
  .company-intro-section .intro-image .analytics-image {
    height: 240px;
  }
}

@media (max-width: 480px) {
  .company-intro-section .intro-title {
    font-size: 20px;
  }
  .company-intro-section .stats-container {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
  }
  .company-intro-section .stat-item {
    flex: 1;
    min-width: calc(33.333% - 12px);
  }
  .company-intro-section .stat-item .stat-number {
    font-size: 22px;
  }
  .company-intro-section .stat-item .stat-label {
    font-size: 10px;
  }
  .company-intro-section .stat-divider {
    display: none;
  }
  .company-intro-section .intro-image .analytics-image {
    height: 200px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.company-intro-section.animate .company-logo,
.company-intro-section.animate .intro-title,
.company-intro-section.animate .btn-learn-more,
.company-intro-section.animate .stats-container {
  animation: fadeInRight 0.6s ease forwards;
}

.company-intro-section.animate .intro-title {
  animation-delay: 0.1s;
}

.company-intro-section.animate .btn-learn-more {
  animation-delay: 0.2s;
}

.company-intro-section.animate .stats-container {
  animation-delay: 0.3s;
}

.company-intro-section.animate .intro-image {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
}

.stat-item .stat-number.counting {
  animation: countUp 1.5s ease-out forwards;
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.industry-insights-section {
  padding: 70px 0 140px;
}

.industry-insights-section .insights-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
}

.industry-insights-section .insights-title {
  font-size: 46px;
  font-weight: 600;
  color: #111;
  letter-spacing: -0.5px;
  margin: 0;
}

.industry-insights-section .btn-view-more {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 10px 24px;
  border-radius: 25px;
  background: #000;
  backdrop-filter: blur(5px);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.industry-insights-section .btn-view-more img {
  width: 12px;
  height: auto;
}

.industry-insights-section .filter-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.industry-insights-section .filter-tab {
  padding: 14px 43px;
  color: #333;
  border-radius: 25px;
  border: 1px solid #E6E6E6;
  background: #FAFAFB;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.industry-insights-section .filter-tab:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.industry-insights-section .filter-tab.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.industry-insights-section .articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.industry-insights-section .article-card {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.industry-insights-section .article-card:hover .card-image {
  transform: scale(1.05);
}

.industry-insights-section .article-card:hover .card-title {
  text-decoration: underline;
}

.industry-insights-section .card-image-wrapper {
  position: relative;
  width: 100%;
  height: 326px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f0f0f0;
}

.industry-insights-section .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.industry-insights-section .card-tag {
  position: absolute;
  top: 20px;
  right: 30px;
  padding: 8px 10px;
  background-color: #2BA275;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.industry-insights-section .card-tag::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #2BA275 transparent transparent;
}

.industry-insights-section .card-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  line-height: 1.45;
  margin: 34px 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 64px;
}

.industry-insights-section .card-description {
  font-size: 14px;
  color: #656565;
  line-height: 1.8;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .industry-insights-section {
    padding: 60px 0;
  }
  .industry-insights-section .insights-title {
    font-size: 28px;
  }
  .industry-insights-section .insights-header {
    margin-bottom: 28px;
  }
  .industry-insights-section .filter-tabs {
    margin-bottom: 32px;
  }
  .industry-insights-section .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .industry-insights-section .card-image-wrapper {
    height: 200px;
  }
  .industry-insights-section .card-content {
    padding: 18px;
  }
  .industry-insights-section .card-title {
    font-size: 15px;
    min-height: 45px;
  }
  .industry-insights-section .card-description {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .industry-insights-section {
    padding: 40px 0;
  }
  .industry-insights-section .container {
    padding: 0 16px;
  }
  .industry-insights-section .insights-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
  .industry-insights-section .insights-title {
    font-size: 24px;
  }
  .industry-insights-section .btn-view-more {
    padding: 8px 20px;
    font-size: 13px;
    align-self: flex-end;
  }
  .industry-insights-section .filter-tabs {
    gap: 8px;
    margin-bottom: 24px;
  }
  .industry-insights-section .filter-tab {
    padding: 8px 18px;
    font-size: 13px;
  }
  .industry-insights-section .articles-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .industry-insights-section .card-image-wrapper {
    height: 180px;
  }
  .industry-insights-section .card-content {
    padding: 16px;
  }
  .industry-insights-section .card-title {
    font-size: 15px;
    min-height: auto;
  }
  .industry-insights-section .card-description {
    font-size: 12px;
  }
  .industry-insights-section .card-tag {
    top: 10px;
    right: 10px;
    padding: 5px 12px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .industry-insights-section .insights-title {
    font-size: 20px;
  }
  .industry-insights-section .filter-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .industry-insights-section .filter-tabs::-webkit-scrollbar {
    height: 4px;
  }
  .industry-insights-section .filter-tabs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
  }
  .industry-insights-section .filter-tab {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .industry-insights-section .card-image-wrapper {
    height: 160px;
  }
  .industry-insights-section .card-title {
    font-size: 14px;
  }
  .industry-insights-section .card-description {
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.industry-insights-section.animate .insights-header,
.industry-insights-section.animate .filter-tabs,
.industry-insights-section.animate .article-card {
  animation: fadeInUp 0.6s ease forwards;
}

.industry-insights-section.animate .filter-tabs {
  animation-delay: 0.1s;
}

.industry-insights-section.animate .article-card {
  opacity: 0;
}

.industry-insights-section.animate .article-card:nth-child(1) {
  animation-delay: 0.2s;
}

.industry-insights-section.animate .article-card:nth-child(2) {
  animation-delay: 0.3s;
}

.industry-insights-section.animate .article-card:nth-child(3) {
  animation-delay: 0.4s;
}

.industry-insights-section.animate .article-card:nth-child(4) {
  animation-delay: 0.5s;
}

.industry-insights-section.animate .article-card:nth-child(5) {
  animation-delay: 0.6s;
}

.industry-insights-section.animate .article-card:nth-child(6) {
  animation-delay: 0.7s;
}

.article-card.loading .card-image-wrapper {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
