* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Fredoka", cursive;
}

h2 {
    font-family: "Fredoka", cursive;
    font-size: 40px;
}

h6 {
    font-family: "Fredoka", cursive;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.display-4 {
    font-family: "Fredoka", cursive;
}

p {
    font-family: "Fredoka", cursive;
    font-size: 18px;
}

.g-headings {
    font-size: 2.3rem;
    font-weight: bold;
    color: #450e49;
}

.yellow-heading {
    color: #ffb03a;
}

@media (max-width: 768px) {
    .g-headings {
        font-size: 2rem;
    }
}

.g-sub-heading {
    font-size: 1.6rem;
    font-weight: bold;
    color: #450e49;
}

.yellow-sub-heading {
    color: #ffb03a;
}

@media (max-width: 768px) {
    .g-sub-heading {
        font-size: 1.5rem;
    }
}



/* header starts  */
.header-gradient-heading {
    background: linear-gradient(90deg,
            #f7008c,
            #ff6f00,
            #ddb400,
            #009859,
            #007798,
            #3e039e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Fredoka", cursive;
}

@media (max-width: 767.98px) {
    .header-gradient-heading {
        margin-top: -50px;
    }
}

.header-gradient-description {}

.header-button-1,
.header-button-2 {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Purple button */
.header-button-1 {
    background-color: #450e49;
    color: white;
}

.header-button-1:hover {
    background-color: #4d094a;
    box-shadow: 0 6px 18px rgba(100, 13, 95, 0.4);
}

/* Yellow button */
.header-button-2 {
    background-color: #ffc107;
    color: black;
}

.header-button-2:hover {
    background-color: #e6ac00;
    box-shadow: 0 6px 18px rgba(255, 193, 7, 0.4);
}

/* Responsive Lottie container - Increased size */
.lottie-container {
    width: 100%;
    height: auto;
    max-width: 600px;
    /* Increased from 500px */
    margin: 0 auto;
    padding: 20px;
    /* Added padding to give more space */
}

dotlottie-player {
    width: 100% !important;
    height: auto !important;
    min-height: 300px;
    /* Ensures minimum height */
}


/* Adjust column width for larger screens */
@media (min-width: 992px) {
    .col-md-6.lottie-column {
        flex: 0 0 55%;
        /* Increased from default 50% */
        max-width: 55%;
    }

    .col-md-6.content-column {
        flex: 0 0 45%;
        /* Decreased from default 50% */
        max-width: 45%;
    }
}

/* Header Ends */


/* Test your limits starts */
.adventure-section{
    margin-top: -50px;
}

.adventure-title {
    color: #450e49;
    position: relative;
    padding-bottom: 15px;
}

.title-underline {
    position: relative;
}



.camp-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
    border: 1px solid rgba(100, 13, 95, 0.1) !important;
}

.camp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(100, 13, 95, 0.1) !important;
}

.camp-image {
    min-height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.highlight-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-item:hover {
    background-color: rgba(255, 193, 7, 0.2) !important;
    transform: translateX(5px);
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .camp-image {
        min-height: 250px;
    }
}

@media (max-width: 768px) {
    .responsive-btn {
        padding: 0.4rem 1rem !important;
        font-size: 0.85rem !important;
    }

    .button-group {
        flex-wrap: nowrap !important;
        gap: 0.5rem !important;
    }
}


/* Test your limits ends */

/* discover our wilderness starts */

.shadow-hover {
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.shadow-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.object-cover {
    object-fit: cover;
}

.camp-section .card {
    border-radius: 0;
    border: none;
}

.camp-section .card-body {
    padding: 1.5rem;
}

.camp-section .btn-outline-dark {
    border-width: 1px;
    padding: 0.25rem 0.75rem;
}

.camp-section .btn-outline-dark:hover {
    background-color: #450e49;
    color: white !important;
    border-color: #450e49;
}

/* discover our wilderness ends */


/* Our featured program starts */

.shadow-hover {
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.shadow-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.object-cover {
    object-fit: cover;
}

.camp-section .card {
    border-radius: 0;
    border: none;
}

.camp-section .card-body {
    padding: 1.5rem;
}

.camp-section .btn-outline-dark {
    border-width: 1px;
    padding: 0.25rem 0.75rem;
}

.camp-section .btn-outline-dark:hover {
    background-color: #450e49;
    color: white !important;
    border-color: #450e49;
}

/* Our featured program ends */

.adventure-programs {
    background-color: #f8f9fa;
}

.program-hero {
    background: white;
    transition: transform 0.3s ease;
}

.program-hero:hover {
    transform: translateY(-5px);
}

.program-hero-image {
    min-height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.age-ribbon {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #ffc107;
    color: #450e49;
    padding: 8px 20px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.program-hero-content {
    background: white;
}

.activity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.activity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: rgba(100, 13, 95, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.activity-item:hover {
    background-color: rgba(100, 13, 95, 0.1);
    transform: translateY(-3px);
}

.activity-item i {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #450e49;
}

.program-benefits {
    background-color: rgba(255, 193, 7, 0.1);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #ffc107;
}

.camp-card {
    transition: all 0.3s ease;
    border-radius: 10px !important;
}

.camp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.camp-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0 !important;
    height: 200px;
}

.camp-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.camp-card:hover .camp-image-container img {
    transform: scale(1.05);
}

.camp-age-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #450e49;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.camp-features {
    margin: 15px 0;
}

.camp-features span {
    display: block;
    margin-bottom: 8px;
    color: #555;
}

.camp-features i {
    color: #ffc107;
    margin-right: 8px;
}

.camp-location {
    color: #450e49;
    font-weight: 500;
}

.btn-primary {
    background-color: #450e49;
    border-color: #450e49;
}

.btn-outline-primary {
    border-color: #450e49;
    color: #450e49;
}

.btn-outline-primary:hover {
    background-color: #450e49;
    color: white;
}



.shadow-hover {
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.shadow-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.object-cover {
    object-fit: cover;
}

.camp-section .card {
    border-radius: 0;
    border: none;
}

.camp-section .card-body {
    padding: 1.5rem;
}

.camp-section .btn-outline-dark {
    border-width: 1px;
    padding: 0.25rem 0.75rem;
}

.camp-section .btn-outline-dark:hover {
    background-color: #450e49;
    color: white !important;
    border-color: #450e49;
}





.testimonial-section {
    background-color: #f9f9f9;
}

.testimonial-img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border: 3px solid #fff !important;
    position: relative;
    z-index: 2;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 50%;
}

.testimonial-card {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0 !important;
    height: 100%;
    transition: none !important;
}

.testimonial-heading {
    background: #4e0d52;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.testimonial-subheading {
    letter-spacing: 2px;
}

.testimonial-underline {
    width: 80px;
    margin-left: 10px;
}

.testimonial-quote {
    font-size: 22px;
    color: #450e49;
}

.testimonial-indicators {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.testimonial-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #333;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-indicator.active {
    background: #000;
    border-color: #000;
}

.testimonial-content {

    margin-top: -15px;
}

.testimonial-img-container {
    position: relative;
    z-index: 1;
}