
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    left:30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 18px 10px;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    outline: none;
   
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--bs-dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
    background-color: #426650;
}

.navbar-light .navbar-brand h1 {
    color:#0f5132;
    font-size:22px;
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 95px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active  {
        color: #fff !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 95px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
       
    }
    
    .sticky-top.navbar-light {
       
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: var(--bs-primary);
        transition: .5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;

}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

@media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }
    
    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/banner/hero5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0 30px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: #dddcdc !important;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
    font-weight: 800;
    font-size:1.6rem;
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}
/*** About End ***/


/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}
.service .service-content-inner:hover {
    position: relative;
    background: var(--bs-primary) !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** Destination Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.5s;

}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
    opacity: 0;
    transition: 0.5s;
}

.destination .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.destination .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
}

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
    bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
}
/*** Destination End ***/


/*** Packages Start ***/
.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

.packages .packages-item .packages-img .packages-info {
    background: rgba(0, 0, 0, .3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
    color: var(--bs-white);
    transition: 0.5s;
}

.packages .packages-item .packages-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    border-radius: 10px !important;
    visibility: hidden;
    transition: 0.7s;
    z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
    width: 100%;
    height: 100%;
    border: 300px solid;
    border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
    visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
    color: var(--bs-white) !important;

}

.packages .packages-item .packages-img img {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
    transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
    position: absolute;
    width: 100px; 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%);
    display: inline-block;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    z-index: 5;
}

.packages .packages-carousel {
    position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}
/*** Packages End ***/


/*** Explore Tour Start ***/
.ExploreTour .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.ExploreTour .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.ExploreTour .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}


/* National Tour Start */
.ExploreTour #NationalTab-1 .national-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #NationalTab-1 .national-item img {
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #NationalTab-1 .national-item .national-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #NationalTab-1 .national-item .national-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
    opacity: 1;
}

.ExploreTour #NationalTab-1 .national-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

/* International Tour Start */
.ExploreTour #InternationalTab-2 .international-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .international-item img {
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #InternationalTab-2 .international-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.ExploreTour #InternationalTab-2 .international-item .international-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #InternationalTab-2 .international-item .international-content .international-info a {
    font-size: 14px;
}

.ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-plus-icon {
    opacity: 1;
}

/* carousel Start */
.ExploreTour #InternationalTab-2 .InternationalTour-carousel .international-item {
    position: relative;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}
/*** Explore Tour End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
   opacity: 1;
   margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: rgba(19, 53, 123, 0.8);
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

/*** Gallery End ***/

/*** Tour Booking Start ***/
.booking {
    background: linear-gradient(rgba(7, 44, 29, 0.8), rgba(4, 58, 37, 0.8)), url(../img/banner/hero4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}


.booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.booking .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}



/*** Tour Booking end ***/

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
    position: relative;
}

.guide .guide-item .guide-img .guide-icon {
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translate(-50%, -50%);
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
    z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgba(19, 53, 123, .5);
}

.guide .guide-item .guide-img-efects img {
    transition: 0.5s;
}
.guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
}

.guide .guide-item .guide-title {
    position: relative;
    background: var(--bs-light);
    transition: 0.5s;
}

