/* Casino Offers Widget Styles */
.elementor-widget-casinooffers .casino-offers {
    font-family: 'Inter', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
}

.elementor-widget-casinooffers .offers-header {
    text-align: center;
    margin-bottom: 40px;
}

.elementor-widget-casinooffers .offers-header h1, 
.elementor-widget-casinooffers .offers-header h2, 
.elementor-widget-casinooffers .offers-header h3, 
.elementor-widget-casinooffers .offers-header h4, 
.elementor-widget-casinooffers .offers-header h5, 
.elementor-widget-casinooffers .offers-header h6 {
    color: #2a2a2a;
    font-weight: 700;
    margin: 0;
}

.elementor-widget-casinooffers .offers-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-bottom: 50px !important;
}

/* Offer Cards */
.elementor-widget-casinooffers .offer-card {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
    position: relative !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.elementor-widget-casinooffers .offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.elementor-widget-casinooffers .offer-card.vip-card {
    background-color: #1a1a2e !important;
    color: #ffffff !important;
}

.elementor-widget-casinooffers .offer-badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    z-index: 10 !important;
    letter-spacing: 0.5px !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.elementor-widget-casinooffers .offer-badge.new-players {
    background-color: #4caf50 !important;
    color: white !important;
}

.elementor-widget-casinooffers .offer-badge.limited-time {
    background-color: #f44336 !important;
    color: white !important;
}

.elementor-widget-casinooffers .offer-badge.reload {
    background-color: #2196f3 !important;
    color: white !important;
}

.elementor-widget-casinooffers .offer-content {
    padding: 25px;
}

.elementor-widget-casinooffers .offer-content h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #333;
}

.elementor-widget-casinooffers .vip-card .offer-content h2,
.elementor-widget-casinooffers .vip-card .offer-content h3,
.elementor-widget-casinooffers .vip-card .offer-features li {
    color: #ffffff !important;
}

