/*
Theme Name: Logimax
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Logistics & Transportation HTML Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Services
10. Fun facts
11. Projects
12. Pricing
13. Testimonial
14. CTA
15. Team
16. Video Banner
17. Shop
18. Marquee
19. Blog
20. Footer

Main Style file-> assets/css/main.css 
*/

.about_bg {
    background: url(../images/ab_bg.jpg) center center ;
    background-repeat: no-repeat;
    background-size: cover;
}


/* abAbout start */
.abAbout {
padding: 80px 0;
/* margin-top: 50px; */
/* background: url(../images/ab_bg.jpg) center center no-repeat; */
background-size: cover;
position: relative;
}

.abAbout::before {
content: '';
display: block;
width: 380px;
height: calc(100% + 64px);
overflow: hidden;

background-size: cover;
border-radius: 32px 0 0 32px;
position: absolute;
top: -32px;
right: 0;
}

.abAbout .abAbout_main {
display: flex;
align-items: center;
justify-items: center;
overflow: hidden;
margin: 0 auto;
position: relative;
z-index: 1;
}

.abAbout_main .abAbout_left {
width: 50%;
padding-right: 50px;
}

.abAbout_left .abAbout_con {
height: auto;
max-height: 216px;
overflow: hidden;
line-height: 36px;
color: rgba(0, 0, 0, 0.45);
font-size: 16px;
text-align: justify;
margin-bottom: 50px;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
}

.abAbout_main a.abAbout_btn {
display: block;
width: 178px;
height: 48px;
overflow: hidden;
line-height: 46px;
color: black;
font-size: 16px;
text-align: center;
border-radius: 24px;
border: 1px solid #000000;
background-color: rgba(204, 14, 16, 0);
}

.abAbout_main a.abAbout_btn:hover {
    border: 1px solid #CA1F27;
    background-color: #CA1F27;
    color: white;
}

.abAbout_main a.abAbout_btn:hover ~ .icon {
  fill: white;
}


.abAbout_main a.abAbout_btn i {
display: inline-block;
width: 25px;
height: 25px;
overflow: hidden;
vertical-align: middle;
margin: -4px 0 0 20px;
}

.abAbout_main a.abAbout_btn i svg {
    display: block;
    width: 100%;
    height: 100%;
}

.abAbout_main a.abAbout_btn i svg path {
fill: #000000;
}

.abAbout_main .abAbout_right {
width: 50%;
padding: 0 30px 0 50px;
}

.abAbout_right .abAbout_img {
width: 100%;
height: auto;
position: relative;
}

.abAbout_right .abAbout_img::before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, .25);
position: absolute;
right: -10px;
bottom: -10px;
transition: transform 0.3s ease;
}

.abAbout_img a {
display: block;
width: 100%;
height: 445px;
overflow: hidden;
border-radius: 20px;
position: relative;
z-index: 1;
transition: transform 0.3s ease;
}

.abAbout_img a img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
margin: auto;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
transition: transform 0.4s ease;
}

.abAbout_img a:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}

.abAbout_right dl dd {
float: left;
}

.abAbout_right dl dd:first-child {
margin-right: 50px;
}

.abAbout_right dl dd i {
display: block;
width: 64px;
height: 64px;
overflow: hidden;
padding: 12px;
border-radius: 50%;
background-color: #CA1F27;
}

.abAbout_right dl dd i svg {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}

.abAbout_right dl dd i svg path {
fill: #ffffff;
}

.abAbout_right dl dd p {
line-height: 30px;
color: #fff;
font-size: 16px;
margin-top: 20px;
}

@media (max-width:1680px) {
.abAbout::before {
    width: 320px;
    height: calc(100% + 48px);
    border-radius: 24px 0 0 24px;
    top: -24px;
}

.abAbout_main .abAbout_left {
    padding-right: 40px;
}

.abAbout_left .abAbout_con {
    height: auto;
    max-height: 210px;
    line-height: 35px;
    font-size: 15px;
    margin-bottom: 40px;
}

.abAbout_main a.abAbout_btn {
    width: 164px;
    height: 44px;
    line-height: 42px;
    font-size: 15px;
    border-radius: 22px;
}

.abAbout_main a.abAbout_btn i {
    width: 22px;
    height: 22px;
    margin: -4px 0 0 10px;
}

.abAbout_main .abAbout_right {
    padding: 0 20px 0 40px;
}

.abAbout_right .abAbout_img {
    margin-bottom: 40px;
}

.abAbout_right dl dd:first-child {
    margin-right: 40px;
}

.abAbout_right dl dd i {
    width: 60px;
    height: 60px;
}

.abAbout_right dl dd p {
    line-height: 25px;
    font-size: 15px;
    margin-top: 10px;
}
}

