.elementor-15213 .elementor-element.elementor-element-f3f8d40{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS *//* CSS Variables for Easy Access */
:root {
    --main-color: #14452f;
    --main-bg-color: #f9f9f9;
    --accent-one: #61CE70;
    --accent-two: #929BD5;
    --primary-font: 'Lora', serif;
    --secondary-font: 'Cinzel', serif;
    --text-font: 'Arimo', sans-serif;
    --accent-font: 'Roboto', sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.8;
    color: var(--main-color);
    background-color: #faf8f5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero {
    height: 90vh;
    background: linear-gradient(rgba(20, 69, 47, 0.65), rgba(20, 69, 47, 0.65)), url('https://anandalodgecr.com/wp-content/uploads/2025/07/ayahuasca-retreat-header.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background-repeat: no-repeat;      
    background-size: cover;            
    background-position: center;   


}

.hero-content {
     max-width: 100vw;
    padding: 40px;

}

.hero h1 {
    font-size: 3.8rem;
    color: white;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero h2 {
    font-size: 2rem;
    color: #f8f5f0;

    margin-bottom: 25px;
    font-weight: 300;
    font-style: italic;
}

.hero-date {
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #f8f5f0;

}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 40px;
    line-height: 1.9;
    color: #f8f5f0;
}

.cta-button {
    display: inline-block;
    background-color: #14452f;
    color: white;
    padding: 18px 45px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.cta-button:hover {
    background-color: var(--accent-one);
    color: var(--main-bg-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Section Styles */
section {
    padding: 80px 20px;
}

section:nth-child(even) {
    background-color: white;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: center;
    color: var(--main-color);
    font-weight: 300;
    letter-spacing: 1px;
}

h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #2f4f4f;
}

/* For You Grid */
.for-you-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.for-you-box {
    background: white;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.for-you-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.for-you-box h3 {
    color: var(--main-color);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* Journey Section */
.journey-day {
    background: white;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 12px;
    border-left: 5px solid var(--accent-one);
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.journey-day h3 {
    color: #2f4f4f;
    margin-bottom: 15px;
}

.journey-day ul {
    list-style: none;
    padding-left: 0;
}

.journey-day li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.journey-day li:before {
    content: "•";
    color: var(--accent-one);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
}

/* What's Included */
.included-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.included-item {
    background: #f8f6f3;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.included-item h4 {
    color: var(--accent-two);
    margin-bottom: 10px;
    font-size: 1.2rem;
}

/* Pricing */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 50px auto;
}

.pricing-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card h3 {
    color: #2f4f4f;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.price {
    font-size: 3rem;
    color: #d4a574;
    font-weight: bold;
    margin: 20px 0;
}

.pricing-card ul {
    list-style: none;
    text-align: left;
    margin: 25px 0;
}

.pricing-card li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* Medicine Carriers */
.carrier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.carrier-card {
    background: white;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.carrier-card h3 {
    color: var(--main-color);
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.carrier-card h4 {
    color: #2f4f4f;
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 20px;
    font-weight: 400;
}

/* Testimonials */
.testimonial {
    background: white;
    padding: 40px;
    margin: 30px auto;
    border-radius: 12px;
    max-width: 900px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-left: 5px solid var(--accent-one);
}

.testimonial p {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.9;
}

.testimonial-author {
    text-align: right;
    color: var(--accent-two);
    font-weight: 600;
}

/* Retreat Dates Table */
.dates-table {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.dates-table th {
    background-color: #2f4f4f;
    color: white;
    padding: 20px;
    text-align: left;
    font-size: 1.1rem;
}

.dates-table td {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.dates-table tr:last-child td {
    border-bottom: none;
}

/* Footer CTA */
.footer-cta {
    background: linear-gradient(var(--main-color)); 
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.footer-cta h2 {
    color: white;
    margin-bottom: 30px;
}

.footer-cta p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color:white;
}
.footer-cta-button {
    display: inline-block;
    padding: 20px 50px;
    background-color: var(--accent-one); 
    color: white; /* White Text (Main Background Color) */
    text-decoration: none;
    font-size: 1.15rem;
    border-radius: 5px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-family: var(--accent-font); /* Accent: Roboto */
    border: 2px solid var(--main-color); /* Ensure border matches */
}

.footer-cta-button:hover {
    background-color: var(--accent-one); /* Accent one for hover */
    color: var(--main-color); /* Main color text on hover */
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    border: 2px solid var(--accent-one);
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.2rem;
    }
    
    .hero .subtitle {
        font-size: 1.2rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .pricing-grid,
    .carrier-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */