body,
div {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --main-color: #2ea44f;
    --second-color: #F7921E;
    --white-color: #fff;
    --text-color: rgb(86, 84, 84);
}

a {
    text-decoration: none !important;
}

a:hover {
    color: var(--main-color);
}

.fw-semibold {
    font-weight: 600 !important;
}

/* topbar start*/
#topbar {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 22px;


    /* background-color: var(--main-color);
    background-image: url(https://gaviaspreview.com/wp/gowilds/wp-content/uploads/2022/12/pattern-topbar.png); */
    background-position: top left;
    background-repeat: repeat;
    color: #ffffff;
    padding: 8PX;
    font-weight: 600;
}

@media (min-width: 50px) and (max-width:380px) {
    #topbar {
        top: 44px !important;
    }
}
@media (min-width: 380px) and (max-width:576px) {
    #topbar {
        top: 39px !important;
padding: 0px !important;
    }
}
body {
    /* font-family: "Kumbh Sans", sans-serif; */
}

/* CSS */
.button-3 {
  appearance: none;
  background-color: #2ea44f;
  border: none;
  border-radius: 22px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.button-3:hover {
  box-shadow: none;
  outline: none;
  color: #fff;
}
.button-4 {
    appearance: none;
    background-color: orange;
    /* border: 1px solid rgba(27, 31, 35, .15); */
    border-radius: 22px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
  }
  .button-5 {
    appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 22px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 8px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
  }
  .button-5:hover {
    background-color: #009846 !important;
color: #fff !important;
border: none !important;
  }
.mini-text {
    background-color: #009846 !important;
    color: #fff !important;
    position: relative;
    top: 0 !important;
    z-index: 999 !important;
    padding: 2px;
    width:100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

nav {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 60px;
    /* font-family: 'Montserrat', 'sans-serif'; */
    height: 65px;
    background-color: #ffffff;
    /* padding: 0 5%; */
    margin-top: 15px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    width: 90%;
    border-radius: 48px;
    margin: auto;
    /* height: 60px; */
}
/* nav {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
  } */
  
  /* Style when scrolled */
  nav.sticky {
    position: sticky;
    top: 0px;
    width: 100%;
    border-radius: 0px;
    background: #fff; /* change to your preferred color */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }
nav .logo {
    float: left;
    width: 0%;
    height: 80%;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #595757;
}

.logo-img {
    /* height: 100%; */
    /* margin-top: 18px; */
}

nav .links {
    float: right;
    padding: 0;
    margin: 0;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

nav .links li {
    list-style: none;
}

nav .links a {
    display: block;
    padding: 0.5em;
    font-size: 16px;
    font-weight: 500;
    color: #595757;
    text-decoration: none;
    position: relative;
}

nav .links a:hover {
    color: var(--main-color);
}

.nav-link-header.active {
    font-weight: bold;
    color: var(--main-color) !important;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 4px;
    text-decoration: none;
}

.text-in-mobile {
    font-size: 15px !important;
    font-weight: 400;
}

/* .nav-link {
    text-decoration: none;
    color: black !important;
} */


/* nav .links a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

nav .links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
    color: var(--white-color);
} */
.logo-img{
    height: 60px;
}
#nav-toggle {
    position: absolute;
    top: -100px;
}

nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

nav .icon-burger .line {
    width: 30px;
    height: 4px;
    background-color: #2b2a2a;
    margin: 5px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}

@media screen and (max-width: 890px) {
    nav.sticky {
        position: sticky;
        /* top: 7px ; */
    }
    nav .logo {
        float: none;
        width: auto;
        justify-content: left;
    }

    nav .links {
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 144px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content: space-evenly;
        background:#000;

        overflow: hidden;
        transition: all .5s ease-in-out;
    }

    nav .links a {
        font-size: 20px;
        color: #fff;
    }

    nav .links a:hover {
        font-size: 20px;
        color: #fff;
    }

    nav .links a {
        font-size: 20px;
    }

    nav .links a {
        display: block;
        padding: 0.5em;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        position: relative;
    }

    nav :checked~.links {
        bottom: 0;
    }

    nav .icon-burger {
        display: block;
    }

    nav :checked~.icon-burger .line:nth-child(1) {
        transform: translateY(9px) rotate(225deg);
    }

    nav :checked~.icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }

    nav :checked~.icon-burger .line:nth-child(2) {
        opacity: 0;
    }
}

#back-to-top {
    display: inline-block;
    background-color: var(--second-color);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 35px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 42px;
    color: #fff;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: var(--main-color);
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* header end */
#home {
    margin-top: -50px;
}


#swiper-nav {
    position: absolute;
    width: 100%;
    bottom: 10%;
    display: flex;
    justify-content: center;
    /* right: 0; */
    /* transform: translate(-50%, -50%); */
    z-index: 2;
    /* bottom: 0px; */
}

#swiper-nav .swiper-button-prev {
    width: 70px;
    height: 70px;
    background: transparent;
    color: #fff;
    border: 0;
    position: relative;
    z-index: 0;
    border-color: var(--main-color);
    transition: 0.3s ease-in-out;
    cursor: pointer;
   left: 10px !important;
    top: -211px;
}

#swiper-nav .swiper-button-next {
    width:70px;
    height: 70px;
    background: transparent;
    color: #fff;
    border: 0;
    position: relative;
    z-index: 0;
    border-color: var(--main-color);
    transition: 0.3s ease-in-out;
    cursor: pointer;
    top:-211px;
    right: 10px !important;
    /* right: 80px; */
}

#swiper-nav .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

#swiper-nav .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

#swiper-nav button:first-child {
    margin-right: 31px;
}

#swiper-nav button:before {
    content: "";
    width: 70%;
    height: 70%;
    /* background: #000; */
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: -1;
    border: 2px solid #fff;
    /* transform: skew(-23deg, 0deg); */
    /* border-color: rgb(255, 116, 38); */
    border-radius: 50%;

}

#swiper-nav button:hover:before {
    /* border-color: #c1c1c1; */
    /* background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, var(--second-color) 100%); */
background-color: transparent;
}

@keyframes fadeInThree {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInTwo {
    0% {
        opacity: 0;
        transform: translateX(-50%) skew(-20deg, 0deg);
    }

    40% {
        opacity: 0;
        transform: translateX(-30%) skew(-20deg, 0deg);
    }

    100% {
        opacity: 0.4;
        transform: translateX(-50%) skew(-20deg, 0deg);
    }
}



section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.main_heading {
    border-left: 4px solid var(--main-color);
    font-weight: 400;


    border-bottom: none;
}

/* .mid-text {
    font-family: "Pacifico", cursive;
    color: var(--main-color);
    font-weight: 600;

} */

/* p {
    font-size: 17px;
    color: rgb(86, 84, 84);
} */
#adjust-pages-layouts{
    margin-top: -80px !important;
}
.min-para-text {

    font-weight: bold;
    color: var(--main-color);
}

.wavy-border {
    background-image: url('../img/home/homenew/Background-Img..jpg');
    /* color: #fff !; */
}

.text-white-data>p {
    color: #fff !important;
}

.padding-td {
    padding: 12px !important;
   
    
}

.fauna-dsg {
    border: 2px solid var(--main-color);
    border-style: dashed;
    outline: 4px solid var(--main-color);
    outline-offset: 6px;
    box-sizing: content-box;
    box-shadow: 2px 2px 10px 13px #dfe9e3;
}

.small-cnt-color {
    color:#000 !important;
}

.text-gp {
    letter-spacing: 4px;
}

.faunaormargin {
    margin-left: 100px;
}

@media (max-width:550px) {
    .margin-on-mobile {
        margin-left: 20px;
        margin-right: 20px;
    }

    .main_heading {

        font-size: 24px !important;
        /* margin: auto 10px !important; */
    }


    #swiper-nav button {
        width: 30px;
        height: 30px;
        border-width: 1px;
        transform: unset;
    }
}

