/* Container background color */
.custom-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}




/* General styles for images */
.image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-img-1 {
    width: 75%;
    margin: 0;
}

.custom-img-2 {
    width: 50%;
    margin: -75px -200px 0 0;
}


.custom-img-3 {
    width: 100%;
    padding: 0;
    border: 0;
}

.custom-img-4 {
    width: 10%;
    margin: -10px 50px 0 0;
}

.custom-img-5 {
    width: 20%;
    margin: -50px 0 0 -360px;
}

/* Tablet adjustments */
@media (max-width: 991px) {
    .custom-img-2 {
        margin: -31px 0 0 -190px;
    }
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .image-container {
        flex-direction: column;
    }

    .custom-img-1,
    .custom-img-2 {
        width: 100%;
        margin: 10px auto;
        padding: 0;
        border: 0;
    }

    .custom-img-2::before {
        content: 'Some Text Here';
        display: block;
        text-align: center;
        color: white;
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.distance-info {
    text-align: left;
}

/******Activities Images*****/

.image-container_Activities {
    position: relative;
    width: 320px;
    margin: 50px;

}

.image-container_Activities img {
    display: block;
    width: 100%;

}

.image-container_Activities .image1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.image-container_Activities .image2 {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    transform: translateX(20%);
    border: 5px solid white;
}

.image-container_Activities .image3 {
    position: absolute;
    top: 50px;
    left: 0px;
    transform: translateX(-20%);
    width: 100%;
    border: 5px solid white;
}



.image-container_Activities .green-rectangle {
    position: absolute;
    top: 400px;
    left: -40%;
    background-color: #2b5647;
    padding: 10px 20px;
    border-radius: 4px;
    color: white;
    font-size: 24px;
}

@media (max-width: 767px) {
    .image-container_Activities {
        margin-bottom: 500px;

    }
}

.section1btn {
    background-color: #0D462B;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 750;
}

.section1btn:hover {
    background-color: #EFA31D;
    color: #ffffff;
}


/* Section 2 styles */
.section2 {
    position: relative;
    background-color: #0D462B;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    margin-top: 50px;
}

.section2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 70, 43, 0.7);
    z-index: 1;
}

.section2 .container {
    position: relative;
    z-index: 2;
}

.section2 h6 {
    margin-bottom: 20px;
}

.section2 h1 {
    color: white;
    font-weight: bold;
    margin-bottom: 40px;
}

.card {
    background-color: #041e006f;
    text-align: left;
    margin: 10px;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 20px;

}

.card2 {
    text-align: left;
    padding: 0px;
}

.card-title {
    font-weight: bold;
    color: white;
}


.card-text {
    color: white;
}

.card-img-top {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    margin-left: 15px;
    display: block;
}

.same-size-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Section 3 styles */
.section3 {
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}



/* Section 4 styles */
.section4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 25px 150px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 10px;
}

.section4 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px 150px 20px 20px;
}

.section4 .container {
    position: relative;
    z-index: 1;
}

.section4 h6 {
    margin-bottom: 10px;

}

.section4 h1 {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}

.section4 p {
    color: white;
    margin-bottom: 20px;
}

.section4 .btn {
    background-color: #EFA31D;
    color: #0D462B;
    border: none;
    border-radius: 20px;
    padding: 10px 40px;
    font-weight: 750;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.section5 h1 {

    font-weight: bold;
    margin: 20px 0;
}

.section4 .btn:hover {
    background-color: white;
    color: #0D462B;
}

/* Desktop-specific styles */
@media (min-width: 1024px) {
    .section4 {
        margin: 50px 200px 50px 200px;
        padding: 70px 200px 70px 200px;
    }

}

@media (max-width: 1024px) {
    .section4 {
        padding: 50px;
    }

    .section4 h1 {
        font-size: 2rem;
    }

    .section4 p {
        font-size: 0.875rem;
    }

    .section4 .btn {
        padding: 8px 16px;
        font-size: 0.875rem;
    }
}

/* General styles for section5 */
.section5 {
    position: relative;
    padding: 60px 0;
    color: white;
}

.section5 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

}

.section5 .container {
    position: relative;
    z-index: 1;
}

.section5 .small-image {
    width: 50px;
    height: 50px;
    text-align: right;
}

.section5 p {
    color: white;
    margin: 20px 0;
}

/* section5 testimonial*/
.testimonial1 {
    margin: 10px 20px 10px;
}

.testimonial1 .testimonial1-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    position: relative;
}

.testimonial1 .testimonial1-content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #718076;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial1 .testimonial1-content:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #718076;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial1-content .testimonial1-icon {
    width: 50px;
    height: 45px;
    background: #EFA31D;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial1-content .testimonial1-icon:before {
    content: "";
    border-bottom: 16px solid #EFA31D;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial1 .description {
    font-size: 15px;
    font-style: italic;
    color: #042002;
    line-height: 23px;
    margin: 0;
}

.testimonial1 .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #EFA31D;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    text-align: right;
}



.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #EFA31D;
}


/* Section 6: Booking Now */
.section6 {
    padding: 20px 0;
    margin: 50px 0;
}

.section6 .container {
    position: relative;
}

