.elementor-9429 .elementor-element.elementor-element-6084e99{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-d15369f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-6155669{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-3674ace{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-33b8532{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-9bfecb4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-c20e0cc > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-9429 .elementor-element.elementor-element-5f4c3c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-248dc41{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-3e13006{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-ce402d9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-098666f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-098666f:not(.elementor-motion-effects-element-type-background), .elementor-9429 .elementor-element.elementor-element-098666f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F4F6;}.elementor-9429 .elementor-element.elementor-element-32160c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9429 .elementor-element.elementor-element-32160c6:not(.elementor-motion-effects-element-type-background), .elementor-9429 .elementor-element.elementor-element-32160c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F4F6;}/* Start custom CSS for html, class: .elementor-element-1e74efa *//* =========================================================
   PRODUCT BANNER
   图片原始比例：1600 × 583
========================================================= */

/* 模块内部盒模型重置 */
.custom-html-block .demo-wrapper,
.custom-html-block .demo-wrapper * {
    box-sizing: border-box;
}

/* 外层容器 */
.custom-html-block .demo-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

/* =========================================================
   电脑端 Banner
========================================================= */

.custom-html-block .product-banner-section {
    --banner-aspect-ratio: 1600 / 583;

    position: relative;
    display: flex;
    align-items: center;

    width: 100%;

    /* 重点：根据图片比例自动计算高度 */
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: var(--banner-aspect-ratio);

    padding: 0 100px;
    overflow: hidden;
    background: #565a59;
}

/* =========================================================
   电脑端图片
========================================================= */

.custom-html-block .banner-image {
    position: absolute;
    inset: 0;
    z-index: 0;

    display: block;
    width: 100%;
    height: 100%;

    /* 保证整张图片完整显示 */
    object-fit: contain;
    object-position: center center;
}

/* =========================================================
   电脑端遮罩
========================================================= */

.custom-html-block .banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    pointer-events: none;

    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.48) 0%,
        rgba(0, 0, 0, 0.38) 30%,
        rgba(0, 0, 0, 0.20) 58%,
        rgba(0, 0, 0, 0.06) 82%,
        rgba(0, 0, 0, 0) 100%
    );
}

/* =========================================================
   电脑端内容
========================================================= */

.custom-html-block .banner-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1100px;
}

/* =========================================================
   标题
========================================================= */

