

/* =====================
   HERO BANNER
   ===================== */
.home_hero_banner {
  overflow: hidden;
  position: relative;
}

.home_hero_banner .flex{
  min-height: 79rem;
  padding: 0rem 0 0;
}

.home_hero_banner .content {
  position: relative;
  z-index: 2;
}

.home_hero_text {
  flex: 0 0 51%;
  max-width: 51%;
  padding-bottom: 4rem;
}

.hero_badge {
  display: inline-block;
  font-size: 1.2rem;
  font-family: 'oswald', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--primary);
  padding: 0.5rem 1.2rem;
  border-radius: 2px;
  margin-bottom: 2.2rem;
}

.home_hero_text h1 {
  font-size: 7.5rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 9rem;
  text-transform: uppercase;
  margin: 0 0 3.0rem;
}

.home_hero_text h1 .red {
  color: var(--primary);
}

.home_hero_text > p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #cecece;
  max-width: 56rem;
  margin-bottom: 3rem;
  line-height: 2.8rem;
}

.hero_btns {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.hero_btns .btn{
  min-width: 20rem;
}
.home_hero_image {
  flex: 0 0 37.78%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_hero_image .img {
  width: 100%;
  
}

.home_hero_image .img img {
  width: 100%;
  height: auto;
  display: block;
}

/* =====================
   STATS BAR
   ===================== */
.home_stats_bar {
  background: #FBFBFB;
  padding: 0;
  position: relative;
  z-index: 9;
}

.home_stats_bar .content {
  padding-top: 0;
  padding-bottom: 0;
}

.home_stats_bar .flex {
  min-height: 12rem;
  flex-wrap: nowrap;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.stat_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4.5rem 2rem;
  flex: 1;
}

.stat_item strong {
  display: block;
  font-size: 3.8rem;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.stat_item strong span{
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.stat_item strong span:nth-of-type(2){
  color: var(--primary);
}
.stat_item span {
  font-size: 1.3rem;
  font-weight: 500;
  color: #6b6e78;
  text-transform: uppercase;
  letter-spacing: 0.1em;

}

.stat_divider {
  width: 1px;
  height: 5rem;
  background: var(--border);
  flex-shrink: 0;
  align-self: center;
}

/* =====================
   PRODUCT RANGE
   ===================== */
.home_product_range {
  background: linear-gradient(to bottom,#FBFBFB,#fff);
  padding: 12.2rem 0 5rem;
  overflow: hidden;
}

.home_product_range_head {
  margin-bottom: 5rem;
  
}

.home_product_range_left {
  flex: 0 0 45%;
  max-width: 45%;
}

.home_product_range_left .subtitle {
  margin-bottom: 1.2rem;
}

.home_product_range_left h2 {
  font-size: 5rem;
  line-height: 6.2rem;
  
  color: var(--title);
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}

.home_product_range_right {
  flex: 0 0 45%;
  
  max-width: 55rem;
  display: flex;
  align-items: flex-end;
}

.home_product_range_right p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #666666;
  line-height: 2.6rem;
  margin: 0;
}

.home_product_range_swiper_wrap {
  position: relative;
}

.home_product_range_swiper {
  position: relative;
}

.home_product_range_swiper .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.product_card {
  background: var(--surface);
  border-radius: 8px;
  overflow: hidden;
  
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
  border: 1px solid #ecedf1;
  display: block;
}

.product_card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}

.product_card .img {
  width: 100%;
  aspect-ratio: 380/270;
  overflow: hidden;
  background-color: #F8F8F8;
}

.product_card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product_card:hover .img img {
  transform: scale(1.04);
}

.product_card_body {
  padding: 2.6rem 3rem;
}

.card_cat {
  font-family: 'oswald', sans-serif;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.4rem;
}

.product_card_body h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--title);
  text-transform: uppercase;
  margin: 0 0 1.3rem;
}

.product_card_body p {
  font-size: 1.6rem;
  color: #6b6e78;
  line-height: 2.3rem;
  margin: 0 0 2.6rem;
}

.card_spec {
  font-family: 'oswald', sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #6b6e78;
  border-top: 1px solid #ecedf1;
  padding-top: 1.6rem;
}

.home_product_range_swiper .swiper_btns{
  justify-content: center;
  margin-top: 3.2rem;
}


.home_product_range_swiper .swiper-pagination {
  display: none;
}

/* =====================
   APPLICATIONS
   ===================== */
.home_applications {
  background: #f9f9f9;
  padding: 14.2rem 0 17.8rem;

}

.home_applications_head {
  margin-bottom: 4rem;
}
.home_applications_head .subtitle{
  margin-bottom: 0.2rem;
}
.home_applications_head h2 {
  font-size: 5rem;
  font-weight: 800;
  color: var(--title);
  text-transform: uppercase;
  margin: 0;
  flex: 0 0 45%;

}

.home_applications_head .desc {
  font-size: 1.8rem;
  color: #6b6e78;
  line-height: 2.6rem;
  max-width: 51.2rem;
  margin: 0;
  flex: 0 0 50%;
}

.home_applications_grid {
  margin-top: 0;
  flex-wrap: nowrap;
  gap: 2.1rem;
}
.app_card.active{
  flex: 2;
}
.app_card {
  flex: 1;
  min-width: 0;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.app_card:before{
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(to top,#0B1A2E,#0b1a2e00);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.app_card .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 45.2rem;
}

.app_card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.app_card:hover .img img {
  transform: scale(1.06);
}

.app_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.6rem 3.3rem;
  
  color: #FFFFFF;
  
  z-index: 15;
}

.app_overlay h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
}
.active .app_overlay p{
  opacity: 1;
  position: relative;
}
.app_overlay p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin: 0;
  
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  
}