.image-container_Booking {
    position: relative;
    width: 600px;
}

.image-container_Booking img {
    display: block;
    width: 80%;

}

.image-container_Booking .image1 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    transform: translateX(5%);
    border-radius: 10px 50px 10px 10px;
}

.image-container_Booking .image2 {
    position: absolute;
    top: 250px;
    left: 0;
    width: 60%;
    transform: translateX(-10%);
    border-radius: 50px 10px 10px 10px;

}

@media (max-width: 767px) {
    .image-container_Booking {
        margin-bottom: 250px;
    }

    .image-container_Booking .image1 {
        top: 0px;
        width: 80%;
        transform: translateX(15%);
    }

    .image-container_Booking .image2 {
        top: 125px;
        width: 40%;
        transform: translateX(0%);
    }
}

.section6 .booking-form {
    padding: 50px 50px 50px 50px;
    background-color: #0d462b74;
    border-radius: 10px 150px 10px 150px;
    position: relative;
    z-index: 1;
}


.section6 h1 {
    color: #0D462B;
}

.section6 h1 {
    margin-top: 10px;
}

.section6 form input,
.section6 form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: none;
    background-color: #ffffff5f;
    color: #0D462B;
    border-radius: 5px;
}

.section6 form .date-fields {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.section6 form .date-fields .align-right {
    margin-left: auto;
}

.section6 .btn-book-now {
    background-color: #0D462B;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.section6 .btn-book-now:hover {
    background-color: #EFA31D;
}

.section6 form input[type="date"] {
    width: calc(50% - 5px);
}

.section6 form textarea {
    resize: vertical;
}

/* Section 7: Tourist Destinations */
.section7 {
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.section7 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(232, 255, 247, 0.879);

}

.section7 h2 {
    color: #0D462B;
    font-size: 15px;
    margin-top: 20px;
}

.section7 h5 {
    color: #042002;
    font-size: 15px;
}

.section7 p {
    font-size: 14px;
    margin: 0;
}

.section7 a {
    font-size: 12px;
    color: #EFA31D;
    text-align: bottom;
}


.section7 a:hover {
    color: #0D462B;
}

.align_a {
    position: absolute;
    bottom: 0;
    right: 0;
    size: 10px;
}


.image-container_TouristD {
    position: relative;
    width: 600px;
}

.image-container_TouristD img {
    display: block;
    width: 80%;

}

.image-container_TouristD .image1 {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40%;
    transform: translateX(-15%);
    border-radius: 10px 50px 10px 10px;
}

.image-container_TouristD .image2 {
    position: absolute;
    top: 170px;
    left: 50px;
    width: 55%;
    transform: translateX(90%);
    border-radius: 10px 10px 10px 100px;

}

.image-container_TouristD .image3 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 75%;
    transform: translateX(5%);
    border-radius: 10px 90px 10px 70px;

}

.image-container_TouristD .image4 {
    position: absolute;
    top: 260px;
    left: 0;
    width: 50%;
    transform: translateX(-20%);
    border-radius: 50px 10px 200px 10px;

}

.image-container_TouristD .image5 {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 40%;
    transform: translateX(60%);
    border-radius: 50px 10px 10px 10px;

}

@media (max-width: 767px) {
    .image-container_TouristD {
        margin-bottom: 250px;
    }

    .image-container_TouristD .image1 {
        top: 10px;
        width: 40%;
        transform: translateX(15%);
    }

    .image-container_TouristD .image2 {
        top: 15px;
        width: 45%;
        transform: translateX(50%);
    }

    .image-container_TouristD .image3 {
        top: 50px;
        width: 60%;
        transform: translateX(5%);
    }

    .image-container_TouristD .image4 {
        top: 160px;
        width: 40%;
        transform: translateX(20%);
    }

    .image-container_TouristD .image5 {
        top: 125px;
        width: 40%;
        transform: translateX(100%);
    }
}

