body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
    display: inline-block;
}

.btn-all {
    background-color: #8b4501;
    color: #fff;
    padding: 11px 25px;
    text-transform: capitalize;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
}

.btn-all:hover {
    background: #d9a300;
}

/* heder section start */
.header {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

header .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

header .dropdown-submenu {
    top: 0%;
    left: 100%;
}

.navbar {
    padding: 0;
}

/* .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.header .nav-item {
    margin-right: 18px;
}

.header .navbar .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
}

.header .navbar .nav-link:hover {
    color: #d9a300;
}

.header .navbar .nav-link.active {
    color: #d9a300;
}

.header .dropdown-menu {
    position: absolute;
    display: none;
    padding: 0.5rem 0;
    border: none;
    border-radius: 0.25rem;
}

.header .dropdown-item {
    transition: all 0.5s ease-in-out;
    font-size: 12px;
    padding: 7px 15px;
}

.header .dropdown-item:hover {
    color: #fff;
    background-color: #d9a300;
}

/* heder section end */

/* banner section start */

.banner-panel .slides img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.banner-panel .owl-dots {
    position: absolute;
    bottom: 32px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.banner-panel .owl-dots .owl-dot.active span {
    background-color: #d9a300;
}

.banner-panel .slides {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 164px 0;
    height: 724px;
    z-index: 1;
}

.banner-panel .slides::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.banner-panel .slides .slide-content {
    text-align: center;
    height: 100%;
    align-content: center;
}

.banner-panel .slides .slide-content h4 {
    font-size: 16px;
    margin-bottom: 24px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 300;
    text-transform: uppercase;
}

.banner-panel .slides .slide-content h2 {
    font-weight: 700;
    font-size: 85px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #fffee2;
    transition: all 800ms ease;
}

.banner-panel .slides .slide-content span {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffe491;
    font-weight: 100;
    -webkit-text-fill-color: transparent;
    font-size: 19px;
}

.banner-panel .slides .slide-content p {
    padding-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    width: 60%;
    margin: 0 auto 40px;
}


/* banner section end */

/* package section start */
.package-panel {
    padding-top: 60px;
}

.package-panel .package-top-left h2 {
    font-size: 45px;
    font-weight: 800;
    color: #2d373c;
}

.package-panel .package-top-left p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.package-panel .package-top-right {
    text-align: end;
}

.package-box {
    position: relative;
    margin-top: 22px;
    background-color: #fff;
    margin-bottom: 22px;
}

.package-box img {
    width: 100%;
    height: 269px;
    border-radius: 7px;
    object-fit: cover;
}

.package-box .tour-btn {
    position: absolute;
    top: 13px;
    left: 11px;
    background-color: #8b4501;
    padding: 6px 5px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
}

.package-box .tour-btn:hover {
    background-color: #d9a300;
    color: #fff;
}

.package-box a h3 {
    min-height: 56px;
    font-weight: 600;
    font-size: 23px;
    color: #454545;
    margin-bottom: 12px;
}

.image-hover {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.image-hover img {
    transition: all 0.6s ease-in-out;
}

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

.package-card {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.package-card .package-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-card .package-info p {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    margin: 0;
}

.package-card .package-info h5 {
    color: #8b4501;
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
}
.offer-panel .offer-box .package-card p {
    background-color: #8b4501;
    display: inline-block;
    padding: 6px 5px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
}

/* package section end */

/* destination section start */

.destination-panel {
    padding-top: 60px;
    padding-bottom: 86px;
    position: relative;
}

.destination-panel .destination-left {
    margin-bottom: 40px;
}

.destination-panel .destination-left h2 {
    font-size: 45px;
    font-weight: 800;
    color: #2d373c;
}

.destination-panel .destination-left p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.destination-panel .destination-right {
    text-align: end;
}

.destination-panel .destination-box {
    margin-bottom: 23px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.destination-panel .destination-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
}

.destination-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
}

/* destination section end */

/* trip panel start */
.trip-panel {
    background-image: url(../images/Newsletter-Image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 210px;
}

.trip-panel .trip-content {
    text-align: center;
    padding-top: 80px;
}

.trip-panel .trip-content h2 {
    color: #fff;
    font-size: 56px;
    line-height: 80px;
}

.trip-panel .trip-content h2 span {
    color: #d9a300;
}

.trip-panel .trip-content p {
    color: #fff;
    max-width: 636px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 500;
}

.trip-panel .trip-content button {
    color: #fff;
    background-color: #8b4501;
    margin-top: 7px;
    border: none;
    outline: none;
    padding: 16px 22px;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}

.trip-panel .trip-content form button:hover {
    background-color: #d9a300;
    color: #fff;
}

/* trip panel end */

/* counter panel start */
.counter-panel {
    margin-top: -90px;
}

.counter-panel .counter-box {
    text-align: center;
    background: #fff;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 5px;
    padding: 30px;
    transition: all 0.3s ease-out 0s;
}

.counter-panel .counter-box:hover {
    transform: translateY(-8px);
}

.counter-panel .counter-icon i {
    font-size: 50px;
    color: #8b4501;
}

.counter-panel .count-num {
    display: block;
    font-size: 39px;
    color: #000;
    font-weight: 700;
    margin-top: 12px;
}

.counter-panel .counter-box p {
    font-size: 22px;
    text-transform: capitalize;
}

/* counter panel end */

/* offer panel start */
.offer-panel {
    padding-top: 60px;
    padding-bottom: 50px;
}

.offer-panel .offer-top {
    text-align: center;
}

.offer-panel .offer-top h2 {
    font-size: 45px;
    font-weight: 800;
    color: #2d373c;
}

.offer-panel .offer-top p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.offer-panel .offer-box {
    position: relative;
    margin-bottom: 25px;
}

.offer-panel .offer-box img {
    width: 100%;
    height: 363px;
    object-fit: cover;
}

.offer-panel .offer-box .offer-btn {
    position: absolute;
    top: 25px;
    left: 23px;
    color: #fff;
    background-color: #8b4501;
    padding: 6px 20px;
}

.offer-panel .offer-box .package-card {
    position: absolute;
    bottom: 11px;
    left: 19px;
}

.offer-panel .offer-box .package-card h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 4px 7px;
    border-radius: 10px;
    background-color: #2d322d63;
}

.offer-panel .offer-box .package-card p {
    color: #fff;
}
.offer-panel .offer-box .package-card a {
   display: block;
}

.offer-panel .offer-box .package-card p i {
    margin-right: 8px;
}

.offer-panel .offfer-bottom {
    text-align: center;
    margin-top: 15px;
}

/* offer panel end */

/* testmonil panel start */
.testmonial-panel {
    background-image: url(../images/Testimonial-Image-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.testmonial-panel::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.testmonial-panel .testmonial-top h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
}

.testmonial-panel .testmonial-top p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    max-width: 692px;
}

.testmonial-panel .testmonial-box {
    margin-top: 33px;
}

.testmonial-panel .testmonial-box .item {
    padding: 13px;
}

.testmonial-panel .testmonial-card {
    background: #fff;
    border-radius: 5px;
    max-width: 790px;
    min-height: 333px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.35);
}

/* .testmonial-panel .testmonial-card:hover {
  background-color: #8b4501;
  color: #fff;
} */

.testmonial-panel .testmonial-inner {
    display: flex;
    align-items: center;
}

.testmonial-panel .testmonial-content {
    margin-left: 8px;
}

.testmonial-panel .testmonial-content h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: #000;
}

.testmonial-panel .testmonial-image img {
    width: 58px;
    height: 58px;
    object-fit: cover;
}

.testmonial-panel .testmonial-star i {
    color: #8b4501;
}

.testmonial-panel .testmonial-text {
    margin-top: 18px;
}

.testmonial-panel .testmonial-text p {
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

.testmonial-panel .owl-nav {
    position: relative;
}

.testmonial-panel .owl-nav button {
    position: absolute;
    bottom: 366px;
    right: 41px;
}

.testmonial-panel .owl-nav button:hover {
    background-color: #8b4501 !important;
    color: #fff !important;
}

.testmonial-panel .owl-nav button.owl-prev {
    position: absolute;
    right: 59px;
    background: #d9a300;
    color: #fff;
    padding: 11px;
    padding: 10px 17px !important;
    border-radius: 50%;
}

.testmonial-panel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    background: #d9a300;
    color: #fff;
    padding: 11px;
    padding: 10px 17px !important;
    border-radius: 50%;
}

/* testmonil panel end */

/* latest news panel start */
.news-panel {
    padding-top: 43px;
    padding-bottom: 69px;
    background-color: #f2f8fd;
}

.news-panel .news-top {
    text-align: center;
    margin-bottom: 38px;
}

.news-panel .news-top h2 {
    font-size: 45px;
    font-weight: 800;
    color: #2d373c;
}

.news-panel .news-top p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    max-width: 805px;
    margin-left: auto;
    margin-right: auto;
}

