.quote-form-lightbox {
    background: #fff;
    padding: 0;
    max-width: 700px;
    margin: 40px auto;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.quote-form-container {
    text-align: left;
    padding: 40px;
}

.quote-form-title {
    margin-bottom: 30px;
    font-size: 16px;
    color: #0c79ad;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8f4f8;
}

/* Contact Form 7 Styling */
.quote-form-lightbox .wpcf7-form {
    margin: 0;
}

.quote-form-lightbox .cf7-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quote-form-lightbox .cf7-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    text-align: center;
}

.quote-form-lightbox .cf7-field input[type="text"],
.quote-form-lightbox .cf7-field input[type="tel"],
.quote-form-lightbox .cf7-field input[type="email"],
.quote-form-lightbox .cf7-field textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.quote-form-lightbox .cf7-field input[type="text"]:focus,
.quote-form-lightbox .cf7-field input[type="tel"]:focus,
.quote-form-lightbox .cf7-field input[type="email"]:focus,
.quote-form-lightbox .cf7-field textarea:focus {
    outline: none;
    border-color: #0c79ad;
    box-shadow: 0 0 0 3px rgba(12, 121, 173, 0.1);
}

.quote-form-lightbox .cf7-field input::placeholder,
.quote-form-lightbox .cf7-field textarea::placeholder {
    color: #999;
}

.quote-form-lightbox .cf7-submit {
    margin-top: 25px;
    text-align: center;
}

.quote-form-lightbox .wpcf7-spinner {
    display: none !important;
}

.list-sp .product-small.box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.list-sp .product-small.box .box-image {
    overflow: hidden;
}

.list-sp .product-small.box:hover .box-image img {
    transform: scale(1);
    transition: transform 0.3s ease;
}

.list-sp .product-small.box:hover .box-image img {
    transform: scale(1.05);
}

.list-sp .product-small.box .box-text {
    flex: 1;
    padding-bottom: 40px;
}

.list-sp .col-inner {
    height: 100%;
}

.quote-form-lightbox .cf7-submit input[type="submit"] {
    background: linear-gradient(135deg, #0c79ad 0%, #095a80 100%);
    color: #fff;
    border: none;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.quote-form-lightbox .cf7-submit input[type="submit"]:hover {
    background: linear-gradient(135deg, #095a80 0%, #0c79ad 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(12, 121, 173, 0.3);
}

.quote-form-lightbox .cf7-submit input[type="submit"]:active {
    transform: translateY(0);
}

.quote-form-lightbox .cf7-note {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}

/* Magnific Popup Custom Styling */
.mfp-zoom-in .quote-form-lightbox {
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-ready .quote-form-lightbox {
    opacity: 1;
    transform: scale(1);
}

.mfp-bg {
    background: rgba(0, 0, 0, 0.7);
}

.mfp-close {
    color: #333;
    font-size: 32px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.mfp-close:hover {
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .quote-form-lightbox {
        max-width: 90%;
        margin: 20px auto;
    }

    .quote-form-container {
        padding: 25px 20px;
    }

    .quote-form-title {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

.open-quote-form {
    cursor: pointer;
}

.isuzu-offers {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.isuzu-offers li {
    margin: 5px 0;
    color: #333;
}

.product-specs.is-small {
    margin: 10px 0;
    font-size: 0.75em;
    padding-top: 12px;
    border-top: 1px dashed #ccc;
}

.product-specs.is-small .spec-item {
    color: #333;
    line-height: 1.5;
}

.product-promo-box .promo-item {
    text-align: initial;
    font-size: 12px;
    color: #0c79ad;
    font-weight: 600;
    padding-left: 3px;
    margin: 0px;
    display: flex;
    align-items: center;
}

@media (max-width: 480px) {
    .product-promo-box .promo-item {
        font-size: 10px;
    }
}

.product-promo-box .promo-item svg {
    width: 12px;
    height: 12px;
    fill: red;
    margin-right: 3px;
}

.list-sp .box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    aspect-ratio: 270 / 202;
    width: 100%;
}

.btn-quick-quote {
    background-color: #e53935;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(229, 57, 53, 0.07);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    display: block !important;
    width: fit-content !important;
    margin: 0px auto !important;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 10;
    white-space: nowrap;
}

.btn-quick-quote:hover,
.btn-quick-quote:focus {
    background-color: #b71c1c;
    color: #fff;
}

.isuzu-product-info {
    margin-bottom: 30px;
}

.isuzu-product-info-item {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.isuzu-product-info-item.company-name {
    font-size: 24px;
    color: red;
}

.isuzu-product-info-item .isuzu-product-info-item-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    color: #000;
}

.isuzu-product-info-item .isuzu-product-info-item-value {
    font-weight: 500;
    color: #185abc;
}

.isuzu-product-location .isuzu-product-info-item-label,
.isuzu-product-phone .isuzu-product-info-item-label {
    color: #000;
    font-weight: 700;
}

.group-info {
    padding: 15px;
    border: 3px dashed red;
}

.isuzu-price {
    font-size: 24px;
    color: red;
    font-weight: 700;
}


.group-info+.group-info {
    margin: 40px 0 20px;
}

.group-info + .block-nut-dat-mua{
	margin-top: 20px;
}
.group-info + .group-info + .block-nut-dat-mua{
	margin-top: 0px;
}

/* Fixed Contact Icons - Left Bottom */
.isuzu-fixed-contact-icons {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.isuzu-fixed-phone-icon,
.isuzu-fixed-zalo-icon {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
}

.isuzu-fixed-phone-icon:hover,
.isuzu-fixed-zalo-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.isuzu-fixed-phone-icon img,
.isuzu-fixed-zalo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    50% {
        box-shadow: 0 4px 20px rgba(12, 121, 173, 0.5);
    }

    100% {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
}

.isuzu-fixed-phone-icon {
    animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .isuzu-fixed-contact-icons {
        right: 15px;
        bottom: 15px;
        gap: 8px;
    }

    .isuzu-fixed-phone-icon,
    .isuzu-fixed-zalo-icon {
        width: 45px;
        height: 45px;
    }
}

.form-khuyen-mai .wpcf7-spinner{
		position: absolute;
		top: 50%;
		left: 50%; 
		transform: translate(-50%, -50%);
	}

@media (max-width: 480px) {
    .isuzu-fixed-contact-icons {
        right: 10px;
        bottom: 70px;
        gap: 6px;
    }

    .isuzu-fixed-phone-icon,
    .isuzu-fixed-zalo-icon {
        width: 40px;
        height: 40px;
    }
	
	.pum-theme-1503 .pum-title, .pum-theme-lightbox .pum-title{
		font-size: 24px !important; text-align: center;
	}
	
	.form-khuyen-mai{
		padding: 0 !important;
	}
	
	
	
	.form-khuyen-mai h3{
		font-size: 24px !important;
	}
}