/* =============================
   Newsletter Area (Professional)
   ============================= */
.news-letter-area {
    background: #ffffff; /* clean white background */
    padding: 60px 0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
}

.news-letter-area .section-title-3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}

.news-letter-area .desc-content {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Newsletter Form */
.newsletter-form-wrap {
    max-width: 520px;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Input Box */
.newsletter-form .email-box {
    flex: 1;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 50px 0 0 50px;
    padding: 14px 20px;
    font-size: 15px;
    color: #333;
    outline: none;
    background: #fafafa;
    transition: all 0.3s ease;
}

.newsletter-form .email-box:focus {
    border-color: #07223e;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,123,255,0.15);
}

/* Button */
.newsletter-form .btn {
    background: #07223e;
    color: #fff;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0 50px 50px 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-form .btn:hover {
    background: #a71068;
}

/* Responsive */
@media (max-width: 768px) {
    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form .email-box {
        border-radius: 50px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        width: 100%;
    }

    .newsletter-form .btn {
        border-radius: 50px;
        width: 100%;
    }
}

/* Modern Modal Styling */
.ltn__modal-area .modal {
    z-index: 99999;
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
}

.ltn__modal-area .modal-dialog {
    max-width: 900px;
    margin: 2rem auto;
    border-radius: 0;
}

.ltn__modal-area .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.ltn__modal-area .modal-header {
    border-bottom: 1px solid #f1f5f9;
    padding: 1.2rem 1.5rem;
    background: #fff;
    position: relative;
}

.ltn__modal-area .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 10;
}

.ltn__modal-area .modal-header .close:hover {
    background: #ef4444;
    color: white;
    transform: rotate(90deg);
}

.ltn__modal-area .modal-body {
    padding: 0;
}

.ltn__quick-view-modal-inner {
    background: #fff;
}

.modal-product-item {
    padding: 0;
}

.modal-product-img {
    padding: 2rem;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}

.modal-product-img img {
    object-fit: contain;
    max-height: 350px;
    width: auto !important;
    border-radius: 8px;
}

.modal-product-info {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.modal-product-info h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.product-price-ratting {
    margin-bottom: 1.5rem !important;
}

.product-price-ratting ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.product-price-ratting .product-price {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-price-ratting .product-price span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #a22336;
}

.product-price-ratting .product-price del {
    font-size: 1.2rem;
    color: #94a3b8;
    font-weight: 500;
}

.modal-product-brief {
    margin-bottom: 2rem;
    flex-grow: 1;
}

.modal-product-brief p {
    color: #64748b;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.modal-product-brief p:last-child {
    margin-bottom: 0;
}

.modal-product-brief ul, .modal-product-brief ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #64748b;
}

.modal-product-brief li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.ltn__product-details-menu-2 {
    margin-bottom: 1.5rem !important;
}

.ltn__product-details-menu-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

.theme-btn-1.btn {
    background: #941a3c;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.theme-btn-1.btn:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.4);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .ltn__modal-area .modal-dialog {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }
    
    .modal-product-img {
        min-height: 300px;
        padding: 1.5rem;
    }
    
    .modal-product-img img {
        max-height: 250px;
    }
    
    .modal-product-info {
        padding: 1.5rem;
    }
    
    .modal-product-info h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .modal-product-img {
        min-height: 250px;
        padding: 1rem;
    }
    
    .modal-product-img img {
        max-height: 200px;
    }
    
    .modal-product-info {
        padding: 1.5rem 1rem;
    }
    
    .modal-product-info h3 {
        font-size: 1.35rem;
    }
    
    .product-price-ratting .product-price span {
        font-size: 1.3rem;
    }
    
    .theme-btn-1.btn {
        padding: 12px 24px;
        width: 100%;
    }
}

/* Animation for modal entrance */
@keyframes modalEnter {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.ltn__modal-area .modal-content {
    animation: modalEnter 0.3s ease-out;
}

/* Backdrop styling */
.modal-backdrop.show {
    opacity: 0.7;
    background: #1e293b;
}

/* Custom scrollbar for modal content */
.modal-product-brief {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.modal-product-brief::-webkit-scrollbar {
    width: 6px;
}

.modal-product-brief::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.modal-product-brief::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.modal-product-brief::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