.guide .guide-item .guide-title::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
    height: 100%;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    color: var(--bs-white);
}
/*** Travel Guide End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, .2);
    color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
    height: 100%;
    background: rgba(19, 53, 123, .6);
    opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
}
/*** Blog End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px; 
    height: 100px; 
    top: 0; left: 50%; 
    transform: translate(-50%, -50%);
    border: 3px solid var(--bs-primary); 
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white); 
    border-style: dotted;
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/

/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(rgba(19, 53, 123, .6), rgba(19, 53, 123, .6)), url(../img/subscribe-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
    background: #0f5132;
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
 .what-we-do-section {
      padding: 60px 20px;
      background-color: #f9f9f9;
      text-align: center;
    }

    .what-title h2 {
      font-size: 2.5rem;
      color: #000;
      margin-bottom: 40px;
    }

    .what-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .what-box {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      padding: 20px;
      max-width: 350px;
      flex: 1 1 350px;
      transition: all 0.8s ease;
      opacity: 0;
      transform: translateY(-50px);
    }

    .what-box img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 15px;
    }

    .what-box h4 {
      color: #000;
      font-size: 1rem;
      margin-bottom: 5px;
    }

    .what-box h3 {
      color: #000;
      font-size: 1.4rem;
      margin-bottom: 10px;
    }

    .what-box p {
      font-size: 0.95rem;
      color: #000;
      margin-bottom: 15px;
    }

    .what-box a {
      text-decoration: none;
      background-color: #426650;
      color: #fff;
      padding: 8px 16px;
      border-radius: 5px;
      transition: background 0.3s ease;
      display: inline-block;
    }

    .what-box a:hover {
      background-color: #426650;
    }

    .animate {
      opacity: 1 !important;
      transform: translateY(0) !important;
    }

    @media (max-width: 768px) {
      .what-box {
        max-width: 100%;
      }
    }
     .os-section {
      padding: 60px 20px;
      background-color: #f7f7f7;
      text-align: center;
      overflow-x: hidden;
    }

    .os-section h2 {
      font-size: 2.5rem;
      color: #000;
      margin-bottom: 40px;
    }

    .os-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .os-box {
      background-color: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      max-width: 350px;
      flex: 1 1 280px;
      text-align: left;
      opacity: 0;
      transform: translateX(100px);
      transition: all 0.8s ease;
    }

    .os-box.active {
      opacity: 1;
      transform: translateX(0);
      
    }

    .os-box img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .os-box h4 {
      color: #000;
      margin-bottom: 10px;
      font-size: 1.2rem;
    }

    .os-box p {
      font-size: 0.95rem;
      color: #000;
      margin-bottom: 10px;
      line-height: 1.5;
    }

    .os-box a {
      text-decoration: none;
      color: #d02552;
      font-weight: bold;
      display: inline-block;
      margin-top: 10px;
    }

    .os-button-wrapper {
      margin-top: 50px;
      opacity: 0;
      transition: opacity 1s ease, transform 1s ease;
      transform: translateY(40px);
    }

    .os-button-wrapper.active {
      opacity: 1;
      transform: translateY(0);
    }

    .os-view-btn {
      padding: 10px 20px;
      background-color: #426650;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .os-view-btn:hover {
      background-color: #a81d45;
    }

    @media (max-width: 768px) {
      .os-box {
        max-width: 100%;
        text-align: center;
      }
      
    }

    .odt-about-section {
      display: flex;
      flex-wrap: wrap;
      padding: 60px 20px;
      align-items: center;
      justify-content: center;
      background: #f9f9f9;
      
      
    }

    .odt-img-box {
      flex: 1 1 400px;
      padding: 15px;
      max-width: 500px;
      text-align: center;
    }

    .odt-img-box img {
      width: 100%;
      max-width: 450px;
      border-radius: 10px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    }

    .odt-content-box {
      flex: 1 1 500px;
      padding: 15px 30px;
      opacity: 1;
     
      transition: all 1s ease;
    }

    

    .odt-content-box h2 {
      font-size: 2rem;
      color: #000;
      margin-bottom: 20px;
    }

    .odt-content-box p {
     
      line-height: 1.7;
      margin-bottom: 15px;
    }

    @media (max-width: 768px) {
      .odt-about-section {
        flex-direction: column;
        text-align: center;
      }
      .odt-img-box {
      flex:auto;
      padding: 15px;
      }

      .odt-content-box {
        padding: 20px 10px;
        text-align: left;
      }
    }
    
    .sid-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 60px 20px;
      background: #f4f4f4;
    }

    .sid-content {
      flex: 1 1 500px;
      padding: 20px 30px;
      opacity: 1;
      
      transition: all 1s ease;
    }

    .sid-content.active {
      opacity: 1;
      
    }

    .sid-content h2 {
      font-size: 2rem;
      color: #000;
      margin-bottom: 20px;
    }

    .sid-content p {
      font-size: 1rem;
      color: #333;
      line-height: 1.7;
    }

    .sid-image {
      flex: 1 1 400px;
      padding: 20px;
      text-align: center;
    }

    .sid-image img {
      max-width: 100%;
      border-radius: 10px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    }

    @media (max-width: 768px) {
      .sid-section {
        flex-direction: column-reverse;
        padding: 40px 15px;
      }
      .sid-image {
    flex: auto;
    padding: 20px;
      }
    }

    .odt-vertical-contact {
  
  padding: 50px 20px;
  text-align: left;
 
}


@media screen and (max-width: 767px) {
  .odt-rental-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .odt-rental-table {
    padding: 15px;
    margin-bottom: 20px;
  }

  .odt-rental-table caption {
    font-size: 1.1rem;
    text-align: center;
  }

  .odt-rental-table table,
  .odt-rental-table th,
  .odt-rental-table td {
    font-size: 0.85rem;
    word-break: break-word;
  }

  .odt-note {
    font-size: 0.8rem;
    text-align: center;
  }

  .odt-rental-section .col-md-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .odt-rental-table table {
    display: block;
    overflow-x: auto;
   
  }
}
.odt-contact-heading {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 30px;
}

.odt-contact-item {
  margin-bottom: 25px;
  font-size: 1.1rem;
  color: #fff;
}

.odt-contact-item i {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}

.odt-contact-item p {
  margin: 0;
  line-height: 1.6;
  color:#fff;
}
/*** copyright end ***/