.img-bg-things {
    background-color: var(--main-color);
    background-image: url('/front/assets/img/home/bg-to-do.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.card {
    /* border: 1px solid black; */
}

.stayOffr__list--item {
    background-color: #fff;
    border: 1px #d8d8d8 solid;
    height: 100%;
    border-radius: 16px;
    margin-right: 12px;
}

.hotel_img {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.stayOffr__list--item .lower_details {
    padding: 0.7rem;
    display: flex;
    flex-direction: column;
}

.lower_details h3 {
    font-size: 20px;
    color: var(--second-color);
    font-weight: 700;
}

.lower_details p {
    margin-bottom: 0.7rem;
}

.star-rating>.star-1 {
    color: var(--main-color);
    font-size: 20px
}

.fa-map-marker-alt {
    color: var(--second-color);

}

.fa-circle-dollar-to-slot {
    color: var(--main-color);
}

.stayOffr__list--item {
    /* box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1); */
    border: 1px solid lightgray;
}

.swiper-pagination {
    display: none;
}

.stayOffr__price {
    font-weight: 800 !important;
}

.stayOffr__list {
    display: flex;
    gap: 40px;
    row-gap: 40px;
}



/* CSS */
.button-78 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    /* padding: 19px 26px; */
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
}

@media (min-width: 768px) {
    .button-78 {
        padding: 19px 32px;
    }
}

@media (max-width: 568px) {
    .faunaormargin {
        margin-left: 10px !important;
    }

    .mid-text {
        /* font-family: Arial, Helvetica, sans-serif !important; */
    }

    .button-78 {
        padding: 7px 15px;
        min-height: 28px;
        margin-top: 0px;
        font-size: 12px !important;
        font-weight: 600 !important;
        /* height: 50px !important; */
    }

    .text-end {
        text-align: center !important;
    }

    .email-mob {
        display: none;
    }

    .swiper-nav {
        bottom: -6px !important;

    }

    .button-78:after {
        background-color: initial;
        background-image: linear-gradient(#36110a 0, #0c0d0d 100%);
        bottom: 3px;
        content: "";
        display: block;
        left: 3px;
        overflow: hidden;
        position: absolute;
        right: 3px;
        top: 3px;
        transition: all 100ms ease-out;
        z-index: -1;
    }


}

.button-78:before,
.button-78:after {
    border-radius: 80px;
}

.button-78:before {
    background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, var(--second-color) 100%);

    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.button-78:after {
    background-color: initial;
    background-image: linear-gradient(#36110a 0, #0c0d0d 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.button-78:hover:not(:disabled):before {
    background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, var(--second-color) 100%);
}

.button-78:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
    opacity: 0;
}

.button-78:active:not(:disabled) {
    color: #ccc;
}

.button-78:active:not(:disabled):before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, var(--second-color) 100%);
}

.button-78:active:not(:disabled):after {
    background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.button-78:disabled {
    cursor: default;
    opacity: .24;
}

.card-width {
    width: 18rem;
}

.card-width:hover {
    border: 2px solid #023020 !important;
    border-style: double !important;
    box-shadow: rgba(99, 171, 69, 1) 3px 3px 6px 0px inset, rgba(99, 171, 69, 1) -3px -3px 6px 1px inset;
    /* box-shadow: rgba(99, 171, 69,1) 0px 50px 100px -20px, rgb(99, 171, 69,1)  0px 30px 60px -30px inset; */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background:none !important;

    border:none !important;
    border-bottom:2px solid #2ea44f !important;
border-radius: none !important;

    color: #fcfdfc !important;
}

.nav-pills .nav-link {
    color: #fdfffe !important;
    border-radius: 0px;

    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
    border: none !important;
    border-bottom:1px solid rgba(201, 200, 200, 0.525) !important;

    transition: background-color 0.3s, color 0.3s;
    /* border-radius: 60px 45px 30px 15px / 15px 30px 65px 60px; */
    padding: 10px 40px;
    margin: 5px;
}

/* Blogs */

.btn-blogs {
    background: var(--white-color);
    color: var(--main-color);
    font-weight: bold;
    outline: none;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0;
    border: none;
    border: 2px solid;
    transition: background 0.3s ease, color 0.3s ease;
}

.btn-blogs:focus {
    box-shadow: none;
}

.btn-blogs:hover {
    background: var(--second-color);
    color: #fff;
}

.btn-blogs.btn--with-icon i {
    padding: 0px 20px 0 11px;
    /* margin-right: 10px; */
    height: 45px;
    line-height: 45px;
    vertical-align: bottom;
    color: var(--white-color);
    background: linear-gradient(92.83deg, rgb(248, 104, 21) 0%, var(--second-color) 100%) !important;
    clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
}

.btn-blogs.btn--with-icon {
    padding-right: 15px;
}

.card-body-padding {
    padding: 0.5rem 1rem 1rem 1rem !important;
}

.after-hover:hover {
    color: var(--main-color) !important;
}

.table-strips-color {
    background: #dafcc0;
    font-weight: 600;
}

.table-bg-img {
    background-image: url('/front/assets/img/home/bgtable.jpg');
    background-position: calc(500px-200px);
    background-size: cover;

}

#hotel-button-s .swiper-button-next:after,
#hotel-button-s .swiper-button-prev:after {
    font-size: 20px !important;
    background: linear-gradient(92.83deg, rgb(248, 104, 21) 0%, var(--second-color) 100%) !important;

    padding: 0.5rem;
    border-radius: 20px;
    color: #fff;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    margin-bottom: 420px !important;
}



.hotel_list {
    display: flex;
    position: relative;
    overflow: hidden;

}

.hotel_img {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}


/* box-shadow: rgba(209, 160, 0, 0.4) -5px 5px,rgba(208, 69, 0, 0.04) 5px 5px,rgba(240, 198, 46, 0.3) -10px 10px,
  rgba(240, 166, 46, 0.3) 10px 10px; */

#about,
#term,
#hotel_review,
#packages,
#contact {
    margin-top: 100px;
}

#booking {
    margin-top: 110px;
}

#hotel {
    margin-top: -50px;

}

#hotel_details {
    margin-top: 190px;
}

.linear-booking-page {
    /* background: linear-gradient(92.83deg, 	#AFE1AF 0%, 	#b9f3b9 100%) !important; */
    background-image: url('/front/assets/img/safari/banner-img.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;


}

.safari-zone-img {
    border-radius: 30px;
    box-shadow: rgba(209, 160, 0, 0.4) -5px 5px, rgba(208, 69, 0, 0.04) 5px 5px, rgba(240, 198, 46, 0.3) -10px 10px,
        rgba(240, 166, 46, 0.3) 10px 10px;
}

.safari-zone-img:hover {
    outline: 3px solid var(--main-color);
    outline-offset: 6px;
    outline-style: dashed;
    box-shadow: none;
}

.counting-details {
    border: 1px solid green;
    border-radius: 10%;
    box-shadow: rgba(99, 171, 69, 0.4) -5px 5px, rgba(255, 193, 7, 74%) 5px -5px;
}

.breadcrumbs {
    height: 220px;
    width: 100%;
    background-image: url('/front/assets/img/safari/breadcrumb-01.jpg');
    background-position: center;
    background-size: cover;
    text-align: center;
}

/* ===== hotel ====== */
.btn-hotelform {
    background-color: #228B22;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 6px;
    margin-top: 6px;
}

.danger-class-style {
    background-color: #f22f2f;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 6px;
    margin-left: 10px;
    margin-top: 6px;
}

.floating_form .dropdown-item {
    font-size: small;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#adults>a {
    border: 1px solid lightblue;
    padding: 7px;
    border-radius: 5px;
}

.inc_dec input {
    text-align: center;
    color: #000;
    width: 40px;
    padding: 0.2rem;
    /* margin: 0 0.5rem; */
    border: none;
}

.inc_dec {
    display: block;
}

#adults,
#children {
    /* display: block !important; */
}

