/**
 * Fall Campaign Landing Page Styles
 */

.ast-main-header-wrap.main-header-bar-wrap{background:#5a3019;}

#page .site-content { margin-top: 96px; }
@media (max-width: 921px) {
    #page .site-content { margin-top:80px; }
}

footer .site-primary-footer-wrap, 
footer .site-below-footer-wrap { background:#f5ecda !important; }
footer.site-footer .nf-form-content input[type=submit],
footer .site-primary-footer-wrap .vc_btn3-inline a { background:#cd5004 !important; }
footer .site-footer-section-3::after {
    display:block;
    content: '';
    width:170px;
    height:156px;
    background: url(../images/fall/leaf-red.png) no-repeat;
    background-size: 170px 156px;
    position:absolute;
    bottom: -63px;
    left:40%;
    z-index:1000;
}
@media (max-width: 767px) {
    footer .site-footer-section-3::after { display:none; }
}

main .bw-ic--product-button-wrapper.bw-ic--product-button-wrapper { background-color: #cd5004; border-color: #cd5004; }

#content .ast-container { 
    padding: 0; 
    background: #f8f5f0;
    max-width:none !important;
}

.fall-campaign-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Hero Section */
.hero-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: visible;
}

/* Hero Slideshow */
.hero-slideshow {
    position: relative;
    width: 100%;
    display: flex;
    transition: transform 1s ease-in-out;
}

.hero-slide {
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.3); */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem;
}

.hero-title {
    font-size: 90px;
    font-weight: 500;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: voltage, sans-serif;
    position: absolute;
    top: 40px;
    color: #a25400;
}

.hero-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    position: absolute;
    bottom: -40px;
    z-index: 2;
}

.hero-cta-button {
    /* background: #8B4513; */
    color: white;
    padding: 28px 0px;
    text-decoration: none;
    border-radius: 0px;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.3s ease;
    min-width: 200px;
    text-transform: uppercase;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
}


.hero-cta-button.btn-red {
    background-image: url('/wp-content/themes/astra-child/images/fall/button-red.png');
}

.hero-cta-button.btn-green {
    background-image: url('/wp-content/themes/astra-child/images/fall/button-green.png');
}

.hero-cta-button.btn-brown {
    background-image: url('/wp-content/themes/astra-child/images/fall/button-brown.png');
}

.hero-cta-button.btn-gray {
    background-image: url('/wp-content/themes/astra-child/images/fall/button-gray.png');
}

.hero-cta-button:hover {
    color: white;
    text-decoration: none;
}

/* Section Styles */
.content-section {
    padding: 4rem 0;
    width: 100%;
}

.section-intro {
    margin-top: 40px;
    position: relative;
    background: #f8f5f0;
    background-image: url('../images/fall/section-2-bg-leaves.png');
    background-repeat: no-repeat;
    /* background-position: right top; */
    z-index: 1;
}

.section-activities .leaf-image {
    position: absolute;
    top: -35px;
    left: 50%; /* move to middle horizontally */
    transform: translateX(-50%); /* perfect centering */
    z-index: 1; /* keep it above background, below text if needed */
    width: 200px;
    height: 200px;
}

.section-intro .section-description {
    padding: 0px 100px;
}

.section-activities .section-description {
    padding: 0px 100px;
}

.section-intro .section-heading {
    color: #9d4a07;
    font-family: voltage, sans-serif;
}

.section-activities {
    /* background: #fff; */
    position: relative;
    background-image: url('../images/fall/section-3-bg.png');
    background-size: cover;
    background-position: center;
    background-position: top center;
    margin-top: -110px;
    z-index: 2;
}

.section-activities .section-content{
    padding-top: 80px;
}

