body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

a{
    color: #6c9b92;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0px;
    flex-direction: row;
    z-index: 1;
}

header .logo {
    font-size: 24px;
    font-weight: bold;
}

header nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: none;
}

header nav ul li {
    margin-left: 20px;
}

header nav ul li a {
    text-decoration: none;
    color: #333;
}

header .auth-buttons {
    display: flex;
    align-items: center;
}

header .auth-buttons .login, header .auth-buttons .try-free {
    margin-left: 20px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #000000;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

header .auth-buttons .try-free {
    background-color: #000000;
    color: #ffffff;
}

header .auth-buttons .try-free:hover, header .auth-buttons .login:hover{
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

main .hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 60px;
    gap: 40px;
    /*background-color: #ffffff;*/
}

main .hero .hero-text {
    max-width: 50%;
}

main .hero h1 {
    font-size: 64px;
    margin-bottom: 20px;
    color: #000;
}

main .hero h1 span.highlight {
    color: #6c9b92;
}

main .hero p {
    font-size: 24px;
    margin-bottom: 40px;
    color: #666;
    line-height: 1.6em;
}

main .hero .cta-buttons {
    display: flex;
    gap: 20px;
    font-size: 24px;
    line-height: 1.6em;
  
}

main .hero .cta-buttons.launch-offer{
    font-size: 16px;
    margin-top: 20px;
    color: #000;
    background: #ffff9a;
    padding: 3px 10px;
    display: inline-block;
}

main .hero .cta-buttons.launch-offer a{
    color: #000;
    text-decoration: none;
}

main .hero .cta-buttons.launch-offer a:hover{
    color: #000;
    text-decoration: underline;
}

main .hero .cta-buttons .try-free, .main .hero .cta-buttons .freetrial-text {
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
}

main .hero .cta-buttons .try-free {
    background-color: #000000;
    color: #ffffff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    text-decoration: none;
    line-height: 1.3em;
    text-align: center;
}
main .hero .cta-buttons .try-free:hover {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
main .hero .cta-buttons .freetrial-text {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #000000;
    color: #6c9b92;
}

main .hero .hero-image {
    width: 100%;
    max-width: 50%;
}

main .hero .hero-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


.spacer{
    padding: 0;
    background-color: #fff;
    height: 180px;
            position: relative; /* Add relative positioning */
            overflow: hidden; /* Ensure the pseudo-element stays within bounds */
   
}

.spacer-image{
    padding: 0;
    background-image: url(https://www.thomassoltysiak.com/tripfiliate/images/ocean.png);
    background-image: url(https://www.thomassoltysiak.com/tripfiliate/images/ocean-arches.png);
    background-image: url(https://www.thomassoltysiak.com/tripfiliate/images/costa-rica-hotel-jungle-pool.jpg);
    background-image: url(https://www.thomassoltysiak.com/tripfiliate/images/macchu-picchu.jpg);
    background-image: url(https://www.thomassoltysiak.com/tripfiliate/images/marketplace-1.jpg);
    background-image: url(https://www.thomassoltysiak.com/tripfiliate/images/adventure-hike-1.jpg);
    background-image: url(https://www.thomassoltysiak.com/tripfiliate/images/ocean.png);
    height: 100%;
    background-size: cover;
    background-position: center;
                position: relative; /* Add relative positioning */

}

.spacer-image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)), 
                        linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
            background-repeat: no-repeat;
            background-position: top, bottom;
            background-size: 100% 20%; /* Adjust the size to control the fade area */
            pointer-events: none; /* Ensure it does not affect interactions */
        }


.full-single{
    text-align: center;
    padding: 30px 60px;
    margin: auto;
}

.full-single h2 {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1.3em;
}

.full-single p{
    font-size: 22px;
    line-height: 1.6em;
    color: #666;
}

.features{
    padding: 30px 60px;
    margin: auto;
}

.features img.feature-img{
    max-width: 100%;
}
.full-2-column{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    flex-direction: row;
}

.full-2-column h3{
    font-size: 28px;
    line-height: 1.3em;
}

.full-2-column h3 span{
    font-size: 24px;
    color: #aaa;
    font-weight: normal;
}

.full-2-column p{
    font-size: 18px;
    line-height: 1.6em;
    color: #666;
}

.full-2-column .left{
    text-align: left;
    max-width: 500px;
}

.full-2-column .right{
    text-align: left;
    max-width: 500px;
}

.narrow{
    width: 60%;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: auto;
    margin-left: auto;
}

.trusted-by, .partners {
    text-align: center;
    padding: 60px 60px;
}

.partners{
    overflow: hidden;
}

.trusted-by .logos, .partners .logos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 40px;
}

.partners .logos{
    width: calc(100% * 2);
     display: flex;
    animation: scroll 45s linear infinite;
}

.partners .logos img {
    max-width: 140px;
    height: auto;
    flex: 0 0 auto; /* Ensure logos are not shrinking */
    /*margin-right: 20px;  Space between logos */
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}



.partners h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

.trusted-by .stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.trusted-by .stats .stat {
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.trusted-by .stats .stat h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.trusted-by .stats .stat p {
    font-size: 16px;
    color: #666;
}



/*PRICING TABLE

.pricing-table {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            width: 80%;
        }

        .pricing-option {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            flex: 1;
        }

        .pricing-option:hover {
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .pricing-option h2 {
            margin-top: 0;
            font-size: 24px;
        }

        .pricing-option p {
            font-size: 16px;
            color: #777;
        }

        .price {
            font-size: 36px;
            color: #333;
        }

        .pricing-features {
            list-style: none;
            padding: 0;
        }

        .pricing-features li {
            margin: 10px 0;
        }

        .signup-btn {
            display: inline-block;
            padding: 10px 20px;
            margin-top: 20px;
            border: none;
            border-radius: 5px;
            background-color: #28a745;
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }

        .signup-btn:hover {
            background-color: #218838;
        }
        
*/

.pricing-table {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 24px;
        }

        .pricing-plan {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            max-width: 300px;
            width: 100%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            text-align: left;
            display: flex;
    flex-direction: column; /* Stack children vertically */
        }
        
        .pricing-plan:hover{
            border: 1px solid #aaa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
        }
        
        .pricing-plan.disabled:hover{
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border: 1px solid #ddd;
            cursor:auto;
        }
        
        .pricing-plan.disabled{
            background-color: #eee;
            color: #ccc;
        }
        
        .pricing-plan.disabled h2, .pricing-plan.disabled .original-price, .pricing-plan.disabled .price, .pricing-plan.disabled .savings, .pricing-plan.disabled .discount-description, .pricing-plan.disabled .pricing-features li{
            color: #ccc;
        }
        
        .pricing-plan.disabled button, .pricing-plan.disabled button:hover, .pricing-plan.disabled a.button, .pricing-plan.disabled a.button:hover{
            color: #ddd;
            background: #aaa;
            cursor: default;
            box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .pricing-offer-text {
    font-size: 18px;
    color: #000;
    background: #ffff9a;
    padding: 3px 10px;
    display: inline-block;
    line-height: 1.6em;
        }
        
        .pricing-offer-text a{
            color: #000;
            text-decoration: none;
        }
        
        .pricing-offer-text a:hover{
            text-decoration: underline;
        }
        
        .pricing-table .no-cc-text{
            font-size: 14px;
            color: #999;
        }

        .pricing-plan h2 {
            font-size: 1.8em;
            color: #000;
            margin-bottom: 10px;
        }

        .original-price {
            font-size: 1.2em;
            text-decoration: line-through;
            color: #888;
        }

        .pricing-table .price {
            font-size: 2em;
            color: #6c9b92;
            font-weight: bold;
            margin: 10px 0;
        }

        .pricing-table .savings {
            font-size: 1em;
            color: #ff5722;
            margin-bottom: 10px;
        }

        .pricing-table .discount-description {
            font-size: 1em;
            color: #666;
            margin-bottom: 20px;
        }

        .pricing-table .pricing-features {
            list-style: none;
            padding: 0;
            margin: 0 0 20px;
        }

        .pricing-table .pricing-features li {
            font-size: 1em;
            color: #333;
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
        }

       .pricing-table .pricing-features li:last-child {
            border-bottom: none;
        }

        .pricing-table form {
            text-align: center;
             margin-top: auto; /* Push the form to the bottom */
    text-align: center; /* Optional: Center-align the button */
        }

        .pricing-table button, .pricing-table a.button {
            background-color: #000;
            color: #fff;
            border: none;
            border-radius: 4px;
            padding: 10px 20px;
            font-size: 1em;
            cursor: pointer;
         box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
         text-decoration: none;
         text-align: center;
         display: inline-block;
        }

        .pricing-table button:hover,  .pricing-table a.button:hover {
        box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
        }

        .pricing-table .recommended {
            position: absolute;
            top: -20px;
            right: -20px;
            background-color: #ff5722;
            color: #fff;
            padding: 5px 10px;
            font-size: 0.9em;
            font-weight: bold;
            border-radius: 4px;
            transform: rotate(10deg);
        }

        
footer {
    background-color: #fff;
    box-shadow: 0px -3px 3px rgba(0,0,0,0.1);
    padding: 10px 60px 20px 60px;
    box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 150px;
    }

.footer-logo{
    text-align: left;
}

.footer-logo img{
    max-height: 33px;
    margin-bottom: 0px;
}

.footer-logo h3 img{
    height: 33px;
}

.footer-logo h3{
    margin-bottom: 10px;
}

.footer-logo h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.footer-logo p {
    font-size: 16px;
    margin: 0;
}

.footer-links{
    text-align: right;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    font-size: 14px;
}

.footer-links .links-list{
    color: #ccc;
    line-height: 1.4em;
}

.footer-links h3, .footer-social h3, .footer-contact h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-links ul, .footer-social ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li, .footer-social ul li {
    margin-bottom: 10px;
}

.footer-links ul li a, .footer-social ul li a {
    color: #666;
    text-decoration: none;
}

.footer-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social ul li a img {
    width: 24px;
    height: 24px;
}

.footer-contact p {
    margin: 5px 0;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    background-color: #111;
    text-align: center;
    padding: 20px 0;
}

.footer-bottom p {
    margin: 5px 0;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

     .section-separator{
               background: #6c9b92;
    width: 37%;
    height: 3px;
    margin: 0;
    padding: 0;
    
       }
       
/* Responsive adjustments */
@media (max-width: 768px) {
    .partners .logos{gap: 30px;}
    .partners .logos { animation: scroll 20s linear infinite; /* Slow down animation for smaller screens */ }
    .partners .logos img {max-width: 120px;}
    header{padding: 20px 20px;}
    main .hero{flex-direction: column; padding: 20px 20px;}
    main .hero h1 {font-size: 48px;}
    main .hero .hero-text {  font-size: 20px;  max-width: 100%;}
    main .hero .hero-image{max-width: 100%;}
    main .hero .cta-buttons{flex-direction: column;}
    .full-single {text-align: left; padding: 20px 20px;}
    .full-single h2 {font-size: 28px;}
    .full-single p {font-size: 18px;}
    .narrow{width: unset;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: auto;
        margin-left: auto;
        }
    p.narrow{
        padding-left: 0px;
        padding-right: 0px;
    }
    .full-2-column{
        flex-direction: column;
        gap: 30px;
        padding: 20px 20px;
    }
    .full-2-column .left, .full-2-column .right{max-width: 100%;}
    .full-2-column p{font-size: 18px;}
    .pricing-table {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: scroll;
    }
    .pricing-plan{
        min-width: 250px;
        width: 80%;
        font-size: 16px;
    }
    .footer-logo h2 {font-size: 22px;}

    .footer-logo p {font-size: 14px;}
        
        
    
    
    
    
}
