/* ===================================
   HOT DEALS NEW SECTION STYLES
   =================================== */

.hot-deals-new-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #202945 0%, #202945 100%);
    position: relative;
    overflow: hidden;
}
.hot-deals-new-section.hot-lines {
    position: relative;
 
}
/* .hot-deals-new-section.hot-lines::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    pointer-events: none;
    width: 100%;
    height: 3px;
}
.hot-deals-new-section.hot-lines::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    pointer-events: none;
    width: 3px;
    height: 100%;
} */

.hot-deals-new-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: radial-gradient(circle at 50% 50%, rgb(46 139 220 / 34%) 0%, #247ec717 50%), radial-gradient(circle at 50% 50%, rgba(255, 59, 59, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.hot-deals-new-section .container {
    position: relative;
    z-index: 1;
}

/* Section Header */
.hot-deals-new-section .hero-area-head {
    margin-bottom: 40px;
    text-align: center;
}

.hot-deals-new-section .hero-area-head h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hot-deals-new-section .hero-area-head h2 em {
    color: #ff3b3b;
    font-style: normal;
}

/* Hot Deals Grid */
.hot-deals-grid {
     row-gap: 30px;
}
.hot-deals-grid .hotNewSwiper-box .swiper {
         border-radius: 16px;
    /* padding: 20px; */
}

/* Deal Card */
.hot-deal-card {
    background: linear-gradient(135deg, #2a2d42 0%, #1f2235 100%);
    border-radius: 16px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); */
}

.hot-deal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(255, 59, 59, 0.15) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.hot-deal-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 59, 59, 0.4);
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07),
                0 12px 24px rgba(255, 59, 59, 0.15),
                0 20px 48px rgba(255, 59, 59, 0.18),
                0 0 80px rgba(255, 59, 59, 0.08),
                0 2px 4px rgba(0, 0, 0, 0.05) inset; */
}

.hot-deal-card:hover::before {
    opacity: 1;
}

/* Badge */
.hot-deal-badge {
       position: absolute;
    top: 20px;
    left: 30px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 2;
}
.hot-deal-badge h2 { 
    font-size: 18px !important;
    margin: 0;
        background: #000000;
    padding: 4px 10px;
    border-radius: 5px;
    
}
.hot-deal-badge h2 em { 
  font-size: 12px;
top: 2px;    
color: #e33240;
}