.floating_form input[type="text"],
.floating_form input[type="date"],
.floating_form select {
    border: 1px solid rgb(173, 104, 104, 0.4);
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}

#children>a {
    border: 1px solid lightblue;
    padding: 7px;
    border-radius: 5px;
}

.floating_form .dropdown-menu .btn-outline-success {
    font-size: small !important;
    margin-right: 7px !important;
    margin-left: 8px;
    padding: 6px 7px;
    height: 35px;
}

.btn-outline-primary {
    font-size: small !important;
    margin-right: 7px !important;
    margin-left: 8px;
    padding: 6px 10px;
    height: 35px;
}

/* ===== hotel ====== */
.form-group .form-control {
    padding: .255rem 1.15rem .255rem .65rem;

}

.form-select {

    padding: .255rem 2.15rem .255rem .65rem;

}

.floating_form .form-group {
    width: 22.3rem;
    padding-left: 10px !important;
}

.floating_form .search-group {
    width: auto;
}

.imghotelList {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* Center items horizontally */
}

.imghotelCont {
    border-radius: 10px;
}

.imghotel {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0.1em;
    object-fit: cover;
}

.viewAllText {
    position: absolute;
    font-size: smaller;
    padding-top: 20%;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    color: white;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.smokyBg:hover .viewAllText {
    display: block;
    /* Show "View All" text on hover */
}

.smokyBg {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center;
}

.enquire_now {
    /* background-color: #f22f2f; */
    color: var(--second-color);
    border: none;
    padding: 5px 10px;
    border-radius: 25px;
    font-weight: 500;
    border: 1px solid var(--second-color);
    font-size: 15px;
}

.enquire_now:hover {
    color: var(--second-color);
}

.view_more {
    background-color: #fd7e14;
    color: white;
    border: none;
    padding: 7px 19px;
    border-radius: 6px;

}

.view_more:hover {
    border: 2px solid #4A0404;
    color: white;
}

.icons-star {
    margin-top: -10px;
}

.hotel_loaction {
    font-size: 13px;
}

.hotel-description {
    font-size: 13px;

}

.couple-icon {
    font-size: 16px;
    /* color: #6E260E;/ */
    line-height: 15px;
}

.left_text {
    /* background:linear-gradient(to right, 	#A52A2A,	#7B3F00);
    color: white; */
}

.rev {
    background: orange;
    color: white;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    padding: 2px;
}

.hotel-heading {
    color: #000;
}

.fa-location-crosshairs {
    color: orange;
}

.text-rupess {
    color: rgb(5, 167, 5);
    font-family: "Playfair Display", serif;
}

.hotel-details {
    background-color: rgb(248, 250, 252);
    border: 1px solid rgb(167, 164, 164);
    box-shadow: 0 20px 25px rgb(0 0 0 / 5%);
}

.floating-from-div {
    /* background:linear-gradient(to right, var(--main-color),	var(--second-color)); */
    /* background: linear-gradient(to right, var(--bs-teal) 40%, #9ef17c); */
    /* background: linear-gradient(45deg,#53af8f, #9ad99a ); */
    top: 130px;
    color: #000;
    font-size: 14px !important;
}

.left_text {
    width: 100px;
}

.package-detail-img {
    height: 450px;
}

.table_font_size {
    font-size: 14px !important;

}

.carousel-item {
    height: 165px !important;
    margin-bottom: 2px;
}

.checked {
    /* color: rgb(255, 174, 24); */
    color: orange;
    font-size: 14px;
}

.field input {
    width: inherit;
    outline: none;
    font-size: 16px;
    /* margin-left: 5px; */
    border-radius: 5px;
    padding: 3px !important;
    text-align: center;
    border: 1px solid #404040 !important;
}

.lineThroughRed {
    width: 60px;
    background: red;
    right: 0;
    height: 2px;
    transform: rotate(-8deg);
    position: absolute;
    top: 8px;
    left: 5px;
}

.greyText {
    font-size: 13px;
    color: #000;
    /* line-height: 14px; */
}

.toggle-button {
    color: rgb(254, 251, 251);
    width: 100%;
    position: fixed;
    top: 127px !important;
    z-index: 980;
    font-size: 18px;
    border: 1px solid #b7acac;
    padding: 5px;
    /* background:linear-gradient(to right, var(--main-color),	var(--second-color)); */
    background:var(--main-color) !important;

}

.close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    color: white;
    font-weight: bold;
    border: none;
    font-size: 22px;
}

.available {
    background-color: #5fd963;
    color: white !important;
}
.mark-tag{
    font-size: 13px;
}
@media (min-width:890px) and (max-width:3000px) {

    .daterangepicker {
        z-index: 900 !important;
    }
}

@media (min-width:576px) and (max-width:890px) {

    .daterangepicker {
        z-index: none !important;
    }
}
.divied-in-col{
    column-count: 2;
}
@media (min-width:1026px) and (max-width:2500px) {
    .overlap-div1 {
        width:60% !important;
        margin-left: -150px !important;
    }
    .overlap-div2 {
        width:60% !important;
        margin-right: -150px !important;
        z-index: 1;
    }
}
@media (min-width:769px) and (max-width:1025px) {
    #hotel {
        margin-top: 245px !important;
    }
    .overlap-div1 {
        width:50% !important;
        margin-left: 0px !important;
    }
    .overlap-div2 {
        width: 50% !important;
        margin-right: 0px !important;
        z-index: 1;
    }
}
@media (max-width:768px) {
    .overlap-div1 {
        width: 800px !important;
        margin-left: 0px !important;
    }}
@media (max-width:576px) {
    section {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .overlap-div1 {
        width: 800px !important;
        margin-left: 0px !important;
    }
    .divied-in-col{
        column-count: 1 !important;
    }
        nav{
        top: 78px;
        width: 100% !important;
        border-radius: 0px !important;
    }
    .margin-style-text {
        margin-top: 208px !important;
    }
    .hero-overlay {
     
        height: 330px !important;
    }
    .hero-section-about h1 {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    /* #topbar{
        top:40px !important;
    } */
    .title{
        top: 70% !important;
            }
            .mark-tag{
                font-size: 10px;
            }
    .daterangepicker {
        z-index: none !important;
    }

    .fwt-size {
        font-size: 12px !important;
        padding: 0px !important;
    }

    .daterangepicker .drp-selected {
        display: inline-block;
        font-size: 10px !important;
        padding-right: 25px !important;
    }

    nav :checked~.icon-burger .line:nth-child(1) {
        transform: translateY(8px) rotate(225deg) !important;
    }

    .footer__bottom {
        display: block !important;

    }

    .footer__copyright-menu ul {
        display: block !important;
    }

    nav .links li {
        margin-bottom: 15px !important;
    }

    nav .links {

        justify-content: flex-start !important;
    }

    #swiper-nav {
        display: none !important;
    }
#hotel-detail {
    margin-top: 315px !important;
}
    /*
    .img-detailss {
        height: 250px !important;
        width: 100%;
    } */

    .background-image__image {
        width: 100% !important;
        height: 60svh !important;
        filter: brightness(50%);
    }

    .title {
        top: 40px;
    }

    .swiper {
        width: 100%;
        /* height: 40vh; */
        height: 50vh !important;
    }
    .card-sections {
        margin-bottom: 12px !important;
    }
    .background-image__image {
        height: 100% !important;
    }

    .f-slider-one-data h2 {
        color: #fff !important;
        font-size: 27px !important;
    }
    .f-slider-one-data h1 {
        color: #fff !important;
        font-size: 27px !important;
    }
    .f-slider-one-data p {
        color: #fff !important;
        font-size: 13px !important;
    }

    .attraction-card img {
        height: 194px !important;
    }

    /* .floating-from-div {
        top: 126px !important;
    } */

    .floating_form .form-group {
        width: 22.3rem !important;
    }

    .floating_form input[type="text"],
    .floating_form input[type="date"],
    .floating_form select {
        margin-bottom: 0px !important;
    }

    .floating_form .search-group {
        margin-top: 0px !important;
    }

    .on-mob-change {
        display: block !important;
        margin-bottom: 20px;
    }

    #hotel_details {
        margin-top: 310px;
    }
    .toggle-button {
        top: 75px !important;
    }

    .breadcrumbs {
        height: 180px;
    }

    .margin-on-mobile {
        margin-top: 1.5rem !important;
    }

    .text-on-mobile {
        font-size: 24px !important;

    }

    .text-on-mobile-h5 {
        font-size: 1rem !important;

    }

    .season-card h2 {
        font-size: 1.2rem !important;

    }

    p {
        font-size: 14px;
    }

    .nav-pills .nav-link {
        font-size: 16px !important;
        margin: 1px !important;
    }

    .tour-plan .accordion-item .accordion-header .accordion-button {
        font-size: 15px !important;
        padding: 1px !important;
        margin: 4px !important;
    }

    #for-mobile-view {
        margin-top: -20px;
    }

    #for-laptop-view {
        display: none;
    }

    .img-height {
        height: 100% !important;
    }

    .margin-top-table {
        margin-top: 0px !important;
        margin-bottom: -40px !important;
    }

    .mg-sm-lt {
        padding-left: 15px !important;
    }

    .card-width {
        width: 100%;
    }

    .card-width>img {
        margin: auto !important;
    }

    .mg-left-heading {
        margin-left: 0px !important;
        margin-bottom: 10px !important;
    }

    .font-size-mobile {
        font-size: 16px !important;
        margin-top: 10px;
    }

    .font-size-tb {
        font-size: 15px !important;
    }

    .footer__copyright-menu ul {
        display: flex;
        gap: 4px !important;
        border-left: 2px solid white;
        padding: 0px 10px !important;
    }

    .footer__copyright-menu ul li a {
        font-size: 15px !important;
    }

    .footer2__title h4 {
        margin-bottom: 12px !important;
        margin-top: 0px !important;
    }

    .text-end,
    .text-start {
        font-size: 13px !important;
    }

    .padding-rm-tab-4 {
        margin-top: 40px;
        margin-left: 30px;
    }

    .border-right2 {
        border: none !important;
    }

    /* .creative-parallax--slider .f-slider-layer .f-slider-one-data {
        top: 45%;
    } */

}

