.elementor-43 .elementor-element.elementor-element-aad0cbf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-43 .elementor-element.elementor-element-011799f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:1px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-43 .elementor-element.elementor-element-9dc8528 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-9dc8528 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

p {
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    color: #0066cc;
    transition: all 0.3s ease;
}

a:hover {
    color: #004080;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Header Styles */
header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px;
}

.logo img {
    max-height: 50px;
}

.desktop-menu ul {
    display: flex;
    list-style: none;
}

.desktop-menu li {
    margin-left: 30px;
}

.desktop-menu a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.desktop-menu a:hover {
    color: #0066cc;
}

.btn-order {
    background-color: #0066cc;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
}

.btn-order:hover {
    background-color: #004080;
}

.mobile-menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.mobile-menu ul {
    list-style: none;
    padding: 20px;
}

.mobile-menu li {
    margin-bottom: 15px;
}

.mobile-menu a {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    display: block;
    padding: 10px 0;
}

.mobile-menu a:hover {
    color: #0066cc;
}

/* Hero Section */
#hero {
    padding: 120px 0 50px;
    background-color: #f0f8ff;
    text-align: center;
}

#hero h1 {
    font-size: 48px;
    color: #0066cc;
    margin-bottom: 10px;
}

#hero h2 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
}

/* Main Content Section */
#main-content {
    padding: 50px 0;
    background-color: #fff;
}

.content-wrapper {
    display: flex;
    gap: 30px;
}

.vsl-container {
    flex: 1;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.vsl-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-image {
    text-align: center;
    margin-bottom: 20px;
}

.product-image img {
    max-width: 80%;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-description h3 {
    color: #0066cc;
    font-size: 24px;
}

.benefits {
    list-style: none;
    margin-top: 20px;
}

.benefits li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.benefits i {
    color: #0066cc;
    margin-right: 10px;
}

/* Story Section */
#story {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.story-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.story-content h2 {
    color: #0066cc;
    font-size: 36px;
    margin-bottom: 30px;
}

.creator-story {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.creator-info {
    margin-top: 20px;
    font-style: italic;
}

/* Ingredients Section */
#ingredients {
    padding: 50px 0;
    background-color: #fff;
    text-align: center;
}

#ingredients h2 {
    color: #0066cc;
    font-size: 36px;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.ingredients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.ingredient-card {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.ingredient-card:hover {
    transform: translateY(-5px);
}

.ingredient-card h3 {
    color: #0066cc;
}

/* Benefits Section */
#benefits {
    padding: 50px 0;
    background-color: #f0f8ff;
}

.benefits-questions h3 {
    color: #0066cc;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.benefits-answer {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.benefits-answer h3 {
    color: #0066cc;
    text-align: center;
}

/* Reviews Section */
#reviews {
    padding: 50px 0;
    background-color: #fff;
}

#reviews h2 {
    color: #0066cc;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.review-card {
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.review-header {
    background-color: #0066cc;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-header h3 {
    margin: 0;
}

.verified {
    background-color: #fff;
    color: #0066cc;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.review-content {
    padding: 20px;
}

.review-footer {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

/* Bonuses Section */
#bonuses {
    padding: 50px 0;
    background-color: #f0f8ff;
    text-align: center;
}

#bonuses h2 {
    color: #0066cc;
    font-size: 36px;
    margin-bottom: 30px;
}

.bonus-content {
    max-width: 800px;
    margin: 0 auto;
}

.bonus-content h3 {
    color: #0066cc;
    margin-bottom: 20px;
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.bonus-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.bonus-image {
    margin-bottom: 15px;
}

.bonus-image img {
    border-radius: 8px;
    margin: 0 auto;
}

.bonus-note {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.shipping-note {
    margin-top: 30px;
}

.shipping-note h3 {
    color: #0066cc;
}

/* Guarantee Section */
#guarantee {
    padding: 50px 0;
    background-color: #fff;
}

.guarantee-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.guarantee-image {
    flex: 1;
    text-align: center;
}

.guarantee-image img {
    max-width: 250px;
    margin: 0 auto;
}

.guarantee-text {
    flex: 2;
}

.guarantee-text h2 {
    color: #0066cc;
    font-size: 30px;
}

/* Order Now Section */
#order-now {
    padding: 50px 0;
    background-color: #f0f8ff;
    text-align: center;
}

#order-now h2 {
    color: #0066cc;
    font-size: 36px;
    margin-bottom: 20px;
}

.shipping-note {
    font-size: 18px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 10px;
}

.recommendation {
    font-style: italic;
    margin-bottom: 30px;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.package-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.package-card:hover {
    transform: translateY(-5px);
}

.package-card img {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.package-card:hover img {
    transform: scale(1.02);
}

.featured {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.2);
    z-index: 1;
}

.featured:hover {
    transform: scale(1.08);
}

.customer-rating {
    font-weight: 700;
    color: #0066cc;
}

/* FAQ Section */
#faq {
    padding: 50px 0;
    background-color: #fff;
}

#faq h2 {
    color: #0066cc;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    background-color: #f9f9f9;
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question h3 {
    margin: 0;
    font-size: 18px;
}

.faq-toggle {
    color: #0066cc;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 500px;
}

.faq-item.active .fa-plus:before {
    content: "\f068";
}

/* References Section */
#references {
    padding: 50px 0;
    background-color: #f9f9f9;
}

#references h2 {
    color: #0066cc;
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.disclaimer {
    text-align: center;
    font-style: italic;
    margin-bottom: 30px;
}

.references-list {
    max-width: 800px;
    margin: 0 auto;
}

.references-list ol {
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 10px;
}

/* Footer Section */
footer {
    padding: 50px 0;
    background-color: #333;
    color: #fff;
}

.footer-logo {
    text-align: center;
    margin-bottom: 30px;
}

.footer-logo img {
    max-height: 50px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.footer-links a {
    color: #fff;
}

.footer-links a:hover {
    color: #ccc;
}

.disclaimer {
    max-width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
}

.disclaimer p {
    margin-bottom: 15px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .content-wrapper {
        flex-direction: column;
    }
    
    .ingredients-grid,
    .reviews-grid,
    .bonuses-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .guarantee-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }
    
    .mobile-menu-icon {
        display: block;
    }
    
    #hero h1 {
        font-size: 36px;
    }
    
    #hero h2 {
        font-size: 20px;
    }
    
    .ingredients-grid,
    .reviews-grid,
    .bonuses-grid,
    .packages-grid {
        grid-template-columns: 1fr;
    }
    
    .featured {
        transform: none;
        order: -1;
    }
    
    .featured:hover {
        transform: translateY(-5px);
    }
}

/* Animation for FAQ */
.faq-item.active .faq-toggle i {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

/* 3D Effect for Package Cards */
.package-card {
    perspective: 1000px;
    border-radius: 12px;
}

.package-card a {
    display: block;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

.package-card img {
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}/* End custom CSS */