/* Section Wrapper */
/* .chm-exclusive-deals-wrapper {
    padding: 20px 0;
} */

/* Main Card */
.chm-deal-card {
    background-color: #1a1c1e;
    border-radius: 12px;
    padding: 16px 15px;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Badge Styling */
.chm-deal-badge {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

/* Typography */
.chm-deal-title {
    color: #ff8c2d;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.1;
}

.chm-deal-description p {
    color: #ffffff;
    font-size: 1.05rem;
    margin-bottom: 4px;
    opacity: 0.95;
}

/* Divider with Center Text */
.chm-divider-container {
    position: relative;
    text-align: center;
    margin: 15px 0;
}

.chm-divider-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.chm-divider-text {
    position: relative;
    z-index: 2;
    background-color: #1a1c1e;
    padding: 0 12px;
    color: #ff8c2d;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

/* Buttons */
.chm-btn {
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.chm-btn-whatsapp {
    background-color: #25d366;
    color: white;
}

.chm-btn-call {
    background-color: #ff8c2d;
    color: white;
}

.chm-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    color: white;
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
    .chm-deal-title {
        font-size: 1.6rem;
    }

    .chm-deal-description p {
        font-size: 0.95rem;
    }

    .chm-divider-text {
        font-size: 0.75rem;
        padding: 0 8px;
    }

    .chm-btn {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .chm-deal-card {
        padding: 15px 10px;
    }
}

.chm-deal-footer p {
    font-style: italic;
    opacity: 0.8;
}


@media (max-width: 480px) {
    .chm-exclusive-deals-wrapper>.container {
        padding: 0px !important;
    }

    .chm-deal-card{
        border-radius: 2px;
    }

    .chm-deal-badge{
        font-size: 15px !important;
        padding: 4px 8px !important;
    }
}

@media (max-width: 345px){
    .chm-deal-title{
        font-size: 1.4rem !important;
    }
}