.radio-button-class {
    color: #141313 !important;
    padding: 8px 16px;
    display: inline-block;
    border: 2px solid #ecad37;
    font-weight: bold;
    margin-left: 10px;
}

.usertype li.highlight {
    background-color: #ecad37;


}

@media (min-width:578px) and (max-width:2500px) {
    #for-mobile-view {
        display: none !important;
    }
}

/* tab  */
@media (min-width:800px) and (max-width:890px) {

    .creative-parallax--slider .f-slider-layer:before {
        height: 50vh;
    }

    .creative-parallax--slider .f-slider-layer img {
        width: 100%;
        height: 50vh;
        vertical-align: middle;
    }

    .main-slider-content {
        min-height: 50vh;
    }
}

@media (min-width:600px) and (max-width:786px) {

    /* body{
        background-color: gray;
    } */
    .title{
        top:60% !important;
    }
    .mark-tag {
        font-size: 9px !important;
    }
    .swiper {
        height: 70vh !important;
    }
#swiper-nav .swiper-button-next {
    top: -112px !important;
}
#swiper-nav .swiper-button-prev
 {
    top: -112px !important;
}
    .select-rooms {

        padding: 5px 4px !important;
        margin-bottom: 50px;
    }

    /* .floating-from-div {
        top: 129px !important;
    } */

    #hotel_details {
        margin-top: 135px;
    }

    .card-width {
        width: 100% !important;
    }

    .margin-top-table {
        margin-top: 0px !important;
        margin-bottom: -40px !important;
    }

    .mg-sm-lt {
        padding-left: 15px !important;
    }

    p {
        font-size: 14px !important;
    }

    .card-width>img {
        margin: auto !important;
        margin-top: 10px !important;
    }

    .mg-left-heading {
        margin-left: 0px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width:330px) {
    body {
        /* background-color: rgb(194, 56, 56); */
    }

    /* .floating-from-div {
        top: 140px !important;
    } */

    .floating_form .form-group {
        width: 20.3rem !important;
    }
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.filter-name {
    background-color:var(--main-color);
    font-family: "Pacifico", cursive;
    border: 1px solid var(--main-color);
    color: #fff !important;
}
.text-color-normal{
    color: orange;
    font-weight: 500;
}
.border-right2 {
    border-right: 1px solid rgb(172, 171, 171);
}

.filtercategory h3 {
    font-size: 18px;
    color:#000;
    font-weight: 600;
    margin-top: 10px;
}


/* model  */
.modal-content {
    background-color: #303315;
    color: #fff;
    border: 2px solid #fff;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

/* <!-- HTML !-->
<button class="button-29" role="button">Button 29</button> */

/* CSS */
.button-29 {
    align-items: center;
    appearance: none;
    /* background-image: radial-gradient(100% 100% at 100% 0, #30e830 0, var(--main-color) 100%); */
    border: 0;
    border-radius: 25px;
    /* box-shadow: rgba(23, 119, 4, 0.4) 0 2px 4px, rgba(23, 119, 4, 0.4) 0 7px 13px -3px, rgba(23, 119, 4, 0.4) 0 -3px 0 inset; */
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    /* font-family: "JetBrains Mono",monospace; */
    height: 36px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 0px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 16px;
    background-color: var(--main-color);
}

.button-29:focus {
    box-shadow: var(--second-color) 0 0 0 1.5px inset, rgba(46, 200, 23, 0.4) 0 2px 4px, rgba(46, 200, 23, 0.4) 0 7px 13px -3px, var(--second-color) 0 -3px 0 inset;
}

.button-29:hover {
    box-shadow: rgba(13, 230, 53, 0.4) 0 4px 8px, rgba(13, 230, 53, 0.4) 0 7px 13px -3px, var(--main-color) 0 -3px 0 inset;
    transform: translateY(-2px);
    color: #fff;
}

.button-29:active {
    box-shadow: var(--second-color) 0 3px 7px inset;
    transform: translateY(2px);
}



/* ===== hotel-details ====== */
#hotel{
    margin-top: 110px;
}
#hotel-detail{
    margin-top: 220px;

}
.deatil-hotel {
    color: #000;
    font-size: 22px !important;
}

.select-rooms {
    border: 1px solid gray;
    border: 1px solid gray;
    padding: 6px 8px;
    color: #fff !important;
    background-color: var(--second-color);
    border-radius: 5px;
}

.texticons {
    border: 1px solid #b7acac;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.25);
}

.hotel-detail-form {
    background-color: #fff;
    color: #000;
    border: 1px solid gray !important;
padding: 10px !important;
}

.image-group .first-image .firstimg {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-group .other-images .next_imgs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-group .other-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.image-group .first-image {
    grid-column: 1 / 2;
}

.image-group {
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
}

.inner_hotel .top {
    display: flex;
    justify-content: space-between;
}

.image-group {
    grid-template-columns: 1fr 1fr;
}

.floating_form .dropdown-item {
    font-size: small;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#adults>a {
    border: 1px solid lightblue;
    padding: 7px;
    border-radius: 5px;
}

.inc_dec input {
    text-align: center;
    color: #000;
    width: 40px;
    padding: 0.2rem;
    /* margin: 0 0.5rem; */
    border: none;
}


.floating_form input[type="text"],
.floating_form input[type="date"],
.floating_form select {
    border: 1px solid rgb(173, 104, 104, 0.4);
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}

#adults,
#children {
    display: block !important;
}

#children>a {
    border: 1px solid lightblue;
    padding: 7px;
    border-radius: 5px;
}

.floating_form .dropdown-menu .btn-outline-success {
    font-size: small !important;
    margin-right: 7px !important;
    margin-left: 8px;
    padding: 6px 7px;
    height: 35px;
}

