     /* Custom Hero Styles */
.hero-wrap {
    position: relative;
    overflow: hidden;
}

.parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.parallax-bg img {
    transform: scale(1.1);
}

.overlay {
    z-index: 2;
    /* Darker gradient for better text contrast */
    background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.9));
}

.btn-custom {
    background-color: #ffcc00;
    color: #000;
    border: none;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5); /* Added shadow for button text */
}

.btn-custom:hover {
    background-color: #e6b800;
    color: #fff;
    transform: translateY(-2px);
}

.text-gold {
    color: #ffcc00 !important;
}

.display-3 {
    font-size: clamp(1.5rem, 6vw, 3rem) !important;
}



.lead {
    font-size: clamp(1rem, 2vw, 1.2rem);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-wrap {
        height: 80vh;
        min-height: 400px;
    }

    .display-3 {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .lead {
        font-size: clamp(0.9rem, 1.5vw, 1rem);
    }

    .btn-custom {
        font-size: 1rem;
        padding: 8px 16px;
    }
}

/* Animations (using Animate.css) */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Ensure Font Awesome is included for icons */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");
        .event-card {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background: #fff;
        }
        .event-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
        }
        .event-card img {
            height: 250px;
            object-fit: cover;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            transition: transform 0.3s ease;
        }
        .event-card:hover img {
            transform: scale(1.05);
        }
        .event-card .card-body {
            padding: 20px;
            text-align: center;
        }
        .event-card .card-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }
        .event-card .card-text {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 15px;
        }
        .event-card .price {
            font-size: 1.3rem;
            font-weight: 700;
            color: #ff6f61;
            margin-bottom: 15px;
        }
        .event-card .includes {
            font-size: 0.85rem;
            color: #555;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        .event-card .btn-book {
            background: linear-gradient(135deg, #ff6f61, #ff8e53);
            color: #fff;
            font-weight: 600;
            padding: 10px 20px;
            border-radius: 25px;
            transition: background 0.3s ease;
        }
        .event-card .btn-book:hover {
            background: linear-gradient(135deg, #e65b50, #e67e22);
        }
        .no-packages {
            padding: 50px 0;
            text-align: center;
        }
        .no-packages .alert {
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
        }

        .event-card {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background: #fff;
        }
        .event-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
        }
        .event-card img {
            height: 250px;
            object-fit: cover;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            transition: transform 0.3s ease;
        }
        .event-card:hover img {
            transform: scale(1.05);
        }
        .event-card .card-body {
            padding: 20px;
            text-align: center;
        }
        .event-card .card-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }
        .event-card .card-text {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 15px;
        }
        .event-card .date {
            font-size: 0.85rem;
            color: #ff6f61;
            font-weight: 600;
            margin-bottom: 10px;
        }
        .event-card .countdown {
            font-size: 0.85rem;
            color: #e65b50;
            font-weight: 500;
            margin-bottom: 15px;
        }
        .event-card .btn-details {
            background: linear-gradient(135deg, #ff6f61, #ff8e53);
            color: #fff;
            font-weight: 600;
            padding: 10px 20px;
            border-radius: 25px;
            transition: background 0.3s ease;
        }
        .event-card .btn-details:hover {
            background: linear-gradient(135deg, #e65b50, #e67e22);
        }
        .no-events {
            padding: 50px 0;
            text-align: center;
        }
        .no-events .alert {
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
        }
        .ftco-blog-section {
            padding: 60px 0;
            background-color: #fff;
        }
        .blog-heading-section .subheading {
            font-size: 1.1rem;
            color: #ff6f61;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
        }
        .blog-heading-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
        }
        .blog-heading-section h2 span {
            color: #ff6f61;
        }
        .blog-entry-card {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background: #fff;
            height: 100%;
        }
        .blog-entry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
        }
        .blog-image {
            display: block;
            width: 100%;
            height: 250px;
            overflow: hidden;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
        .blog-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .blog-entry-card:hover .blog-image img {
            transform: scale(1.05);
        }
        .blog-content {
            padding: 20px;
        }
        .blog-date {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .blog-date .date-day {
            font-size: 2rem;
            font-weight: 700;
            color: #ff6f61;
            margin-right: 10px;
        }
        .blog-date .date-details {
            font-size: 0.9rem;
            color: #666;
        }
        .blog-date .date-details .yr,
        .blog-date .date-details .mos {
            display: block;
            font-weight: 500;
        }
        .blog-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }
        .blog-title a {
            text-decoration: none;
            color: inherit;
            transition: color 0.3s ease;
        }
        .blog-title a:hover {
            color: #ff6f61;
        }
        .blog-description {
            font-size: 0.9rem;
            color: #666;
            line-height: 1.6;
            margin-bottom: 15px;
        }
        .blog-read-more {
            display: inline-block;
            background: linear-gradient(135deg, #ff6f61, #ff8e53);
            color: #fff;
            font-weight: 600;
            padding: 10px 20px;
            border-radius: 25px;
            text-decoration: none;
            transition: background 0.3s ease;
        }
        .blog-read-more:hover {
            background: linear-gradient(135deg, #e65b50, #e67e22);
        }
        .no-blogs {
            padding: 50px 0;
            text-align: center;
        }
        .no-blogs .alert {
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
        }
        @media (max-width: 767px) {
            .blog-image {
                height: 200px;
            }
            .blog-title {
                font-size: 1.3rem;
            }
        }

   .gallery-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.gallery-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.gallery-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-image-wrapper img {
    transition: transform 0.3s ease;
}

.gallery-image-wrapper:hover img {
    transform: scale(1.05);
}

.gallery-image-wrapper .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-image-wrapper:hover .overlay {
    opacity: 1;
}

.overlay a {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.overlay a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

.modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-body img {
    max-height: 60vh;
    object-fit: contain;
}

@media (max-width: 576px) {
    .gallery-image-wrapper img {
        height: 200px;
    }
}

.services-section .service-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-section .service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.services-section .icon {
    width: 70px;
    height: 70px;
    background: #ff8a55;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.services-section .icon span {
    font-size: 2rem;
    color: #fff;
    line-height: 70px;
}

.services-section .service-box:hover .icon {
    background: #87d80f;
}

/* ...rest of your existing styles */
.text-heading{
        color: #ff8b55;

}

.custom{
           color: #ff8b55;
 
}

.btn-outline-custom {
  color: #ff8b55;
  border: 2px solid #ff8b55;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus {
  background-color: #ff8b55;
  color: #fff;
  text-decoration: none;
}





/* Show from md (≥768px) and add margin-top */
@media (min-width: 768px) {
  .breadcrumb-section {
    margin-top: 150px;
  }
}
/* Optional beautification */
.custom-breadcrumb {
  background-color: #f8f9fa; /* light gray bg */
  font-size: 1rem;
  border-left: 4px solid #87d80f; /* your preferred green accent */
}

.custom-breadcrumb a:hover {
  color: #87d80f;
  text-decoration: underline;
}


.footer-sponsor-section {
    background-color: #f9f9f9;
}

.sponsor-logo-wrapper img {
    transition: transform 0.3s ease;
}

.sponsor-logo-wrapper img:hover {
    transform: scale(1.05);
}