.elementor-widget-casinooffers .offer-value {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.elementor-widget-casinooffers .offer-icon {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #555;
    font-size: 16px;
}

.elementor-widget-casinooffers .vip-card .offer-icon {
    background-color: #e91e63;
    color: white;
}

.elementor-widget-casinooffers .offer-amount h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.elementor-widget-casinooffers .offer-amount p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.elementor-widget-casinooffers .vip-card .offer-amount p {
    color: #cccccc;
}

.elementor-widget-casinooffers .offer-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.elementor-widget-casinooffers .offer-features li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.elementor-widget-casinooffers .offer-features li i {
    color: #4caf50;
    margin-right: 10px;
    font-size: 14px;
}

.elementor-widget-casinooffers .vip-card .offer-features li i {
    color: #e91e63;
}

.elementor-widget-casinooffers .offer-action {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

.elementor-widget-casinooffers .offer-action .btn {
    margin: 0 auto;
}

/* Button styles - Updated */
.elementor-widget-casinooffers .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    width: auto;
    min-width: 160px;
    max-width: 90%;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 40px;
}

.elementor-widget-casinooffers .btn i {
    margin-right: 6px;
    font-size: 14px;
}

.elementor-widget-casinooffers .claim-btn {
    background-color: #4caf50;
    box-shadow: 0 2px 5px rgba(76, 175, 80, 0.2);
}

.elementor-widget-casinooffers .claim-btn:hover {
    background-color: #388e3c;
    box-shadow: 0 3px 8px rgba(76, 175, 80, 0.3);
}

.elementor-widget-casinooffers .vip-btn {
    background-color: #e91e63;
    box-shadow: 0 2px 5px rgba(233, 30, 99, 0.2);
}

.elementor-widget-casinooffers .vip-btn:hover {
    background-color: #c2185b;
    box-shadow: 0 3px 8px rgba(233, 30, 99, 0.3);
}

.elementor-widget-casinooffers .activate-btn {
    background-color: #2196f3;
    box-shadow: 0 2px 5px rgba(33, 150, 243, 0.2);
}

.elementor-widget-casinooffers .activate-btn:hover {
    background-color: #1976d2;
    box-shadow: 0 3px 8px rgba(33, 150, 243, 0.3);
}

.elementor-widget-casinooffers .terms {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.elementor-widget-casinooffers .vip-card .terms {
    color: #aaaaaa;
}

/* Payment Methods */
.elementor-widget-casinooffers .payment-methods {
    text-align: center;
    margin-top: 40px;
}

.elementor-widget-casinooffers .payment-methods h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

.elementor-widget-casinooffers .payment-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.elementor-widget-casinooffers .payment-icon {
    background-color: #f5f5f5;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #555;
    transition: all 0.3s ease;
}

.elementor-widget-casinooffers .payment-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 991px) {
    .elementor-widget-casinooffers .offers-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 767px) {
    .elementor-widget-casinooffers .offers-container {
        grid-template-columns: 1fr;
    }
    
    .elementor-widget-casinooffers .offers-header h1 {
        font-size: 26px;
    }
    
    .elementor-widget-casinooffers .payment-icons {
        gap: 10px;
    }
    
    .elementor-widget-casinooffers .payment-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .elementor-widget-casinooffers .casino-offers {
        padding: 20px 10px;
    }
    
    .elementor-widget-casinooffers .offer-content {
        padding: 20px 15px;
    }
    
    .elementor-widget-casinooffers .offer-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .elementor-widget-casinooffers .offer-amount h3 {
        font-size: 16px;
    }
    
    .elementor-widget-casinooffers .payment-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* For non-Elementor environments (like test.html) */
.casino-offers {
    font-family: 'Inter', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
}

.offers-header {
    text-align: center;
    margin-bottom: 40px;
}

.offers-header h1, 
.offers-header h2, 
.offers-header h3, 
.offers-header h4, 
.offers-header h5, 
.offers-header h6 {
    color: #2a2a2a;
    font-weight: 700;
    margin: 0;
}

.offers-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-bottom: 50px !important;
}

.offer-card {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
    position: relative !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.offer-card.vip-card {
    background-color: #1a1a2e !important;
    color: #ffffff !important;
}

.offer-badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    z-index: 10 !important;
    letter-spacing: 0.5px !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.offer-badge.new-players {
    background-color: #4caf50 !important;
    color: white !important;
}

.offer-badge.limited-time {
    background-color: #f44336 !important;
    color: white !important;
}

.offer-badge.reload {
    background-color: #2196f3 !important;
    color: white !important;
}

.offer-content {
    padding: 25px;
}

.offer-content h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #333;
}

.vip-card .offer-content h2,
.vip-card .offer-content h3,
.vip-card .offer-features li {
    color: #ffffff !important;
}

.offer-value {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.offer-icon {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #555;
    font-size: 16px;
}

.vip-card .offer-icon {
    background-color: #e91e63;
    color: white;
}

.offer-amount h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.offer-amount p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.vip-card .offer-amount p {
    color: #cccccc;
}

.offer-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.offer-features li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.offer-features li i {
    color: #4caf50;
    margin-right: 10px;
    font-size: 14px;
}

.vip-card .offer-features li i {
    color: #e91e63;
}

.offer-action {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

.offer-action .btn {
    margin: 0 auto;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    width: auto;
    min-width: 160px;
    max-width: 90%;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 40px;
}

.btn i {
    margin-right: 6px;
    font-size: 14px;
}

.claim-btn {
    background-color: #4caf50;
    box-shadow: 0 2px 5px rgba(76, 175, 80, 0.2);
}

.claim-btn:hover {
    background-color: #388e3c;
    box-shadow: 0 3px 8px rgba(76, 175, 80, 0.3);
}

.vip-btn {
    background-color: #e91e63;
    box-shadow: 0 2px 5px rgba(233, 30, 99, 0.2);
}

.vip-btn:hover {
    background-color: #c2185b;
    box-shadow: 0 3px 8px rgba(233, 30, 99, 0.3);
}

.activate-btn {
    background-color: #2196f3;
    box-shadow: 0 2px 5px rgba(33, 150, 243, 0.2);
}

.activate-btn:hover {
    background-color: #1976d2;
    box-shadow: 0 3px 8px rgba(33, 150, 243, 0.3);
}

.terms {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.vip-card .terms {
    color: #aaaaaa;
}

.payment-methods {
    text-align: center;
    margin-top: 40px;
}

.payment-methods h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

.payment-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.payment-icon {
    background-color: #f5f5f5;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #555;
    transition: all 0.3s ease;
}

.payment-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 991px) {
    .offers-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 767px) {
    .offers-container {
        grid-template-columns: 1fr;
    }
    
    .offers-header h1 {
        font-size: 26px;
    }
    
    .payment-icons {
        gap: 10px;
    }
    
    .payment-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .casino-offers {
        padding: 20px 10px;
    }
    
    .offer-content {
        padding: 20px 15px;
    }
    
    .offer-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .offer-amount h3 {
        font-size: 16px;
    }
    
    .payment-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* Fixed icon classes for specific icons */
.elementor-widget-casinooffers .offer-card:nth-child(1) .offer-icon i.empty-icon:before,
.offer-card:nth-child(1) .offer-icon i.empty-icon:before {
    content: "\f06b"; /* gift icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.elementor-widget-casinooffers .offer-card:nth-child(2) .offer-icon i.empty-icon:before,
.offer-card:nth-child(2) .offer-icon i.empty-icon:before {
    content: "\f521"; /* crown icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.elementor-widget-casinooffers .offer-card:nth-child(3) .offer-icon i.empty-icon:before,
.offer-card:nth-child(3) .offer-icon i.empty-icon:before {
    content: "\f2f1"; /* sync-alt icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.elementor-widget-casinooffers .offer-card:nth-child(1) .offer-action .btn i.empty-icon:before,
.offer-card:nth-child(1) .offer-action .btn i.empty-icon:before {
    content: "\f023"; /* lock icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.elementor-widget-casinooffers .offer-card:nth-child(2) .offer-action .btn i.empty-icon:before,
.offer-card:nth-child(2) .offer-action .btn i.empty-icon:before {
    content: "\f3a5"; /* gem icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.elementor-widget-casinooffers .offer-card:nth-child(3) .offer-action .btn i.empty-icon:before,
.offer-card:nth-child(3) .offer-action .btn i.empty-icon:before {
    content: "\f274"; /* calendar-check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
} 