.btn-outline-primary {
    font-size: small !important;
    margin-right: 7px !important;
    margin-left: 8px;
    padding: 6px 10px;
    height: 35px;
}

@media (max-width: 576px) {
    .text-dark {
        padding: 0px !important;
        font-size: 12px;
    }

}

/* ===== hotel-details ====== */
/* datepicker */
.datepicker table {
    border: 2px solid #023020 !important;
}

.datepicker td,
.datepicker th {
    background: #ECFFDC;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 38px !important;
    height: 38px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: rgb(46, 46, 46);
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer;
    color: #800020;
    font-size: 20px;
}

.datepicker .datepicker-switch {
    width: 125px !important;
    color: #fff !important;
    background-color: var(--main-color) !important;
    font-size: 16px !important;
    /* background-image: linear-gradient(to bottom, #967969, #D2B48C) !important; */
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer;
    color: #023020;
    font-size: 20px;
}

th,
td {
    border: 1px solid #ddd;
    padding: 7px;
    text-align: center;
}

/* ===packages===== */
.package {
    /* box-shadow: 0px 20px 35px rgb(0 0 0 / 8%); */
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
    padding: 0px 10px;
}

.Btn {
    width: 110px;
    height: 36px;
    border: none;
    border-radius: 10px;
    /* background: linear-gradient(to right, #77530a, #efa512, #77530a, #77530a, #efa512, #77530a); */
    background-size: 250%;
    background-position: left;
    color: #ffd277;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 1s;
    overflow: hidden;
}

.Btn::before {
    position: absolute;
    font-size: 15px;
    content: "View Details";
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97%;
    height: 90%;
    border-radius: 8px;
    transition-duration: 1s;
    /* background-color: rgba(0, 0, 0, 0.842); */
    /* background-color: #fd9801; */
    background: var(--main-color);
    background-size: 200%;
    border: none;
}

.Btn-2 {
    border: none;
    border-radius: 8px;
    padding: 7px 12px;
    font-weight: 600;
    font-size: 14px;
    border: 0.1rem solid var(--second-color);
    white-space: nowrap;
    color: var(--second-color);
    transition-duration: 1s;
    background-color: white;
}

.blackText {
    font-size: 26px;
    color: rgb(25, 207, 25);
    font-weight: 700;
}

.text-13 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.package-zone {
    color: var(--main-color);
    /* color: #d02045; */
}

.greyText {
    font-size: 12px;
    color: #000;
    line-height: 14px;
}
@media (min-width:50px) and (max-width:380px) {

    nav {
        top: 75px;
       
    }
    }
    @media (min-width:380px) and (max-width:576px) {
    
    nav {
        top: 66px;
    }
    }
.primary-btn2 {
    border-radius: 5px;
    background-color: var(--main-color);
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: color 0.5s, background-color 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.primary-btn2::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    border-radius: 2px;
    background-color: #0a1019;
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: transform 0.5s ease-out;

}

.primary-btn2:hover::after {
    transform: skewX(45deg) scale(1, 1);
    color: #fff !important;
}

/* range slider */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.range-slider {
    position: relative;
    width: 250px;
    height: 10px;
    border-radius: 15px;
    /* background: linear-gradient(to right, #26e299, #057051); */
}

.range-slider .progress {
    position: absolute;
    left: 25%;
    right: 0%;
    height: 100%;
    border-radius: 15px;
    /* background: linear-gradient(to right, #26e299, #057051); */
}

.range-slider input[type="range"] {
    position: absolute;
    width: 99%;
    height: 10px;
    -webkit-appearance: none;
    pointer-events: none;
    background: none;
    outline: none;
}

.range-slider .range-min::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: #fcfcfc 0% 0% no-repeat padding-box;
    border: 2px solid #8b9e30;
    border-radius: 20px;
    opacity: 1;
}

.range-slider .range-max::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: #fcfcfc 0% 0% no-repeat padding-box;
    border: 2px solid #a22a2a;
    border-radius: 20px;
    opacity: 1;
}

#packages-detail {
    margin-top: 130px;
}

.service_btn.active {
    background: linear-gradient(to left, #f16422, #cc2d2d);
    color: #fff;
    border-color: #C04000;
}

.service>button {
    color: white;
    padding: 9px 8px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    background: #fb7233;
    margin-left: 4px;
    border-radius: 15px / 45px;
}

input[type="radio"]:checked+label {
    background-color: #6F4E37;
    color: white;
    padding: 5px 10px;
    background: linear-gradient(to right, #A52A2A, #7B3F00);
    border-radius: 60px 45px 30px 15px / 15px 30px 45px 60px;
    font-weight: 700;
}

.container_radio-btn {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
    /* border: 1px solid #6F4E37; */
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 60px 45px 30px 15px / 15px 30px 45px 60px;
}


.service {
    display: flex;
    justify-content: center;
}

input[type="radio"] {
    position: absolute;
    /* opacity: 0; */
    cursor: pointer;
}

.container_radio-btn:hover {
    background-color: #f0f0f0;
}

.swiper-slide>img {
    width: 100%;
}

.mrgin-slide {
    margin-left: 480px;
}

.indian_forg_btn {
    text-align: center;
}

.ind,
.frg {
    margin: auto;
    padding: 20px;
    cursor: pointer;
}

.indian_forg_btn>span {
    padding: 10px 25px;
    font-weight: bold;

}

.container_radio-btn {
    display: inline;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    color: var(--main-color);
}

.container_radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 25px;
            width: 25px;
            background: linear-gradient(92.83deg, rgb(248, 104, 21) 0%, var(--second-color) 100%) !important;

            border-radius: 50%;
        } */

.container_radio-btn:hover input~.checkmark {
    background-color: #478778;
}

.container_radio-btn input:checked~.checkmark {
    background: linear-gradient(92.83deg, rgb(248, 104, 21) 0%, var(--second-color) 100%) !important
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_radio-btn input:checked~.checkmark:after {
    display: block;
}

.container_radio-btn .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

@media (min-width:780px) and (max-width:1025px) {
    body {
        /* background-color: gray; */
    }
    .card-sections {
        margin-bottom: 12px !important;
    }
    .logo-img {
        height: 40px !important;
    }
    .title{
        top: 58% !important;
    }
    #swiper-nav .swiper-button-next
{
    top:-124px !important;
}
#swiper-nav .swiper-button-prev {
    top:-124px !important;
}
    .mark-tag {
        font-size: 10px !important;
    }
    .swiper {
        width: 100%;
        height: 60svh !important;
    }
    nav .links a {
        font-size: 14px !important;
    }
    .height-on-tab {
        height: 810px !important;
    }

    .height-of-textarea {
        height: 160px;
    }

    .nav-pills .nav-link {
        font-size: 16px !important;
        margin: 3px !important;
    }

}

/* faq */
.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    /* padding: 10vh 0 0; */
    overflow: hidden;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    overflow: hidden;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #808000;
}

.faq .card .card-header {
    padding: 0;
    border: none;
    background: none;
    transition: all 0.3s ease;
}

.faq .card .card-header:hover {
    background: #C1E1C1;
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 0 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    transition: all 0.3s ease;
    cursor: pointer;
    padding-top: 20px;
}

.faq .card .card-header .faq-title .toggle-icon {
    font-size: 25px;
    font-weight: bold;
    transition: transform 0.3s ease;
    padding-bottom: 20px;
    color: var(--second-color);

}

.faq .card .collapse.show+.card-header .faq-title .toggle-icon {
    transform: rotate(45deg);
}

.faq .card .card-body {
    padding: 30px 35px 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: var(--main-color) !important;

    margin-right: 20px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
    #package-detaiil-adjust {
        margin-top: 79px !important;
    }

}

/* safari zone */
.card-safari {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgb(179, 175, 175) !important;

}

.card-img-top {
    height: 230px;
    /* object-fit: cover; */
}


.card-title-2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--second-color) !important;
}



.alert-2 {
    background: #C9CC3F !important;
}

.marging-sm {
  margin-left: -100px;
}


