.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url("../images/assets/nav-icon.png") no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url("../images/assets/nav-icon.png") no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}

.owl-dots {
    display: none;
}

.book-tour-slider {
    width: 220px !important;
    padding: 48px !important;
}

.container-slider {
    width: 100%;
}

#owl-booking-similar .item {
    width: 250px !important;
}

.navbar-brand img {
    width: 28% !important;
    max-width: 100%;
    height: auto;
}

.slideshow {
    height: 550px;
}

.about-section {
    position: relative;
    padding: 120px 0px 0px 0px;
}

#btn-to-top {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    text-align: center;
    font-size: 12px;
    position: fixed;
    bottom: 10px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border-bottom: 60px solid #fc5b62;
    border-left: none;
    border-right: none;
    color: #fff;
    border-radius: 77px;
}

#btn-to-top .icon {
    font-size: 35px;
    margin-top: 5px;
}

.enquriy-form {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
}

.img-wapper {
    width: 1900px;
    float: left;
}

.img-wapper .item {
    padding: 5px;
}

.item {
    width: 1000px !important;
}

#industries {
    img {
        width: 50% !important;
    }

    h3 {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    footer .d-flex {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    footer .d-flex > * {
        margin-bottom: 10px;
        font-size: 13px;
    }

    footer p {
        margin-bottom: 5px;
        text-align: center !important;
        font-size: 13px;
    }

    footer .text-md-start {
        text-align: center !important;
    }

    footer .justify-content-between {
        justify-content: center !important;
    }

    footer .me-md-3 {
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .mobile-header {
        background-color: #001f3f;
        color: white;
        padding: 10px 15px;
        z-index: 9999;
    }

    .mobile-topbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: -webkit-fill-available !important;
    }

    .mobile-logo img {
        max-width: 140px;
        height: auto;
    }

    .mobile-toggle {
        font-size: 28px;
        cursor: pointer;
        color: white;
    }

    .mobile-menu-wrapper {
        display: none;
        background-color: #fff;
        color: #333;
        padding: 15px;
    }

    .mobile-menu-wrapper ul {
        list-style: none;
        padding: 0;
        margin: 10px 0;
    }

    .mobile-menu-wrapper ul li {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .mobile-menu-wrapper ul li a {
        color: #001f3f;
        font-weight: 600;
        text-decoration: none;
    }

    .mobile-contact {
        font-size: 14px;
    }

    .mobile-social {
        display: flex;
        gap: 15px;
        margin: 10px 0;
    }

    .mobile-social i {
        font-size: 20px;
        color: #001f3f;
    }

    .mobile-nav a:hover {
        color: #fd7e14;
    }

    /* Sticky effect for both headers */
    .sticky {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background-color: #001f3f !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    /* Transition effect for smooth sticking */
    .sticky-transition {
        transition: all 0.3s ease-in-out;
    }

    /* Add space when header is fixed */
    body.sticky-active {
        padding-top: 140px;
        /* Adjust if your header height is different */
    }
}

.scroll-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1d1a38;
    /* Match your existing theme */
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.scroll-navbar.show {
    transform: translateY(0);
}

.scroll-navbar .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 0px;
}

.scroll-navbar .navbar-brand img {
    width: 120px;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ffffff;
    padding: 10px;
    border-radius: 50%;
    display: none;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.scroll-top:hover {
    background-color: #ffffff;
}

.scroll-top img {
    display: block;
    margin: auto;
}
.scroll{
    width:50px;
    height:40px;
}