/* =====================
   BUILT FOR ENDURANCE
   ===================== */
.home_endurance {
  background: white;
  padding: 10.7rem 0 13.7rem;
}

.home_endurance_left {
  flex: 0 0 21.73%;
  max-width: 21.73%;
}
.home_endurance .head {
  margin-bottom: 5rem;
}
.home_endurance .head .left{
  width: 36.23%;
}
.home_endurance .head .left p{
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #0b1a2e;
  margin-top: 4.6rem;
}
.home_endurance .head .right{
  width: 43.26%;
  padding-top: 13.5rem;
}
.home_endurance .head .right p{
  margin-bottom: 3.3rem;
}
.home_endurance_left .subtitle {
  margin-bottom: 1.2rem;
}

.home_endurance_left h2 {
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--title);
  text-transform: uppercase;
  margin: 0 0 2rem;
  line-height: 1.2;
}

.home_endurance_left > p {
  font-size: 1.3rem;
  color: var(--text);
  line-height: 1.7;
  max-width: 40rem;
  margin: 0 0 1.6rem;
}

.endurance_stats {
  margin: 3rem 0;
  flex-wrap: nowrap;
  gap: 3rem;
  flex-direction: column;
  gap: 6.5rem;
}

.endurance_stat {
  display: flex;
  flex-direction: column;
}

