.elementor-kit-3049{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3049 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.swiper-slide {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}

.swiper-slide img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.survival-bundle-offer {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.header .logo {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.header h2 {
    font-size: 18px;
    color: #333;
    margin: 5px 0;
}

.header h1 {
    font-size: 32px;
    color: #d9534f;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 20px 0;
}

.feature {
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.bonus-notice {
    font-size: 18px;
    font-weight: bold;
    color: #d9534f;
    margin: 20px 0;
    text-transform: uppercase;
}

.rating {
    margin: 15px 0;
    font-size: 14px;
}

.rating .score {
    font-weight: bold;
    color: #5cb85c;
}

.price-offer {
    margin: 20px 0;
}

.price-offer .original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 18px;
}

.price-offer .current-price {
    font-size: 24px;
    font-weight: bold;
    color: #d9534f;
    margin: 5px 0;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #d9534f;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    font-size: 18px;
    margin: 10px 0;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #c9302c;
}

.discount-notice {
    font-size: 16px;
    color: #5cb85c;
    font-weight: bold;
    margin: 10px 0;
}

.payment-methods {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .header h1 {
        font-size: 24px;
    }
    
    .price-offer .current-price {
        font-size: 20px;
    }
}/* End custom CSS */