.news-panel .news-box {
    position: relative;
    overflow: hidden;
}

.news-panel .news-box .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-panel .news-box .news-date {
    position: absolute;
    bottom: 156px;
    left: 13px;
}

.news-panel .news-box .news-date a {
    background-color: #d9a300;
    color: #fff;
    padding: 8px 8px;
    font-size: 14px;
    border-radius: 4px;
}

.news-panel .news-content {
    padding: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.news-panel .news-content .news-content-top {
    margin-bottom: 11px;
}

.news-panel .news-content .news-content-top a {
    color: #696969;
    font-size: 15px;
    font-weight: 500;
    margin-right: 20px;
}

.news-panel .news-content .news-content-top a i {
    color: #d9a300;
}

.news-panel .news-content a {
    padding-top: 8px;
    font-weight: 600;
    line-height: 28px;
    font-size: 20px;
    color: #2d373c;
    word-wrap: break-word;
    text-align: left;
}

/* latest news panel end */

/* footer start */
.footer {
    background-image: url(../images/bg_footter.webp);
    padding-top: 48px;
    position: relative;
    z-index: 1;
}

.footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.footer .footer-box {
    margin-bottom: 34px;
}

.footer .footer-box p {
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.footer .footer-box span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 9px;
}

.footer .footer-box h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding-top: 8px;
}

.footer .footer-box .social-icon {
    padding-top: 8px;
}

.footer .footer-box .social-icon a {
    margin-right: 14px;
}

.footer .footer-box .social-icon a i {
    background-color: #e36702;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
}

.footer .footer-box .social-icon a i:hover {
    background-color: #8b4501;
    color: #fff;
}

.footer .footer-box h4 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
}

.footer .footer-box ul {
    margin-top: 39px;
    display: inline-block;
}

.footer .footer-box ul li a {
    display: block;
    color: #fff;
    padding-bottom: 8px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}

.footer .footer-box ul li a:hover {
    color: #8b4501;
}

.footer .footer-box2 {
    margin-left: 10px;
}

.footer-box .footer-icon {
    display: flex;
    align-items: center;
    padding-top: 21px;
}

.footer-box .footer-icon .contact-icon i {
    color: #fff;
    font-size: 20px;
    margin-right: 11px;
}

.footer-box .footer-icon a {
    color: #fff;
    display: contents;
    transition: all 0.5s ease-in-out;
}

.footer-box .footer-icon a:hover {
    color: #8b4501;
}

.footer-copyright {
    background-color: #fff;
    text-align: center;
}

.footer-copyright p {
    padding: 7px 0px;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    background-color: #2b302c;
    text-transform: capitalize;
}

/* footer end */

/* whatshap chat start */

.whatsapp {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 31px;
    bottom: 61px;
    z-index: 999;
    animation: blink 0.8s ease-in-out infinite alternate;
}

.whatsapp img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

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

    100% {
        opacity: 100%;
    }
}

/* whatshap chat end */

/* call us panel start */

.call-us-panel {
    display: none;
}

.call-us-panel .call-us-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: 99;
}

.call-us-panel .call-us-box a {
    color: #fff;
    background-color: #d9a300;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 0px;
    width: 100%;
    text-align: center;
    border-right: 1px solid #121010;
    text-transform: capitalize;
}

.call-us-panel .call-us-box a i {
    font-size: 17px;
    margin-right: 5px;
    animation: blink 1s ease-in-out infinite alternate;
}

/* call us panel start */

/* about page start */
.banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 144px;
    position: relative;
    z-index: 1;
}

.banner-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.banner-image .banner-box {
    text-align: center;
}

.banner-image .banner-box h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.banner-image .banner-box ul {
    display: flex;
    justify-content: center;
}

.banner-image .banner-box ul li a {
    color: #fff;
    margin-right: 6px;
    font-size: 21px;
    text-transform: capitalize;
}

.agency-panel {
    padding-top: 60px;
    padding-bottom: 60px;
}

.agency-panel .about-left {
    position: relative;
    text-align: center;
    margin-bottom: -31px;
    z-index: 1;
}

.agency-panel .about-left img {
    width: 450px;
}

.about-left i {
    position: absolute;
    top: 36%;
    left: 48%;
    font-size: 55px;
    color: #fff;
}

/* .about-left i::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #eb2055;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
} */
/* .about-left i::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #eb2055;
  color: #fff;
  border-radius: 50%;
  transition: all 200ms;
} */

.agency-panel figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.agency-panel .about-right h2 {
    color: #2d373c;
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
}

.about-right {
    padding-top: 67px;
}

.agency-panel .about-right h2 span {
    color: #d9a300;
}

.agency-panel .about-right p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 37px;
}

.complete-tours {
    padding-top: 50px;
    padding-bottom: 50px;
}

.complete-tours h2 {
    color: #2d373c;
    font-weight: 800;
    font-size: 45px;
    line-height: 60px;
}

.complete-tours h2 span {
    color: #d9a300;
}

.complete-tours ul li {
    padding: 20px 30px;
    border: 1px solid rgba(84, 161, 93, 0.3019607843);
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 30px;
    transition: all 0.35s ease-in-out;
}

.complete-tours ul li:hover {
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-color: transparent;
}

.complete-box2 {
    margin-top: 65px;
}

.complete-image {
    height: 269px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.complete-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.complete-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.complete-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

/* about page end */

/* destination details page start */
.destination-details {
    padding-top: 60px;
    padding-bottom: 60px;
}

.destination-details .destination-left figure img {
    width: 100%;
    height: 486px;
    border-radius: 8px;
    object-fit: cover;
}

.destination-details .destination-left h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 26px;
    color: #2d373c;
    text-transform: capitalize;
}

.destination-details .destination-left p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 22px;
}

.destination-image2 {
    margin-bottom: 28px;
}

.destination-image2 img {
    width: 100%;
    height: 294px;
    border-radius: 8px;
    object-fit: cover;
}

.destination-details .accodian-box {
    margin-top: 40px;
}

.destination-details .accodian-box h2 {
    color: #2d373c;
    font-size: 40px;
    font-weight: 800;
}

.destination-details .accodian-box h2 span {
    color: #d9a300;
}

.destination-details .accordion {
    margin-top: 36px;
}

.destination-details .accordion-button {
    background-color: #d9a300;
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}

.destination-details .accordion-item {
    background-color: #fff;
    border: unset;
}

.destination-details .accordion-button:not(.collapsed) {
    color: unset;
    background-color: #d9a300;
    box-shadow: none;
    color: #fff;
}

.destination-details .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.destination-details .accordion-body {
    background: #ffffff;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 0px 0px 5px 5px;
    padding: 20px 30px;
}

.popular-top {
    background-color: #d9a300;
    color: #fff;
    padding: 15px 20px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
}

/* destination details page end */

/* contact us page start */

.contact-us-section {
    padding: 88px 0px;
}