.endurance_stat strong, .endurance_stat strong span{
  font-size: 4.4rem;
  font-weight: 500;
  color: var(--title);
  line-height: 1.2;
  margin-bottom: 0.6rem;
  letter-spacing: 0;
}
.endurance_stat strong span:nth-of-type(2){
  color: var(--primary);
}
.endurance_stat span {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home_endurance_right {
  flex: 0 0 78.26%;
  max-width: 78.26%;
}

.home_endurance_right .img {
  width: 100%;
  border-radius: 11px;
  overflow: hidden;
  aspect-ratio: 1078/461;
}

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

/* =====================
   WHY CHOOSE JIANHANG
   ===================== */
.home_why_choose {
  background: #F9F9F9;
  padding: 14rem 0 10rem;
  
}
.home_why_choose h2{
  margin-bottom: 3.5rem;
}
.home_why_choose .head p{
  margin-bottom: 4rem;
}
.home_why_left {
  flex: 0 0 35%;
  max-width: 35%;
  padding-right: 4rem;
  padding-top: 7.2rem;
}

.home_why_left .subtitle {
  margin-bottom: 1.2rem;
}


.home_why_right {
  width: 57.68%;
}

.why_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.why_card {
  background: var(--surface);
  padding: 3.3rem 4rem;
  border-radius: 8px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border: 1px solid #ecedf1;
}

.why_card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.why_card .icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why_card .icon img {
  width: 100%;
  height: 100%;
  
}

.why_card h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  
  color: var(--title);
  text-transform: uppercase;
  margin: 0 0 1rem;
  line-height: 1.3;
  padding-right: 4rem;
}

.why_card p {
  font-size: 1.6rem;
  color: #6b6e78;
  line-height: 2.6rem;
  margin: 0;
}

  .home_process .head p{
    opacity: 0.7 !important;
  }
/* =====================
   CERTIFICATIONS BAR
   ===================== */
.home_certifications {
  background: var(--surface);
  padding: 5rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.swiper_home_cer{
  overflow: hidden;
  padding: 0 5%;
}
.home_certifications .flex {
  flex-wrap: nowrap;
  padding: 0 5%;
}

.cert_item.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  
  padding: 1rem 2rem;
  transition: opacity 0.3s ease;
}

.cert_item:hover {
  opacity: 0.75;
}

.cert_icon {
  width: 10rem;
  height: 10rem;
  border: 2px solid #e0e2e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  transition: border-color 0.3s ease;
}

.cert_item:hover .cert_icon {
  border-color: var(--primary);
}

.cert_icon img {
  width: 45%;
  height: 45%;
}

.cert_item span {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--title);
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  
}

.home_process {
  background-color: #0B1A2F;
  padding: 10rem 0 9.6rem;
}
.home_process  .head p {
  max-width: 62.5rem;
  color: #ffffff;
  opacity: 0.7;
}
.home_process h2{
  color: white !important;
  margin-bottom: 2.8rem !important;
  font-weight: 600;
}
.home_process .home_process_swiper {
  overflow: hidden;
  max-width: 141rem;
  margin: 6rem auto 0;
  padding-top: 1rem;
}
.home_process .home_process_swiper .swiper-slide {
  position: relative;
  --w: 5.4rem;
  padding: 0 1rem;
}
.home_process .home_process_swiper .swiper-slide::before,
.home_process .home_process_swiper .swiper-slide::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.22);
  background-color: #414D5D;
  left: 50%;
  top: calc(var(--w) / 2 - 1px);
  content: '';
}
.home_process .home_process_swiper .swiper-slide::after {
  background-color: var(--primary);
  width: 0;
}
.home_process .home_process_swiper .swiper-slide.active .order::before {
  width: 120%;
  padding-bottom: 120%;
  opacity: 1;
}
.home_process .home_process_swiper .swiper-slide.active_line::after {
  width: 100%;
  transition: width 5s linear;
}
.home_process .home_process_swiper .swiper-slide:last-child::before,
.home_process .home_process_swiper .swiper-slide:last-child::after {
  display: none;
}
.home_process .home_process_swiper .order {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: var(--w);
  min-width: var(--w);
  width: max-content;
  margin: 0 auto;
}
.home_process .home_process_swiper .order::before,
.home_process .home_process_swiper .order::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  pointer-events: none;
  z-index: -1;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 50%;
  border: 4px solid transparent;
  background-color: #414D5D;
}
.home_process .home_process_swiper .order::before {
  background-color: #0B1A2F;
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  width: 100%;
  height: unset;
  padding-bottom: 100%;
}
.home_process .home_process_swiper .active .order::after{
    background-color: var(--primary);
}
.home_process .home_process_swiper .info {
  text-align: center;
  margin-top: 2.5rem;
}
.home_process .home_process_swiper .info h3 {
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.home_process .home_process_swiper .info p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #939393;
  margin-top: 1.6rem;
}
.home_process p.center:has(.btn) {
  max-width: unset;
  margin-top: 6.2rem;
}