/* Section 1 Styles */
.about_section1 {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.about_section1 h1 {
    font-size: 3em;
    text-align: center;
    color: white;
    margin-top: 40px;

}

/* Section 2 Styles */
.about_section2 {
    padding: 40px 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-4 {
    width: 100%;
    max-width: 33.33%;
    padding: 15px;
    box-sizing: border-box;
}

.col-md-4 h1 {
    margin-top: 60px;
    max-width: 90%;
    padding: 10px;
    font-weight: bold;
}

.activities-list {
    background-color: #115133;
    margin-left: -40px;
    margin-top: 40px;
    border-radius: 10px;
    padding: 20px;
    color: white;
}

.activity-item {
    margin-bottom: 20px;
}

.activity-icon {
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.activity-item h6 {
    display: inline-block;
    vertical-align: middle;
}

.activity-item p {
    margin: 0 0 0 40px;
    color: white;
    font-size: 13px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .col-md-4 {
        max-width: 100%;
    }

    .activities-list {
        margin-left: 0;
        margin-top: -40px;

    }

    .col-md-4 h1 {
        margin-top: 0px;
        max-width: 100%;
        padding: 00px;

    }
}

/* Section 3 Styles */
.about_section3 {
    background-color: #0D462B;
    padding: 40px 0;
}

.about_section3 h1 {
    color: #EFA31D;
}

.about_section3 p {
    color: white;
}

/* Section 4 Styles */
.about_section4 {
    padding: 40px 0;
}

.about_section4 h1 {
    font-size: 2em;
    margin-bottom: 20px;
}

.about_section4 p {
    margin-bottom: 20px;
}



/* Section 5 Styles */
.about_section5 {
    padding: 40px 0;
    background-color: #ffffff;
}

.about_section5 h2 {
    color: #EFA31D;
    font-size: 2em;
    margin-bottom: 20px;
}

.about_section5 h3 {
    color: #0D462B;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.about_section5 p {
    color: #7a7a7a;
    font-size: 1em;
    margin-bottom: 20px;
}

.about_section5 ul {
    list-style-type: none;
    padding-left: 0;
}

.about_section5 ul li {
    color: #0D462B;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.checkmark {
    color: #EFA31D;
    font-weight: bold;
    margin-right: 10px;
}

.images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.images img {
    width: 100%;
    border-radius: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .about_section5 .col-md-6 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .images {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .images img {
        flex: 1 1 calc(50% - 20px);
    }
}


/* Gallery Container */
.gallery-container {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Gallery Grid */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    max-width: 1200px;
}

/* Gallery Item */
.gallery-item {
    position: relative;
}

.gallery-item img {
    width: 100%;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.2s;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%;
    max-width: 1200px;
    max-height: 600px;
}

.lightbox-image {
    width: auto;
    border-radius: 15px;
    max-height: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mySlides {
    display: none;
}

.active {
    display: block;
}

.close {
    top: 100px;
    right: 50px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;

}

.close:hover,
.close:focus {
    color: #EFA31D;
    text-decoration: none;
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {

    /* Adjust grid layout for mobile */
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Adjust lightbox content for mobile */
    .lightbox-content {
        width: 95%;
        max-height: 80vh;
    }

    .lightbox-image {
        height: auto;
        width: 80%;

    }

    .prev,
    .next {
        font-size: 16px;
    }

    .close {
        font-size: 30px;
        top: 50px;
        right: 20px;
    }
}

@media (max-width: 480px) {

    /* Further adjustments for smaller screens */
    .gallery {
        grid-template-columns: 5fr;
    }

    .lightbox-content {
        width: 100%;
        max-height: 90vh;
    }

    .lightbox-image {

        width: 80%;
        height: auto;

    }

    .prev,
    .next {
        font-size: 14px;
    }

    .close {
        font-size: 25px;
        top: 5px;
        right: 10px;
    }
}


/* ContactUs_Section 1 */

.ftco-section {
    padding: 7em 0;
}

.contact-section1 {
    display: flex;
    justify-content: space-around;
    background-color: #0D462B;
    color: white;
    padding: 20px;
}

.contact-column {
    text-align: center;
    flex: 1;
    padding: 20px;
}

.bordered {
    border-left: 2px solid white;
    border-right: 2px solid white;
}

.contact-icon {
    font-size: 40px;
    color: #EFA31D;
    margin-bottom: 10px;
}

.contact-column h3 {
    color: #EFA31D;
    margin: 10px 0;
}

.contact-column h6 {
    color: white;
    margin: 10px 0;
}

.contact-column h6 a {
    color: white;
    text-decoration: none;
}

.contact-column h6 a:hover {
    text-decoration: underline;
}

/* ContactUs_Section 2 */
.contact-section2 {
    display: flex;
    flex-direction: column;
    /* For vertical stacking on mobile devices */
    color: white;
    padding: 40px 20px;
    /* Adjusted padding for better mobile view */
}

.dbox {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .contact-section2 {
        flex-direction: row;
        /* Horizontal layout for larger screens */
        padding: 40px 200px;
    }

    .dbox {
        margin-bottom: 0;
        padding: 0;
    }
}

.dbox p {
    margin-bottom: 0;
}

.dbox p span {
    font-weight: 500;
    color: #000;
}

.dbox p a {
    color: #0D462B;
}

.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #EFA31D;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.dbox .text {
    width: 100%;
}

.map-column {
    flex: 1;
    margin-top: 40px;
}

.form-column {
    padding: 20px;
    background-color: #0D462B;
    border-radius: 25px 50px 20px 20px;
}

.form-column h1 {
    margin-bottom: 5px;
    color: #f2f2f2;
}

.form-column p {
    margin-bottom: 5px;
    color: #f2f2f2;
}

.form-column form {
    display: flex;
    flex-direction: column;
}

.form-column form input,
.form-column form textarea {
    background-color: white;
    color: #0D462B;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.form_button {
    background-color: #0D462B;
    color: white;
    border: 2px solid white;
    margin: 20px 0;
    padding: 10px 50px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.form_button:hover {
    background-color: white;
    color: #0D462B;
    border-color: #0D462B;
}

/* Success and Error Messages */
#form-message-warning,
#form-message-success {
    display: none;
    color: red;
    font-weight: bold;
}

#form-message-success {
    color: green;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .contact-section2 {
        display: flex;
        color: white;
        padding: auto;
    }


}