.form-box h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.form-box {
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 10px;
    padding: 60px 70px;
}

.form-box .input-box {
    margin-bottom: 15px;
}

.form-box input,
.form-box select {
    width: 100%;
    border-radius: 0;
    background: #fff;
    color: #100c08;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #eee;
}

.form-box input:focus,
.form-box textarea:focus {
    box-shadow: none;
}

.form-box label {
    color: #5d5b58;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    margin-bottom: 7px;
}

.form-box textarea {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    color: #5e5e5e;
    border: 1px solid #eee;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    padding: 20px 25px;
    min-height: 150px;
}

.form-box button {
    border-radius: 5px;
    background-color: #8b4501;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    border: 0px;
    margin-top: 20px;
}

.form-box button:hover {
    background-color: #d9a300;
    color: #fff;
}

.contact-info-box li span {
    position: absolute;
    top: -14px;
    left: 25px;
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    color: #d9a300;
}

.contact-info-box li {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
}

.contact-info-box li i {
    height: 44px;
    width: 44px;
    background-color: #d9a300;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    color: #fff;
    margin-bottom: 14px;
}

/* .contact-info-box li .contact-icon {
  width: 90px;
  height: 70px;
} */

.contact-info-box li a {
    color: #100c08;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    transition: 0.35s;
}

.contact-info-box li a:hover {
    color: #d9a300;
}

/*contact us page end*/

/* hotel page start */

.hotel-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hotel-section .hotel-inner {
    border: 1px solid #eee;
    border-radius: 5px;
}

.hotel-section .hotel-inner .hotel-box {
    position: relative;
    margin-bottom: 36px;
}

.hotel-section .hotel-inner .hotel-box span {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    padding: 7px 16px;
    border-radius: 5px 0 5px 0;
    background-color: #8b4501;
    transition: 0.5s;
}

.package-details .hotel-box a {
    display: block;
}

.hotel-section .hotel-inner .hotel-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.hotel-section .hotel-content .hotel-content-top {
    margin-top: 20px;
}

.hotel-section .hotel-content .hotel-content-top h4 a {
    font-size: 22px;
    color: #100c08;
    font-weight: 500;
    line-height: 1.2;
    transition: 0.35s;
}

.hotel-section .hotel-content .hotel-content-top .hotel-location ul {
    display: flex;
    align-items: center;
}

.hotel-section .hotel-content .hotel-content-top ul li {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: #787878;
    line-height: 20px;
}

.hotel-section .hotel-content .hotel-content-top ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    padding-left: 0;
}

.hotel-section .hotel-content .hotel-content-top ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #100c08;
}

.hotel-section .hotel-content .hotel-content-top ul li img {
    width: 33px;
    height: 33px;
    border-radius: 100%;
}

.hotel-section .hotel-content .hotel-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    margin-right: 14px;
}

.hotel-section .hotel-content .hotel-content-bottom .room-type h5 {
    font-size: 14px;
    font-weight: 500;
    color: #100c08;
    margin-bottom: 0;
}

.hotel-section .hotel-content .hotel-content-bottom .room-type p {
    font-size: 14px;
    font-weight: 400;
    color: #100c08;
}

.hotel-section .hotel-content .hotel-content-bottom .room-type span {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1.3;
}

.hotel-section .hotel-content .hotel-content-bottom .room-type strong {
    color: #f04505;
    font-weight: 500;
}

.hotel-section .hotel-content .hotel-content-bottom .book-price {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.hotel-section .hotel-content .hotel-content-bottom .price-area {
    margin-bottom: 10px;
    text-align: end;
}

.hotel-section .hotel-content .hotel-content-bottom .price-area p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #100c08;
    line-height: 1;
}

.hotel-section .hotel-content .hotel-content-bottom .price-area span {
    color: #d9a300;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
    padding-top: 7px;
}

.hotel-section .hotel-content .hotel-content-bottom .price-area span del {
    color: rgba(16, 12, 8, 0.5);
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
}

.hotel-section .hotel-content .hotel-content-bottom a {
    border-radius: 5px;
    background-color: #8b4501;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
}

.hotel-section .hotel-content .hotel-content-bottom a:hover {
    background-color: #d9a300;
    color: #fff;
}

/* hotel page end */

/* chardham taxi page start */
.tempo-panel {
    padding-top: 50px;
}

.taxiservices {
    padding-top: 60px;
    padding-bottom: 55px;
}

.taxiservices .taxi-top {
    position: relative;
}

.taxiservices .taxi-top h2 {
    font-size: 30px;
    font-weight: 800;
    color: #2d373c;
}

.taxiservices .taxi-top span {
    color: #d9a300;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: -15px;
}

.taxiservices .taxi-top span i {
    margin-left: 6px;
}

.taxiservices .nav-tabs {
    border-bottom: none;
}

.taxiservices .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 1px dashed #c2c2c2;
    border-radius: 4px;
    background-color: #d9a300;
    color: #fff;
}

.taxiservices .nav-tabs .nav-link {
    cursor: pointer;
    color: #495057;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px dashed #c2c2c2;
    text-transform: capitalize;
    margin-right: 24px;
    transition: all 0.5s ease-in-out;
}

.taxiservices .nav-tabs .nav-link:hover {
    background-color: #d9a300;
    color: #fff;
}

.taxiservices .tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.taxiservices .rentit {
    margin-top: -32px;
    text-align: center;
}

/* .taxiservices .btn-rent {
  padding: 11px 32px;
  border: 1px dashed #c2c2c2;
  border-radius: 4px;
  background-color: #fff;
  color: #d9a300;
  font-weight: 600;
  font-size: 18px;
} */
/*
.btn-rent:hover {
  background-color: #d9a300;
  color: #fff;
} */

.taxiservices .tab-content .tab-card {
    border: 1px solid #e7e7e7;
    padding: 0px 23px;
    margin-top: -20px;
}

.taxiservices .tab-card .tab-title {
    margin-top: 46px;
}

.taxiservices .tab-card .tab-title h3 a {
    display: block;
    font-size: 18px;
    color: #343434;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.taxiservices .reviews {
    text-align: center;
}

.taxiservices .tab-content {
    margin-top: 15px;
    margin-bottom: 22px;
}