@media (max-width:1600px) {
.abAbout::before {
    width: 300px;
}
}

@media (max-width:1560px) {
.abAbout_right dl dd p {
    line-height: 24px;
    font-size: 14px;
}
}

@media (max-width:1440px) {
.abAbout {
    padding: 60px 0;
}

.abAbout::before {
    width: 280px;
    height: calc(100% + 40px);
    border-radius: 20px 0 0 20px;
    top: -20px;
}

.abAbout_main .abAbout_left {
    padding-right: 30px;
}

.abAbout_left .abAbout_con {
    height: auto;
    max-height: 180px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px;
}

.abAbout_main a.abAbout_btn {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 21px;
}

.abAbout_main a.abAbout_btn i {
    width: 20px;
    height: 20px;
    margin: -4px 0 0 8px;
}

.abAbout_main .abAbout_right {
    padding: 0 20px 0 30px;
}

.abAbout_right dl dd:first-child {
    margin-right: 30px;
}
}

@media (max-width:1366px) {
.abAbout::before {
    width: 240px;
}

.abAbout_main .abAbout_left {
    padding-right: 20px;
}

.abAbout_main .abAbout_right {
    padding: 0 20px;
}

.abAbout_img a {
    height: 320px;
}
}

@media (max-width:1280px) {
.abAbout_img a {
    height: 300px;
}
}

@media (max-width:1200px) {
    .abAbout_img a {
        height: 280px;
    }
    /* .about_bg {
        background-image: none;
    } */
}

@media (max-width:1080px) {
.abAbout::before {
    width: 220px;
}

.abAbout_main .abAbout_right {
    padding: 0 10px 0 20px;
}

.abAbout_right .abAbout_img {
    margin-bottom: 30px;
}

.abAbout_img a {
    height: 260px;
}

.abAbout_right dl dd i {
    width: 50px;
    height: 50px;
}
}

@media (max-width:1024px) {
.abAbout::before {
    width: 200px;
}

.abAbout_img a {
    height: 240px;
}
}

@media (max-width:920px) {
.abAbout {
    padding: 40px 0;
}

.abAbout::before {
    width: 160px;
}

.abAbout_left .abAbout_con {
    height: auto;
    max-height: 150px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-line-clamp: 5;
}

.abAbout_img a {
    height: 220px;
}

.abAbout_right dl dd i {
    width: 44px;
    height: 44px;
    padding: 10px;
}

.abAbout_right dl dd p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 8px;
}
}

@media (max-width:820px) {
.abAbout_left .abAbout_con {
    height: auto;
    max-height: 180px;
    -webkit-line-clamp: 6;
}

.abAbout_img a {
    height: 180px;
}

.abAbout_right dl dd:first-child {
    margin-right: 0;
    margin-bottom: 10px;
}
}

@media (max-width:767px) {
.abAbout {
    padding: 20px 0;
    margin-top: 0px;
}

.abAbout::before {
    width: 120px;
    height: 50%;
    top: inherit;
    bottom: -20px;
}

.abAbout .abAbout_main {
    display: block;
    align-items: inherit;
    justify-items: inherit;
}

.abAbout_main .abAbout_left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
}

.abAbout_main .abAbout_right {
    width: 100%;
    padding: 0 10px 0 0;
}

.abAbout_img a {
    height: 200px;
}
}

@media (max-width:390px) {
.abAbout_img a {
    height: 180px;
}
}

@media (max-width:320px) {
.abAbout::before {
    width: 100px;
    height: 36%;
    top: inherit;
    bottom: -20px;
}

.abAbout_left .abAbout_con {
    height: auto;
    max-height: 150px;
    line-height: 25px;
}

.abAbout_right .abAbout_img {
    margin-bottom: 10px;
}

.abAbout_img a {
    height: 160px;
}

.abAbout_right dl {
    display: none;
}
}

@media (max-width:280px) {
.abAbout::before {
    width: 80px;
    height: 30%;
}

.abAbout_img a {
    height: 140px;
}
}

/* abAbout end */




/* 容器样式 */
.e_container-26.s_layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* 菜单项样式 */
.cbox-26-0.p_item,
.cbox-26-1.p_item,
.cbox-26-2.p_item {
    flex: 1;
    /* min-width: 280px;
    max-width: 400px; */
}

.e_container-36.s_layout,
.e_container-93.s_layout,
.e_container-100.s_layout {
    width: 100%;
}

.syjjtb {
    width: 100%;
    height: 100%;
}

.syjjtb_nr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #faf8f8 100%);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* 悬停效果 */
.syjjtb_nr:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, #fff6f0 100%);
}

