/*!
Theme Name: tinystays_plafull
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tinystays_plafull
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tinystays_plafull is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* .single-destinations h2, .single-destinations  h3 {
    color: #236b40;
    font-weight: 600;
    margin-bottom: 10px;
}
.single-destinations p {
    color: #555;
    line-height: 1.6;
}
.included-features li{
    color: #000;
}
.section {
    margin-bottom: 40px;
}
.price-section {
    padding: 20px;
    border-radius: 5px;
    color: #236b40;
}
.price-section h3 {
    font-size: 28px;
}
.price-section button {
    background-color: #236b40;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.price-section button:hover {
    background-color: #1b5533;
}
.amenities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}
.amenity-item {
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.policies {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.policies h3 {
    font-size: 22px;
    color: #39603d;
} */

/* start your journey */
/* .page-template-start-your-journey  .taxonomy-page-contents {
    padding: 60px 0;
}

.page-template-start-your-journey  .taxonomy-page-contents .studlist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.page-template-start-your-journey  .taxonomy-page-contents .s-card {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    position: relative;
}

.page-template-start-your-journey  .taxonomy-page-contents .s-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-template-start-your-journey  .taxonomy-page-contents figure {
    margin: 0;
    overflow: hidden;
    max-height: 200px;
}

.page-template-start-your-journey  .taxonomy-page-contents figure img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.page-template-start-your-journey  .taxonomy-page-contents .s-card:hover figure img {
    transform: scale(1.05);
}

.page-template-start-your-journey  .taxonomy-page-contents .card-body {
    padding: 20px;
}

.page-template-start-your-journey  .taxonomy-page-contents h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}
.footer-top address {
    width: 250px;
    margin: auto;
}

@media (max-width: 768px) {
	.home .hero h1 {
		font-size: 2rem;
	}
	.home .home-grid-item {
		width: 100%;
	}
	.price-section {
        flex-direction: column;
        text-align: center;
    }
    .section{
        margin: 10px auto;
    }
    .destination-details .price_box{
        background-color: #305033;
        z-index: 1;
    }
    .destination-details .price_box p{
        color: #fff;
    }
}

@media (max-width: 480px) {
	.home .hero h1 {
		font-size: 1.5rem;
	}
	.home .cta-btn {
		font-size: 1rem;
	}
} */