@media (max-width: 768px) {
    .form-check-input[type="radio"] {
        margin-right: 4px !important;
        margin-top: -1px !important;
    }
    .rules {
        flex-direction: column;
    }
    .card-sections {
        margin-bottom: 12px !important;
    }
/* .new-text-color{
color:#000 !important;
} */

    .attractions-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
        gap: 30px 30px;
    }

    .footer-img {
        outline: 3px solid #000  !important;

        height: 70px !important;
        width: 87px !important;
    }
    .marging-sm {
        margin-left: 0px !important;
      }
      .phone-calls {
        padding: 10px 13px !important;
    }
}

/* attraction */
.attractions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 30px 30px;
}

.attraction-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border: 1px solid rgb(218, 217, 217);
}

.attraction-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.attraction-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.attraction-info {
    padding: 15px;
}

.attraction-info h2 {
    margin: 0;
    font-size: 1.25rem;
}

.attraction-info p {
    margin: 10px 0;
    color: #555;
}

.icons {
    margin-top: 10px;
}

.icons i {
    color: #4CAF50;
    margin-right: 10px;
    font-size: 1.25rem;
}

/* best time to visit  */
/* styles.css */

.main-div {
    padding: 10px 20px;
}

.season-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.season-card {
    flex: 1;
    min-width: 280px;
    max-width: 440px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.season-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.season-header {
    display: flex;
    align-items: center;
    background: #C1E1C1;
    padding: 20px;
    border-bottom: 2px solid #ddd;
}

.icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    margin-right: 15px;
}

.winter-icon::before {
    content: '❄️';
    /* Snowflake emoji for winter */
    color: #00f;
}

.summer-icon::before {
    content: '☀️';
    /* Sun emoji for summer */
    color: #ff0;
}

.rainy-icon::before {
    content: '🌧️';
    /* Cloud with rain emoji for rainy season */
    color: #00f;
}

.season-card h2 {
    margin: 0;
    font-size: 1.5em;
    /* color: #333; */
}

.season-card p {
    padding: 20px;
    font-size: 1em;
    color: #666;
}

/* how to reach */

.transport-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
}

.method {
    background: #fff;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    width: 100%;
    max-width: 360px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid #b2adad;
}

.method img {
    width: 60px;
    height: 60px;
}

.method h3 {
    font-size: 22px;
    color: #000 !important;
    margin: 10px 0;
}


.method h2 {
    color: #000;
    margin: 10px 0;
}


.method:hover {
    transform: scale(1.05);
}


.distance-info {
    background: #ECFFDC;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 30px;
    text-align: center;
}

.distance-info h3 {
    color: var(--main-color);
}

.distance-info h2 {
    color: var(--main-color);
}

.distance-info ul {
    list-style: none;
    padding: 0;
}

.distance-info li {
    font-size: 1em;
    margin: 5px 0;

}



@media (min-width: 780px) and (max-width:1024px) {

    .contact-cards>div>.card-1 {
        margin: 0px !important;
    }

    .footer2__widget2 {
        margin-left: 0px !important;
    }

}

@media (max-width: 576px) {
    .contact-cards>div>.card-1 {
        margin: 8px 0px !important;
    }

    .footer2__widget2 {
        margin-left: 0px !important;
    }

    .fa-phone:before {
        font-size: 12px !important;
    }
}

.contact {
    margin-top: 100px;
}

/* =======contact page====== */
.contact-cards>div>.card-1 {
    /* width: 30%; */
    height: 200px;
    margin: 20px 0px;
    border: 2px solid #00A36C;
    text-align: center;
    box-sizing: border-box;
}

.circle-data {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    /* background-color: #B87333; */
    background: linear-gradient(to top, #98FB98, #478778);
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 /rgba(0, 0, 0, 0.19); */
    margin: 10px auto;
}

.circle-data>.fa-envelope,

.phone-1 {
    font-size: 27px;
    margin-top: 17px;
    color: white;
}

.card-1>h4 {
    color: #574e51;
    font-style: italic;

}

.card-1>h2 {
    color: #574e51;
    font-style: italic;

}
.phone-calls {
    padding:8px 13px;
    border: 1px solid #000;
    align-self: anchor-center;
    border-radius: 50%;
    margin-right: 5px;
    color: #000;
}

.contact-head {
    color: #fff;
}

.conatct-button {
    background: #2AAA8A;
    border: none;
    border-radius: 30px;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border: 1px solid #fff;
}

/* =======contact page====== */
.text-icon {
    color: var(--second-color);
    padding: 8px;
}

.price-color {
    color: var(--second-color);
}

.text-emoji {
    color: green;
}

.text-emoji-1 {
    color: red;
}

.fw-semibold-1 {
    font-weight: 500px !important;
}

.tour-plan {
    padding-top: 15px;
    /* margin-bottom: 30px; */
}

.tour-plan .accordion-item .accordion-header .accordion-button span {
    min-width: 90px;
    max-width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background-color: var(--main-color);
    border-radius: 5px 0 0 5px;
}

.tour-plan .accordion-item .accordion-header .accordion-button {
    padding: 6px;
    margin: 5px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 25px;
}

.tour-plan .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.tour-plan .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.package-details-area h2 {
    color: #000;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: .75px;
    margin-bottom: 20px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('/front/assets/img/packages/download.svg');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    margin-right: 20px;
}

/* footer  */
.footer-img {
    outline: 3px solid #000  !important;
    /* outline-offset: 6px; */
    border-radius: 7px;
    height: 70px;
    width: 100px;
}

.footer-img:hover {
    outline: 3px solid #2ea44f !important;

}

.footer__logo img {
    max-width: 188px;
}

.footer__copyright p {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    font-size: 14px;
    font-style: normal;
    opacity: 0.8;
    margin-bottom: 0;
}

.footer__copyright-menu ul {

    display: flex;
    gap: 39px;
}

.footer2__area-common {
    background-repeat: no-repeat;
}

/* .dark-green {
    background-color: green;
} */

.z-1 {
    z-index: 1 !important;
}

/* .footer2__top {
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 10px;
    border-bottom: 1px solid aliceblue;
} */

.pt-80 {
    padding-top: 15px;
}

.pb-30 {
    padding-bottom: 15px;
}

.justify-content-between {
    justify-content: space-between !important;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    gap: 10px 30px;
    /* border-top: 1px solid aliceblue; */
}

/* a {
    color: white;
} */

.footer__link ul li a i {
    margin-top: 5px;
    color: #000;
}

.footer__copyright-menu ul li a {

    font-size: 17px;
    font-style: normal;
    position: relative;
    opacity: 0.8;
    color: #000;

}

.footer__copyright-menu ul li a:hover {
    color: #2ea44f;
    font-weight: 600;
}

.footer2__title h4 {
    margin-bottom: 30px;
}

.footer__widget-title h4 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 45px;
    position: relative;
    z-index: 10;
    text-transform: capitalize;
    color: #000;
    margin-top: 18px;
    /* margin-left: 35px; */
}

.footer__link ul li a {
    display: flex;
    color: #000;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    gap: 10px;
}

.footer__link ul li a:hover {
    color: #2ea44f;
    font-weight: 600;
}

.footer__link ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.footer2__widget2 {
    margin-left: 85px;
}

/* .footer2__wrap {
    padding: 30px 0 35px 0;
} */

.footer2__right-social a {
    border: 1px solid #000;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.3s;
}

.footer2__right-social a:hover {
    color: #2ea44f !important;
    font-size: 22px;
}

.footer2__right-social {
    align-items: center;
    gap: 10px;
}

@media (min-width: 1000px) and (max-width: 1100px) {
    body {
        /* background: gray; */
    }

    .footer-img {
        outline: 3px solid #000 !important;
        border-radius: 7px;
        height: 70px !important;
        width: 70px !important;
    }

    .footer2__wrap {
        padding: 0px 0 0px 0 !important;
    }

}

@media only screen and (min-height: 900px) and (orientation: portrait) {
    /* Your Styles... */
}