.syjjtb_nr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #CA1F27, #c23d44);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.syjjtb_nr:hover::before {
    transform: scaleX(1);
}

/* 图标样式 */
.icon01 {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    fill: #CA1F27;
}

.syjjtb_nr:hover .icon01 {
    fill: #CA1F27;
    transform: scale(1.1);
}

/* 文字样式 */
.syjjtb_wz {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
}

.syjjtb_nr:hover .syjjtb_wz {
    color: #CA1F27;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .e_container-26.s_layout {
        gap: 15px;
    }
    
    .cbox-26-0.p_item,
    .cbox-26-1.p_item,
    .cbox-26-2.p_item {
        min-width: 100%;
    }
    
    .syjjtb_nr {
        padding: 25px 15px;
    }
    
    .icon01 {
        width: 56px;
        height: 56px;
        margin-bottom: 14px;
    }
    
    .syjjtb_wz {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .syjjtb_nr {
        padding: 20px 10px;
    }
    
    .icon01 {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
    }
    
    .syjjtb_wz {
        font-size: 15px;
    }
}












@media (min-width: 1600px) {
    .container
    {
        max-width: 1700px;
    }
}









  /* =========================
      命名空间：industry-section
      ========================= */
  .industry-section {
    --primary-color: #0b5ed7;
    --text-color: #e2e2e2;
    --sub-text-color: #f1f1f1;
    --bg-color: #ffffff;

    background: var(--bg-color);
    padding: 48px 24px;
    box-sizing: border-box;
  }

  .industry-section * {
    box-sizing: border-box;
  }

  /* 容器 */
  .industry-section__grid {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* gap: 32px; */
  }

  /* 单元块 */
  .industry-section__item {
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    /* gap: 16px; */
  }

  .industry-section__item:nth-child(2) {
    flex-direction: column-reverse;
  }

  .industry-section__item:nth-child(4) {
    flex-direction: column-reverse;
  }


  .industry-section__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(309deg, #2c3e50, #4a6fa5);
    aspect-ratio: 4 / 3;
    padding: 30px;
  }

  /* 图片 */
  .industry-section__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    /* border-radius: 6px; */
  }

  .industry-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* 标题 */
  .industry-section__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.4;
  }

  /* 描述 */
  .industry-section__desc {
    font-size: 14px;
    line-height: 1.8;
    color: var(--sub-text-color);
  }

  /* =========================
      响应式
      ========================= */
  @media (max-width: 1024px) {
    .industry-section__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .industry-section {
      padding: 32px 16px;
    }

    .industry-section__grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .industry-section__item:nth-child(2), .industry-section__item:nth-child(4) {
      flex-direction: column;
    }
    .industry-section__content {
      aspect-ratio: 0;
    }
  }

















/* 作用域隔离 - 所有样式都嵌套在.advantages-section下 */
.advantages-section * {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

.advantages-section {
    width: 100%;
    padding: 5rem 1rem;
    /* background-color: #ffffff; */
    overflow: hidden;
}

/* 容器 */
.advantages-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 1rem;
}

/* 标题区域 */
.advantages-header {
    text-align: center;
    margin-bottom: 4rem;
    /* opacity: 0;
    transform: translateY(20px); */
    transition: 0.5s ease;
}

/* .advantages-header.animate-in {
    opacity: 1;
    transform: translateY(0);
} */

.advantages-subtitle {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #CA1F27;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    padding: 0.25rem 1rem;
    /* background-color: rgba(15, 118, 110, 0.05); */
    border-radius: 0.75rem;
}

.advantages-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.advantages-description {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    /* color: #374151; */
    line-height: 1.6;
}

/* 优势卡片网格 */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

/* 优势卡片 */
.advantage-card {
    background-color: #ffffff6b;
    backdrop-filter: blur(3px);
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f4f6;
    transition: 0.3s ease;
    /* opacity: 0;
    transform: translateY(20px); */
}

/* .advantage-card.animate-in {
    opacity: 1;
    transform: translateY(0);
} */

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-color: #CA1F27;
}

.advantage-icon {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(118, 15, 15, 0.1);
    color: #CA1F27;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    transition: 0.2s ease;
}

.advantage-card:hover .advantage-icon {
    background-color: #CA1F27;
    color: #ffffff;
    transform: scale(1.1);
}

.advantage-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.advantage-description {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.advantage-features {
    list-style: none;
}

.advantage-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    color: #374151;
    font-size: 0.95rem;
}

.advantage-feature:last-child {
    margin-bottom: 0;
}

