.perrycountykids-land-home {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #222;
    padding: 20px 15px;
}

.perrycountykids-land-main-banner {
    position: relative;
    height: 600px;
    margin: 45px auto 0;
    max-width: 1140px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, #e0f7fa, #80deea);
}

.perrycountykids-banners {
    padding: 16px 24px 24px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.perrycountykids-banners img {
    width: 100%;
    max-width: 480px;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    transition: transform 0.35s cubic-bezier(.25,.8,.25,1);
}
.perrycountykids-banners img:hover {
    transform: scale(1.08) rotate(1deg);
}

.perrycountykids-benefits {
    background: #695050;    padding: 20px 20px;
    border-radius: 14px;
    box-shadow: 13px -12px 4px 0px #9d21215e;;
    margin-top: 40px
}

.perrycountykids-benefits__list {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.perrycountykids-land-main-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 0 0 24px 24px;
    opacity: 1;
    transition: opacity 0.4s ease;
}
.perrycountykids-land-main-banner:hover img {
    opacity: 1;
}

.perrycountykids-benefits__text {
    color: #cdcdcd;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 8px;
}

.perrycountykids-land-start-btn {
    display: block;
    border: none;
    background: #9d2121;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 20px;
    border-radius: 30px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


.perrycountykids-land-start-btn a p {
    margin: 0;
    font-weight: 900;
    font-size: 1.2rem;
    padding: 20px;
}

.perrycountykids-land-text-overlay {
    padding: 18px 22px;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.perrycountykids-land-text-overlay p,
.perrycountykids-land-text-overlay h1 {
    margin: 0;
    color: #ffffff  !important;
}

.perrycountykids-land-text-overlay h1 {
    font-weight: 700;
    font-size: 42px;
    width: 100%;
}

.perrycountykids-land-text-wrapper {
    display: flex;
    justify-content: space-around;
    gap: 18px;
    flex-direction: column;
    align-items: center;
    background: #695050;    padding: 20px 20px;
    border-radius: 14px;
    box-shadow: 13px -12px 4px 0px #9d21215e;;
}

.perrycountykids-separator {
    width: 6px;
    background: white;    border-radius: 4px;
}

.perrycountykids-land-text-wrapper p {
    margin: 14px 0 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
    color: #ccccc0;
    font-size: 1rem;
}

.perrycountykids-land-text-block {
    display: flex;
    justify-content: space-between;
}

.perrycountykids-land-text-container {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.perrycountykids-land-text-title {
    font-size: 26px !important;
    text-align: center;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 14px;
    padding-bottom: 8px;
}

.perrycountykids-land-new-on-site .perrycountykids-land-model-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.perrycountykids-land-new-on-site .perrycountykids-land-model-card,
.perrycountykids-land-additional-cards .perrycountykids-land-model-card {
    background-color: #b3e5fc;
    width: auto;
    height: 520px;
    flex-grow: 1;
    border-radius: 18px;
    transition: background-color 0.35s ease;
    box-shadow: 0 6px 18px rgba(3, 155, 229, 0.3);
}
.perrycountykids-land-new-on-site .perrycountykids-land-model-card:hover,
.perrycountykids-land-additional-cards .perrycountykids-land-model-card:hover {
    background-color: #81d4fa;
    box-shadow: 0 10px 28px rgba(3, 155, 229, 0.5);
}

.perrycountykids-land-more-button {
    text-align: left;
    margin-top: 14px;
}

.perrycountykids-btn-main-land-more {
    display: inline-block;
    padding: 14px 28px;
    border: 2px solid #0288d1;
    background-color: #0288d1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    transition: background-color 0.35s ease, color 0.35s ease;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(2, 136, 209, 0.4);
}
.perrycountykids-btn-main-land-more:hover {
    background-color: #01579b;
    color: #a7c7e7;
}

.perrycountykids-land-all-girls-button {
    width: 24%;
    margin: 30px auto 0;
}

.perrycountykids-land-btn-more {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0277bd;
}

.perrycountykids-btn-main-land-all-girls {
    display: inline-block;
    padding: 14px 28px;
    border: 2px solid #0288d1;
    background-color: #0288d1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(2, 136, 209, 0.5);
}

.perrycountykids-btn-main-land-all-girls:hover {
    background-color: #004c8c;
    color: #b3e5fc;
}

.perrycountykids-land-additional-cards {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.perrycountykids-land-newest-reviews {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.perrycountykids-land-text_about_services {
    text-align: left;
    padding: 0 18px;
    font-size: 1.05rem;
    color: #1565c0;
}

/* .perrycountykids-faq-container {
    max-width: 720px;
    margin: 40px auto;
    padding: 0 20px;
} */

.perrycountykids-faq-container h2 {
    color: #039be5;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: 'Montserrat', sans-serif;
}

.perrycountykids-faq-item {
    padding: 10px 0;
    background: #9d2121;
    border-bottom: 3px solid #ffffff;
    margin-bottom: 10px;
    border-radius: 10px 0 0 0;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.03);
}

#perrycountykids-how_it_works {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #695050;
    border-radius: 10px;
    box-shadow: 13px -12px 4px 0px #9d21215e;;
}

.perrycountykids-faq-item h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    color: #fff;
    text-align: center;
    user-select: none;
    padding-right: 48px;
}

.perrycountykids-faq-item h3::after {
    content: '+';
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    transition: transform 0.3s ease;
}

.perrycountykids-faq-item.open h3::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

.perrycountykids-faq-answer {
    display: none;
    padding: 16px 0;
    font-size: 17px;
    color: #01579b;
}

.perrycountykids-faq-answer p {
    margin: 0 24px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #cdcdcd;
}

.perrycountykids-faq-item.open .perrycountykids-faq-answer {
    display: block;
}

.perrycountykids-land-home h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.perrycountykids-land-text-contact {
    width: 85%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    color: #0288d1;
}

.perrycountykids-land-home .perrycountykids-land-section-title h2 {
    color: #ebd2d2;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}



.littlechief-land-newest-reviews  {
    background: white;    box-shadow: 13px -12px 4px 0px #9d21215e;;
    border-radius: 30px;
    margin-top: 40px;
}

/* --- Responsive --- */

@media (max-width: 1400px) {
    .perrycountykids-land-main-banner {
        height: 540px;
    }

    .perrycountykids-land-text-overlay h1 {
        font-size: 22px;
    }

    .perrycountykids-land-text-overlay p {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .perrycountykids-land-main-banner {
        height: 420px;
        max-width: 95%;
    }
    .perrycountykids-land-text-wrapper {
        flex-direction: column;
        gap: 24px;
    }
    .perrycountykids-separator {
        display: none;
    }

    .perrycountykids-separator-text-block {
        height: 1px;
        width: 90%;
        margin: 18px auto;
        background-color: #81d4fa;
    }

    .perrycountykids-land-text-overlay h1 {
        font-size: 28px;
    }
    .perrycountykids-land-text-overlay p {
        font-size: 22px;
    }

    .perrycountykids-land-text-block {
        flex-direction: column;
        gap: 18px;
    }

    .perrycountykids-land-text-container {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .perrycountykids-land-main-banner {
        height: 320px;
    }

    .perrycountykids-land-start-btn {
        width: 100%;
        max-width: 320px;
        font-size: 1rem;
        padding: 14px 0;
    }

    .perrycountykids-land-text-overlay {
        top: 10%;
        left: 8%;
        width: 80%;
        padding: 12px 18px;
    }

    .perrycountykids-land-text-overlay h1 {
        font-size: 22px;
    }

    .perrycountykids-land-text-overlay p {
        font-size: 18px;
    }
}
