@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #000;
    background-color: #ffffff;
}

.product-enquiry-section {
    padding: 75px 0 80px;
    background-color: #ffffff;
}

.section-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000;
}

/* Summary Box */

.summary-box {
    background-color: #eeeeee;
    padding: 38px 35px;
}

.summary-header {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 26px;
}

.summary-header h6 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.summary-product {
    gap: 28px;
    padding: 16px 0 12px;
    border-bottom: 1px solid #d8d8d8;
}

.product-img {
    width: 76px;
    height: 76px;
    background-color: #ffffff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.product-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.summary-product h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.summary-row {
    padding: 18px 0;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
}

.summary-row strong {
    font-weight: 700;
    color: #000;
}

.summary-row span {
    color: #111;
    text-align: right;
}

.blue-text {
    color: #0d5bff !important;
    font-weight: 600;
}

.why-box {
    padding-top: 25px;
}

.why-box h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #000;
}

.why-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-box ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #111;
    position: relative;
    padding-left: 16px;
}

.why-box ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-weight: 600;
}

/* Form */

.form-description {
    font-size: 14px;
    line-height: 1.9;
    color: #111;
    max-width: 650px;
    margin-bottom: 26px;
}

.form-label {
    font-size: 13px;
    font-weight: 400;
    color: #111;
    margin-bottom: 10px;
}

.form-control {
    height: 36px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    padding: 8px 14px;
    color: #111;
    box-shadow: none;
}

.form-control::placeholder {
    color: #617083;
}

.form-control:focus {
    border-color: #2f65f6;
    box-shadow: none;
}

.enquiry-textarea {
    height: 120px;
    resize: none;
}

.submit-btn {
    background-color: #2f65f6;
    color: #ffffff;
    border: none;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: 0.3s ease;
}

.submit-btn:hover {
    background-color: #174ee5;
}

/* Responsive */

@media (max-width: 991px) {
    .product-enquiry-section {
        padding: 55px 0;
    }

    .summary-box {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
    .section-heading {
        font-size: 20px;
    }

    .summary-product {
        gap: 18px;
    }

    .summary-row {
        flex-direction: column;
        gap: 6px;
    }

    .summary-row span {
        text-align: left;
    }

    .form-description {
        font-size: 13px;
    }
}

/* Polished enquiry page UI */
.product-enquiry-section {
    padding: 86px 0 90px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 34%);
}

.section-heading {
    color: #0f172a;
    font-size: 24px;
    letter-spacing: 0;
}

.summary-box,
.product-enquiry-section form {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.065);
}

.summary-box {
    padding: 34px;
}

.product-enquiry-section form {
    padding: 34px;
}

.summary-header,
.summary-product,
.summary-row {
    border-color: #e5e7eb;
}

.summary-product {
    gap: 22px;
    padding: 22px 0;
}

.product-img {
    flex: 0 0 auto;
    width: 92px;
    height: 92px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
}

.summary-product h5 {
    color: #0f172a;
    font-size: 17px;
    line-height: 1.35;
}

.summary-row {
    gap: 20px;
    padding: 17px 0;
}

.summary-row span {
    color: #4b5563;
}

.blue-text {
    color: #2563eb !important;
}

.why-box {
    margin-top: 24px;
    padding: 24px;
    border-radius: 16px;
    background: #f8fafc;
}

.why-box h4 {
    color: #0f172a;
    font-size: 18px;
}

.why-box ul li {
    color: #374151;
}

.why-box ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 9px;
    background: #2563eb;
}

.form-description {
    color: #4b5563;
}

.form-label {
    color: #374151;
    font-weight: 600;
}

.form-control {
    height: 46px;
    border-color: #d9dee7;
    border-radius: 10px;
    color: #111827;
    font-size: 14px;
}

.form-control::placeholder {
    color: #94a3b8;
}

.form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.10);
}

.enquiry-textarea {
    height: 150px;
    min-height: 150px;
    resize: vertical;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 48px;
    border-radius: 999px;
    background: #2563eb;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
    font-size: 14px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.submit-btn:hover {
    background: #1d4ed8;
    box-shadow: 0 16px 28px rgba(37, 99, 235, 0.28);
    transform: translateY(-1px);
}

.alert-success {
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    background: #dcfce7;
    color: #15803d;
    font-size: 14px;
    font-weight: 600;
}

.invalid-feedback {
    margin-top: 7px;
    font-size: 12px;
}

@media (max-width: 991px) {
    .product-enquiry-section form {
        padding: 28px 24px;
    }
}

@media (max-width: 767px) {
    .summary-product {
        align-items: flex-start !important;
    }

    .product-enquiry-section form {
        padding: 24px 18px;
    }

    .submit-btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .summary-product {
        flex-direction: column;
    }

    .product-img {
        width: 84px;
        height: 84px;
    }
}