/* Content */
.hot-deal-content {
    flex: 1;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.hot-deal-title {
    color: #ffffff;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0 12px 0;
    transition: color 0.3s ease;
}

.hot-deal-card:hover .hot-deal-title {
    color: #ff3b3b;
}

.hot-deal-brand {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 24px 0;
}

/* Button */
.hot-deal-content .hero-button {
    margin: 0;
}

.hot-deal-content .btn {
    background: linear-gradient(135deg, #ff3b3b 0%, #e33240 100%);
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(255, 59, 59, 0.3);
}

.hot-deal-content .btn:hover {
    background: linear-gradient(135deg, #e91e1e 0%, #d01818 100%);
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(255, 59, 59, 0.5);
}

/* Image */
.hot-deal-image {
    flex-shrink: 0;
    width: 340px;
    height: 260px;
    position: relative;
    z-index: 1;
}

.hot-deal-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    transition: transform 0.4s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.hot-deal-card:hover .hot-deal-image img {
    transform: scale(1.08);
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

/* Large Tablets and Small Desktops */
@media (max-width: 1400px) 
{
.hot-deal-image { 
    width: 250px;
    height: 260px; 
}
 .hot-deal-title {
        font-size: 19px !important; 
    }

}


@media (max-width: 1200px) {
.hot-deal-badge { 
    background: #000;
    padding: 4px 6px;
    border-radius: 5px;
}
.hot-deal-badge h2 em { 
    color: #e33240;
    top: 2px;
}
    
    .hot-deal-card {
        padding: 30px 25px;
        flex-direction: column;
                text-align: center;
    }
    
     .hot-deal-content {
        padding-right: 0;
        width: 100%;
        order: 2;
    }
    
    .hot-deal-title {
        font-size: 18px !important;
        margin: 20px 0 10px 0;
    }
    
    .hot-deal-brand {
        font-size: 14px;
        margin: 0 0 18px 0;
    }
    
    .hot-deal-content .btn {
        padding: 11px 24px;
        font-size: 14px;
    }
    
    .hot-deal-image {
        width: 100%;
        max-width: 350px;
        height: 220px;
        order: 1;
        margin-bottom: 20px;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .hot-deals-new-section {
        padding: 50px 0;
    }
    
    .hot-deals-new-section .hero-area-head h2 {
        font-size: 36px;
    }
    
    .hot-deals-grid {
        /* grid-template-columns: 1fr;
        gap: 20px; */
    }
    
    .hot-deal-card {
        padding: 25px 20px;
         flex-direction: column;
                 text-align: center;
    }
  .hot-deal-content {
        padding-right: 0;
        width: 100%;
        order: 2;
    }
    
    .hot-deal-title {
        font-size: 18px !important;
        margin: 20px 0 10px 0;
    }
    
    .hot-deal-brand {
        font-size: 14px;
        margin: 0 0 18px 0;
    }
    
    .hot-deal-content .btn {
        padding: 11px 24px;
        font-size: 14px;
    }
    
    .hot-deal-image {
        width: 100%;
        max-width: 350px;
        height: 220px;
        order: 1;
        margin-bottom: 20px;
    }
}

/* Mobile Landscape */
@media (max-width: 768px) {
    .hot-deals-new-section {
        padding: 40px 0;
    }
    
    .hot-deals-new-section .hero-area-head {
        margin-bottom: 30px;
    }
    
    .hot-deals-new-section .hero-area-head h2 {
        font-size: 32px;
    }
    
    .hot-deal-card {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }
    
    .hot-deal-badge {
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
    }
    
    .hot-deal-content {
        padding-right: 0;
        width: 100%;
        order: 2;
    }
    
    .hot-deal-title {
        font-size: 18px !important;
        margin: 20px 0 10px 0;
    }
    
    .hot-deal-brand {
        font-size: 14px;
        margin: 0 0 18px 0;
    }
    
    .hot-deal-content .btn {
        padding: 11px 24px;
        font-size: 14px;
    }
    
    .hot-deal-image {
        width: 100%;
        max-width: 500px;
        height: 320px;
        order: 1;
        margin-bottom: 20px;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {

    .hot-deal-badge h2 { 
    letter-spacing: -0.4px;
    font-size: 14px !important;
}
 
    .hot-deal-badge h2 em { 
        font-size: 10px;
    }
    .hot-deals-new-section {
        padding: 35px 0;
    }
    
    .hot-deals-new-section .hero-area-head h2 {
        font-size: 28px;
    }
    
    .hot-deals-grid {
        /* gap: 18px; */
    }
    
    .hot-deal-card {
        padding: 18px;
        border-radius: 12px;
    }
    
    .hot-deal-badge {
        font-size: 12px;
        padding: 3px 4px;
        top: 12px;
    }
    
    .hot-deal-title {
        font-size: 20px !important;
        line-height: 1.3;
        margin: 18px 0 8px 0;
    }
    
    .hot-deal-brand {
        font-size: 13px;
        margin: 0 0 16px 0;
    }
    
    .hot-deal-content .btn {
        padding: 10px 22px;
        font-size: 13px;
        border-radius: 6px;
    }
    
    .hot-deal-image {
        height: 200px;
        margin-bottom: 15px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .hot-deals-new-section .hero-area-head h2 {
        font-size: 24px;
    }
    
    .hot-deal-title {
        font-size: 16px;
    }
    
    .hot-deal-brand {
        font-size: 12px;
    }
    
    .hot-deal-content .btn {
        padding: 9px 20px;
        font-size: 12px;
    }
    
    .hot-deal-image {
        height: 180px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: light) {
    .hot-deals-new-section {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }
    
    .hot-deal-card {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border-color: rgba(0, 0, 0, 0.1);
    }
    
    .hot-deals-new-section .hero-area-head h2 {
        color: #1a1d2e;
    }
    
    .hot-deal-title {
        color: #1a1d2e;
    }
    
    .hot-deal-brand {
        color: rgba(0, 0, 0, 0.6);
    }
}

/* Print Styles */
@media print {
    .hot-deals-new-section {
        background: white;
        padding: 20px 0;
    }
    
    .hot-deal-card {
        page-break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .hot-deal-content .btn {
        display: none;
    }
}