.odt-feature-section {
      display: flex;
      flex-wrap: wrap;
      padding: 60px 40px;
      background: #f9f9f9;
      align-items: center;
      justify-content: center;
    }

    .odt-feature-left {
      flex: 1 1 500px;
      padding: 10px 10px;
      opacity: 0;
      transform: translateX(-80px);
      transition: all 1s ease;
    }

    .odt-feature-left.active {
      opacity: 1;
      transform: translateX(0);
    }

    .odt-feature-left h2 {
      font-size: 2rem;
      color: #000;
      margin-bottom: 20px;
    }

    .odt-feature-left p {
      
      line-height: 1.7;
      margin-bottom: 15px;
    }

    .odt-feature-right {
      flex: 1 1 400px;
      padding: 20px;
      opacity: 0;
      transform: translateX(80px);
      transition: all 1s ease;
    }

    .odt-feature-right.active {
      opacity: 1;
      transform: translateX(0);
    }

    .odt-feature-box {
      background: #fff;
      margin-bottom: 20px;
      padding: 20px;
      border-left: 5px solid #d02552;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .odt-feature-box i {
      font-size: 1.8rem;
      color:#426650;
      margin-top: 3px;
    }

    .odt-feature-box-content h4 {
      margin: 0 0 10px;
      font-size: 1.2rem;
      color: #222;
    }

    .odt-feature-box-content p {
      margin: 0;
      font-size: 0.95rem;
      color: #000;
      line-height: 1.5;
    }
    .odt-dest-animate{
        justify-items:center ;
    }

    @media (max-width: 768px) {
      .odt-feature-section {
        flex-direction: column;
         padding: 60px 20px;
      }
      

      .odt-feature-left,
      .odt-feature-right {
        transform: none !important;
        opacity: 1 !important;
      }
      .odt-feature-right {
      flex: 1 1 400px;
      padding: 10px;
      opacity: 0;
      transform: translateX(80px);
      transition: all 1s ease;
    }


      .odt-feature-box {
        flex-direction: column;
        align-items: flex-start;
      }
    }

      .odt-dest-section {
      background: #fff;
      padding: 60px 20px;
      text-align: center;
    }
    
    .odt-dest-title {
  font-size: 2rem;
  color: #000;
  margin-bottom: 60px;
}

.odt-dest-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.odt-dest-card {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #d02552;
  transition: transform 0.4s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  cursor: pointer;
  position: relative;
}

.odt-dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.odt-dest-card:hover {
  animation: shake 0.4s;
}

.odt-dest-name {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}

@keyframes shake {
  0% { transform: translate(0); }
  25% { transform: translate(-4px, 4px); }
  50% { transform: translate(4px, -4px); }
  75% { transform: translate(-4px, 4px); }
  100% { transform: translate(0); }
}