.privacy-policy {
    margin-top: -30px !important;
}

/* mac  */
@media (min-width:1200px) and (max-width:1288px) {
    body {
        /* background-color: gray; */
    }

    .mrgin-slide {
        margin-left: 348px !important;
    }

    .card-width {
        width: 16rem !important;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    body {
        /* background-color: gray; */
    }

    .blackText {
        font-size: 22px !important;
    }

    .padding-pakg {
        padding: 3px !important;
    }

    .Btn::before {
        font-size: 14px !important;
        width: 88% !important;
    }

    .Btn {
        width: 102px !important;
        height: 35px !important;
    }

    .Btn-2 {
        padding: 6px 2px !important;
        margin-left: 4px !important;
    }

    .package-zone {
        margin-top: 4px !important;
    }

    .greyText {
        margin-bottom: 5px !important;
        font-size: 10px !important;
    }

    .padding-rm-tab-4 {
        padding-left: 6px;
    }

    .button-29 {
        padding: 0px 13px;
    }
}

@media (min-width:1200px) and (max-width:1290px) {
    body {
        /* background-color: gray; */
    }

    .padding-rm-tab-4 {
        padding-left: 6px;
    }

    .greyText {
        margin-bottom: 5px !important;
        font-size: 12px !important;
    }
}

/* gallery */

.gallery-wrapper {
    margin-top: -35px;
}

.gallery-item {
    /* margin-top: 15px; */
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid rgba(206, 20, 70, 0.2);
    /* Subtle border */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    /* Increased shadow */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    /* Smooth transition for shadow and transform */
}

.gallery-item:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    /* Stronger shadow on hover */
    transform: scale(1.03);
    /* Slight zoom effect on hover */
}

.gallery-item.home img {
    aspect-ratio: 3/2 !important;
    object-fit: cover;
    border-radius: 5px;
    /* Ensure images inherit border-radius */
}

.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-item-overlay i {
    transform: scale(1);
}

.gallery-item .gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(38, 226, 153, 0.5), rgb(5, 112, 81, 0.5));

    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.25s;
}

.gallery-item .gallery-item-overlay i {
    font-size: 50px;
    color: #fff;
    transform: scale(0);
    transition: all 0.35s;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    /* Ensure images have rounded corners */
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link {
        padding: 8px 15px;
        font-size: 18px;
    }

    .package-sidebar .widget-recent-package-entries .package-sm .info h6 {
        font-size: 14px;
    }

    .gallery-item {
        /* margin-top: 35px; */
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery-item {
        /* margin-top: 26px; */
    }
}

@media only screen and (max-width: 768px) {
    .gallery-item {
        /* margin-top: 20px; Reduce margin for smaller screens */
    }
}

/* safari booking detail  */
.brs-1 {
    /* border: 2px solid #057051;
    border-radius: 1rem !important; */
}

.theme-bg-color
{
    background-color: var(--main-color) !important;

}
.theme-bg-color:hover {
    /* background-color: #4A0404; */
    /* background: linear-gradient(to right, #26e299, #057051); */
}

.theme-color {
    /* color: orange; */
    font-weight: normal !important;
}

.btn-amt {
    color: #222;
    background-color: #ffc419;
    border-color: #ffc419;
    padding: 12px 25px;
    position: relative;
    top: -22px !important;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

/* ---updated---  */
.safarizone-data {

    background: #94c8b830;
    border: 2px dashed var(--main-color);
}

.text-on-mobile-h5>a {
    color: #fff;
}

.text-on-mobile-h5>a:hover {
    color: var(--main-color);
}

.alert-text-dsg {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: 20px 20px;
    border: 1px solid #0f5132;
    border-radius: 5px;
}

.alert-text-dsg1 {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    padding: 20px 20px;
    border: 1px solid #842029;
    border-radius: 5px;
}



#latestNews .modal-body img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

#latestNews .modal-content {
    border-radius: 0;
    border: 10px solid white;
}

#latestNews .btn-close {
    color: #fff;
    font-weight: 800;
    outline: none;
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 2000;
}

@media screen and (max-width:576px) {
    #latestNews .modal-body img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
   
}

@media screen and (min-width:576px) and (max-width:992px) {
    #latestNews .modal-body img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
}

/* slider  */
.swiper {
    width: 100%;
    height: 92vh;
    height: 92svh;
    /* min-height: 320px; */
    background-color: #46677b;
}


.title {
    padding: 0 10vw;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    color: var(--common-white);
text-align: center;
    &__text {
        letter-spacing: -2px;
        font-size: clamp(3rem, 0.3864rem + 13.0682vw, 7rem);
        margin-bottom: 0;
        margin-top: 0;
        position: relative;

        &::after {
            position: absolute;
            top: 100%;
            content: "";
            display: block;
            width: 100px;
            height: 0.25em;
            background-color: #ef233c;
        }
    }
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    &__image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.8;
        mix-blend-mode: luminosity;
    }
}


.background-image__image {
    width: 100%;
    height: 100%;
    filter: brightness(50%);
}

.f-slider-one-data h2 {
    color: #fff !important;
    font-size: 55px;
}
.f-slider-one-data h1 {
    color: #fff !important;
    font-size: 55px;
}

.f-slider-one-data p {
    color: #fff !important;
    font-size: 20px;
}

.datepicker-months {
    width: 280px !important;
}

.datepicker .table-condensed {
    width: 280px !important;
    padding: 0px !important;

}

/* blog  */

#sidebar .widget {
    border: 1px solid var(--main-color);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    margin-bottom: 40px !important;
    padding: 18px 18px !important;
    border-radius: 12px;
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    border-bottom: 5px solid var(--main-color);
}

#sidebar .wp-block-search .wp-block-search__inside-wrapper {
    flex-wrap: wrap;
    display: block;
}

#sidebar .wp-block-search .wp-block-search__input {
    padding: 10px 10px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #4d4749;
    border: solid 1px #0cf004;
    width: 100%;
    border-radius: 3px;
}

#sidebar .wp-block-search .wp-block-search__button {
    background: var(--main-color);
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    width: 100%;
    margin-left: 0;
    border-radius: 5px !important;
}

#sidebar ul li {
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #d3cfcf;
    line-height: 43px;
}

#sidebar ul li::before {
    content: "" !important;
    font-family: 'FontAwesome' !important;
    margin-right: 10px !important;
    height: 8px !important;
    width: 8px !important;
    background: var(--main-color) !important;
    display: inline-block !important;
    transform: rotate(45deg);
}

.wp-block-latest-posts__post-title {
    color: var(--main-color);
    font-size: 14px;
}

.img-detailss {
    height: 100%;
    width: 100%;
}

.class-imgss {
    background: var(--main-color) !important;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

/* review form  */
.review-form-div {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;

}

.starpkg {
    width: 28px;
    height: 28px;
    transition: .6s all;
}

#rating {
    cursor: pointer;
    display: inline-block
}

#review-form .input-group-addon {
    min-width: 100px;
}

#review-form .btn {
    min-width: 100px;
}

#review-form input[type="text"],
#review-form textarea {
    width: 100%;
}

#review-form .form-group {
    margin-bottom: 15px;
}

#review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

blockquote {
    border-left: 5px solid rgb(238, 238, 238);
    padding-left: 20px;
}

blockquote .footer {
    display: block;
    font-size: 80%;
}

.stars-container {
    margin-bottom: 5px;
}

.form-dssg {
    border: 2px dashed var(--main-color);
    outline: 2px solid var(--main-color);
}

.anchor-text-clr {
    color: var(--main-color);
}

.anchor-text-clr:hover {
    color: var(--second-color);
}

#panel {
    display: none;
}

#table-data-sfari th {
    background-color: var(--main-color);
    color: var(--white-color);
    border: 1px solid var(--main-color);

}

#table-data-sfari td {
    padding: 12px;
    border: 1px solid gray;
}

