.elementor-15174 .elementor-element.elementor-element-484f704{--display:flex;}.elementor-15174 .elementor-element.elementor-element-484f704.e-con{--flex-grow:0;--flex-shrink:0;}.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 );}@media(min-width:768px){.elementor-15174 .elementor-element.elementor-element-484f704{--width:100vw;}}/* Start custom CSS */* {
            margin: 0;
            
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.8;
            color: #4a4a4a;
        }


        .container {
            
            max-width: 100vw;
            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/2024/12/Huachuma-San-Pedro-New-Years-Community-Ceremony.jpeg');
            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;
            padding: 20px 50px;
            background-color: #4c6d6c;
            color: white;
            text-decoration: none;
            font-size: 1.15rem;
            border-radius: 5px;
            transition: all 0.3s;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 500;
        }

        .cta-button:hover {
            background-color: #4c6d6c;
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.4);
        }

        .cta-button-secondary {
            background-color: #8b7355;
        }

        .cta-button-secondary:hover {
            background-color: #6d5a43;
        }

        .hero-secondary {
            margin-top: 25px;
            font-size: 1rem;
            opacity: 0.95;
        }

        /* Section Styles */
        section {
            padding: 90px 0;          

        }

        .section-dark {
            background-color: #f8f5f0;
        }

        .section-accent {
            background: linear-gradient(135deg, #7a9d96 0%, #5f8179 100%);
            color: white;
        }

        h2 {
            font-size: 2.8rem;
            margin-bottom: 35px;
            text-align: center;
            color: #2f4f4f;
            font-weight: 400;
            letter-spacing: 1px;
        }

        .section-accent h2,
        .section-accent h3 {
            color: white;
        }

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

        p {
            margin-bottom: 20px;
            font-size: 1.15rem;
        }

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

        .for-you-box {
            background: white;
            padding: 45px 35px;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.1);
        }

        .for-you-box h3 {
            color: #7a9d96;
            margin-bottom: 20px;
            font-size: 1.3rem;
            text-align: center;
        }

        /* Different Grid */
        .different-grid {
            display: grid;
            gap: 40px;
            margin-top: 50px;
        }

        .different-item {
            background: white;
            padding: 50px;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.1);
        }

        .different-item h3 {
            color: #7a9d96;
            margin-bottom: 25px;
            font-size: 1.7rem;
            text-align: left;
        }

        /* Journey Timeline */
        .journey-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            margin-top: 50px;
        }

        .journey-day {
            background: white;
            padding: 30px 20px;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.1);
            border-top: 4px solid #7a9d96;
        }

        .journey-day h3 {
            color: #7a9d96;
            margin-bottom: 15px;
            font-size: 1.2rem;
            text-align: center;
        }

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

        .journey-day li {
            padding: 6px 0;
            padding-left: 20px;
            position: relative;
            font-size: 0.95rem;
        }

        .journey-day li:before {
            content: "✦";
            position: absolute;
            left: 0;
            color: #7a9d96;
            font-size: 0.9rem;
        }

        /* Included Grid */
        .included-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            margin-top: 50px;
        }

        .included-box {
            background: rgba(255,255,255,0.1);
            padding: 30px 20px;
            border-radius: 12px;
            border: 2px solid rgba(255,255,255,0.3);
        }

        .included-box h3 {
            color: white;
            margin-bottom: 20px;
            font-size: 1.3rem;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .included-box ul {
            list-style: none;
            padding: 0;
        }

        .included-box li {
            padding: 10px 0;
            padding-left: 25px;
            position: relative;
            font-size: 1rem;
        }

        .included-box li:before {
            content: "✓";
            position: absolute;
            left: 0;
            font-weight: bold;
            font-size: 1.2rem;
        }

        /* Investment Section */
        .investment-container {
             max-width: 100vw;
            margin: 60px auto;
            background: white;
            padding: 70px 60px;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.12);
            text-align: center;
        }

        .investment-price {
            font-size: 3.5rem;
            color: #7a9d96;
            font-weight: 300;
            margin: 30px 0;
        }

        .early-bird {
            background: #7a9d96;
            color: white;
            padding: 35px;
            border-radius: 10px;
            margin: 40px 0;
        }

        .early-bird h3 {
            color: white;
            margin-bottom: 20px;
            font-size: 1.8rem;
        }

        .bonus-box {
            background: #f8f5f0;
            padding: 30px;
            border-radius: 10px;
            margin: 30px 0;
            border-left: 5px solid #7a9d96;
        }

        .bonus-box h3 {
            color: #7a9d96 !important;
        }

        /* Guides Section */
        .guides-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }

        .guide-card {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.1);
            text-align: center;
        }

        .guide-card h3 {
            color: #7a9d96;
            margin-bottom: 10px;
            font-size: 1.6rem;
        }

        .guide-card .role {
            font-style: italic;
            color: #666;
            margin-bottom: 25px;
            font-size: 1.05rem;
        }

        /* Testimonials */
        .testimonial {
            background: white;
            padding: 45px;
            margin-bottom: 30px;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.1);
            font-style: italic;
            font-size: 1.15rem;
            border-left: 5px solid #7a9d96;
        }

        .testimonial-author {
            margin-top: 25px;
            text-align: right;
            font-style: normal;
            font-weight: 600;
            color: #7a9d96;
        }

        /* Final CTA */
        .final-cta {
            text-align: center;
            padding: 120px 0;
            background: linear-gradient(rgba(122, 157, 150, 0.9), rgba(95, 129, 121, 0.9));
            color: white;
        }

        .final-cta h2 {
            color: white;
            font-size: 3.2rem;
            margin-bottom: 30px;
        }

        .trust-indicators {
            margin-top: 40px;
            font-size: 1.15rem;
        }

        .trust-indicators p {
            margin: 12px 0;
            color: white;
        }

        /* Blockquote */
        blockquote {
            font-style: italic;
            font-size: 1.4rem;
            text-align: center;
            margin: 50px auto;
            padding: 35px;
            border-left: 5px solid #7a9d96;
             max-width: 100vw;
            background: #f8f5f0;
            border-radius: 10px;
        }

        .highlight-box {
            background: #7a9d96;
            color: white;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            margin: 40px 0;
            font-size: 1.2rem;
        }

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

        .date-card {
            background: white;
            padding: 35px 30px;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.1);
            border-top: 4px solid #7a9d96;
            text-align: center;
        }

        .date-card h3 {
            color: #7a9d96;
            margin-bottom: 15px;
            font-size: 1.4rem;
        }

        .date-card .dates-list {
            margin: 20px 0;
        }

        .date-card .dates-list p {
            font-size: 1.1rem;
            margin: 10px 0;
            color: #2f4f4f;
            font-weight: 500;
        }

        /* Accordion FAQ Styles */
        .faq-accordion {
            margin-bottom: 15px;
        }

        .faq-question {
            width: 100%;
            background: #7a9d96;
            color: white;
            padding: 20px 25px;
            border: none;
            border-radius: 8px;
            font-size: 1.2rem;
            font-weight: 500;
            text-align: left;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
        }

        .faq-question:hover {
            background: #5f8179;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        }

        .faq-icon {
            font-size: 1.8rem;
            font-weight: 300;
            transition: transform 0.3s ease;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: white;
            border-radius: 0 0 8px 8px;
            margin-top: -8px;
            padding: 0 25px;
        }

        .faq-accordion.active .faq-answer {
            padding: 25px;
            border: 2px solid #7a9d96;
            border-top: none;
        }

        .faq-answer p {
            margin: 0;
            color: #4a4a4a;
            line-height: 1.8;
            font-size: 1.05rem;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero h2 {
                font-size: 1.5rem;
            }

            h2 {
                font-size: 2.2rem;
            }

            section {
                padding: 60px 0;
            }

            .investment-price {
                font-size: 2.5rem;
            }

            .journey-grid {
                grid-template-columns: 1fr;
            }

            .included-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 1200px) and (min-width: 769px) {
            .journey-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .included-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 900px) {
            section[class="section-dark"] div[style*="grid-template-columns: 1fr 1fr"] {
                grid-template-columns: 1fr !important;
            }
        }/* End custom CSS */