.odt-dest-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.odt-dest-animate.active {
  opacity: 1;
  transform: translateY(0);
}

 .odt-packages-section {
      background: #f9f9f9;
      padding: 60px 20px;
    }
    .odt-package-title {
  text-align: center;
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 40px;
}

.odt-package-card {
  background: #fff;
  border-left: 5px solid #d02552;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  opacity: 0;
  transition: all 1s ease;
}

.odt-package-card h4 {
  color: #222;
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.odt-package-card p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.odt-package-card a {
  color: #d02552;
  font-weight: bold;
  text-decoration: none;
}

.odt-package-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.odt-fade-left {
  transform: translateX(-50px);
}

.odt-fade-top {
  transform: translateY(-50px);
}

.odt-fade-right {
  transform: translateX(50px);
}

.odt-visible {
  opacity: 1 !important;
  transform: translate(0) !important;
}

@media (max-width: 768px) {
  .odt-package-card {
    transform: none !important;
    opacity: 1 !important;
  }
  
}

  .odt-rental-section {
      background-color: #f3f4f6;
      padding: 60px 0px;
    }
    .odt-rental-title {
      text-align: center;
      font-size: 2.5rem;
      color: #000;
      margin-bottom: 40px;
    }
    .odt-rental-table {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      margin-bottom: 40px;
      opacity: 0;
      transform: translateX(50px);
      transition: all 1s ease;
    }
    .odt-rental-table.from-left {
      transform: translateX(-50px);
    }
    .odt-rental-table.animate1 {
      opacity: 1;
      transform: translateX(0);
    }
    .odt-rental-table table {
      width: 100%;
      margin: 0;
      border-collapse: collapse;
    }
    .odt-rental-table thead {
      background-color:#4f504f;
      color: #fff;
    }
    .odt-rental-table th, .odt-rental-table td {
      padding: 10px;
      text-align: center;
      border-bottom: 1px solid #eee;
    }
    .odt-rental-table th {
      font-size: 1rem;
    }
    .odt-rental-table caption {
      caption-side: top;
      text-align: left;
      padding: 10px 15px;
      font-weight: bold;
      font-size: 1.1rem;
      color: #333;
      background-color: #fdfdfd;
    }
    .odt-note {
      font-size: 1.0rem;
      font-style: italic;
      color: #000;
      text-align: center;
      margin-top: 10px;
    }
    .odt-rental-table{
padding-bottom:20px;
    }
.odt-section {
      padding: 60px 20px;
      background: #fff;
      
    }
    .odt-title {
      font-size: 2rem;
      color: #000;
      text-align: left;
      margin-bottom: 40px;
      
    }
    .odt-content p {
      
      margin-bottom: 15px;
       margin-right: 18px;
      line-height: 2rem;
    }
    .odt-table-wrapper {
      margin-top: 40px;
    }
    .odt-table-wrapper table {
      width: 100%;
      background: #fff;
      border-collapse: collapse;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    }
    .odt-table-wrapper th, .odt-table-wrapper td {
      padding: 12px;
      text-align: center;
      border: 1px solid #dee2e6;
    }
    .odt-enquiry {
      background: #f1f3f5;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }
    .odt-enquiry label {
      font-weight: 600;
    }
    .table td{
      color:#000;
    }
    .odt-btn {
      background-color:#426650;
      color: white;
      border: none;
      padding:10px 20px;
    }
    .odt-btn:hover {
      background-color: #a31d41;
    }
    .odt-animate {
      opacity: 0;
      transform: translateY(50px);
      transition: all 1s ease-in-out;
    }
    .odt-animate.show {
      opacity: 1;
      transform: translateY(0);
    }

     .odt-hotel-section {
      padding: 60px 20px;
      background: #fff;
    }
    .odt-hotel-title {
      font-size: 2rem;
      text-align: center;
      color: #000;
      margin-bottom: 40px;
    }
    .odt-hotel-image {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 30px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .odt-hotel-features li {
      margin-bottom: 15px;
      font-size: 1.05rem;
    }
    .odt-hotel-content p {
      margin-bottom: 20px;
    }
    .odt-hotel-btn {
      background-color:#426650;
      color: white;
      border: none;
      padding: 10px 25px;
      font-size: 1rem;
      border-radius: 5px;
      margin-top: 20px;
    }
    .odt-hotel-btn:hover {
      background-color: #a31d41;
    }
    .odt-hotel-animate {
      opacity: 0;
      transform: translateY(60px);
      transition: all 1s ease;
    }
    .odt-hotel-animate.show {
      opacity: 1;
      transform: translateY(0);
    }

     .odt-south-wrapper {
      padding: 60px 20px;
    }
    .odt-south-title {
      font-size: 2rem;
      color: #000;
      font-weight: bold;
      text-align: left;
      margin-bottom: 30px;
    }
    .odt-south-content p {
      font-size: 1.05rem;
      
    }
    .odt-states-list {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
      margin: 30px 0;
    }
    .odt-state-box {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 15px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.08);
      transition: 0.4s;
      text-align: center;
      width: 200px;
    }
    .odt-state-box:hover {
      background: #d02552;
      color: #fff;
      transform: translateY(-5px);
    }
    .odt-state-box img {
      max-width: 100%;
      height: 100px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 10px;
    }
    .odt-destinations {
      background: #fff3f6;
      padding: 40px 20px;
      border-radius: 10px;
      margin-top: 30px;
    }
    .odt-dest-title {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 20px;
      color: #000;
    }
    .odt-destination-list a {
      display: inline-block;
      background: #fff;
      color: #333;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 8px 15px;
      margin: 5px;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    .odt-destination-list a:hover {
      background: #d02552;
      color: #fff;
    }
    .odt-animate {
      opacity: 0;
      transform: translateY(40px);
      transition: all 1s ease;
    }
    .odt-animate.show {
      opacity: 1;
      transform: translateY(0);
    }

     .odt-tour-booking {
      padding: 60px 20px;
    }

    .odt-form-box {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      transition: 0.6s;
    }

    .odt-form-box h3 {
      color: #000;
      margin-bottom: 25px;
    }

    .odt-highlighted {
      border-left: 5px solid #d02552;
      padding-left: 15px;
    }

    .odt-tour-packages {
      padding-left: 30px;
    }

    .odt-tour-card {
      background: #fff;
      border-radius: 8px;
      margin-bottom: 20px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s;
    }

    .odt-tour-card:hover {
      transform: translateY(-5px);
    }

    .odt-tour-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .odt-tour-content {
      padding: 15px;
    }

    .odt-tour-content h6 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .odt-tour-content a {
      color: #d02552;
      text-decoration: none;
      font-weight: 500;
    }

    .odt-animate {
      opacity: 0;
      transform: translateY(40px);
      transition: all 0.8s ease-in-out;
    }

    .odt-animate.show {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 768px) {
      .odt-tour-packages {
        padding-left: 0;
        margin-top: 40px;
      }
      
    }

     .odt-cab-wrapper {
      padding: 60px 20px;
      background: #fff;
    }
    .odt-cab-form {
      background: #ffe8f0;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      animation: fadeInLeft 1s ease forwards;
    }
    .odt-cab-form h2 {
      color: #000;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .odt-cab-card {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      margin-bottom: 20px;
      padding: 15px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.05);
      animation: fadeInRight 1s ease forwards;
    }
    .odt-cab-card img {
      max-width: 100%;
      border-radius: 8px;
      margin-bottom: 15px;
    }
    .odt-cab-card h5 {
      color: #000;
      font-weight: 600;
    }
    .odt-cab-btn {
      background:#426650;
      color: #fff;
      border: none;
      padding: 8px 15px;
      border-radius: 5px;
      transition: 0.3s;
    }
    .odt-cab-btn:hover {
      background: #a81e41;
    }
    @keyframes fadeInLeft {
      0% { opacity: 0; transform: translateX(-50px); }
      100% { opacity: 1; transform: translateX(0); }
    }
    @keyframes fadeInRight {
      0% { opacity: 0; transform: translateX(50px); }
      100% { opacity: 1; transform: translateX(0); }
    }

    .odt-hotel-wrapper {
      padding: 60px 20px;
    }
    .odt-hotel-title {
      font-size: 2.5rem;
      color: #000;
      font-weight: bold;
      margin-bottom: 30px;
      text-align: center;
    }
    .odt-hotel-description {
      color: #444;
      font-size: 1.05rem;
      margin-bottom: 40px;
      text-align: center;
    }
    .odt-hotel-form {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
      animation: fadeInLeft 1s ease-in-out;
    }
    .odt-hotel-form h3 {
      color: #000;
      margin-bottom: 25px;
      font-weight: 600;
    }
    .odt-hotel-form .form-control, .odt-hotel-form select {
      margin-bottom: 15px;
    }
    .odt-hotel-form button {
      background:#426650;
      color: #fff;
      border: none;
      padding:8px 20px;
    }
    .odt-hotel-form button:hover {
      background: #a81e45;
    }
    @keyframes fadeInLeft {
      from {
        opacity: 0;
        transform: translateX(-40px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

      .odt-service-section {
      padding: 60px 20px;
      background: #fff;
    }

    .odt-service-title {
      text-align: center;
      font-size: 2.5rem;
      color: #000;
      margin-bottom: 40px;
     
    }

    .odt-service-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .odt-service-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      width: 100%;
      max-width: 350px;
      text-align: center;
      padding: 20px 15px;
      transition: 0.4s ease;
      opacity: 0;
      transform: translateY(50px);
    }

    .odt-service-box.active {
      opacity: 1;
      transform: translateY(0);
    }

    .odt-service-box img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 15px;
    }

    .odt-service-box h4 {
      font-size: 1.3rem;
      margin-bottom: 10px;
      color: #333;
    }

    .odt-service-box p {
      font-size: 0.95rem;
      color: #555;
    }

    .odt-service-box a {
      display: inline-block;
      margin-top: 10px;
      color: #d02a4e;
      text-decoration: none;
      font-weight: bold;
    }

    .odt-service-box a:hover {
      text-decoration: underline;
    }

    .odt-service-button-wrapper {
      margin-top: 40px;
      text-align: center;
      opacity: 0;
      transform: translateY(50px);
      transition: all 0.6s ease;
    }

    .odt-service-button-wrapper.active {
      opacity: 1;
      transform: translateY(0);
    }

    .odt-service-button {
      background-color: #d02a4e;
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 6px;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .odt-service-button:hover {
      background-color: #b01d3d;
    }

    @media (max-width: 768px) {
      .odt-service-box {
        max-width: 100%;
      }
    }

     .odt-1dt-section {
      padding: 60px 20px;
      background-color: #fff;
    }

    .odt-1dt-container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 30px;
    }

    .odt-1dt-image-box {
      flex: 1 1 45%;
      min-width: 280px;
      max-width: 600px;
      overflow: hidden;
      border-radius: 12px;
    }

    .odt-1dt-image-box img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .odt-1dt-image-box:hover img {
      transform: scale(1.05);
    }

    .odt-1dt-content-box {
      flex: 1 1 50%;
      min-width: 280px;
    }

    .odt-1dt-title {
      font-size: 2.2rem;
      font-weight: bold;
      color: #000;
      margin-bottom: 20px;
    }

    .odt-1dt-content-box p {
      text-align: left;
      line-height: 1.7;
    }

    /* Animation */
    .odt-1dt-animate {
      opacity: 0;
      transform: translateY(50px);
      transition: all 0.8s ease-out;
    }

    .odt-1dt-animate.show {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 768px) {
      .odt-1dt-container {
        flex-direction: column;
        text-align: center;
      }

      .odt-1dt-title {
        font-size: 1.8rem;
      }
    }

    .odt-tourlist-section {
      padding: 50px 40px;
      background: #fff;
    }

    .odt-tourlist-title {
      text-align: center;
      font-size: 1.8rem;
      color: #000;
      margin-bottom: 40px;
      font-weight: 700;
    }

   .odt-tourlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    padding: 20px;
  }

  .odt-tourlist-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease;
  }

  .odt-tourlist-card:hover {
    transform: translateY(-5px);
  }

  .odt-card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }

  .odt-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .odt-card-content {
    padding: 15px;
    flex-grow: 1;
  }

  .odt-card-content h5 {
    font-size: 1.1rem;
    color: #b62243;
    margin-bottom: 10px;
  }

  .odt-card-content p {
    font-size: 0.95rem;
    color: #444;
    margin: 0;
  }

  .odt-card-footer {
    padding: 12px 15px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .odt-footer-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #d12b55;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
  }

  .odt-whatsapp-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
  }

  @media (max-width: 576px) {
    .odt-card-image {
      height: 150px;
    }

    .odt-card-content h5 {
      font-size: 1rem;
    }

    .odt-card-content p {
      font-size: 0.9rem;
    }
  }

   .kst-package-section {
    padding: 40px 20px;
    background-color: #f8f9fc;
   
  }

  .kst-package-title {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
  }

  .kst-cab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    animation: fadeInUp 1s ease;
  }

  .kst-cab-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
  }

  .kst-cab-card:hover {
    transform: translateY(-6px);
  }

  .kst-cab-card h4 {
    color: #000;
    margin-bottom: 8px;
    font-size:18px;
  }

  .kst-cab-card p {
    margin: 5px 0;
    font-size: 15px;
    color: #333;
  }

  .kst-price {
    font-weight: bold;
    font-size: 18px;
    color: #008000;
    margin-top: 10px;
  }

  .kst-booking-section {
    margin-top: 50px;
    background: #fff0f2;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    animation: fadeIn 1s ease;
  }

  .kst-booking-section h3 {
    color:#426650;
    margin-bottom: 10px;
  }

  .kst-booking-section p {
    font-weight:700;
   
    margin: 8px 0;
  }

  .kst-call-highlight {
    font-size: 18px;
    font-weight: bold;
    color: #d12b55;
    margin: 6px 0;
  }

  .kst-contact-call {
    display: block;
    font-size: 16px;
    color: #006400;
    text-decoration: none;
    margin: 4px 0;
  }

  .kst-contact-call:hover {
    text-decoration: underline;
  }

  @keyframes fadeInUp {
    from {
      transform: translateY(40px);
      opacity: 0;
    }
    to {
      transform: translateY(0px);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .bl-city-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 50px 20px;
      background: #ffffff;
      animation: fadeUp 1s ease;
    }
    .bl-city-img {
      flex: 1;
      min-width: 400px;
      max-width: 400px;
      padding: 20px;
    }
    .bl-city-img img {
      width: 100%;
      border-radius: 12px;
    }
    .bl-city-content {
      flex: 1;
      min-width: 300px;
      max-width: 700px;
      padding: 20px;
    }
    .bl-city-content h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      color: #000;
    }
    .bl-city-content p {
      
      line-height: 1.6;
      
    }
    .bl-btn {
      display: inline-block;
      margin-top: 20px;
      padding: 10px 20px;
      background-color: #426650;
      color: white;
      text-decoration: none;
      border-radius: 5px;
      transition: background 0.3s;
    }
    .bl-btn:hover {
      background-color:#d02552;
      color:#fff;
      
    }
    
    .bl-gallery-form {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 50px 20px;
  background: #f4f4f4;
  animation: fadeUp 1s ease;
}
.bl-gallery {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}
.bl-gallery img {
  width: 100%;
  height: 180px;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s;
}
.bl-gallery img:hover {
  transform: scale(1.05);
}

