/**
 * PVC Kitchen Cabinets Page Styles
 */

/* Page Container */
.page-pvc-kitchen-cabinets {
    width: 100%;
    overflow-x: hidden;
}

/* ========== Section 1: Hero - Text Right Aligned with Background ========== */
.pvc-hero-section {
    position: relative;
}

.pvc-hero-section .hero-bg {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pvc-hero-section .hero-content {
    text-align: right;
}

.pvc-hero-section .hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.pvc-hero-section .hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

/* ========== Section 2: Custom PVC - Left Text Right Video ========== */
.pvc-custom-section {
    padding: 80px 0;
    background-color: #ffffff;
}

/* ========== Section 3: PVC Kitchen Cabinet Types - 6 Cards ========== */
.pvc-types-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pvc-types-section .types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pvc-types-section .type-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.pvc-types-section .type-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.pvc-types-section .card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.pvc-types-section .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pvc-types-section .card-content {
    padding: 20px;
}

.pvc-types-section .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.pvc-types-section .card-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Section 3 Responsive */
@media (max-width: 1024px) {
    .pvc-types-section .types-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .pvc-types-section .types-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .pvc-types-section .card-image {
        height: 180px;
    }

    .pvc-types-section .card-content {
        padding: 15px;
    }
}

/* ========== Section 4: Types of PVC Kitchen Cabinets ========== */
.pvc-types-main-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pvc-types-main-section .section-title-main {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
    text-align: center;
}

.pvc-types-main-section .section-intro {
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px auto;
}

.pvc-types-main-section .type-block {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.pvc-types-main-section .type-block:last-child {
    margin-bottom: 0;
}

.pvc-types-main-section .type-block-image {
    flex: 1;
}

.pvc-types-main-section .type-block-image img {
    width: 100%;
    height: auto;
    display: block;
}

.pvc-types-main-section .type-block-content {
    flex: 1;
}

.pvc-types-main-section .type-block-title {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.pvc-types-main-section .type-block-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    margin: 0;
}

/* Section 4 Responsive */
@media (max-width: 1024px) {
    .pvc-types-main-section .type-block {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }

    .pvc-types-main-section .section-title-main {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .pvc-types-main-section {
        padding: 56px 0;
    }

    .pvc-types-main-section .section-title-main {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .pvc-types-main-section .section-intro {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .pvc-types-main-section .type-block {
        gap: 20px;
        margin-bottom: 40px;
    }

    .pvc-types-main-section .type-block-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .pvc-types-main-section .type-block-desc {
        font-size: 15px;
    }
}

/* ========== Section 5: Advantages Raw Materials ========== */
.pvc-advantages-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pvc-advantages-section .advantages-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.pvc-advantages-section .advantages-content {
    flex: 1;
}

.pvc-advantages-section .advantages-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.pvc-advantages-section .advantages-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    margin: 0 0 30px 0;
}

.pvc-advantages-section .advantages-video {
    flex: 1;
}

.pvc-advantages-section .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.pvc-advantages-section .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Section 5 Responsive */
@media (max-width: 1024px) {
    .pvc-advantages-section .advantages-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .pvc-advantages-section .advantages-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .pvc-advantages-section {
        padding: 56px 0;
    }

    .pvc-advantages-section .advantages-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .pvc-advantages-section .advantages-desc {
        font-size: 15px;
        margin-bottom: 25px;
    }
}

/* ========== Section 6: PVC Kitchen Cabinet Features ========== */
.pvc-features-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pvc-features-section .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pvc-features-section .feature-card {
    display: flex;
    gap: 20px;
    padding: 25px;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
}

.pvc-features-section .feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.pvc-features-section .feature-icon svg {
    color: #222222;
}

.pvc-features-section .feature-content {
    flex: 1;
}

.pvc-features-section .feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.pvc-features-section .feature-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Section 6 Responsive */
@media (max-width: 1024px) {
    .pvc-features-section .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .pvc-features-section {
        padding: 56px 0;
    }

    .pvc-features-section .features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .pvc-features-section .feature-card {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .pvc-features-section .feature-icon {
        width: 45px;
        height: 45px;
    }
}

.pvc-custom-section .custom-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.pvc-custom-section .custom-content {
    flex: 1;
}

.pvc-custom-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
    text-align: left;
}

.pvc-custom-section .custom-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    margin: 0;
}

.pvc-custom-section .custom-video {
    flex: 1;
}

.pvc-custom-section .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.pvc-custom-section .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ========== Responsive Styles ========== */

/* Hero Responsive */
@media (max-width: 1024px) {
    .pvc-hero-section {
        padding: 90px 0;
    }

    .pvc-hero-section .hero-title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .pvc-hero-section {
        padding: 60px 0;
    }

    .pvc-hero-section .hero-title {
        font-size: 32px;
    }

    .pvc-hero-section .hero-subtitle {
        font-size: 17px;
    }
}

/* Section 2 Responsive */
@media (max-width: 1024px) {
    .pvc-custom-section .custom-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .pvc-custom-section .section-title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .pvc-custom-section {
        padding: 56px 0;
    }

    .pvc-custom-section .section-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .pvc-custom-section .custom-desc {
        font-size: 15px;
    }
}

/* ========== Section 7: Custom Kitchen Cabinets ========== */
.pvc-custom-kitchen-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pvc-custom-kitchen-section .custom-kitchen-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.pvc-custom-kitchen-section .custom-kitchen-image {
    flex: 1;
}

.pvc-custom-kitchen-section .custom-kitchen-image img {
    width: 100%;
    height: auto;
    display: block;
}

.pvc-custom-kitchen-section .custom-kitchen-content {
    flex: 1;
}

.pvc-custom-kitchen-section .custom-kitchen-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.pvc-custom-kitchen-section .custom-kitchen-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    margin: 0;
}

/* Section 7 Responsive */
@media (max-width: 1024px) {
    .pvc-custom-kitchen-section .custom-kitchen-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .pvc-custom-kitchen-section .custom-kitchen-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .pvc-custom-kitchen-section {
        padding: 56px 0;
    }

    .pvc-custom-kitchen-section .custom-kitchen-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .pvc-custom-kitchen-section .custom-kitchen-desc {
        font-size: 15px;
    }
}

/* ========== Section 8: Door Panels & Worktops ========== */
.pvc-door-panels-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pvc-door-panels-section .door-panels-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.pvc-door-panels-section .door-panels-content {
    flex: 1;
}

.pvc-door-panels-section .door-panels-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    margin: 0;
}

.pvc-door-panels-section .door-panels-image {
    flex: 1;
}

.pvc-door-panels-section .door-panels-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Section 8 Responsive */
@media (max-width: 1024px) {
    .pvc-door-panels-section .door-panels-wrapper {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .pvc-door-panels-section {
        padding: 56px 0;
    }

    .pvc-door-panels-section .door-panels-desc {
        font-size: 15px;
    }
}

/* ========== Section 9: PVC Characteristics ========== */
.pvc-characteristics-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pvc-characteristics-section .characteristics-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.pvc-characteristics-section .characteristics-image {
    flex: 1;
}

.pvc-characteristics-section .characteristics-image img {
    width: 100%;
    height: auto;
    display: block;
}

.pvc-characteristics-section .characteristics-content {
    flex: 1;
}

.pvc-characteristics-section .characteristics-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.pvc-characteristics-section .characteristics-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    margin: 0 0 30px 0;
}

.pvc-characteristics-section .btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ff6600;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.pvc-characteristics-section .btn-primary:hover {
    background-color: #e65c00;
}

/* Section 9 Responsive */
@media (max-width: 1024px) {
    .pvc-characteristics-section .characteristics-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .pvc-characteristics-section .characteristics-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .pvc-characteristics-section {
        padding: 56px 0;
    }

    .pvc-characteristics-section .characteristics-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .pvc-characteristics-section .characteristics-desc {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .pvc-characteristics-section .btn-primary {
        padding: 12px 24px;
        font-size: 15px;
    }
}

/* ========== Section 10: PVC Installation Process ========== */
.pvc-installation-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pvc-installation-section .installation-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
    text-align: center;
}

.pvc-installation-section .installation-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    margin: 0 0 15px 0;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.pvc-installation-section .installation-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 50px 0;
    text-align: center;
}

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

.pvc-installation-section .installation-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pvc-installation-section .installation-column-pink {
    padding: 0;
}

.pvc-installation-section .installation-column-purple {
    padding: 0;
}

.pvc-installation-section .installation-step {
    padding: 0;
}

.pvc-installation-section .step-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pvc-installation-section .step-title {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin: 0;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
}

.pvc-installation-section .installation-column-pink .step-title {
    background-color: #ffe6f0;
}

.pvc-installation-section .installation-column-purple .step-title {
    background-color: #f0e6ff;
}

.pvc-installation-section .step-number {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
}

.pvc-installation-section .step-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
    padding: 0 15px;
}

/* Section 10 Responsive */
@media (max-width: 1024px) {
    .pvc-installation-section .installation-title {
        font-size: 30px;
    }

    .pvc-installation-section .installation-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .pvc-installation-section {
        padding: 56px 0;
    }

    .pvc-installation-section .installation-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .pvc-installation-section .installation-desc {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .pvc-installation-section .installation-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .pvc-installation-section .step-title {
        font-size: 16px;
        padding: 12px;
    }

    .pvc-installation-section .step-number {
        font-size: 16px;
    }
}

/* ========== Section 11: PVC Kitchen Cabinets Buying Guide (FAQ) ========== */
.pvc-faq-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pvc-faq-section .faq-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 50px 0;
    text-align: center;
}

.pvc-faq-section .faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.pvc-faq-section .faq-item {
    border-bottom: 1px solid #e0e0e0;
}

.pvc-faq-section .faq-item:last-child {
    border-bottom: none;
}

.pvc-faq-section .faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    cursor: pointer;
    user-select: none;
}

.pvc-faq-section .faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin: 0;
    line-height: 1.4;
    flex: 1;
    padding-right: 20px;
}

