.contact_tel {
    border: 1px solid;
    border-radius: 10px;
}

html {
    scroll-padding-top: 90px;
    /* Adjust based on your navbar height */
}

img.logo_main {
    width: 60px;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    margin: 0 auto;
}

ul li {
    margin: 0px 15px;

}

.text-center {
    text-align: center !important;
    color: #ce945e;
    text-transform: uppercase;
    font-weight: bold;
}

.carousel {
    position: relative;
    margin: 12px 0px;
}

a.nav-link {
    text-transform: uppercase;
    font-weight: bold;
    color: #da985c;
    font-size: 14px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #99733e;
}

.nav-link:focus,
.nav-link:hover {
    color: #99733e;
}

nav.navbar.navbar-expand-lg {
    border-bottom: none;
    box-shadow: 2px 2px 10px #e5bb95;
    padding: 4px !important;
    background-color: #fff;
}

section#banner {
    margin-top: 90px;
}

img.card-img-top {
    margin: 0 auto;
}
.banner_one {
    background-color: #e6d8cb;
    width: 100%;
    height: 580px;
    text-align: center;
    align-items: center;
    padding-top: 150px;
}
h2.banner_heading {
    font-size: 40px;
    font-weight: bold;
}
h3.banner_text {
    font-style: italic;
}
img.card-img-top {
    margin: 0 auto;
}

.about_secmain {
    display: flex;
}

img.aboutusimg {
    width: 100%;
    padding: 0px 40px 50px;
}

.about-content {
    padding: 10px;
}

.bg_contact_main {
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(128, 128, 128, 0.6)),
        url(./images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
}

.bg_contact_main:hover {
    background:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(128, 128, 128, 0.4)),
        url(./images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
}

#bgcontact {
    margin-top: 80px;
}

button.btn.btn-outline-secoundary {
    color: #fff;
    border: 1px solid #fff;
    margin: 0px auto;
    text-align: center;
    display: block;
    position: relative;
    top: 270px;
    padding: 10px;
    font-size: 18px;
}
img.card-img-top {
    height: 320px;
}



/* Footer Section */
/* Section Background */
#footer {
    background: #9f7e5e;
    margin: 60px 0;
    color: #fff;
    padding-bottom: 60px;
    margin: 60px 0px 0px 0px;
    color: #fff;
}

.footer_logo {
    text-align: center;
}

/* FLEX FIX to ensure side-by-side */
.footer_main {
    display: flex;
    align-items: stretch;
}

img.footer_logo {
    margin: 0 auto;
    text-align: center;
}

#footer .text-center {
    color: #fff;
}

/* Left & Right Containers */
.travel_footer,
.contact_form {
    /* background: linear-gradient(45deg, #154874, transparent); */
    padding: 35px;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: -webkit-fill-available;
}

section#photogallery {
    overflow-x: hidden;
}

/* Logo */
.footer_logo img {
    width: 130px;
    margin-bottom: 20px;
}

/* Footer Text + Links */
.footer_links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.footer_links li {
    margin: 5px 0;
}

.footer_links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer_links a:hover {
    color: #032a;
    padding-left: 5px;
}

/* Form */
.form_title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.contact_form .form-control {
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: none;
}

.contact_btn {
    padding: 12px 20px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    transition: 0.3s;
    border: 1px solid;
}

.contact_btn:hover {
    background: #27567e;
    box-shadow: 4px 4px 10px #032a;
}

.card {
        border: 1px solid;
}



.card-body {
    padding: 10px 8px;
}

section#aboutus {
    background: linear-gradient(45deg, #855324, transparent);
    color: #fff;
}

.ourevents_main {
    padding: 15px;
}

.card-img-top:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

section#ourevents {
    overflow-x: hidden;
    background: linear-gradient(45deg, #e7d9cc 0%, transparent 70%);
    padding: 20px 10px;
    margin: 20px 0px;
}

section#why_us {
    overflow-x: hidden;
    border: 2px solid #e6d8cb;
    margin: 20px 50px;
    border-radius: 12px;
    margin: 20px 20px;
}

img.whyusimg {
    width: 100%;
    margin-left: 92px;
}

.whyus_secmain {
    display: flex;
}

.whyus-content h2.text-center.p-4 {
    font-size: 50px;
    font-weight: bold;
    color: #ce945e;
}

#exampleModal .form-control {
    border-radius: 8px;
    padding: 10px;
    background: transparent;
    border: 1px solid;
}

#exampleModal .modal-content {
    border-radius: 12px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    background: linear-gradient(172deg, #1b88e6, transparent);
}

img.enqlogo {
    width: 60px;
}

img.card-img-top {
    margin: 0 auto;
    padding: 10px;
    height: 300px;
}
h5.card-title {
    font-size: 16px;
}
p.card-text {
    font-size: 12px;
}

.col-lg-6.form_main {
    box-shadow: 0px 0px 10px 4px #9f7e5e69;
    padding: 20px;
    border-radius: 4px;
}

button.btn.btn-submit.w-100 {
    background: #9f7e5e;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .footer_main {
        flex-direction: column;
    }

.banner_one {
    background-color: #e6d8cb;
    width: 100%;
    height: 560px;
    text-align: center;
    align-items: center;
    padding-top: 150px;
}

    .travel_footer,
    .contact_form {
        margin-bottom: 20px;
    }

    .about_secmain,
    .whyus_secmain {
        flex-direction: column;
    }

    img.aboutusimg,
    img.whyusimg {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .contact_tel {
        padding: 10px;
    }

    h2.text-center.p-4 {
        padding: 6px !important;
    }

    #aboutus h2 {
        padding: 20px 0px !important;
    }

    .bg_contact_main {
        height: 150px;
    }

    #bgcontact {
        margin-top: 19px;
    }

    button.btn.btn-outline-secoundary {
        top: 75px;
        padding: 6px;
        font-size: 16px;
    }
    section#ourevents{
        margin: 0px;
    }
    .card {
        margin: 10px;
    }
    .card-body {
    padding: 20px 8px;
}
}