/* CSS */
.button-22 {
    align-items: center;
    appearance: button;
    background-color: var(--second-color) !important;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: var(--white-color) !important;
    text-transform: capitalize !important;
    cursor: pointer;
    white-space: nowrap;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 14px !important;
    line-height: 1.15;
    margin-top: 15px;
    padding: 10px !important;
    text-align: center;
    text-transform: none;
    transition: color .13s ease-in-out, background .13s ease-in-out, opacity .13s ease-in-out, box-shadow .13s ease-in-out;
    user-select: none;
    border: 1px solid var(--main-color);
    -webkit-user-select: none;
    touch-action: manipulation;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


#button-rm {
    padding: 6px !important;
    font-size: 12px !important;
}

.button-22:hover {
    background-color: var(--main-color) !important;
    border: 2px solid var(--second-color);
    color: #fff !important;
}


/* National PArks  */
.text-nav-li {
    color: #595757 !important;
}

.drop-down-kg {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 50px;
    /* left: 0px; */
    display: none;
    z-index: 2;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}

.drop-down-kg>p a {
    padding: 0px;
    font-size: 16px;

}

.drop-down-kg>p {
    padding: 2px 10px;
}

#dropdown-main:hover .drop-down-kg {
    display: block;
}

/* national park  */
.kazi-hero_section2 {
    background-image: url('../img/nationalpark/Panna/Banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 280px;
    background-position: center;
}

.kazi-hero_section3 {

    background-image: url('../img/nationalpark/Pench/Banner-Img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 280px;
    background-position: center;

}

.kazi-hero_section4 {

    background-image: url('../img/nationalpark/Bandhavgarh/Banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 280px;
    background-position: center;

}

.newforms {
    display: flex;

    justify-content: space-around;
    margin-top: 20px;
}

.input-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* margin-bottom: 6px; */
}

/* Style the card containers */
.elep_safari .weekend-package {
    background: aliceblue;
    border: 1px solid rgba(164, 168, 90, 0.2);
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 20px;
    min-height: 100%;
    display: flex;
    padding: 10px;
    flex-direction: column;
}

.h2-heaings {
    color: var(--main-color);
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.elep_safari .weekend-package {
    box-shadow: var(--main-color) 0px 0px 0px 1px inset, rgb(39, 75, 24, 1) 8px -8px 0px -1px;
}

.weekend-package h4 {
    color: var(--main-color);
}


.weekend-package {
    border-radius: 20px;
}


/* Style the card images */
.weekend-package-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

/* Style the card content */
.weekend-package-box {
    background-color: #000;
    flex: 1;

}

.weekend-package-box-margin {
    margin-bottom: 15px;

}

.weekend-package-box h4 {
    position: relative;
    font-size: 20px;
    margin: 10px 0;
}

.img-hov {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}

.img-hov img {
    /* display: block; */
    transition: transform 0.5s ease;
}

.img-hov:hover img {
    transform: scale(1.1);
}

.extra-div {
    box-shadow: rgba(246, 246, 246, 0.35) 0px 5px 15px !important;
    padding: 20px;
    background: var(--main-color);
}

@media (max-width: 567px) {
    .newforms {
        display: block !important;
        /* justify-content: space-around; */
        margin-top: 20px;
    }
}

/* national park  */

.card-sections {
    height: 230px;
    display: flex;
    flex-direction: column;  /* stack heading + paragraph */
    justify-content: flex-end; /* push content to bottom */
    align-items: flex-start;     /* push content to right */
    text-align: right;
    padding: 15px;  /* add spacing inside */
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.heading{
    font-size: 20px;
    color:#000000;
    font-weight: 600;
}
.thing-to-do h2{
    font-size: 20px;
    font-weight: 600;
}
/* #aboutpage  */
.hero-section-about {
    
    background: url('../img/Banner-Img-\(For-All-Pg\).jpg') no-repeat center center/cover;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative; 
    top: -100px;  /* overlay ke liye jaruri */
    /* padding-top: 120px;   sticky navbar ki height ke according adjust karo */
  }
  
  .hero-overlay {
    /* background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.1) 100%); */
    width: 100%;
    height: 500px;
  }
  
  .hero-section-about h1 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    text-transform: capitalize !important;
    position: relative; /* text overlay ke upar visible rahe */
    z-index: 2;
  }
  

  .hero-section-about p {
    font-size: 0.8rem;
    max-width: 1000px;
    margin: auto;
  }
  @media (min-width: 768px) {

    .hero-section-about h1 {
      /* font-size: 2.5rem; */
    }

    .hero-section-about p {
      font-size: 1.1rem;
    }
  }

  .card-container {

      background-color: #fff;
      border-radius: 8px;
      margin: auto;
      /* border: 1px solid rgb(122 121 121); */
  }

  .card-container:hover {
      box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .card-image img {
      width: 100%;
      background-size: cover;
      padding: 10px;
      border-radius: 18px !important;
  }

  .card-body {
      display: flex;
      flex-direction: column;
      /* align-items: start; */
      padding:0px 10px 10px 10px !important;
      min-height: 200px;
  }

  .card-body h2 {
      font-weight: bold;
      font-size: 20px;
      margin: 8px 0;
  }

  .card-body p {
      font-size: 14px;
      margin: 8px 0 8px 0;
  }

  .tour-item-location {
      background: #000;
      display: inline-block;
      /* position: absolute; */
      width: auto;
      color: #fff;
      padding: 0.20rem 0.5rem;
      top: 0px;
      left: 0px;
      font-size: 0.85rem;
      border-radius: 20px;
      font-weight: 500;
  }

  .text-rupess {
      color:#2ea44f !important;
      font-family: "Playfair Display", serif;
      font-size: 26px;
      font-weight: 700;
  }

  /* safari  */
  .safari-tariff .table td {
    vertical-align: middle;
  }
  
  .safari-tariff .table td:first-child {
    width: 200px;
  }
  
  .notes p {
    margin-bottom: 0.75rem;
  }
  .bg-green{
    background:#2ea44f !important;;
  }
  
  .Procedure-cards{
max-width: 200px;
  }
  .overlap-div1 {
    width:800px;
    margin-left: -150px;
}

.overlap-div2 {
    width:800px;
    margin-right: -150px;
    z-index: 1;
}
.accordion-button:not(.collapsed) {
    background:var(--main-color) !important;
    color: #fff !important;
}
.accordion-item {
    border: none;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.accordion-button {
    /* padding: 20px 25px !important; */
    font-weight: 600;
    color: #333;
    background-color: #ffffff;
    transition: all 0.3s ease;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--main-color);
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}
.accordion-button::after {
    background-size: 20px;
    transition: all 0.3s ease;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
    padding: 10px !important;
    background-color: #ffffff;
}
.nav-pills .nav-link {
    border-radius: 0px !important;
}
#package-detaiil-adjust{
    margin-top: 130px;
   }
   /* step indecator  */
  #payment .form-container {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    max-width: 1100px;
    margin:30px 0px 0px 0px;
}

#payment .btn-cashfree {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
    border: none;
}

#payment .btn-cashfree:hover {
    background-color: #e98312;
    color: #fff;
}

#payment .btn-previous {
    border-radius: 25px;
    border: 1px solid #ccc;
    padding: 8px 20px;
    background: #fff;
}

#payment .total-amount {
  /* font-weight: bold; */
  margin-right: 15px;
  border: 1px solid #ddd;
  padding: 7px;
  padding-left: 10px;
  background: #eff5fa82;
}

#payment .terms {
    font-size: 14px;
}

#payment .form-label {
    font-weight: 500;
}
/* step indecator  */
.safari-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
  margin-bottom: 30px;
}
.step-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.step {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin: 0 10px;
    color: #999;
}

.step.active {
    color: #000;
}

.step-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 8px;
}

.step.active .step-circle {
    background-color: var(--main-color);
    color: #fff;
}
.margin-style-text{
margin-top:240px;
}
.accordion-button:not(.collapsed)::after {
    filter: invert(1) !important;
}