.pvc-faq-section .faq-icon {
    font-size: 24px;
    font-weight: 400;
    color: #222222;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pvc-faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.pvc-faq-section .faq-item.faq-open .faq-answer {
    max-height: 500px;
    padding-bottom: 25px;
}

.pvc-faq-section .faq-answer p {
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    margin: 0;
}

/* Section 11 Responsive */
@media (max-width: 1024px) {
    .pvc-faq-section .faq-title {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .pvc-faq-section {
        padding: 56px 0;
    }

    .pvc-faq-section .faq-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .pvc-faq-section .faq-header {
        padding: 20px 0;
    }

    .pvc-faq-section .faq-question {
        font-size: 16px;
        padding-right: 15px;
    }

    .pvc-faq-section .faq-icon {
        font-size: 20px;
        width: 25px;
        height: 25px;
    }

    .pvc-faq-section .faq-answer p {
        font-size: 15px;
    }
}

/* ========== Section 12: Catalog Download ========== */
.pvc-catalog-section {
    position: relative;
}

.pvc-catalog-section .catalog-bg {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pvc-catalog-section .catalog-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.pvc-catalog-section .catalog-content {
    flex: 1;
}

.pvc-catalog-section .catalog-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.pvc-catalog-section .catalog-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    margin: 0 0 30px 0;
}

.pvc-catalog-section .btn-catalog {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ff6600;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.pvc-catalog-section .btn-catalog:hover {
    background-color: #e65c00;
}

.pvc-catalog-section .catalog-image {
    flex: 1;
}

.pvc-catalog-section .catalog-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Section 12 Responsive */
@media (max-width: 1024px) {
    .pvc-catalog-section .catalog-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .pvc-catalog-section .catalog-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .pvc-catalog-section .catalog-bg {
        padding: 56px 0;
    }

    .pvc-catalog-section .catalog-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .pvc-catalog-section .catalog-desc {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .pvc-catalog-section .btn-catalog {
        padding: 12px 24px;
        font-size: 15px;
    }
}
}

/* ========== Section 13: Contact Form ========== */
.pvc-contact-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pvc-contact-section .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.pvc-contact-section .contact-head {
    text-align: center;
    margin-bottom: 30px;
}

.pvc-contact-section .form-title {
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 12px 0;
}

.pvc-contact-section .form-subtitle {
    font-size: 16px;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

.pvc-contact-section .contact-body {
    display: flex;
    gap: 40px;
}

.pvc-contact-section .contact-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pvc-contact-section .contact-image img {
    width: 350px;
    height: auto;
    display: block;
    margin-bottom: 25px;
}

.pvc-contact-section .side-title {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 10px 0;
}

.pvc-contact-section .side-subtitle {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.pvc-contact-section .contact-form-content {
    flex: 1;
}

.pvc-contact-section .pvc-contact-form {
    margin-top: 15px;
}

.pvc-contact-section .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.pvc-contact-section .form-group {
    margin-bottom: 8px;
}

.pvc-contact-section .form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
}

.pvc-contact-section .form-input {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-sizing: border-box;
    height: 44px;
}

.pvc-contact-section .form-input:focus,
.pvc-contact-section .form-textarea:focus {
    outline: none;
    border-color: #ff6600;
}

.pvc-contact-section .form-textarea {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    resize: vertical;
    box-sizing: border-box;
    min-height: 120px;
    font-family: inherit;
}

.pvc-contact-section .checkbox-group {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 4px 6px;
    margin-top: 8px;
}

.pvc-contact-section .checkbox-label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #333333;
    cursor: pointer;
    line-height: 1.2;
}

.pvc-contact-section .checkbox-label input[type="checkbox"] {
    margin: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    flex-shrink: 0;
}

.pvc-contact-section .file-upload-wrapper {
    position: relative;
}

.pvc-contact-section .form-file-input {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-sizing: border-box;
    height: 38px;
}

.pvc-contact-section .form-submit {
    margin-top: 20px;
}

.pvc-contact-section .btn-send {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ff6600;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pvc-contact-section .btn-send:hover {
    background-color: #e65c00;
}

/* Section 13 Responsive */
@media (max-width: 1024px) {
    .pvc-contact-section .contact-wrapper {
        gap: 40px;
    }

    .pvc-contact-section .form-title {
        font-size: 30px;
    }

    .pvc-contact-section .contact-body {
        flex-direction: column;
        gap: 40px;
    }

    .pvc-contact-section .contact-side {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pvc-contact-section .contact-image img {
        max-width: 350px;
    }

    .pvc-contact-section .checkbox-group {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .pvc-contact-section {
        padding: 56px 0;
    }

    .pvc-contact-section .form-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .pvc-contact-section .form-subtitle {
        font-size: 16px;
    }

    .pvc-contact-section .form-row {
        grid-template-columns: 1fr;
    }

    .pvc-contact-section .checkbox-group {
        grid-template-columns: repeat(2, 1fr);
    }

    .pvc-contact-section .btn-send {
        width: 100%;
    }
}