.advantage-feature i {
    color: #CA1F27;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item {
    padding: 1rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    
    .stat-number {
    font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    
    .stats-grid {
    gap: 1.5rem;
    }
    
    .stat-number {
    font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .advantage-card {
    padding: 1.5rem;
    }
    
    .stat-number {
    font-size: 1.75rem;
    }
}




















































/*=========================================================================
业务
==========================================================================*/
  /* ===== SCOPED RESET & BASE ===== */
  .nps-root *, .nps-root *::before, .nps-root *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .nps-root {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #1a1a1a;
  }

  /* ===== SHOWCASE WRAPPER ===== */
  .nps-showcase {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  /* ===== HEADER ===== */
  .nps-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 12vh 60px 0;
    pointer-events: none;
  }

  .nps-header__title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 12px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
  }

  .nps-header__subtitle {
    font-size: clamp(13px, 1.5vw, 16px);
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.05em;
    text-shadow: 0 1px 10px rgba(0,0,0,0.4);
  }

  /* ===== PANELS CONTAINER ===== */
  .nps-panels {
    display: flex;
    width: 100%;
    height: 100vh;
    min-height: 500px;
  }

  /* ===== SINGLE PANEL ===== */
  .nps-panel {
    position: relative;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nps-panel:hover {
    flex: 1.6;
  }

  /* BG image */
  .nps-panel__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .nps-panel:hover .nps-panel__bg {
    transform: scale(1.04);
  }

  /* Overlay */
  .nps-panel__overlay {
    position: absolute;
    inset: 0;
    /*background: rgba(20, 20, 20, 0.4);*/
    transition: background 0.4s ease;
  }

  .nps-panel--active .nps-panel__overlay,
  .nps-panel:hover .nps-panel__overlay {
    background: linear-gradient(to bottom, rgba(20, 20, 20, 0.4), rgb(179, 0, 0));
  }

  

  /* Vertical divider */
  .nps-panel::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,0.12);
    z-index: 2;
  }

  .nps-panel:last-child::after {
    display: none;
  }

  /* ===== PANEL FOOTER ===== */
  .nps-panel__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 24px 15vh;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .nps-panel__name {
    font-size: clamp(13px, 1.4vw, 17px);
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  }

  .nps-panel__desc {
    font-size: clamp(11px, 1vw, 13px);
    font-weight: 400;
    color: rgba(255,255,255,0.75);
    text-align: center;
    letter-spacing: 0.03em;
    white-space: nowrap;
    text-shadow: 0 1px 6px rgba(0,0,0,0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
  }

  /* ===== ARROW BUTTON ===== */
  .nps-panel__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.6);
    background: transparent;
    margin-top: 4px;
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
    cursor: pointer;
  }

  .nps-panel:hover .nps-panel__btn {
    border-color: #fff;
    background: rgba(255,255,255,0.15);
    transform: scale(1.1);
  }

  .nps-panel__btn svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }


  /* ===== FLOOR TEXTURE ===== */
  .nps-panel__floor {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    opacity: 0.18;
    background-image:
      repeating-linear-gradient(
        90deg,
        transparent,
        transparent 8px,
        rgba(255,255,255,0.08) 8px,
        rgba(255,255,255,0.08) 9px
      ),
      repeating-linear-gradient(
        180deg,
        transparent,
        transparent 8px,
        rgba(255,255,255,0.08) 8px,
        rgba(255,255,255,0.08) 9px
      );
    background-size: 9px 9px;
    pointer-events: none;
  }


  .nps-img { 
    position: absolute;
    inset: 0;
    display: none;
    animation: nps-img-show 0.5s ease-out forwards;
  }
  @keyframes nps-img-show {
    0% {
      transform: scale(1.25);
      /*opacity: 0.5;*/
    }
    
    100% {
      transform: scale(1);
      /*opacity: 1;*/
    }
  }
  .nps-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }




  /* ===== RESPONSIVE ===== */
  @media (max-width: 768px) {
    .nps-panels {
      flex-direction: column;
      height: auto;
    }

    .nps-panel {
      flex: none !important;
      height: 220px;
      transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .nps-panel:hover {
      height: 300px;
    }

    .nps-panel::after {
      top: auto;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
    }

    .nps-header {
      position: relative;
      padding: 32px 24px 16px;
      background: #1a1a1a;
    }

    .nps-header__title {
      color: #fff;
    }

    .nps-header__subtitle {
      color: rgba(255,255,255,0.7);
    }

    .nps-panel__name {
      white-space: normal;
    }

    .nps-panel__desc {
      white-space: normal;
    }
  }

  @media (max-width: 480px) {
    .nps-panel {
      height: 180px;
    }

    .nps-panel__footer {
      padding: 0 16px 20px;
    }

    .nps-panel__btn {
      width: 36px;
      height: 36px;
    }
  }