.bl-form {
  flex: 1;
}
.bl-form form {
  display: flex;
  flex-direction: column;
}
.bl-form input,
.bl-form textarea {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.bl-form button {
  padding: 10px;
  background: #426650;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
.bl-form button:hover {
  background:#d02552;
  color:#fff;
}

/* Modal Styles */
.bl-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}
.bl-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
@keyframes fadeUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

 .ringing-wsp-wrapper {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9999;
      animation: slide-in-bottom 1s ease forwards;
    }

    .ringing-wsp-btn {
     
      border-radius: 50%;
      width: 60px;
      height: 60px;
      box-shadow: 0 0 0 rgba(37, 211, 102, 0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      animation: pulse-ring 2s infinite, shake-ring 1.5s infinite;
      text-decoration: none;
    }

    .ringing-wsp-icon {
      width: 60px;
      height: 60px;
    }

    /* Slide In Effect */
    @keyframes slide-in-bottom {
      from {
        transform: translateY(100px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    /* Ringing Pulse Effect */
    @keyframes pulse-ring {
      0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
      }
      70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
      }
    }

    /* Shake effect like ringing */
    @keyframes shake-ring {
      0%, 100% {
        transform: rotate(0deg);
      }
      25% {
        transform: rotate(10deg);
      }
      50% {
        transform: rotate(-10deg);
      }
      75% {
        transform: rotate(5deg);
      }
    }

    @media (max-width: 480px) {
      .ringing-wsp-btn {
        width: 60px;
        height: 60px;
      }
      .ringing-wsp-icon {
        width: 60px;
        height: 60px;
      }
    }

      .kkday-container {
      padding: 50px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .kkday-title {
      text-align: center;
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 40px;
      color: #222;
    }

    .kkday-card {
      display: flex;
      flex-direction: column;
      background: #f9f9f9;
      margin-bottom: 40px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      opacity: 0;
      transform: translateY(50px);
      transition: all 0.6s ease;
    }

    .kkday-card.active {
      opacity: 1;
      transform: translateY(0);
    }

    .kkday-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .kkday-content {
      padding: 20px;
    }

    .kkday-content h3 {
      margin: 0 0 10px;
      font-size: 22px;
      color: #333;
    }

    .kkday-content p {
      font-size: 16px;
      color: #555;
      margin-bottom: 20px;
    }

    .kkday-card-buttons {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      align-items: center;
    }

    .kkday-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
    }

    .kkday-whatsapp-btn {
      
      border-radius: 50%;
      width: 44px;
      height: 44px;
      transition: background 0.3s ease;
    }

    .kkday-whatsapp-btn img {
      width: 50px;
      height: 50px;
    }

    .kkday-enquire-btn {
      background-color: #426650;
      color: #fff;
      padding: 7px 18px;
      border-radius: 30px;
      font-weight: 500;
      transition: background 0.3s ease;
    }

    .kkday-enquire-btn:hover {
      background-color: #dc3545;
    color: #fff;
    }

    @media (min-width: 768px) {
      .kkday-card {
        flex-direction: row;
      }

      .kkday-img {
        width: 40%;
       height: 230px;
      }

      .kkday-content {
        width: 60%;
      }
      
    }

     .uni-enq-launch-btn {
      position: fixed;
      bottom: 30px;
      right: 30px;
      background-color: #426650;
      color: #fff;
      padding: 14px 28px;
      border: none;
      border-radius: 50px;
      font-size: 16px;
      cursor: pointer;
      z-index: 999;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    }

    /* Overlay */
    .uni-enq-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    .uni-enq-overlay.uni-show {
      display: flex;
      animation: uniFadeIn 0.4s ease-in-out;
    }

    /* Popup Box */
    .uni-enq-popup {
      background: #ffffff;
      border-radius: 20px;
      width: 90%;
      max-width: 500px;
      padding: 30px;
      position: relative;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
      animation: uniScaleIn 0.4s ease forwards;
    }

    .uni-enq-popup h2 {
      margin-top: 0;
      font-size: 24px;
      color: #426650;
    }

    .uni-enq-popup input,
    .uni-enq-popup textarea {
      width: 100%;
      padding: 12px;
      margin: 10px 0;
      border-radius: 10px;
      border: 1px solid #ccc;
      font-size: 16px;
    }

    .uni-enq-popup textarea {
      resize: vertical;
    }

    .uni-enq-submit {
      background-color:#426650;
      color: #fff;
      padding: 9px 25px;
      border: none;
      border-radius: 30px;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s ease;
    }

    .uni-enq-submit:hover {
      background-color:#a31d41;
    }

    .uni-enq-close {
      position: absolute;
      top: 12px;
      right: 18px;
      font-size: 26px;
      color: #888;
      cursor: pointer;
    }

    /* Animations */
    @keyframes uniScaleIn {
      0% { transform: scale(0.8); opacity: 0; }
      100% { transform: scale(1); opacity: 1; }
    }

    @keyframes uniFadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    @media screen and (max-width: 480px) {
      .uni-enq-popup {
        padding: 20px;
      }

      .uni-enq-popup h2 {
        font-size: 20px;
      }
    }