.taxiservices .tab-content p {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.tab-card ul {
    columns: 2;
    margin-top: 15px;
    margin-bottom: 13px;
}

.tab-card ul li {
    text-align: left;
    margin-bottom: 8px;
    color: #343434;
}

.tab-card ul li i {
    margin-right: 4px;
}

.tab-box {
    margin-top: 42px;
}

/* chardham taxi page start */

/* puja path page start */
.pujapath-panel {
    padding-top: 50px;
    padding-bottom: 61px;
}

.pujapath-panel .puja-path-top {
    margin-bottom: 25px;
}

.pujapath-panel .puja-path-top h2 {
    color: #000000;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}

.pujapath-panel .pujapath-box p {
    font-size: 16px;
    color: #393a3c;
    font-weight: 600;
}

.pujapath-panel .pujapath-box strong {
    color: #033958;
}

.pujapath-panel .pujapath-box h3 {
    color: #db383c;
    font-size: 18px;
    font-weight: 600;
}

.pujapath-panel .pujapath-box a {
    color: #100c08;
}

.pujapath-panel .pujapath-box a:hover {
    color: #d9a300;
}

.pujapath-panel .pujapath-box hr {
    border-top: 3px solid #0b699f;
}

.pujapath-panel .image-box {
    margin: 24px 0px;
}

.pujapath-panel .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pujapath-panel h4 {
    font-size: 20px;
    font-weight: 700;
    color: #393a3c;
    margin-bottom: 20px;
}

.pujapath-panel .btn-book {
    margin-top: 40px;
}

/* puja path page end */

/* tourist guide page start */
.tourist-panel {
    padding-top: 52px;
    padding-bottom: 80px;
}

.tourist-panel .tourist-top {
    margin-top: 30px;
}

.tourist-panel .tourist-top h2 {
    font-size: 46px;
    color: #393a3c;
    font-weight: 700;
}

.tourist-panel .tourist-box p {
    font-size: 16px;
    color: #393a3c;
}

.tourist-panel .tourist-box p strong {
    color: #033958;
}

.tourist-panel .tourist-box p a {
    color: #db383c;
    text-decoration: underline;
}

.tourist-panel .tourist-box p a:hover {
    color: #000000;
}

.table-box {
    margin-top: 25px;
}

.tourist-panel .table {
    border: 1px solid #033958;
}

.tourist-panel h4 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 20px;
    color: #393a3c;
    font-weight: 700;
}

/* tourist guide page end */

/* gallery page start */
.gallery-panel {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #f2f2f2;
}

.gallery-panel .gallery-box {
    margin-bottom: 28px;
}

/* gallery page end */

/* package details page start */

.package-details {
    padding-top: 100px;
    padding-bottom: 100px;
}

.package-details h6 {
    margin-bottom: 20px;
}

.package-details h6 span {
    font-size: 28px;
    color: #8b4501;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.75px;
    margin-bottom: 0;
}

.package-details h6 del {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    opacity: 0.5;
    margin-left: 8px;
}

.package-details .hotel-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.package-details .details-box {
    margin-bottom: 15px;
}

.details-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.package-details .package-info ul {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.package-details .package-info ul li {
    padding-right: 74px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #100c08;
}

.package-details .package-info ul li i {
    color: #8b4501;
}

.package-details .form-box .form_group {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.package-details .included-content {
    margin: 20px 0px;
}

.package-details .included-content ul li {
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
}

.package-details .excluded-conntent li {
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
}

.package-details .excluded-conntent li i {
    color: #8b4501;
}

.package-details .included-content ul li i {
    color: #8b4501;
}

.package-details .hightlight-tour ul li {
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
}

.package-details .hightlight-tour ul li i {
    color: #8b4501;
}

.excluded-conntent {
    margin-bottom: 20px;
}

.overlay-box {
    width: 100%;
    display: inline-block;
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 8px;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
}

.overlay-box .fa-solid {
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid;
    text-align: center;
    line-height: 50px;
}

.overlay-box:hover .overlay {
    opacity: 1;
    transform: scale(1);
}

.package-details #my-accordion .accordion-button::after {
    content: "+";
    font-family: "Rubik", sans-serif;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    background-image: none;
    font-size: 26px;
}

.package-details #my-accordion .accordion-button:not(.collapsed)::after {
    content: "-";
    font-family: "Rubik", sans-serif;
    background-image: none;
    transform: rotate(0deg);
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    background-image: none;
}

.package-details .accordion-button.accordians-btn {
    border: none;
    border-bottom: 1px solid #100c08;
    padding-bottom: 20px;
}

.package-details .accodian-box span {
    font-size: 21px;
    background-color: #8b4501;
    color: #fff;
    min-width: 120px;
    max-width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px 0 0 0px;
}

.package-details .accordion-button {
    padding: 0px;
    background: transparent;
    border: 1px solid #6e6565;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    gap: 25px;
}

.package-details .accodian-box {
    margin-top: 20px;
}

.package-details h4 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.package-details .accordion-button::after {
    margin-right: 24px;
}

.package-details .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.package-details .accordion-item {
    margin-top: 25px;
    margin-bottom: 28px;
    border: none;
}

.accodian-box2 {
    padding-top: 17px;
}

/* package-details page end */

/* blog page start */

.blog-panel {
    padding-top: 62px;
    padding-bottom: 56px;
}

.blog-panel .blog-card {
    border-radius: 6px;
    margin-bottom: 25px;
}

.blog-panel .blog-img-box {
    width: 100%;
    height: 320px;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.blog-panel .blog-img-box a {
    width: 100%;
    height: 100%;
    display: block;
}

.blog-panel .blog-img-box img {
    border-radius: 6px 6px 0px 0px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-panel .blog-img-box:hover img {
    transform: scale(1.1);
}

.blog-panel .content {
    background-color: #f4f4ff;
    padding: 20px 30px;
}

.blog-panel .digital-marketing-btn {
    color: #fff;
    background: #8b4501;
    padding: 5px 9px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 17px;
}

.blog-panel .digital-marketing-btn:hover {
    background: #d9a300;
    color: #fff;
}

.blog-panel .content h2 a {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 36px;
}

.blog-panel .content p {
    color: #6b6161;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
    height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-panel .content span {
    color: #6b6161;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-panel .view-box {
    border-top: 1px solid #dae0e8;
    padding-top: 17px;
    margin-top: 17px;
}

.blog-panel .view-box span {
    display: inline-block;
    color: #626161;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.blog-panel .view-box i {
    font-size: 18px;
    margin-right: 10px;
    color: transparent;
    background: linear-gradient(90deg, #ff3f00 -0.02%, #ffaa52 100.06%);
    -webkit-background-clip: text;
    background-clip: text;
    animation: blink 1s ease-in-out infinite alternate;
}

/* blog page end */

/* blog-deatails page start */
.blog-details-panel {
    background-color: #f8f9fa;
    position: relative;
    padding: 35px 0px;
}

.blog-details-panel .img-box {
    width: 100%;
    height: auto;
}

.blog-details-panel .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.blog-details-panel .content-boxs {
    padding: 20px 30px;
    background-color: #fff;
    padding: 15px 10px;
}

.blog-details-panel .content-boxs h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-details-panel .content-boxs h2 a {
    color: #000000;
}

.blog-details-panel .content-boxs p {
    color: #6b6161;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 24px;
}

.blog-details-panel .content-boxs h5 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-details-panel .content-boxs strong {
    color: #8b4501;
}

.blog-details-panel .content-boxs ul li {
    color: #6b6161;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.blog-details-panel .blog-details-box span {
    display: block;
    color: #6e6565;
    font-size: 14px;
    margin-top: 30px;
}

.blog-links-box h4 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: #000000;
    transition: all 0.5s ease-in-out;
}

.latest-blog-sidebar .comman-title-box {
    margin-bottom: 32px;
    text-align: start;
}

.latest-blog-sidebar .comman-title-box .decoration {
    margin: 0px;
}

.latest-blog-sidebar h2 {
    font-weight: 400;
    text-transform: capitalize;
}

.latest-blog-sidebar .blog-links-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #dae0e8;
    /* padding-bottom:15px; */
}

.latest-blog-sidebar .blog-links-box span {
    font-size: 15px !important;
    font-weight: 400 !important;
}

.latest-blog-sidebar .blog-links-box span i {
    color: #8b4501;
    font-size: 18px;
    margin-right: 5px;
}

.latest-blog-sidebar .blog-links-box h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin: 15px 0px 18px;
}

.latest-blog-sidebar .blog-links-box a:hover {
    color: #d9a300;
}

.latest-blog-sidebar .all-blog-btn {
    color: #fff;
    background: #8b4501;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 38px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.latest-blog-sidebar .all-blog-btn:hover {
    background: #d9a300;
}

.latest-blog-sidebar .all-blog-btn i {
    font-size: 14px;
    animation: slide 1s linear infinite alternate;
}

.latest-blog-sidebar .inner-box {
    margin-bottom: 20px;
    border: 1px solid #8b4501;
    border-radius: 20px;
    padding: 14px;
    position: relative;
}

.latest-blog-sidebar .inner-box form i {
    position: absolute;
    right: 34px;
    top: 36px;
}

.latest-blog-sidebar .form-control {
    padding: 9px 23px;
}

.latest-blog-sidebar .form-control:focus {
    color: #212529;
    background-color: unset;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.latest-blog-sidebar ul li {
    margin-bottom: 10px;
}

.latest-blog-sidebar ul li a {
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.latest-blog-sidebar ul li a:hover {
    transform: translateX(8px);
    color: #d9a300;
}

/* blog-details page end */

/* pop uo form secttion start */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: none;
    background-color: #fff;
    border-radius: 10px;
}

.modal-title {
    line-height: 1.5;
    font-size: 30px;
    font-weight: 700;
}

.modal-content .input-box {
    margin-bottom: 4px;
}

.modal-content .input-box label {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    margin-bottom: 7px;
}

.modal-content .submit-button-box button {
    border: none;
    border-radius: 5px;
    background-color: #8b4501;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.enquiry-form-section .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.enquiry-form-section .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.enquiry-form-section .input-box select {
    width: 100%;
    padding: 6px 6px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/* pop uo form secttion end */

.overlay-box {
    width: 100%;
    display: inline-block;
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
}

.overlay-box .fa-solid {
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid;
    text-align: center;
    line-height: 50px;
}

.overlay-box:hover .overlay {
    opacity: 1;
    transform: scale(1);
}

.destination-box {
    z-index: 1;
}

.destination-box a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.4);
}

.destination-title {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
}

.destination-box .destination-title span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.custom-destination-box .destination-title span {
    transform: translateY(25px);
    transition: all 0.5s ease-in-out;
}

.custom-destination-box .places {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.custom-destination-box .places::before {
    content: "";
    position: absolute;
    width: 111px;
    height: 3px;
    background-color: #d9a300;
    transform: translate(-12px, -3px);
}

.custom-destination-box:hover .destination-title span,
.custom-destination-box:hover .places {
    transform: translateY(0px);
    opacity: 1;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #8b4501;
    margin-right: 9px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #d9a300;
    border-color: #d9a300;
}

.page-link:focus {
    z-index: 3;
    color: #d9a300;
    background-color: unset;
    outline: 0;
    box-shadow: unset;
}

.page-item:first-child .page-link {
    border-radius: 50px;
}

.page-item:last-child .page-link {
    border-radius: 50px;
}

:focus-visible {
    outline: 0;
}

.page-item {
    margin-top: 19px;
}

.form-card {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
}

.btn-rent span {
    display: inline-block;
    width: 200px;
    padding: 11px 32px;
    border: 1px dashed #c2c2c2;
    border-radius: 4px;
    background-color: #8b4501;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.btn-rent .rent-it {
    display: none;
}

.tab-box:hover .btn-rent {
    position: relative;
    background-color: #8b4501;
    color: #fff;
    transition: all 0.9s ease-in-out;
}

.tab-box:hover .btn-rent .perday-price {
    display: none;
}

.tab-box:hover .btn-rent .rent-it {
    display: inline-block;
}

/* respponsive all device */

@media (max-width: 1200px) {
    .header .navbar .nav-link {
        font-size: 13px;
    }

    .banner-panel .slides {
        height: 509px;
        padding: 172px 0px;
    }

    .banner-panel .slides .slide-content h4 {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .package-panel {
        padding-top: 35px;
    }

    .package-panel .package-box .tour-btn {
        top: 7px;
        left: 7px;
        font-size: 12px;
    }

    .banner-panel .slides .slide-content h2 {
        font-size: 60px;
        line-height: 39px;
    }

    .banner-panel .slides .slide-content span {
        font-size: 17px;
    }

    .banner-panel .slides .slide-content p {
        padding-top: 4px;
        font-size: 16px;
    }

    .package-panel .package-top-left h2 {
        font-size: 37px;
    }

    .package-panel .package-top-left p {
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 21px;
    }

    .btn-all {
        padding: 8px 13px;
        font-size: 14px;
    }

    .package-panel .package-box {
        margin-top: 6px;
        margin-bottom: 40px;
    }

    .package-panel .package-box img {
        height: 260px;
    }

    .package-panel .package-card {
        padding: 10px 9px;
    }

    .package-card .package-info p {
        font-size: 13px;
    }

    .package-card .package-info h5 {
        font-size: 16px;
        line-height: 21px;
    }

    .package-panel a h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .destination-panel {
        padding-top: 24px;
        padding-bottom: 35px;
    }

    .destination-panel .destination-left h2 {
        font-size: 36px;
        margin-bottom: 13px;
    }

    .destination-panel .destination-left p {
        padding-top: 2px;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .destination-panel .destination-left p br {
        display: none;
    }

    .destination-panel .destination-box img {
        height: 260px;
    }

    .destination-panel .destination-box span {
        top: 351px;
        left: 48px;
    }

    .destination-image img {
        height: 260px;
    }

    .destination-box3 img {
        height: 261px;
    }

    .destination-box2 span {
        top: 220px;
        left: 12px;
    }

    .destination-box3 span {
        top: 220px;
    }

    .trip-panel {
        padding-bottom: 137px;
    }

    .trip-panel .trip-content {
        text-align: center;
        padding-top: 61px;
    }

    .trip-panel .trip-content h2 {
        font-size: 42px;
        line-height: 47px;
    }

    .trip-panel .trip-content form input {
        width: 65%;
    }

    .offer-panel .offer-top {
        margin-bottom: 25px;
    }

    .offer-panel .offer-box img {
        height: 320px;
    }

    .offer-panel .offer-box .offer-btn {
        top: 7px;
        left: 6px;
        font-size: 13px;
    }

    .offer-panel .offer-box .package-card {
        bottom: 0px;
        left: 12px;
    }

    .counter-panel {
        margin-top: -78px;
    }

    .counter-panel .counter-icon i {
        font-size: 38px;
    }

    .counter-panel .count-num {
        font-size: 26px;
        margin-top: 23px;
    }

    .counter-panel .counter-box p {
        font-size: 17px;
    }

    .offer-panel .offer-top h2 {
        font-size: 36px;
    }

    .offer-panel .offer-top p {
        font-size: 16px;
        line-height: 25px;
    }

    .offer-panel .offer-box {
        position: relative;
        margin-top: 17px;
    }

    .offer-panel .offer-box .package-card h3 {
        font-size: 20px;
    }

    .testmonial-panel {
        padding-top: 42px;
    }

    .testmonial-panel .testmonial-top h2 {
        font-size: 37px;
        font-weight: 800;
    }

    .testmonial-panel .testmonial-top p {
        line-height: 23px;
    }

    .testmonial-panel .testmonial-box {
        margin-top: 14px;
    }

    .news-panel .news-top h2 {
        font-size: 38px;
    }

    .news-panel .news-top p {
        padding-top: 0px;
        line-height: 25px;
    }

    .news-panel .news-content-top {
        display: flex;
        flex-direction: column;
    }

    .news-panel .news-box .news-date {
        bottom: 164px;
        left: 11px;
    }

    .news-panel .news-box .news-date a {
        font-size: 13px;
    }

    .news-panel .news-content a {
        line-height: 20px;
        font-size: 18px;
    }

    .footer .footer-box2 {
        margin-left: 0px;
    }

    .footer .footer-box p {
        font-size: 13px;
    }

    .footer .footer-box span {
        font-size: 13px;
    }

    .footer .footer-box h4 {
        font-size: 21px;
    }

    .footer .footer-box .social-icon a i {
        font-size: 18px;
    }

    .footer .footer-box ul {
        margin-top: 20px;
        display: inline-block;
    }

    .footer .footer-box ul li a {
        font-size: 14px;
    }

    .footer-box .footer-icon {
        padding-top: 12px;
    }

    .banner-image .banner-box h1 {
        font-size: 40px;
    }

    .banner-image .banner-box ul li a {
        font-size: 18px;
    }

    .agency-panel {
        padding-bottom: 30px;
    }

    .about-right {
        padding-top: 0px;
    }

    .agency-panel .about-left img {
        width: 357px;
    }

    .agency-panel .about-right h2 {
        font-size: 35px;
        line-height: 47px;
    }

    .complete-tours h2 {
        font-size: 39px;
        line-height: 49px;
    }

    .complete-tours ul li {
        padding: 13px 22px;
        margin-top: 20px;
    }

    .complete-box2 {
        margin-top: 34px;
    }

    .contact-us-section {
        padding: 55px 0px;
    }

    .contact-info-box li i {
        padding: 17px;
    }

    .form-box {
        padding: 23px 35px;
    }

    .destination-panel .destination-box span {
        top: 0px;
        left: 0px;
    }

    .destination-details {
        padding-top: 46px;
        padding-bottom: 41px;
    }

    .destination-details .destination-left figure img {
        height: 100%;
    }

    .destination-details .destination-left h2 {
        font-size: 27px;
    }

    .destination-details .destination-left p {
        margin-top: 10px;
    }

    .destination-image2 {
        margin-bottom: 6px;
    }

    .destination-details .accodian-box {
        margin-top: 12px;
    }

    .package-box a h3 {
        font-size: 18px;
    }

    .hotel-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hotel-section .hotel-content .hotel-content-top h4 a {
        font-size: 20px;
    }

    .package-details {
        padding-top: 52px;
        padding-bottom: 59px;
    }

    .package-details h6 span {
        font-size: 23px;
    }

    .form-box h2 {
        font-size: 25px;
    }

    .package-details h4 {
        font-size: 22px;
    }

    .form-box button {
        font-size: 13px;
        margin-top: 7px;
    }

    .package-details .accordion-button {
        font-size: 16px;
    }

    .package-details .accodian-box span {
        font-size: 18px;
        height: 50px;
        border-radius: 2px 0 0 0px;
    }

    .accordion-body p {
        font-size: 15px;
        line-height: 29px;
    }

    .hotel-box {
        margin-bottom: 22px;
    }

    .package-details .hotel-box img {
        height: 300px;
    }

    .pujapath-panel {
        padding-top: 25px;
        padding-bottom: 46px;
    }

    .pujapath-panel .puja-path-top h2 {
        font-size: 37px;
    }

    .pujapath-panel .puja-path-top {
        margin-bottom: 20px;
    }

    .pujapath-panel .puja-path-top h2 {
        font-size: 30px;
    }

    .pujapath-panel .pujapath-box p {
        line-height: 30px;
        font-size: 15px;
    }

    .tourist-panel {
        padding-top: 30px;
        padding-bottom: 48px;
    }

    .tourist-panel .tourist-top {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .tourist-panel .tourist-top h2 {
        font-size: 37px;
    }

    .tourist-panel h4 {
        font-size: 19px;
    }

    .taxiservices {
        padding-top: 47px;
        padding-bottom: 39px;
    }

    .tab-box {
        margin-top: 0px;
    }

    .taxiservices .taxi-top h2 {
        font-size: 26px;
        padding-bottom: 9px;
    }

    .taxiservices .taxi-top span {
        font-size: 11px;
    }

    .taxiservices .nav {
        padding-left: 32px;
    }

    .taxiservices .nav-tabs .nav-link {
        margin-bottom: 12px;
    }

    .taxiservices .tab-card .tab-title h3 a {
        font-size: 16px;
    }

    .taxiservices .tab-content p {
        font-size: 13px;
    }

    .btn-rent span {
        width: 169px;
        font-size: 16px;
        padding: 11px 16px;
    }

    .blog-panel {
        padding-top: 45px;
        padding-bottom: 42px;
    }

    .blog-panel .content h2 a {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 32px;
    }

    .blog-panel .blog-img-box {
        height: 300px;
    }

    .blog-panel .content p {
        margin-bottom: 8px;
        line-height: 25px;
    }
}

@media (max-width: 992px) {
    .header .navbar .nav-link {
        color: #000;
    }

    .navbar-collapse {
        align-items: center;
        background-color: #fff;
        padding: 23px;
    }

    .dropdown-toggle::after {
        font-size: 21px;
        position: absolute;
        right: 0;
        top: -27px;
    }

    .navbar-toggler {
        color: #fff;
    }

    .header .navbar .nav-link {
        margin-bottom: 15px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .banner-panel .slides {
        padding: 172px 0;
    }

    .banner-panel .slides .slide-content h4 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .banner-panel .slides .slide-content h2 {
        font-size: 49px;
        line-height: 49px;
    }

    .banner-panel .slides .slide-content p {
        padding-top: 4px;
        font-size: 15px;
        width: 100%;
    }

    .package-panel {
        padding-top: 32px;
    }

    .package-panel .package-box img {
        height: 241px;
    }

    .package-panel .package-top-left h2 {
        font-size: 28px;
    }

    .package-panel .package-top-left p {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .package-panel a h3 {
        font-size: 19px;
        margin-bottom: 19px;
    }

    .destination-panel {
        padding-bottom: 54px;
    }

    .destination-panel .destination-box {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .destination-panel .destination-left h2 {
        font-size: 30px;
    }

    .destination-panel .destination-left p {
        font-size: 15px;
    }

    .destination-image {
        margin-bottom: 23px;
    }

    .destination-image img {
        height: auto;
    }

    .destination-panel .destination-box span {
        top: 372px;
    }

    .trip-panel {
        padding-bottom: 132px;
    }

    .trip-panel .trip-content {
        padding-top: 44px;
    }

    .trip-panel .trip-content h2 {
        font-size: 38px;
        line-height: 38px;
    }

    .trip-panel .trip-content form input {
        width: 82%;
    }

    .counter-panel {
        margin-top: 39px;
    }

    .counter-panel .counter-box {
        margin-bottom: 38px;
    }

    .counter-panel .counter-icon i {
        font-size: 56px;
    }

    .counter-panel .count-num {
        font-size: 37px;
        margin-top: 28px;
    }

    .counter-panel .counter-box p {
        font-size: 23px;
    }

    .offer-panel .offer-top h2 {
        font-size: 30px;
    }

    .offer-panel {
        padding-top: 36px;
        padding-bottom: 42px;
    }

    .offer-panel .offer-box img {
        height: 250px;
    }

    .testmonial-panel .testmonial-top h2 {
        font-size: 30px;
    }

    .testmonial-panel .testmonial-top p {
        font-size: 15px;
        line-height: 24px;
    }

    .news-panel {
        padding: 25px 0px;
    }

    .news-panel .news-top h2 {
        font-size: 32px;
    }

    .news-panel .news-box {
        margin-bottom: 28px;
    }

    .news-panel .news-box .news-date {
        bottom: 170px;
        left: 14px;
    }

    .footer-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .footer {
        padding-top: 18px;
    }

    .footer .footer-box p {
        font-size: 11px;
    }

    .footer .footer-box h4 {
        font-size: 16px;
    }

    .footer .footer-box ul li a {
        font-size: 13px;
    }

    .footer-box .footer-icon a {
        font-size: 13px;
    }

    .footer-box .footer-icon a br {
        display: none;
    }

    .footer .footer-box .social-icon a {
        margin-right: 5px;
    }

    .about-right {
        padding-top: 20px;
    }

    .agency-panel .about-right h2 {
        font-size: 39px;
        line-height: 55px;
    }

    .agency-panel .about-right h2 br {
        display: none;
    }

    .agency-panel .about-right p {
        margin-top: 14px;
    }

    .complete-tours {
        padding-top: 13px;
        padding-bottom: 34px;
    }

    .banner-image {
        padding: 114px;
    }

    .contact-info-box li i {
        padding: 14px;
        margin-bottom: 0px;
        line-height: 18px;
    }

    .contact-info-box li {
        padding: 9px 28px;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 40px;
    }

    .contact-info-box p {
        text-align: center;
    }

    .form-box {
        padding: 16px 15px;
    }

    .form-box .input-box {
        margin-bottom: 11px;
    }

    .form-box input {
        padding: 8px 12px;
    }

    .form-box button {
        margin-top: 6px;
    }

    .contact-us-section {
        padding: 37px 0px;
    }

    .destination-panel .destination-box {
        margin-bottom: 24px;
    }

    .destination-panel .destination-box span {
        top: -27px;
    }

    .destination-image {
        margin-bottom: 0px;
    }

    .destination-box::before {
        border-radius: 8px;
    }

    .destination-panel .destination-box img {
        height: auto;
    }

    .destination-panel .destination-left {
        margin-bottom: 22px;
    }

    .destination-panel .destination-left h2 {
        font-size: 28px;
    }

    .destination-details .destination-left h2 {
        font-size: 25px;
        margin-top: 8px;
    }

    .destination-image2 {
        margin-bottom: 26px;
    }

    .destination-details .accordion-button {
        font-size: 18px;
    }

    .popular-top {
        font-size: 20px;
        margin-top: 22px;
    }

    .package-box img {
        height: 100%;
    }

    .hotel-section .hotel-inner .hotel-box img {
        height: 308px;
    }

    .hotel-section .hotel-inner .hotel-box span {
        font-size: 13px;
        padding: 7px 6px;
    }

    .hotel-section .hotel-content .hotel-content-top ul li {
        font-size: 13px;
    }

    .hotel-section .hotel-content .hotel-content-top h4 a {
        font-size: 19px;
    }

    .hotel-section .hotel-content .hotel-content-bottom {
        padding-top: 3px;
    }

    .package-details {
        padding-top: 37px;
        padding-bottom: 59px;
    }

    .package-details h6 span {
        font-size: 20px;
    }

    .package-details .package-info ul li {
        font-size: 15px;
    }

    .package-details h6 {
        margin-bottom: 16px;
    }

    .package-details .package-info ul {
        margin-bottom: 16px;
    }

    .package-details p {
        font-size: 15px;
        line-height: 27px;
    }

    .package-details h4 {
        font-size: 21px;
    }

    .tourist-panel .tourist-top h2 {
        font-size: 30px;
    }

    .tourist-panel .tourist-box p {
        font-size: 15px;
        color: #393a3c;
        line-height: 27px;
    }

    .taxiservices .tab-image img {
        width: 100%;
        height: 231px;
        object-fit: cover;
    }

    .tab-box {
        margin-top: 0px;
        margin-bottom: 28px;
    }

    .blog-panel .blog-img-box {
        height: 255px;
    }

    .blog-panel .content {
        padding: 20px 18px;
    }

    .blog-panel .content h2 a {
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 25px;
    }
}

@media (max-width: 768px) {
    .banner-panel .slides {
        padding: 172px 0;
    }

    .banner-panel .slides .slide-content h4 {
        font-size: 10px;
        margin-bottom: 12px;
    }

    .banner-panel .slides .slide-content h2 {
        font-size: 30px;
        line-height: 27px;
    }

    .banner-panel .slides .slide-content span {
        font-size: 9px;
    }

    .banner-panel .slides .slide-content p {
        padding-top: 0px;
        font-size: 14px;
        line-height: 21px;
    }

    .package-panel .package-top-left h2 {
        font-size: 24px;
    }

    .package-panel .package-box {
        margin-bottom: 22px;
    }

    .package-panel .package-top-right {
        text-align: left;
        margin-bottom: 31px;
    }

    .package-panel .package-box img {
        height: auto;
    }

    .destination-panel .destination-left h2 {
        font-size: 25px;
    }

    .destination-panel .destination-left p {
        font-size: 13px;
        padding-bottom: 5px;
    }

    .destination-panel .destination-right {
        text-align: left;
        margin-bottom: 35px;
    }

    .destination-panel .destination-box img {
        height: auto;
    }

    .trip-panel {
        padding-bottom: 49px;
    }

    .trip-panel .trip-content h2 {
        font-size: 35px;
        line-height: 47px;
    }

    .trip-panel .trip-content p {
        font-size: 14px;
    }

    .trip-panel .trip-content button {
        padding: 11px 35px;
    }

    .counter-panel .counter-icon i {
        font-size: 43px;
    }

    .counter-panel .count-num {
        font-size: 32px;
        margin-top: 8px;
    }

    .counter-panel .counter-box p {
        font-size: 21px;
    }

    .offer-panel {
        padding-top: 12px;
        padding-bottom: 48px;
    }

    .offer-panel .offer-top h2 {
        font-size: 27px;
    }

    .offer-panel .offer-top p {
        font-size: 16px;
        line-height: 25px;
        text-align: left;
    }

    .offer-panel .offer-top {
        margin-bottom: 17px;
    }

    .testmonial-panel .testmonial-top h2 {
        font-size: 22px;
    }

    .testmonial-panel .testmonial-top p {
        font-size: 13px;
        line-height: 23px;
    }

    .testmonial-panel .owl-nav {
        position: relative;
        display: none;
    }

    .testmonial-panel .testmonial-box {
        margin-top: 2px;
    }

    .testmonial-panel {
        padding-bottom: 50px;
    }

    .testmonial-panel .testmonial-content h3 {
        font-size: 21px;
        line-height: 24px;
    }

    .testmonial-panel .testmonial-text p {
        font-size: 16px;
        line-height: 31px;
        text-align: center;
    }

    .news-panel .news-top h2 {
        font-size: 29px;
    }

    .news-panel .news-top p {
        padding-top: 7px;
        line-height: 27px;
        text-align: left;
    }

    .news-panel .news-box .news-date {
        bottom: 165px;
        left: 6px;
    }

    .call-us-panel {
        display: block;
    }

    .footer-copyright p {
        font-size: 14px;
    }

    .whatsapp {
        display: none;
    }

    .banner-image .banner-box h1 {
        font-size: 24px;
        white-space: nowrap;
    }

    .banner-image .banner-box ul li a {
        font-size: 15px;
        white-space: nowrap;
    }

    .agency-panel {
        padding-top: 38px;
        padding-bottom: 0px;
    }

    .agency-panel .about-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .agency-panel .about-left {
        margin-bottom: 21px;
    }

    .agency-panel .about-right h2 {
        font-size: 25px;
        line-height: 38px;
    }

    .complete-tours h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .complete-tours ul li {
        padding: 13px 13px;
        margin-top: 31px;
        font-size: 14px;
    }

    .contact-info-box li a {
        font-size: 15px;
    }

    .form-box h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .form-box h2 {
        font-size: 25px;
    }

    .destination-details .destination-left figure img {
        height: 208px;
    }

    .destination-details .destination-left h2 {
        font-size: 20px;
        margin-top: 24px;
    }

    .destination-details .destination-left p {
        font-size: 15px;
        line-height: 24px;
        text-align: justify;
    }

    .destination-image2 img {
        height: 200px;
    }

    .destination-details .accordion-button {
        font-size: 16px;
    }

    .destination-details .accordion-body {
        padding: 14px 15px;
        font-size: 15px;
        line-height: 26px;
        text-align: justify;
    }

    .package-box img {
        height: 248px;
    }

    .package-card {
        padding: 15px 8px;
    }

    .hotel-section .hotel-inner {
        border: none;
        border-radius: 5px;
    }

    .hotel-section .hotel-inner .hotel-box img {
        height: auto;
    }

    .hotel-section {
        padding-top: 12px;
    }

    .hotel-section .hotel-content .hotel-content-top h4 a {
        font-size: 18px;
    }

    .hotel-section .hotel-content .hotel-content-bottom {
        padding-top: 3px;
        margin-bottom: 34px;
        border-bottom: 1px solid #c4bcbc;
    }

    .hotel-section .hotel-content .hotel-content-top ul li {
        font-size: 13px;
        line-height: 21px;
        flex-direction: column;
    }

    .hotel-section .hotel-content {
        padding: 0 9px;
        border-bottom: 1px solid #d6c7c7;
    }

    .hotel-section .hotel-content .hotel-content-bottom a {
        font-size: 11px;
        padding: 11px 11px;
    }

    .hotel-section .hotel-content .hotel-content-top {
        margin-top: 0px;
    }

    .hotel-section .hotel-inner .hotel-box {
        margin-bottom: 15px;
    }

    .banner-image .banner-box h1 {
        font-size: 22px;
        margin-left: -44px;
    }

    .package-details .hotel-box img {
        height: auto;
    }

    .package-details {
        padding-top: 28px;
        padding-bottom: 45px;
    }

    .package-details .details-box {
        margin-bottom: 26px;
    }

    .details-box img {
        height: auto;
    }

    .package-details .package-info ul {
        margin-bottom: 28px;
    }

    .package-details .package-info ul {
        margin-bottom: 14px;
        display: block;
    }

    .package-details .package-info ul li {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .package-details p {
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }

    .package-details .included-content ul li {
        font-size: 13px;
        gap: 13px;
    }

    .package-details .excluded-conntent li {
        font-size: 13px;
        gap: 8px;
        padding-top: 9px;
    }

    .package-details .excluded-conntent li {
        font-size: 13px;
        gap: 13px;
        padding-top: 9px;
    }

    .package-details h4 {
        font-size: 18px;
    }

    .package-details .hightlight-tour ul li {
        font-size: 13px;
        line-height: 23px;
        gap: 13px;
    }

    .package-details .accodian-box span {
        font-size: 16px;
        height: 46px;
        border-radius: 2px 0 0 0px;
    }

    .package-details .accordion-button {
        font-size: 13px;
    }

    .form-box h2 {
        font-size: 22px;
    }

    .form-box button {
        font-size: 13px;
        padding: 14px 23px;
    }

    .accordion-body ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .pujapath-panel .puja-path-top h2 {
        font-size: 21px;
    }

    .pujapath-panel .pujapath-box p {
        line-height: 24px;
        font-size: 14px;
        text-align: justify;
    }

    .pujapath-panel .pujapath-box h3 {
        font-size: 17px;
        line-height: 29px;
    }

    .footer-copyright {
        margin-bottom: 46px;
    }

    .tourist-panel .tourist-top h2 {
        font-size: 20px;
    }

    .tourist-panel .tourist-box p {
        font-size: 14px;
        line-height: 23px;
    }

    .table-box strong {
        font-size: 12px;
    }

    .taxiservices .taxi-top h2 {
        font-size: 24px;
        padding-bottom: 2px;
    }

    .taxiservices .tab-image img {
        height: auto;
    }

    .blog-panel {
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .blog-panel .blog-img-box img {
        height: 100%;
    }
}
.war-info{
    width: 12px;
    height: 16px;
    font-size: 10px !important;
    padding: 4px !important;
    margin: 3px !important;
}
.facility-icon img{
    width: 33px;
    height: 33px;
    border-radius: 100%;
}
 /* Fullscreen Loader */
 #page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* Light overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it stays above everything */
}

/* Loader Animation */
.loader {
    display: flex;
    justify-content: space-between;
    width: 80px;
}

.loader div {
    width: 16px;
    height: 16px;
    background-color: #007bff; /* Bootstrap primary blue */
    border-radius: 50%;
    animation: bounce 1.2s infinite ease-in-out;
}

.loader div:nth-child(1) {
    animation-delay: -0.3s;
}

.loader div:nth-child(2) {
    animation-delay: -0.15s;
}

.loader div:nth-child(3) {
    animation-delay: 0s;
}

.loader div:nth-child(4) {
    animation-delay: 0.15s;
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Smooth fade-out animation */
.loader-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

/* start rating-recognition  */
.rating-recognition {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.rating-recognition__heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

.rating-recognition__image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating-recognition__image {
    transition: transform 0.3s ease-in-out;
    width: 144px;
    height: auto;
}

.rating-recognition__image-container img:hover {
    transform: scale(1.05);
}

@media (max-width: 576px) {
    .rating-recognition__heading {
        font-size: 1.5rem;
    }

    .rating-recognition__image-container {
        margin-bottom: 20px;
    }

    /* Make images full-width on small screens */
    .rating-recognition__image {
        max-width: 100%;
    }
}
/* end rating-recognition  */

/* MONEY CAPITAL reusable styles */
.mcf-hero {
    position: relative;
    overflow: hidden;
    padding: 8rem 0 4.5rem;
    background:
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.22), transparent 28%),
        radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.24), transparent 32%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.mcf-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.35;
}

.mcf-hero-content {
    position: relative;
    z-index: 1;
}

.mcf-hero h1 {
    color: #fff;
    font-size: clamp(2.4rem, 4vw, 4.2rem);
    line-height: 1.05;
    margin-bottom: 0.8rem;
}

.mcf-hero p,
.mcf-hero a,
.mcf-hero span {
    color: rgba(255, 255, 255, 0.84);
}

.mcf-page {
    padding: 5rem 0;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.mcf-heading {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.mcf-heading::before {
    content: "MONEY CAPITAL";
    display: inline-block;
    padding: 0.45rem 0.85rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(251, 113, 133, 0.12));
    color: #9a3412;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mcf-heading::after {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #f59e0b, #fb7185, #2563eb);
}

.mcf-heading h2 {
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3.1rem);
    margin-bottom: 0.85rem;
    letter-spacing: -0.03em;
}

.mcf-heading p {
    color: #475569;
    font-size: 1.05rem;
}

.mcf-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.mcf-product-card {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: riseIn 0.8s ease both;
}

.mcf-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.mcf-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.9;
    pointer-events: none;
}

.mcf-product-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 6px;
    background: linear-gradient(90deg, #f59e0b, #fb7185);
}

.mcf-product-card:nth-child(1) {
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
}

.mcf-product-card:nth-child(1)::before {
    background: radial-gradient(circle at top right, rgba(249, 115, 22, 0.14), transparent 42%);
}

.mcf-product-card:nth-child(2) {
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.mcf-product-card:nth-child(2)::before {
    background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.16), transparent 42%);
}

.mcf-product-card:nth-child(3) {
    background: linear-gradient(180deg, #ecfeff 0%, #ffffff 100%);
}

.mcf-product-card:nth-child(3)::before {
    background: radial-gradient(circle at top right, rgba(8, 145, 178, 0.15), transparent 42%);
}

.mcf-product-card:nth-child(4) {
    background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 100%);
}

.mcf-product-card:nth-child(4)::before {
    background: radial-gradient(circle at top right, rgba(109, 40, 217, 0.14), transparent 42%);
}

.mcf-product-card:nth-child(5) {
    background: linear-gradient(180deg, #fef2f2 0%, #ffffff 100%);
}

.mcf-product-card:nth-child(5)::before {
    background: radial-gradient(circle at top right, rgba(220, 38, 38, 0.14), transparent 42%);
}

.mcf-product-card:nth-child(6) {
    background: linear-gradient(180deg, #ecfccb 0%, #ffffff 100%);
}

.mcf-product-card:nth-child(6)::before {
    background: radial-gradient(circle at top right, rgba(101, 163, 13, 0.16), transparent 42%);
}

.mcf-product-card:nth-child(7) {
    background: linear-gradient(180deg, #eef2ff 0%, #ffffff 100%);
}

.mcf-product-card:nth-child(7)::before {
    background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.15), transparent 42%);
}

.mcf-product-card:nth-child(8) {
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
}

.mcf-product-card:nth-child(8)::before {
    background: radial-gradient(circle at top right, rgba(34, 197, 94, 0.15), transparent 42%);
}

.mcf-product-card > * {
    position: relative;
    z-index: 1;
}

.mcf-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 1.35rem;
    margin-bottom: 1rem;
    color: #0f172a;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
}

.mcf-item-title {
    color: #0f172a;
    margin-bottom: 0.45rem;
}

.mcf-item-copy {
    color: #475569;
    margin-bottom: 1.2rem;
}

.mcf-rate-pill {
    display: inline-flex;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 800;
    margin-bottom: 1rem;
}

@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .mcf-grid-3 {
        grid-template-columns: 1fr;
    }
}