.custom-html-block .banner-title {
    margin: 0 0 30px;
    padding: 0;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1.2px;

    color: #ffffff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.custom-html-block .title-main,
.custom-html-block .title-break {
    display: block;
}

/* =========================================================
   描述文字
========================================================= */

.custom-html-block .banner-subtitle {
    margin: 0 0 30px;
    padding: 0;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;

    color: #ffffff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

/* =========================================================
   按钮
========================================================= */

.custom-html-block .banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-height: 47px;
    padding: 0 26px;

    border: 0;
    border-radius: 48px;

    background: #ff7a00 !important;
    color: #ffffff;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-decoration: none;

    cursor: pointer;

    box-shadow: 0 8px 20px rgba(255, 122, 0, 0.3);

    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.custom-html-block .banner-btn::after {
    content: "→";

    font-size: 20px;
    line-height: 1;

    transition: transform 0.25s ease;
}

.custom-html-block .banner-btn:hover {
    background: #000000 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
}

.custom-html-block .banner-btn:hover::after {
    transform: translateX(4px);
}

.custom-html-block .banner-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}

/* =========================================================
   较小的电脑屏幕
========================================================= */

@media (min-width: 1025px) and (max-width: 1200px) {
    .custom-html-block .product-banner-section {
        padding-right: 65px;
        padding-left: 65px;
    }

    .custom-html-block .banner-title {
        font-size: 46px;
        letter-spacing: -0.8px;
    }

    .custom-html-block .banner-subtitle {
        font-size: 17px;
        line-height: 1.6;
    }
}

/* =========================================================
   平板和移动端
   图片完整显示在顶部，文字置于白色区域
========================================================= */

@media (max-width: 1024px) {
    .custom-html-block .product-banner-section {
        display: flex;
        flex-direction: column;
        align-items: stretch;

        height: auto;
        min-height: 0;
        max-height: none;
        aspect-ratio: auto;

        padding: 0;
        overflow: hidden;
        background: #ffffff;
    }

    .custom-html-block .banner-image {
        position: static;

        display: block;
        width: 100%;
        height: auto;

        object-fit: contain;
        object-position: center;
    }

    .custom-html-block .banner-overlay {
        display: none;
    }

    .custom-html-block .banner-content {
        position: static;

        width: 100%;
        max-width: none;
        padding: 40px 50px;
    }

    .custom-html-block .banner-title {
        margin: 0 0 24px;

        font-size: 42px;
        line-height: 1.2;
        letter-spacing: -0.6px;

        color: #000000;
        text-shadow: none;
    }

    .custom-html-block .banner-subtitle {
        margin: 0 0 28px;

        font-size: 16px;
        line-height: 1.7;

        color: #000000;
        text-shadow: none;
    }
}

/* =========================================================
   手机端
========================================================= */

@media (max-width: 768px) {
    .custom-html-block .banner-content {
        padding: 40px 28px;
    }

    .custom-html-block .banner-title {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .custom-html-block .banner-content {
        padding: 32px 22px;
    }

    .custom-html-block .banner-title {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -0.4px;
    }

    .custom-html-block .banner-subtitle {
        font-size: 16px;
        line-height: 1.7;
    }

    .custom-html-block .banner-btn {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66512f8 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
.cooperate-section{
  background:#ffffff;
  width:100%;
}
.container{
  max-width:1640px;
  margin:0 auto;
  padding:60px 100px;
}
.section-title{
  font-size:32px;
  font-weight:700;
  color:#000000;
  text-align:center;
}
/* ========== 在这里自由调整标题与Logo间距 ========== */
.scroll-wrap{
  overflow:hidden;
  width:100%;
  margin-top:36px; /* 增大=间距变大，减小=间距变小 */
}
.scroll-track{
  display:flex;
  animation:scrollLoop 32s linear infinite;
}
.scroll-wrap:hover .scroll-track{
  animation-play-state:paused;
}
.brand-item{
  flex:0 0 auto;
  padding:0 28px;
  display:flex;
  align-items:center;
}
.brand-item img{
  height:60px;
  width:auto;
  object-fit:contain;
}
@keyframes scrollLoop{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}
/* 响应式适配 */
@media screen and (max-width:1024px){
  .container{
    padding:48px 40px;
  }
  .section-title{
    font-size:26px;
  }
  .scroll-wrap{
    margin-top:28px; /* 平板间距 */
  }
  .brand-item img{
    height:50px;
  }
  .brand-item{
    padding:0 22px;
  }
}
@media screen and (max-width:768px){
  .container{
    padding:36px 24px;
  }
  .section-title{
    font-size:22px;
  }
  .scroll-wrap{
    margin-top:20px; /* 手机间距 */
  }
  .brand-item img{
    height:40px;
  }
  .brand-item{
    padding:0 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7acfa3 *//* =========================================================
  Modules-07 PRODUCT GRID SECTION
========================================================= */
.product-grid-section {
    all: unset !important;
    display:block !important;
    width:100% !important;
    max-width:1600px !important;
    margin:0 auto !important;
    padding:60px 0 !important;
    background:#ffffff !important;
    box-sizing:border-box !important;
}
/* =========================================================
   HEADER
========================================================= */
.product-grid-section .section-header {
    margin-bottom:40px !important;
    text-align:left !important;
    width:100% !important;
    padding-left:100px !important;
    padding-right:65px !important;
    box-sizing:border-box !important;
}
.product-grid-section .section-title {
    font-family: "Poppins", Arial, sans-serif !important;
    font-size:36px !important;
    font-weight:700 !important;
    color:#111111 !important;
    line-height:1.25 !important;
    margin:0 0 20px 0 !important;
    text-align:left !important;
}
/* =========================================================
   SECTION DESCRIPTION
========================================================= */
.product-grid-section .section-desc-wrap {
    font-family: "Poppins", Arial, sans-serif !important;
    font-size:16px !important;
    font-weight:400 !important;
    color:#555555 !important;
    line-height:1.75 !important;
    text-align:left !important;
}
.product-grid-section .section-desc-wrap p {
    margin:0 0 16px 0 !important;
}
/* =========================================================
   PRODUCT GRID
========================================================= */
.product-grid-section .product-grid {
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    row-gap:28px !important;
    column-gap:28px !important;
    margin-bottom:40px !important;
    width:100% !important;
    padding-left:100px !important;
    padding-right:65px !important;
    box-sizing:border-box !important;
}
/* =========================================================
   PRODUCT CARD
========================================================= */
.product-grid-section .product-card {
    display:flex !important;
    flex-direction:column !important;
    background:#ffffff !important;
    text-align:left !important;
    border:none !important;
    border-radius:0 !important;
    overflow:hidden !important;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06) !important;
    box-sizing:border-box !important;
}
/* IMAGE 【核心修改：object-fit:contain 完整展示整张图片，不裁切】 */
.product-grid-section .product-image {
    position:relative !important;
    width:100% !important;
    height:340px !important;
    overflow:hidden !important;
    background:#ffffff !important;
    box-sizing:border-box !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}
.product-grid-section .product-image img {
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    transition: transform 0.4s ease !important;
    display:block !important;
}
.product-grid-section .product-card:hover .product-image img {
    transform:scale(1.08) !important;
}
/* =========================================================
   PRODUCT CONTENT
========================================================= */
.product-grid-section .product-content {
    padding:20px 20px 22px 20px !important;
    text-align:left !important;
    width:100% !important;
    background:#ffffff !important;
    box-sizing:border-box !important;
}
/* PRODUCT NAME */
.product-grid-section .product-name {
    font-family: "Poppins", Arial, sans-serif !important;
    font-size:18px !important;
    font-weight:600 !important;
    line-height:1.4 !important;
    color:#111111 !important;
    margin:0 0 10px 0 !important;
    text-align:left !important;
}
/* PRODUCT DESCRIPTION */
.product-grid-section .product-desc {
    font-family: "Poppins", Arial, sans-serif !important;
    font-size:16px !important;
    font-weight:400 !important;
    color:#555555 !important;
    line-height:1.7 !important;
    margin:0 0 20px 0 !important;
    text-align:left !important;
}
/* =========================================================
   BUTTON 【修复原代码语法错误】
========================================================= */
.product-grid-section .product-btn {
    font-family: "Poppins", Arial, sans-serif !important;
    font-size:15px !important;
    font-weight:500 !important;
    line-height:1.3 !important;
    background:#ff7a00 !important;
    color:#fff !important;
    border:0 !important;
    padding:14px 28px !important;
    border-radius:99px !important;
    cursor:pointer !important;
    transition:background 0.3s ease !important;
}
.product-grid-section .product-btn:hover {
    background:#000000 !important;
}
/* =========================================================
   PAGINATION
========================================================= */
.product-grid-section .pagination-text,
.product-grid-section .pagination-next {
    font-family: "Poppins", Arial, sans-serif !important;
    font-size:14px !important;
    font-weight:400 !important;
    color:#666666 !important;
}
/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width:1200px){
.product-grid-section .product-grid {
    grid-template-columns:repeat(2,1fr) !important;
}
}
@media(max-width:768px){
.product-grid-section {
    padding:45px 0 !important;
}
.product-grid-section .product-grid {
    grid-template-columns:1fr !important;
}
.product-grid-section .section-header,
.product-grid-section .product-grid {
    padding-left:20px !important;
    padding-right:20px !important;
}
.product-grid-section .section-title {
    font-size:30px !important;
}
.product-grid-section .section-desc-wrap {
    font-size:16px !important;
}
.product-grid-section .product-image,
.product-grid-section .product-image img {
    height:340px !important;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42d35d5 *//* =========================================================
   FEATURE BOX SECTION
========================================================= */


.feature-box-section {


  padding:80px 100px;


  background:#ffffff;


  max-width:1600px;


  margin:0 auto;


  box-sizing:border-box;


}








/* =========================================================
   HEADER STYLE
   (备用区域)
========================================================= */


.feature-header {


  margin-bottom:60px;


}




.feature-subtitle {


  font-family:

  "Poppins",
  Arial,
  sans-serif;


  font-size:18px;


  font-weight:700;


  color:#007bff;


  text-transform:uppercase;


  letter-spacing:1px;


  margin:0 0 10px;


}





.feature-title {


  font-family:

  "Poppins",
  Arial,
  sans-serif;


  font-size:36px;


  font-weight:700;


  line-height:1.25;


  color:#111111;


  margin:0 0 20px;


}






.feature-desc {


  font-family:

  "Poppins",
  Arial,
  sans-serif;


  font-size:16px;


  font-weight:400;


  color:#555555;


  line-height:1.75;


  max-width:800px;


}









/* =========================================================
   FEATURE GRID
========================================================= */


.feature-grid {


  display:grid;


  grid-template-columns:repeat(4,1fr);


  gap:40px;


}









/* =========================================================
   FEATURE CARD
========================================================= */


.feature-card {


  text-align:left;


}








/* =========================================================
   ICON
========================================================= */


.feature-icon {


  width:70px;


  height:70px;


  margin-bottom:20px;


  display:flex;


  align-items:center;


  justify-content:center;


}



.feature-icon img {


  width:100%;


  height:auto;


  object-fit:contain;


}








/* =========================================================
   FEATURE TITLE
========================================================= */


.feature-card h3 {


  font-family:

  "Poppins",
  Arial,
  sans-serif;


  font-size:20px;


  font-weight:600;


  line-height:1.4;


  color:#111111;


  margin:0 0 15px;


}









/* =========================================================
   FEATURE DESCRIPTION
========================================================= */


.feature-card p {


  font-family:

  "Poppins",
  Arial,
  sans-serif;


  font-size:16px;


  font-weight:400;


  color:#555555;


  line-height:1.7;


  margin:0;


}









/* =========================================================
   RESPONSIVE
========================================================= */


@media(max-width:1024px){



.feature-grid{


  grid-template-columns:repeat(2,1fr);


}



}








@media(max-width:600px){



.feature-box-section{


  padding:40px 20px;


}





.feature-grid{


  grid-template-columns:1fr;


}





.feature-title{


  font-size:28px;


}





.feature-card h3{


  font-size:18px;


}





.feature-card p{


  font-size:16px;


  line-height:1.7;


}



}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c20e0cc *//* =========================================================
   TWO COLUMN INFORMATION SECTION
========================================================= */

.two-column-b-section {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 100px;
  background: #ffffff;
  box-sizing: border-box;
}


/* =========================================================
   TWO COLUMN LAYOUT
========================================================= */

.info-block-b {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}


/* =========================================================
   TEXT COLUMN
========================================================= */

.info-text-b {
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
}


/* =========================================================
   OPTIONAL SUBTITLE
========================================================= */

.info-text-b .sub-title-b {
  font-family:
    "Poppins",
    Arial,
    sans-serif;

  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #007bff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.info-text-b .main-title-b {
  font-family:
    "Poppins",
    Arial,
    sans-serif;

  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #111111;
  margin: 0 0 20px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.info-text-b .desc-b {
  margin: 0 0 25px;
}

.info-text-b .desc-b p {
  font-family:
    "Poppins",
    Arial,
    sans-serif;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: #111111;
  margin: 0 0 18px;
}

.info-text-b .desc-b p:last-child {
  margin-bottom: 0;
}

.info-text-b .desc-b strong {
  font-weight: 700;
  color: #000000;
}


/* =========================================================
   BUTTON
========================================================= */

.info-text-b .btn-b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-family:
    "Poppins",
    Arial,
    sans-serif;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;

  padding: 12px 24px;

  color: #ffffff;
  background: #ff7800;

  border: none;
  border-radius: 50px;

  cursor: pointer;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.info-text-b .btn-b::after {
  content: "→";
  line-height: 1;
}

.info-text-b .btn-b:hover {
  background: #cc5f00;
}

.info-text-b .btn-b:focus-visible {
  outline: 3px solid rgba(255, 120, 0, 0.35);
  outline-offset: 3px;
}


/* =========================================================
   IMAGE COLUMN
========================================================= */

.info-img-b {
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
}

.info-img-b img {
  display: block;

  width: 100%;
  height: 380px;

  object-fit: contain;
  object-position: center;

  background: #ffffff;
}


/* =========================================================
   TABLET LAYOUT
   只改变双栏布局，不修改100px页面边距
========================================================= */

@media (max-width: 1024px) {
  .info-block-b {
    flex-direction: column;
    align-items: stretch;
  }

  .info-text-b,
  .info-img-b {
    width: 100%;
    flex: none;
  }

  .info-img-b img {
    height: 300px;
  }
}


/* =========================================================
   MOBILE LAYOUT
   与参考模块保持相同的600px间距断点
========================================================= */

@media (max-width: 600px) {
  .two-column-b-section {
    padding: 40px 20px;
  }

  .info-block-b {
    gap: 30px;
  }

  .info-text-b .main-title-b {
    font-size: 28px;
  }

  .info-text-b .desc-b p {
    font-size: 16px;
    line-height: 1.7;
  }

  .info-img-b img {
    height: auto;
    max-height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-093a226 *//* =========================================================
   CHARGER CONFIGURATION SECTION
   与Feature Box模块使用相同的外层对齐体系
========================================================= */

.charger-config-section {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 100px;

  background: #ffffff;
  box-sizing: border-box;
}


/* =========================================================
   TWO-COLUMN LAYOUT
========================================================= */

.charger-config-layout {
  width: 100%;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  /*
   * 电脑端自动产生60px至100px的两栏间距。
   * 不改变模块左右两侧的100px对齐边界。
   */
  column-gap: clamp(60px, 6vw, 100px);

  align-items: start;
}


/* =========================================================
   LEFT IMAGE
========================================================= */

.charger-config-image {
  min-width: 0;

  display: flex;
  align-items: flex-start;
  justify-content: flex-start;

  box-sizing: border-box;
}

.charger-config-image img {
  display: block;

  width: 100%;
  height: 380px;

  object-fit: contain;

  /*
   * contain可能产生空白区域。
   * 将图片可见内容固定在左侧，使其与其它模块左边界对齐。
   */
  object-position: left center;

  background: #ffffff;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.charger-config-content {
  min-width: 0;
  box-sizing: border-box;
}


/* =========================================================
   TITLE
========================================================= */

.charger-config-title {
  font-family:
    "Poppins",
    Arial,
    sans-serif;

  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;

  color: #111111;

  margin: 0 0 20px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.charger-config-description {
  margin: 0 0 25px;
}

.charger-config-description p {
  font-family:
    "Poppins",
    Arial,
    sans-serif;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;

  color: #111111;

  margin: 0 0 18px;
}

.charger-config-description p:last-child {
  margin-bottom: 0;
}

.charger-config-description strong {
  font-weight: 700;
  color: #000000;
}


/* =========================================================
   BUTTON
========================================================= */

.charger-config-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-family:
    "Poppins",
    Arial,
    sans-serif;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;

  padding: 12px 24px;

  color: #ffffff;
  background: #ff7800;

  border: none;
  border-radius: 50px;

  cursor: pointer;

  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.charger-config-button::after {
  content: "→";
  line-height: 1;
}

.charger-config-button:hover {
  background: #cc5f00;
}

.charger-config-button:focus-visible {
  outline: 3px solid rgba(255, 120, 0, 0.35);
  outline-offset: 3px;
}


/* =========================================================
   TABLET
   只切换布局，不改变100px外层对齐边距
========================================================= */

@media (max-width: 1024px) {
  .charger-config-layout {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }

  .charger-config-image,
  .charger-config-content {
    width: 100%;
  }

  .charger-config-image img {
    height: 300px;
    object-position: left center;
  }
}


/* =========================================================
   MOBILE
   与参考Feature Box模块使用相同的600px断点
========================================================= */

@media (max-width: 600px) {
  .charger-config-section {
    padding: 40px 20px;
  }

  .charger-config-layout {
    row-gap: 30px;
  }

  .charger-config-image img {
    height: auto;
  }

  .charger-config-title {
    font-size: 28px;
  }

  .charger-config-description p {
    font-size: 16px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da8fb84 *//* =========================================================
   QUALITY CONTROL SECTION
   使用与Feature Box相同的页面对齐体系
========================================================= */

.quality-control-section {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 100px;

  background: #ffffff;
  box-sizing: border-box;
}


/* =========================================================
   TWO-COLUMN LAYOUT
========================================================= */

.quality-control-layout {
  width: 100%;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  /*
   * 扩大文字和图片之间的距离。
   * 两侧外边界仍然保持不变。
   */
  column-gap: clamp(60px, 6vw, 100px);

  align-items: start;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.quality-control-content {
  min-width: 0;
  box-sizing: border-box;
}


/* =========================================================
   TITLE
========================================================= */

.quality-control-title {
  font-family:
    "Poppins",
    Arial,
    sans-serif;

  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;

  color: #111111;

  margin: 0 0 20px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.quality-control-description {
  margin: 0 0 25px;
}

.quality-control-description p {
  font-family:
    "Poppins",
    Arial,
    sans-serif;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;

  color: #111111;

  margin: 0 0 18px;
}

.quality-control-description p:last-child {
  margin-bottom: 0;
}

.quality-control-description strong {
  font-weight: 700;
  color: #000000;
}


/* =========================================================
   BUTTON
========================================================= */

.quality-control-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-family:
    "Poppins",
    Arial,
    sans-serif;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;

  padding: 12px 24px;

  color: #ffffff;
  background: #ff7800;

  border: none;
  border-radius: 50px;

  cursor: pointer;

  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.quality-control-button::after {
  content: "→";
  line-height: 1;
}

.quality-control-button:hover {
  background: #cc5f00;
}

.quality-control-button:focus-visible {
  outline: 3px solid rgba(255, 120, 0, 0.35);
  outline-offset: 3px;
}


/* =========================================================
   RIGHT IMAGE
========================================================= */

.quality-control-image {
  min-width: 0;

  display: flex;
  align-items: flex-start;
  justify-content: flex-end;

  box-sizing: border-box;
}

.quality-control-image img {
  display: block;

  width: 100%;
  height: 380px;

  object-fit: contain;

  /*
   * 图片可见内容靠右显示。
   * 避免contain产生的空白让图片看起来没有靠齐右边。
   */
  object-position: right center;

  background: #ffffff;
}


/* =========================================================
   TABLET
   只改变双栏结构，继续保留100px页面边距
========================================================= */

@media (max-width: 1024px) {
  .quality-control-layout {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }

  .quality-control-content,
  .quality-control-image {
    width: 100%;
  }

  .quality-control-image img {
    height: 300px;
    object-position: left center;
  }
}


/* =========================================================
   MOBILE
   与Feature Box使用相同的600px边距断点
========================================================= */

@media (max-width: 600px) {
  .quality-control-section {
    padding: 40px 20px;
  }

  .quality-control-layout {
    row-gap: 30px;
  }

  .quality-control-title {
    font-size: 28px;
  }

  .quality-control-description p {
    font-size: 16px;
    line-height: 1.7;
  }

  .quality-control-image img {
    height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4125c39 *//* =========================
   CTA BANNER SECTION
========================= */
.banner-section {
    position:relative;
    width:100%;
    height:580px;
    display:flex;
    align-items:center;
    padding:0 100px;
    color:#ffffff;
    box-sizing:border-box;
    overflow:hidden;
}
.banner-section *,
.banner-section *::before,
.banner-section *::after {
    box-sizing:border-box;
}
/* =========================
   SEO IMAGE【PC端 cover铺满】
========================= */
.banner-section .banner-image {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display:block;
    z-index:0;
}
/* =========================
   OVERLAY
========================= */
.banner-section .banner-overlay {
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.55) 0%,
            rgba(0,0,0,0.35) 45%,
            rgba(0,0,0,0.15) 100%
        );
    z-index:1;
}
/* =========================
   CONTENT
========================= */
.banner-section .banner-content {
    position:relative;
    z-index:2;
    max-width:1100px;
}
/* =========================
   TITLE【CTA向下移动60px】
========================= */
.banner-section .banner-title {
    font-size:48px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:-1px;
    margin:0 0 85px;
    color:#ffffff;
}
/*
 第一行固定完整显示
*/
.banner-section .title-line-one {
    display:block;
    white-space:nowrap;
}
/*
 第二行
*/
.banner-section .title-line-two {
    display:block;
}
/* =========================
   BUTTON
========================= */
.banner-section .banner-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#ff7822;
    color:#ffffff;
    border:none;
    padding:16px 32px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:all 0.3s ease;
    line-height:1;
}
.banner-section .banner-btn:hover {
    background:#cc5f1b;
    color:#ffffff;
    transform:translateY(-2px);
}
.banner-section .banner-btn::after {
    content:"→";
    font-size:18px;
    line-height:1;
}
/* =========================
   RESPONSIVE
========================= */
/* 平板端 1024px及以下：完整显示整张图片，同时取消标题强制单行，保证文案完整显示 */
@media(max-width:1024px){
    .banner-section {
        padding:0 60px;
        height:450px;
    }
    .banner-section .banner-image {
        object-fit:contain;
        background:transparent;
    }
    .banner-section .banner-title {
        font-size:38px;
        margin:0 0 95px;
    }
    /* 平板取消强制单行，文字自动换行，避免文字溢出截断 */
    .banner-section .title-line-one {
        white-space:normal;
    }
}
/* 手机端 767px及以下：完整显示整张图片，文案自适应换行 */
@media(max-width:767px){
    .banner-section {
        padding:0 20px;
        height:400px;
        text-align:center;
    }
    .banner-section .banner-content {
        max-width:100%;
    }
    .banner-section .banner-image {
        object-fit:contain;
        background:transparent;
    }
    .banner-section .banner-title {
        font-size:28px;
        line-height:1.25;
        margin:0 0 90px;
    }
    /*
    手机取消强制一行
    */
    .banner-section .title-line-one {
        white-space:normal;
    }
    .banner-section .title-line-two {
        display:inline;
    }
    .banner-section .banner-btn {
        width:100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79c6eba *//* =====================================================
   Factory Gallery Section
   SEO + Mobile UX Optimized
===================================================== */

.tab-gallery-section {
  background-color: #ffffff;
  padding: 70px 100px;
}


.tab-gallery-container {
  max-width: 1400px;
  margin: 0 auto;
}



/* =====================================================
   TAB Navigation
===================================================== */

.tab-nav-outer {
  display:flex;
  justify-content:center;
  margin-bottom:45px;
}


.tab-nav-wrap {

  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;

  background:#f5f7fa;

  border-radius:50px;

  padding:8px;

  gap:8px;

}



/* TAB BUTTON */

.tab-btn {

  border:none;

  background:transparent;

  color:#0f3057;

  padding:14px 42px;

  border-radius:50px;

  font-size:17px;

  font-weight:500;

  cursor:pointer;

  white-space:nowrap;

  transition:all .3s ease;

}



.tab-btn:hover {

  color:#ff7822;

}



/* Active */

.tab-btn.active {

  background:#ffffff;

  color:#ff7822 !important;

  border:1px solid #ff7822 !important;

  box-shadow:
  0 6px 18px rgba(0,0,0,.08);

}





/* =====================================================
   Gallery Panel
===================================================== */


.tab-panel {

  display:none;

}


.tab-panel#manufacturing {

  display:block;

}





/* =====================================================
   Factory Gallery Grid
===================================================== */


.grid-factory {

  display:grid;

  grid-template-columns:
  repeat(4,1fr);

  gap:22px;

}



.grid-normal {

  display:grid;

  grid-template-columns:
  repeat(3,1fr);

  gap:22px;

}





/* =====================================================
   Image Card
===================================================== */


.grid-factory img,
.grid-normal img {


  width:100%;

  aspect-ratio:4 / 3;

  object-fit:cover;

  display:block;

  border-radius:4px;

  transition:
  transform .35s ease,
  box-shadow .35s ease;

}




/* 图片视觉增强 */

.grid-factory img:hover,
.grid-normal img:hover {


  transform:scale(1.03);

  box-shadow:
  0 10px 25px rgba(0,0,0,.15);

}



/* =====================================================
   Lightbox Compatible
   (点击放大效果预留)
===================================================== */


.gallery-item {

  overflow:hidden;

  cursor:pointer;

}





/* =====================================================
   Tablet
===================================================== */


@media(max-width:1024px){


.tab-gallery-section {

 padding:55px 25px;

}



.grid-factory {

 grid-template-columns:
 repeat(3,1fr);

}


.grid-normal {

 grid-template-columns:
 repeat(3,1fr);

}



.tab-btn {

 padding:12px 28px;

 font-size:16px;

}



}





/* =====================================================
   Mobile
===================================================== */


@media(max-width:767px){



.tab-gallery-section {

 padding:40px 15px;

}



/* TAB移动端横向排列 */

.tab-nav-wrap {


 width:100%;

 border-radius:14px;

 padding:5px;

 overflow:hidden;

}



.tab-btn {


 flex:1;

 padding:11px 12px;

 font-size:14px;

}



/* 图片两列 */

.grid-factory {


 grid-template-columns:
 repeat(2,1fr);

 gap:12px;

}



.grid-normal {


 grid-template-columns:
 repeat(2,1fr);

 gap:12px;

}




.grid-factory img,
.grid-normal img {


 aspect-ratio:1 / 0.85;

 border-radius:6px;


}



.tab-nav-outer {


 margin-bottom:25px;

}



}





/* =====================================================
   Small Phone
===================================================== */


@media(max-width:480px){



.tab-gallery-section {

 padding:35px 12px;

}



.grid-factory,
.grid-normal {


 gap:10px;

}



.tab-btn {


 font-size:13px;

 padding:10px 8px;

}



}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa9168a *//* =========================================================
   INQUIRY MAIN SECTION
========================================================= */
.inquiry-main-section {
    background:#ffffff;
    margin:0;
    padding:65px 100px;
    font-family: "Poppins", Arial, sans-serif;
}
.inquiry-main-section * {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
/* =========================================================
   LAYOUT
========================================================= */
.inquiry-container {
    max-width:1400px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,2fr) minmax(320px,1fr);
    gap:40px;
    align-items:start;
}
.inquiry-left {
    padding-left:0;
    color:#555555;
}
.inquiry-text {
    margin-bottom:40px;
}
/* MAIN TITLE */
.inquiry-text h2 {
    font-family: "Poppins", Arial, sans-serif;
    font-size:36px;
    font-weight:700;
    line-height:1.25;
    color:#111111;
    margin-bottom:26px;
}
/* SUB TITLE */
.inquiry-text h3 {
    font-family: "Poppins", Arial, sans-serif;
    font-size:20px;
    font-weight:600;
    line-height:1.4;
    color:#111111;
    margin:24px 0 12px;
}
/* DESCRIPTION */
.inquiry-text p {
    font-family: "Poppins", Arial, sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:1.75;
    color:#555555;
    margin-bottom:16px;
}
/* =========================================================
   FORM BOX
========================================================= */
.inquiry-form-box {
    background:#ff7822;
    padding:40px;
    border-radius:0;
    color:#ffffff;
    max-width: 420px;
}
.inquiry-form-box h3 {
    font-family: "Poppins", Arial, sans-serif;
    font-size:22px;
    font-weight:600;
    line-height:1.4;
    color:#ffffff;
    margin-bottom:32px;
}
/* =========================================================
   FORM INPUT
========================================================= */
.inquiry-form-group {
    margin-bottom:20px;
}
.inquiry-form-group input,
.inquiry-form-group textarea {
    width:100%;
    padding:16px;
    border:none;
    border-radius:0;
    font-family: "Poppins", Arial, sans-serif;
    font-size:15px;
    font-weight:400;
}
.inquiry-form-group textarea {
    resize:vertical;
    min-height:130px;
}
/* =========================================================
   UPLOAD BUTTON
========================================================= */
.inquiry-upload-btn {
    background:#ffffff;
    border:none;
    color:#ff7822;
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-family: "Poppins", Arial, sans-serif;
    font-size:15px;
    font-weight:500;
    cursor:pointer;
    padding:12px 20px;
    border-radius:99px;
    transition:background 0.3s;
    margin-bottom:20px;
}
.inquiry-upload-btn:hover {
    background:#e2e8f0;
}
.inquiry-upload-btn::after {
    content:"↑";
    font-size:18px;
}
/* =========================================================
   SUBMIT BUTTON
   保留原 Hover
========================================================= */
.inquiry-form-box .inquiry-submit-btn {
    width:100%;
    min-height:56px;
    background:#ff7822 !important;
    color:#ffffff !important;
    border:2px solid #ffffff !important;
    border-radius:0;
    font-family: "Poppins", Arial, sans-serif;
    font-size:15px;
    font-weight:500;
    cursor:pointer;
    display:block;
    box-sizing:border-box;
    transition:all 0.3s ease;
}
.inquiry-form-box .inquiry-submit-btn:hover {
    background:#ffffff !important;
    color:#ff7822 !important;
}
/* =========================================================
   RESPONSIVE 平板
========================================================= */
@media(max-width:900px){
    .inquiry-container {
        grid-template-columns:1fr;
        gap:40px;
    }
    .inquiry-main-section {
        padding:40px 20px;
    }
    .inquiry-text h2 {
        font-size:28px;
    }
    .inquiry-form-box {
        max-width: 100%;
    }
}
/* =========================================================
   RESPONSIVE 手机
========================================================= */
@media(max-width:640px){
    .inquiry-main-section {
        padding:30px 15px;
    }
    .inquiry-text h2 {
        font-size:24px;
    }
    .inquiry-text h3 {
        font-size:18px;
    }
    .inquiry-text p {
        font-size:15px;
    }
    .inquiry-form-box {
        padding:24px 20px;
        max-width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dfddba *//* =========================================
   FORM + FAQ MODULE
========================================= */

.form-faq-wrap {

    /* 统一品牌橙色 */
    --faq-brand-color: #ff8800;

    background-image: url("https://linjiapower.com/wp-content/uploads/2026/08/s10Bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 80px 0;
}


/* =========================================
   Main Container
========================================= */

.form-faq-container {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 100px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;

    align-items: start;
}


/* =========================================
   Left Side - Heading
========================================= */

.section-head {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;

    margin-bottom: 30px;
}


/* Orange Dot */

.form-faq-wrap .red-dot {
    display: block;

    width: 12px;
    height: 12px;

    border-radius: 50%;

    background-color: var(--faq-brand-color) !important;

    flex-shrink: 0;
}


/* =========================================
   Form Card
========================================= */

.form-card {
    background: #ffffff;

    padding: 45px 40px;
}


/* =========================================
   Form Fields
========================================= */

.form-group {
    margin-bottom: 16px;

    display: flex;
    flex-direction: column;

    gap: 6px;
}


.form-group label {
    font-size: 15px;
    font-weight: 500;

    color: #222222;
}


.form-group input,
.form-group textarea {
    box-sizing: border-box;

    width: 100%;

    padding: 16px;

    background: #f5f7fa;

    border: none;
    outline: none;

    border-radius: 6px;

    font-size: 15px;
    color: #333333;

    transition:
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}


/* Focus */

.form-group input:focus,
.form-group textarea:focus {
    background: #ffffff;

    box-shadow:
        0 0 0 1px var(--faq-brand-color);
}


/* Textarea */

.form-group textarea {
    min-height: 140px;

    resize: vertical;
}


/* =========================================
   Bottom Bar
========================================= */

.form-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 15px;

    margin-top: 10px;

    position: relative;
}


/* =========================================
   Upload Button
========================================= */

.form-faq-wrap .upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 10px 16px;

    background: #ffffff !important;

    color: var(--faq-brand-color) !important;

    border:
        1px solid var(--faq-brand-color) !important;

    border-radius: 50px;

    cursor: pointer;

    font-size: 14px;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}


/* Upload Hover */

.form-faq-wrap .upload-btn:hover {
    background:
        var(--faq-brand-color) !important;

    color: #ffffff !important;

    border-color:
        var(--faq-brand-color) !important;
}


/* Upload SVG */

.form-faq-wrap .upload-btn svg {
    width: 16px;
    height: 16px;

    flex-shrink: 0;

    stroke: currentColor !important;
}


/* Hide File Input */

.upload-btn input {
    display: none;
}


/* =========================================
   File Preview
========================================= */

#filePreview {
    position: absolute;

    left: 0;
    bottom: calc(100% + 8px);

    font-size: 13px;

    color: #555555;
}


#filePreview img {
    display: block;

    max-width: 120px;
    max-height: 100px;

    object-fit: cover;

    border-radius: 5px;

    border: 1px solid #eeeeee;
}


#filePreview .file-name {
    background: #ffffff;

    padding: 5px 8px;

    border-radius: 4px;

    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.08);
}


/* =========================================
   Submit Button
========================================= */

.form-faq-wrap .submit-btn {
    appearance: none;
    -webkit-appearance: none;

    background:
        var(--faq-brand-color) !important;

    color: #ffffff !important;

    border:
        1px solid var(--faq-brand-color) !important;

    padding: 14px 28px;

    border-radius: 50px;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;

    white-space: nowrap;

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.2s ease;
}


/* Submit Hover */

.form-faq-wrap .submit-btn:hover {
    background: #000000 !important;

    border-color: #000000 !important;
}


/* Submit Active */

.form-faq-wrap .submit-btn:active {
    transform: translateY(1px);
}


/* =========================================
   Right Side - Main Title
========================================= */

.faq-main-title {
    margin: 0 0 40px;

    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;

    color: #000000;
}


/* =========================================
   FAQ List
========================================= */

.faq-list {
    display: flex;
    flex-direction: column;
}


.faq-item {
    padding: 24px 0;

    border-bottom: 1px solid #cccccc;
}


/* =========================================
   FAQ Header
========================================= */

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;

    cursor: pointer;
}


.faq-question-text {
    margin: 0;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;

    color: #000000;
}


/* =========================================
   FAQ Orange Circle
========================================= */

.form-faq-wrap .faq-circle-btn {
    width: 44px;
    height: 44px;

    min-width: 44px;

    border-radius: 50%;

    border:
        1px solid var(--faq-brand-color) !important;

    color:
        var(--faq-brand-color) !important;

    background: transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}


/* FAQ SVG */

.form-faq-wrap .faq-circle-btn svg {
    width: 16px;
    height: 16px;

    stroke: currentColor !important;

    transition: stroke 0.3s ease;
}


/* Hover */

.form-faq-wrap .faq-header:hover .faq-circle-btn {
    background:
        var(--faq-brand-color) !important;

    color: #ffffff !important;
}


/* Active Rotation */

.form-faq-wrap .faq-item.active .faq-circle-btn {
    transform: rotate(180deg);
}


/* =========================================
   FAQ Answer
========================================= */

.faq-content-wrap {
    max-height: 0;

    overflow: hidden;

    opacity: 0;

    transition:
        max-height 0.4s ease,
        opacity 0.3s ease;
}


.faq-item.active .faq-content-wrap {
    max-height: 500px;

    opacity: 1;
}


.faq-answer-text {
    margin: 0;

    padding-top: 16px;

    font-size: 16px;
    line-height: 1.6;

    color: #222222;
}


/* =========================================
   Tablet / Mobile
========================================= */

@media (max-width: 992px) {

    .form-faq-wrap {
        padding: 60px 0;
    }


    .form-faq-container {
        grid-template-columns: 1fr;

        padding: 0 24px;

        gap: 50px;
    }


    .faq-main-title {
        font-size: 28px;

        margin-bottom: 25px;
    }


    .form-card {
        padding: 35px 25px;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 600px) {

    .form-faq-wrap {
        padding: 45px 0;
    }


    .form-faq-container {
        padding: 0 18px;
    }


    .section-head {
        font-size: 15px;

        margin-bottom: 20px;
    }


    .form-card {
        padding: 28px 20px;
    }


    .form-bottom-bar {
        flex-direction: column;
        align-items: stretch;

        gap: 14px;
    }


    .form-faq-wrap .upload-btn {
        width: 100%;

        box-sizing: border-box;
    }


    .form-faq-wrap .submit-btn {
        width: 100%;
    }


    #filePreview {
        position: static;

        margin-top: 5px;
    }


    .faq-main-title {
        font-size: 26px;
    }


    .faq-item {
        padding: 20px 0;
    }


    .faq-question-text {
        font-size: 16px;
    }


    .form-faq-wrap .faq-circle-btn {
        width: 40px;
        height: 40px;

        min-width: 40px;
    }

}/* End custom CSS */