
/* Custom CSS */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f8f8;
    color: #333;
    line-height: 1.6;
}

/* Header Styles */
header {
  
    background-size: cover;
    background-position: center;
    color: hsla(173, 74%, 5%, 0.418);
    padding: 60px 0;
    text-align: center;
    position: relative;
}

.logo {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgb(42, 64, 138);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.img_back{
    
            filter: blur(3px);
            -webkit-filter: blur(3px);
            height: 300px;
            background-size: cover;
            background-position: center;
            position: relative;
}
#all{
   
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.logos {
    font-size: 1.8rem;
    font-weight: 200;
    letter-spacing: 2px;
    color: 		rgb(240, 240, 168)	;
    text-shadow: 2px 2px 4px rgba(2, 12, 2, 0.3);
}

.subtitle {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 300;
}

.booking-number {
    background-color: #e67e22;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.booking-number:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(230, 126, 34, 0.4);
}

/* Change navbar-toggler (hamburger) color */
.navbar-dark .navbar-toggler {
    border-color: rgb(19, 1, 1); /* Optional: border color */
    background-color: #142020;
}


/* Change color on hover/focus */
.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus {
    border-color: #e8eb35; /* Example: yellow on hover/focus */
}


/* Navigation */
.navbar {
    background-color: #f8fbfd;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: 700;
    color: burlywood !important;
}

.navbar-nav .nav-link {
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s;
    font-size: 0.9rem;
    margin: 0 10px;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #e67e22 !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #e67e22;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Section Headings */
.section-heading {
    color: #1a3a4a;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.section-heading::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background: #e67e22;
    bottom: -10px;
    left: 0;
}

/* Details Section */
.detail-item {
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.detail-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.detail-item h3 {
    color: #e67e22;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

/* Amenities Section */
.amenity-item {
    background-color: white;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.amenity-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.amenity-item i {
    font-size: 2.5rem;
    color: #e67e22;
    margin-bottom: 15px;
    display: block;
}

.amenity-item p {
    font-weight: 500;
}

/* Day Trips Section */
.trip-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
    height: 100%;
}

.trip-card:hover {
    transform: translateY(-5px);
}

.trip-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.trip-content h3 {
    color: #e67e22;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.trip-content .distance {
    display: inline-block;
    background: #1a3a4a;
    color: white;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.7rem;
    margin-bottom: 10px;
}

/* Gallery Section */
.gallery-item {
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

/* Newsletter Section */
.newsletter {
    background: linear-gradient(rgba(26, 58, 74, 0.9), rgba(26, 58, 74, 0.9)), url('https://images.unsplash.com/photo-1519046904884-53103b34b206?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 60px;
    border-radius: 8px;
}

.newsletter .section-heading {
    color: white;
}

.newsletter .section-heading::after {
    background: #e67e22;
}

/* Call to Action */
.cta-button {
    display: inline-block;
    background: #e67e22;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(230, 126, 34, 0.4);
    background: #d35400;
    color: white;
}

/* Footer */
/* Footer Styles */
footer {
background-color: #1a3a4a;
color: white;
position: relative;
}

.footer-heading {
color: #e67e22;
margin-bottom: 20px;
font-size: 1.3rem;
position: relative;
padding-bottom: 10px;
}

.footer-heading::after {
content: '';
position: absolute;
width: 50px;
height: 2px;
background: #e67e22;
bottom: 0;
left: 0;
}

.footer-contact-info p {
margin-bottom: 12px;
display: flex;
align-items: center;
}

.footer-contact-info i {
width: 20px;
color: #e67e22;
}

.footer-links li {
margin-bottom: 10px;
}

.footer-links a {
color: #ddd;
text-decoration: none;
transition: all 0.3s;
display: flex;
align-items: center;
}

.footer-links a:hover {
color: #e67e22;
transform: translateX(5px);
}

.footer-links i {
font-size: 0.8rem;
}

.social-links {
display: flex;
gap: 15px;
}

.social-icon {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background: rgba(255,255,255,0.1);
border-radius: 50%;
transition: all 0.3s;
color: white;
}

.social-icon:hover {
background: #e67e22;
transform: translateY(-3px);
}

.newsletter-text {
margin-bottom: 15px;
}

.footer-newsletter .form-control {
background: rgba(255,255,255,0.1);
border: none;
color: white;
}

.footer-newsletter .form-control::placeholder {
color: #ccc;
}

.footer-newsletter .btn-primary {
background-color: #e67e22;
border-color: #e67e22;
padding: 0.375rem 1rem;
}

.payment-icons i {
font-size: 1.5rem;
color: #ddd;
}

.copyright {
color: #aaa;
font-size: 0.9rem;
}

.call-us, .website-link {
color: #e67e22;
text-decoration: none;
transition: all 0.3s;
}

.call-us:hover, .website-link:hover {
color: #d35400;
text-decoration: none;
}


/* Popup Booking Form */
.booking-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.booking-popup.active {
    opacity: 1;
    visibility: visible;
}

.booking-form-container {
    background-color: rgb(237, 238, 241);
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #777;
    transition: color 0.3s;
}

.close-popup:hover {
    color: #e67e22;
}

.booking-form h3 {
    color: #1a3a4a;
    margin-bottom: 20px;
    text-align: center;
}

.form-label {
    font-weight: 500;
}

.form-control:focus {
    border-color: #e67e22;
    box-shadow: 0 0 0 0.25rem rgba(230, 126, 34, 0.25);
}

.btn-primary {
    background-color: #e67e22;
    border-color: #e67e22;
    width: 100%;
    padding: 10px;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #d35400;
    border-color: #d35400;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .logo {
        font-size: 2rem;
    }
    
    .section-heading {
        font-size: 1.8rem;
    }
    
    .trip-image {
        height: 150px;
    }
    
    .gallery-item {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .logo {
        font-size: 1.8rem;
    }
    
    .section-heading {
        font-size: 1.5rem;
    }
    
    .booking-number {
        font-size: 1rem;
        padding: 8px 15px;
    }
}
@media (max-width: 768px) {
.footer-heading {
font-size: 1.1rem;
}

.footer-links li {
margin-bottom: 8px;
}

.social-icon {
width: 32px;
height: 32px;
}
}