.home_latest_news {
  background: var(--surface);
  padding: 17.3rem 0 15.4rem;
}

.home_news_head {
  margin-bottom: 5.5rem;
}

.home_news_head .subtitle {
  margin-bottom: 0.8rem;
}


.home_latest_news_swiper_wrap {
  position: relative;
}

.swiper_content {
  max-width: 142rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.home_latest_news_swiper {
  position: relative;
  overflow: hidden;
}

.home_latest_news_swiper .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}


.home_latest_news .swiper_btns{
  max-width: 161.3rem;
}

/* =====================
   RESPONSIVE MEDIA QUERIES
   ===================== */

@media screen and (min-width: 769px) and (max-width: 1220px) {
  
  .home_hero_text h1 {
    font-size: 3.8rem;
  }

  .home_hero_text {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .home_hero_image {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .home_product_range_left h2 {
    font-size: 2.6rem;
  }

  .home_why_left {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .home_cta_left {
    flex: 0 0 52%;
    max-width: 52%;
  }

  .home_cta_right {
    flex: 0 0 44%;
    max-width: 44%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_hero_text h1 {
    font-size: 3.2rem;
  }

  .home_hero_banner {
    padding: 10rem 0 5rem;
  }

  .home_hero_text {
    flex: 0 0 58%;
    max-width: 58%;
    padding-right: 2rem;
  }

  .home_hero_image {
    flex: 0 0 42%;
    max-width: 42%;
  }

  .home_product_range_left {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .home_product_range_right {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .home_endurance_left {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .home_endurance_right {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .home_why_left {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 2rem;
  }

  .why_grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
  }

  .process_steps::before {
    display: none;
  }

  .process_step {
    padding: 0 1rem;
  }

  .home_cta_left {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .home_cta_right {
    flex: 0 0 42%;
    max-width: 42%;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_hero_text h1 {
    font-size: 2.8rem;
  }

  .home_hero_text {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .home_hero_image {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .stat_item strong {
    font-size: 2.2rem;
  }

  .home_product_range_head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home_product_range_left,
  .home_product_range_right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home_product_range_right {
    margin-top: 1.6rem;
  }

  .home_applications_head .flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .home_applications_head h2 {
    flex: 0 0 100%;
    margin-bottom: 1.2rem;
  }

  .home_applications_head .desc {
    flex: 0 0 100%;
  }


  .app_card {
    flex: 0 0 calc(50% - 1.5rem);
  }

  .home_endurance .flex {
    flex-direction: column;
  }

  .home_endurance_left,
  .home_endurance_right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home_endurance_right {
    margin-top: 3rem;
  }

  .home_why_choose .flex {
    flex-direction: column;
  }

  .home_why_left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }

  .home_why_right {
    flex: 0 0 100%;
  }

  .process_steps {
    flex-wrap: wrap;
    gap: 3rem;
  }

  .process_steps::before {
    display: none;
  }

  .process_step {
    flex: 0 0 calc(33.333% - 2rem);
  }

  .home_cta_factory .flex {
    flex-direction: column;
  }

  .home_cta_left,
  .home_cta_right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home_cta_right {
    margin-top: 3rem;
    justify-content: center;
  }
}

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

  

  /* Hero */
  .home_hero_banner {
    padding: 50px 0;
    min-height: auto;
  }

  .home_hero_banner .flex {
    flex-direction: column-reverse;
    min-height: unset;
  }
  .hero_badge{
    margin-bottom: 1rem;
  }
  .home_hero_text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
  }

  .home_hero_text h1 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  
  .home_hero_image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home_hero_image .img{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_hero_image .img img{
    width: 80%;
  }

  /* Stats */
  

  .stat_item {
    flex: 0 0 50%;
    padding: 2rem 1rem;
  }

  .stat_divider {
    display: none;
  }

  /* Product Range */
  .home_product_range {
    padding: 6rem 0 8rem;
  }

  .home_product_range_head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home_product_range_left,
  .home_product_range_right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home_product_range_left h2 {
    font-size: 2.4rem;
  }

  .home_product_range_right {
    margin-top: 1.6rem;
  }

  /* Applications */
  .home_applications {
    padding: 6rem 0;
  }

  .home_applications_head .flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .home_applications_head h2 {
    flex: 0 0 100%;
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }

  .home_applications_head .desc {
    flex: 0 0 100%;
  }

  .app_card, .app_card.active{
    min-width: 250px;
    flex: unset !important;
  }
  .app_card .img{
    height: 300px;
  }

  /* Endurance */
  .home_endurance {
    padding: 50px 0;
  }

  .home_endurance .flex {
    flex-direction: column;
  }

  .home_endurance_left {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home_endurance_left h2 {
    font-size: 2.4rem;
  }

  .home_endurance_right {
    width: 100%;
    flex: unset;
    margin: 0;
    max-width: 100%;
    margin-top: 20px;
  }

  .endurance_stats {
    flex-wrap: wrap;
    gap: 2rem;
  }

  /* Why Choose */
  .home_why_choose {
    padding: 40px 0;
  }

  .home_why_choose .flex {
    flex-direction: column;
  }

  .home_why_left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .home_why_choose .head p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .home_why_left h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .home_why_right {
    flex: 0 0 100%;
    width: 100%;
  }

  .why_grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
  }

  /* Certifications */
  .home_certifications {
    padding: 4rem 0;
  }

  .home_certifications .flex {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .cert_item {
    flex: 0 0 calc(33.333% - 1.4rem);
  }

  /* Process */
  .home_process {
    padding: 6rem 0;
  }

  .home_process .head h2 {
    font-size: 2.4rem;
  }
  .process_steps {
    flex-direction: column;
    gap: 3rem;
  }

  .process_steps::before {
    display: none;
  }

  .process_step {
    flex: 0 0 100%;
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .step_num {
    margin: 0 0 1.2rem;
  }

  /* News */
  .home_latest_news {
    padding: 6rem 0;
  }

  .home_news_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }

  .home_news_head h2 {
    font-size: 2.4rem;
  }

  /* CTA Factory */
  .home_cta_factory {
    padding: 50px 0;
  }

  .home_cta_factory .flex {
    flex-direction: column;
  }

  .home_cta_left {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home_cta_left h2 {
    font-size: 2.4rem;
  }

  .home_cta_right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 3rem;
    justify-content: center;
  }

  .cta_btns {
    flex-wrap: wrap;
  }

  /* Footer */

  

  .home_hero_text > p{
    font-size: 14px;
    line-height: 1.5;
  }
  .home_stats_bar .flex{
    min-height: unset;
    overflow-y: hidden;
  }
  .home_stats_bar{
    background-color: #fff;
  }
  .stat_item span{
    font-size: 12px;
  }
  .home_product_range{
    padding: 50px 0;
  }
  .home_product_range_right p{
    font-size: 14px;
    line-height: 1.5;
  }
  .home_product_range_head{
    margin-bottom: 30px;
  }
  .product_card_body{
    padding: 20px;
  }
  .card_cat{
    font-size: 12px;
  }
  .product_card_body h3{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product_card_body p{
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .card_spec{
    font-size: 15px;
    padding-top: 10px;
  }
  .home_product_range_swiper .swiper_btns{
    margin-top: 20px;
  }
  .home_applications{
    padding: 40px 0;
  }
  .home_applications_head .desc{
    font-size: 14px;
    line-height: 1.5;
  }
  .home_applications_head{
    margin-bottom: 20px;
  }
  .app_overlay{
    padding: 20px;
  }
  .app_overlay h3{
    font-size: 17px;
    
  }
  .app_overlay p{
    font-size: 13px;
    line-height: 1.5;
  }
  .home_applications_grid{
    gap: 20px;
    overflow: auto;
  }
  .home_endurance .head .left{
    width: 100%;
  }
  .home_endurance .head .right{
    width: 100%;
    padding-top: 15px;
  }
  .home_endurance .head .left p{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .home_endurance .head .right p{
    margin-bottom: 15px;
  }
  .home_endurance .endurance_stats{
    flex-direction: unset;
    white-space: nowrap;
    flex-flow: nowrap;
    margin: 0;
    overflow: auto;
  }
  .endurance_stat{
    flex: unset;
    min-width: 120px;
  }
  .endurance_stat strong, .endurance_stat strong span{
    font-size: 25px;
  }
  .endurance_stat span{
    font-size: 12px;
  }
  .home_endurance .head{
    margin-bottom: 20px;
  }
  .why_card{
    padding: 20px;
    min-width: 250px;
  }
  .why_card .icon{
    width: 4rem;
    height: 4rem;
    margin-bottom: 20px;
  }
  .why_card h3{
    font-size: 16px;
  }
  .why_card p{
    font-size: 13px;
    line-height: 1.5;
  }
  .cert_icon{
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .cert_item span{
    font-size: 15px;
  }
  .home_process{
    padding: 40px 0;
  }
  .home_process h2{
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }
  .home_process .home_process_swiper{
    margin-top: 30px;
  }
  .home_process .home_process_swiper .swiper-slide{
    --w: 30px;
  }
  .home_process .home_process_swiper .info h3{
    font-size: 16px;
  }
  .home_process .home_process_swiper .info p{
    font-size: 14px;
    line-height: 1.5;
  }
  .home_process .home_process_swiper .order{
    font-size: 14px;
  }
  .home_process p.center:has(.btn){
    margin-top: 20px;
  }
  .home_latest_news{
    padding: 40px 0;
  }
  .home_news_head{
    margin-bottom: 20px;
  }
  
  .home_latest_news .swiper_btns.middle{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .home_hero_text h1 {
    font-size: 25px;
  }

  .hero_btns {
    flex-direction: column;
    gap: 1rem;
  }

  .hero_btns .btn {
    width: 100%;
    justify-content: center;
  }

  .stat_item {
    flex: 0 0 50%;
  }

  .stat_item strong {
    font-size: 2.2rem;
  }

  .app_card {
    flex: 0 0 100%;
  }

  .why_grid {
    display: flex;
    gap: 20px;
    overflow: auto;
  }

  .cert_item {
    flex: 0 0 calc(50% - 1rem);
  }

  .home_product_range_left h2 {
    font-size: 2.2rem;
  }

  .home_endurance_left h2,
  .home_why_left h2,
  .home_cta_left h2,
  .home_process .head h2 {
    font-size: 2.2rem;
  }

  .home_news_head h2 {
    font-size: 2.2rem;
  }

  .cta_btns {
    flex-direction: column;
  }

  .cta_btns .btn {
    width: 100%;
    justify-content: center;
  }

  .home_cta_right {
    flex-direction: column;
    align-items: center;
  }

  .cta_img_boat,
  .cta_img_prop {
    flex: 0 0 80%;
  }

  .endurance_stats {
    gap: 2rem;
  }

  .endurance_stat {
    flex: 0 0 calc(50% - 1rem);
  }

  .process_step {
    padding: 0;
  }

  .foot_nav {
    flex: 0 0 100%;
  }
}