.elementor-7408 .elementor-element.elementor-element-7c2d509{--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-7408 .elementor-element.elementor-element-feea09a{--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-7408 .elementor-element.elementor-element-938cefd{--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-7408 .elementor-element.elementor-element-a670bba{--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-7408 .elementor-element.elementor-element-d72bb07{--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-7408 .elementor-element.elementor-element-e0ed7a8{--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-7408 .elementor-element.elementor-element-8a7cbb7{--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-7408 .elementor-element.elementor-element-937712c{--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;}/* Start custom CSS for html, class: .elementor-element-b55bef1 */.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;
}

.custom-html-block .product-banner-section {
    --banner-aspect-ratio: 1600 / 583;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    aspect-ratio: var(--banner-aspect-ratio);
    padding: 0 100px;
    overflow: hidden;
    background: transparent;
}

.custom-html-block .banner-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    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 28px;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
/* 桌面端：强制每一行span禁止内部换行，严格4行 */
.custom-html-block .title-line {
    display: block;
    white-space: nowrap;
}

.custom-html-block .banner-subtitle {
    margin: 0 0 28px;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.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: #ff7822;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 120, 34, 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;
    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: 0 65px;
    }
    .custom-html-block .banner-title {
        font-size: 38px;
        letter-spacing: 0.2px;
    }
    .custom-html-block .banner-subtitle {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 1024px) {
    .custom-html-block .product-banner-section {
        flex-direction: column;
        aspect-ratio: auto;
        padding: 0;
        background: #ffffff;
    }
    .custom-html-block .banner-image {
        position: static;
        height: auto;
    }
    .custom-html-block .banner-overlay {
        display: none;
    }
    .custom-html-block .banner-content {
        position: static;
        padding: 40px 50px;
        max-width: unset;
    }
    .custom-html-block .banner-title {
        font-size: 36px;
        color: #000000;
        text-shadow: none;
        letter-spacing: 0.2px;
    }
    /* 平板及以下关闭nowrap，允许自动换行，防止文字溢出屏幕 */
    .custom-html-block .title-line {
        white-space: normal;
    }
    .custom-html-block .banner-subtitle {
        font-size: 16px;
        color: #000000;
        text-shadow: none;
    }
}

@media (max-width: 768px) {
    .custom-html-block .banner-content {
        padding: 40px 28px;
    }
    .custom-html-block .banner-title {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .custom-html-block .banner-content {
        padding: 32px 22px;
    }
    .custom-html-block .banner-title {
        font-size: 26px;
        letter-spacing: 0.1px;
    }
    .custom-html-block .banner-subtitle {
        font-size: 15px;
    }
    .custom-html-block .banner-btn {
        width: 100%;
        padding: 0 18px;
    }
}

#kfPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
}

.kf-popup-box {
    background: #ffffff;
    border-radius: 20px;
    max-width: 550px;
    width: 100%;
    padding: 26px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-height: 95vh;
    overflow: visible;
}

.kf-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    color: #666666;
    line-height: 1;
    margin: 0;
}

.kf-close:hover {
    color: #000000;
}

.kf-popup-title {
    margin: 0 0 16px;
    font-size: 34px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}

.kf-form input[type="text"],
.kf-form input[type="email"],
.kf-form input[type="tel"],
.kf-form textarea {
    width: 100%;
    border: 1px solid #e9edf5;
    border-radius: 16px;
    padding: 16px 20px;
    font-size: 16px;
    outline: none;
    background: #f8f9fc;
    margin: 0 0 11px;
}

.kf-form textarea {
    min-height: 105px;
    resize: vertical;
}

.kf-upload {
    margin: 6px 0 18px;
}

.kf-upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #ff7822;
    color: #000000;
    padding: 13px 25px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    min-height: 50px;
}

.kf-upload-btn:hover {
    background: #ff7822;
    color: #ffffff;
}

.kf-upload input {
    display: none;
}

.kf-submit {
    width: 100%;
    background: #ff7822;
    color: #ffffff;
    border: none;
    padding: 17px 30px;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
}

.kf-submit:hover {
    background: #000000;
}

@media (max-width: 768px) {
    .kf-popup-box {
        padding: 22px 19px;
    }
    .kf-popup-title {
        font-size: 28px;
    }
    .kf-form input[type="text"],
    .kf-form input[type="email"],
    .kf-form input[type="tel"],
    .kf-form textarea {
        padding: 14px 17px;
    }
    .kf-form textarea {
        min-height: 90px;
    }
}

@media (max-width: 480px) {
    .kf-popup-title {
        font-size: 24px;
    }
    .kf-submit {
        width: 100%;
        padding: 15px;
        font-size: 19px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52cce50 */.cert-wrap {
  background: #ffffff;
  padding: 60px 20px;
}
.cert-container {
  max-width: 1400px;
  margin: 0 auto;
}
.cert-top-text {
  margin-bottom: 40px;
}
.cert-top-text h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.3;
  color: #000000;
}
.cert-top-text p {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  margin: 0 0 14px;
}
.cert-top-text p:last-child {
  margin-bottom: 0;
}
.cert-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
}
.cert-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cert-card-title {
  font-size: 16px;
  font-weight: 700;
  margin: 16px 0 8px;
  text-align: left;
  color: #000000;
  line-height:1.4;
}
.cert-card-desc {
  font-size: 14px;
  line-height: 1.6;
  margin:0;
  text-align: left;
  color:#000000;
}
@media (max-width:991px) {
  .cert-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:767px) {
  .cert-top-text h2 {
    font-size: 22px;
  }
  .cert-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3af9b58 *//* ========================= CONTENT VIDEO SECTION ========================= */
.content-video-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    background: #ffffff;
    padding: 80px 65px;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}
.content-video-section *,
.content-video-section *::before,
.content-video-section *::after {
    box-sizing: border-box;
}
/* ========================= 左侧文案区域 ========================= */
.content-video-section .content-left {
    flex: 1;
}
.content-video-section .content-title {
    font-size: 40px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 30px;
    line-height: 1.2;
}
.content-video-section .content-desc {
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    margin: 0 0 20px;
}
.content-list {
    padding-left: 0;
    margin:0 0 40px;
    list-style:none;
}
.content-list li {
    font-size:18px;
    color:#333333;
    line-height:1.8;
}
/* 询盘按钮：统一调用 Woody 全站弹窗，改为项目橙色 */
.content-video-section .inquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ff7822;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
    text-decoration: none;
}
.content-video-section .inquiry-btn:hover {
    background: #cc5f1b;
    color: #ffffff;
    transform: translateY(-2px);
}
.content-video-section .inquiry-btn::after {
    content: "→";
    font-size: 20px;
    line-height: 1;
}
/* ========================= 右侧视频区域 ========================= */
.content-video-section .video-right {
    flex: 1;
    position: relative;
}
.content-video-section .video-placeholder {
    width: 100%;
    height: 600px;
    background: #e5e7eb;
    border-radius: 0;
    overflow: hidden;
}
.content-video-section .video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* 播放按钮保留原蓝色不变（本次只修改左侧文案按钮） */
.content-video-section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 2px solid #007bff;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 0;
}
.content-video-section .play-btn::after {
    content: "▶";
    color: #007bff;
    font-size: 20px;
    line-height: 1;
    margin-left: 3px;
}
.content-video-section .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.2);
}
/* ========================= 响应式适配 ========================= */
@media (max-width: 1024px) {
    .content-video-section {
        flex-direction: column;
        align-items: stretch;
        padding: 50px 20px;
        gap: 40px;
    }
    .content-video-section .video-placeholder {
        height: 400px;
    }
    .content-video-section .content-title {
        font-size: 34px;
    }
    .content-video-section .content-desc,
    .content-list li {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .content-video-section {
        padding: 45px 20px;
    }
    .content-video-section .content-title {
        font-size: 30px;
    }
    .content-video-section .video-placeholder {
        height: 300px;
    }
    .content-video-section .inquiry-btn {
        width: 100%;
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27e97b0 *//* ========================= CONTENT VIDEO SECTION ========================= */
.content-video-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    background: #ffffff;
    padding: 80px 65px;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}
.content-video-section *,
.content-video-section *::before,
.content-video-section *::after {
    box-sizing: border-box;
}
/* ========================= 左侧图片区域 ========================= */
.content-video-section .video-right {
    flex: 1;
    position: relative;
}
.content-video-section .video-placeholder {
    width: 100%;
    height: 600px;
    background: #e5e7eb;
    border-radius: 0;
    overflow: hidden;
}
.content-video-section .video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* ========================= 右侧文案区域 ========================= */
.content-video-section .content-left {
    flex: 1;
}
.content-video-section .content-title {
    font-size: 40px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 30px;
    line-height: 1.2;
}
.content-video-section .content-desc {
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    margin: 0 0 20px;
}
.content-list {
    padding-left: 0;
    margin:0 0 20px;
    list-style:none;
}
.content-list li {
    font-size:18px;
    color:#333333;
    line-height:1.8;
}
/* 询盘按钮：统一调用 Woody 全站弹窗，改为项目橙色 */
.content-video-section .inquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ff7822;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
    text-decoration: none;
}
.content-video-section .inquiry-btn:hover {
    background: #cc5f1b;
    color: #ffffff;
    transform: translateY(-2px);
}
.content-video-section .inquiry-btn::after {
    content: "→";
    font-size: 20px;
    line-height: 1;
}
/* 播放按钮保留原蓝色不变（本模块已移除该DOM，样式保留兼容） */
.content-video-section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 2px solid #007bff;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 0;
}
.content-video-section .play-btn::after {
    content: "▶";
    color: #007bff;
    font-size: 20px;
    line-height: 1;
    margin-left: 3px;
}
.content-video-section .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.2);
}
/* ========================= 响应式适配 ========================= */
@media (max-width: 1024px) {
    .content-video-section {
        flex-direction: column;
        align-items: stretch;
        padding: 50px 20px;
        gap: 40px;
    }
    .content-video-section .video-placeholder {
        height: 400px;
    }
    .content-video-section .content-title {
        font-size: 34px;
    }
    .content-video-section .content-desc,
    .content-list li {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .content-video-section {
        padding: 45px 20px;
    }
    .content-video-section .content-title {
        font-size: 30px;
    }
    .content-video-section .video-placeholder {
        height: 300px;
    }
    .content-video-section .inquiry-btn {
        width: 100%;
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26050c3 *//* ========================= CONTENT VIDEO SECTION ========================= */
.content-video-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    background: #ffffff;
    padding: 80px 65px;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}
.content-video-section *,
.content-video-section *::before,
.content-video-section *::after {
    box-sizing: border-box;
}
/* ========================= 左侧文案区域 ========================= */
.content-video-section .content-left {
    flex: 1;
}
.content-video-section .content-title {
    font-size: 40px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 30px;
    line-height: 1.2;
}
.content-video-section .content-desc {
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    margin: 0 0 20px;
}
.content-list {
    padding-left: 0;
    margin:0 0 40px;
    list-style:none;
}
.content-list li {
    font-size:18px;
    color:#333333;
    line-height:1.8;
}
/* 询盘按钮：统一调用 Woody 全站弹窗，改为项目橙色 */
.content-video-section .inquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ff7822;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
    text-decoration: none;
}
.content-video-section .inquiry-btn:hover {
    background: #cc5f1b;
    color: #ffffff;
    transform: translateY(-2px);
}
.content-video-section .inquiry-btn::after {
    content: "→";
    font-size: 20px;
    line-height: 1;
}
/* ========================= 右侧视频区域 ========================= */
.content-video-section .video-right {
    flex: 1;
    position: relative;
}
.content-video-section .video-placeholder {
    width: 100%;
    height: 600px;
    background: #e5e7eb;
    border-radius: 0;
    overflow: hidden;
}
.content-video-section .video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* 播放按钮保留原蓝色不变（本次只修改左侧文案按钮） */
.content-video-section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 2px solid #007bff;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 0;
}
.content-video-section .play-btn::after {
    content: "▶";
    color: #007bff;
    font-size: 20px;
    line-height: 1;
    margin-left: 3px;
}
.content-video-section .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.2);
}
/* ========================= 响应式适配 ========================= */
@media (max-width: 1024px) {
    .content-video-section {
        flex-direction: column;
        align-items: stretch;
        padding: 50px 20px;
        gap: 40px;
    }
    .content-video-section .video-placeholder {
        height: 400px;
    }
    .content-video-section .content-title {
        font-size: 34px;
    }
    .content-video-section .content-desc,
    .content-list li {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .content-video-section {
        padding: 45px 20px;
    }
    .content-video-section .content-title {
        font-size: 30px;
    }
    .content-video-section .video-placeholder {
        height: 300px;
    }
    .content-video-section .inquiry-btn {
        width: 100%;
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ec9c47 */.commit‑cert‑section {
  background:#ffffff;
  padding:70px 20px;
}
.commit‑cert‑container {
  max-width:1600px;
  margin:0 auto;
}
.commit‑main‑title {
  font-size:48px;
  font-weight:700;
  text-align:center;
  color:#000000;
  margin:0 0 40px;
  line-height:1.2;
}
.cert‑banner‑wrap {
  width:100%;
  background:#f6f6f6;
  padding:40px 20px;
  display:flex;
  justify-content:center;
}
.cert‑banner‑wrap img {
  width:100%;
  max-width:1400px;
  height:auto;
  display:block;
  object-fit:contain;
}
/* 关键改动：不使用外层container的全局边距，使用和banner内部相同的左右padding，实现文字与图片对齐 */
.commit‑desc‑block {
  max-width:1400px;
  margin:32px auto 0;
  padding: 0 20px;
}
.commit‑desc‑block p {
  font-size:17px;
  line-height:1.75;
  color:#111111;
  margin:0 0 16px;
  text-align:left;
}
@media (max-width:991px) {
  .commit‑main‑title {
    font-size:36px;
  }
}
@media (max-width:600px) {
  .commit‑cert‑section {
    padding:50px 16px;
  }
  .commit‑main‑title {
    font-size:28px;
  }
  .cert‑banner‑wrap {
    padding:24px 12px;
  }
  .commit‑desc‑block {
    padding:0 12px;
  }
  .commit‑desc‑block p {
    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0db0d6c *//* =========================================
   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 80px;

    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 */