.section-getaways {
    background: #f8f5f0;
    background-image: url('../images/fall/section-4-leaves.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 0px;
}

.section-travel-guide {
    background: #dbdba7;
    background-image: url('../images/fall/section-5-leaves.png');
    background-repeat: no-repeat;
    background-position: left;
}

.section-social {
    background: #b97f37;
    padding: 50px 0px;
}

.section-content {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
}

/* Apply max-width to specific sections */
.section-intro .section-content,
.section-getaways .section-content,
.section-travel-guide .section-content {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

/* Apply max-width only to section-description in activities section */
.section-activities .section-description {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1900px) {
    .section-activities .section-content {
        padding-top: 120px;
    }
    .section-intro {
        background-position: left 60px;
    }
}

.section-heading {
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: voltage, sans-serif;
}

.section-description {
    /* font-size: 1.2rem;
    line-height: 1.6; */
    text-align: center;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.section-description p {
    color: #000000;
    font-size: 24px !important;
    line-height: 36px !important;
}

/* Activities Grid */
.activities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

/* .activity-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
} */

/* .activity-item:hover {
    transform: translateY(-5px);
} */

/* .activity-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
} */

.activity-row {
    margin-bottom: 15px;
}

.activity-overlay {
    position: absolute;
    left: 10px;
    text-align: center;
    top: 75px;
}

.activity-title {
    font-size: 28px;
    font-weight: bold;
    margin: 15px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Getaways Section Two Column Layout */
.getaways-content {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: flex-start;
}

.getaways-left, .getaways-right {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.getaways-iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* custom getaways section css */
.section-getaways .section-heading {
    color: #9d4a07;
}
.section-getaways .section-description ol li span {
    display: block;
    color: #d99e20;
    font-weight: bold;
}
.section-getaways .section-heading {
    /* padding-left: 70px; */
    text-align: start;
}

.section-getaways .section-description {
    /* padding-left: 70px; */
    text-align: start;
}

.section-getaways .section-description ol {
    list-style: none;
    counter-reset: step-counter;
    padding-left: 0;
    margin: 0;
}

.section-getaways .section-description ol li {
    counter-increment: step-counter;
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 50px;
    line-height: 1.5;
    font-size: 18px;
}

/* Number circle */
.section-getaways .section-description ol li::before {
    content: counter(step-counter)".";
    background-color: #d99e20;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 24px;
}

/* Make the text before <br> gold */
.section-getaways .section-description ol li {
    color: #000000; 
}

.section-getaways .section-description ol li br {
    display: none; /* optional if you want to remove actual line break */
}

.section-getaways .section-description ol li::first-line {
    color: #d99e20;
    font-weight: bold;
}

.section-getaways .section-content {
    padding: 70px 100px 0px 100px;
}


/* Travel Guide Section */
.travel-guide-content {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: start;
}

.section-travel-guide .section-description {
    padding: 0px 100px;
}


.travel-guide-left, .travel-guide-right {
    flex: 1;
    min-width: 300px;
}

.travel-guide-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.travel-guide-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaf-gold {
    position: absolute;
    top: -110px;
    left: 30%;
    transform: translateX(-50%);
    z-index: 1;
    width: 280px;
    height: auto;
    z-index: 0;
}

.travel-guide-subsection h3 {
    font-size: 36px;
    line-height: 1;
    color: #8B4513;
    margin-bottom: 1rem;
}

.travel-guide-cta {
    background: #cd4f04;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
}
.travel-guide-cta:hover { color:white; }

.travel-guide-image {
    width: 50%;
    height: auto;
    border-radius: 8px;
}


/* Travel guide custom css  */
.travel-guide-subsection {
    padding-left: 200px;
}

.travel-guide-subsection .section-description {
    padding: 0px;
}

.travel-guide-subsection h3 {
    text-align: start;
    font-weight: bold;
    text-transform: uppercase;
}

.travel-guide-subsection .section-description {
    text-align: start;
}
.section-travel-guide .section-heading {
    color: #9d4a07;
}


/* Social Feed Section */
.social-feed-header {
    text-align: center;
    margin-bottom:0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.social-feed-header .section-heading {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.social-hashtag {
    font-size: 30px;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
        top: 10px;
    }
    
    .hero-cta-buttons {
        flex-direction: row;
        align-items: center;
    }

    .hero-cta-buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem; /* space between columns and rows */
    }

    .hero-cta-button {
        width: 100%; /* fill column width */
    }    
    
    .section-intro {
        margin-top: 0px;
        background-image: none;
    }

    .section-getaways {
        background-image: none;
    }
    
    .section-heading {
        font-size: 2rem;
    }

    .section-travel-guide {
        background-image: none;
    }
    
    .activities-grid {
        grid-template-columns: 1fr;
    }
    
    .getaways-content,
    .travel-guide-content {
        flex-direction: column;
    }
    
    .content-section {
        padding: 2rem 0;
    }
    
    .section-content {
        padding: 0 1rem;
    }
    .section-getaways .section-heading {
        padding-left: 0px;
        text-align: start;
    }

    .section-getaways .section-description {
        padding-left: 0px;
        text-align: start;
    }

    .travel-guide-subsection {
        padding: 0;
        text-align: center;
    }

    .social-feed-header {
        flex-direction: column;
    }


    /* hero section  */
    .hero-cta-buttons {
        bottom: 0px;
        position: relative;
    }
    .hero-cta-button {
        height: 60px;
        min-width: 100%;
        padding: 20px;
        font-size: 16px;
    }

    /* intro section  */
    .section-intro .section-description {
        padding: 0px 0px;
    }

    .section-activities .section-content {
        padding-top: 140px;
    }

    /* fall section */
    .section-activities .leaf-image {
        top: 0px;
        width: 170px;
        height: 170px;
    }
    .section-activities .section-description {
        padding: 0px 0px;
    }

    .section-description p {
        font-size: 18px !important;
    }

    .section-getaways .section-content {
        padding: 20px 20px 0px 20px;
    }

    /* getaways section */
    .getaways-left {
        margin-top: 60px;
    }

    .leaf-gold {
        width: 210px;
        top: -100px;
        left: 30%;
    }

    /* travel section */
    .travel-guide-subsection h3 {
        text-align: center;
    }
    .section-travel-guide .section-description {
        padding: 0px 0px;
        text-align: center;
    }
}


@media (max-width: 1280px) {
    .section-intro {
        background-size: 35%;
        background-position: left 150px;
    }
    .section-getaways {
        background-size: 25%;
    }
    .section-travel-guide {
        background-position: left bottom;
        background-size: 30%;
    }
 }


/* activity grid flex box css */
.activity-row {
    display: flex;
    /* flex-wrap: wrap;  */
    /* allow wrapping on small screens */
    gap: 20px; /* space between items */
    margin-bottom: 2rem;
}

.activity-item-wrapper {
    display: flex;
}

.flex-4 {
    flex: 0 0 33.333%; /* same as col-md-4 */
}

.flex-8 {
    flex: 0 0 66.666%; /* same as col-md-8 */
}

.activity-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.activity-item img {
    width: 100%;
    height: 100%;
    display: block;
}

.activity-overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.4); */
    display: flex;
    align-items: end;
    /* justify-content: center; */
    color: white;
}

@media (max-width: 767px) {
    .activity-row {
        flex-direction: column; /* stack all items in this row */
    }
    .flex-4,
    .flex-8 {
        flex: 0 0 100%;
    }
    .activity-item img {
    width: 100%;
    height: 200px !important;
    display: block;
}
}