:root {
    --bs-red: #8c140c;
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.8s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    border-radius: 50%;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    border: 0;
    color: var(--bs-white) !important;
}

.btn-light-outline-0 {
    border: 0;
    color: #8c140c !important;
}

.btn-primary-outline-0:hover {
    background: var(--bs-red) !important;
    color: var(--bs-white) !important;
}

.btn-light-outline-0:hover {
    background: var(--bs-red) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
    background: var(--bs-red) !important;
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 5px 15px;
    font-size: 18px;
    transition: 0.5s;
    font-weight: 800;
    color: black;
}

.btn-primary {
    background-color: #385723;
    border-color: #385723;
}

.btn-primary:hover {
    background-color: #8c140c;
    border-color: #8c140c;
}

.text-primary {
    color: #8c140c !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #8c140c;
    font-weight: 800 !important;
    text-decoration: underline;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: 0.5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-red);
    color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: 0.5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, 0.6);
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-header .carousel-item {
    position: relative;
    min-height: 550px;
}

.carousel-header .carousel-item img {
    position: absolute;
    width: 100%;
    height: 550px !important;
    object-fit: cover;
}

.carousel-header .carousel-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
    ); /* You can adjust opacity */
    z-index: 1;
}

.carousel-header .carousel-caption-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white !important;
    text-align: center;
}

.carousel-header .carousel-caption-custom h4 {
    font-size: 3rem;
    font-weight: bold;
    color: white !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.carousel-header .carousel-control-prev {
    position: absolute;
    top: 40%;
    left: 0;
}

.carousel-header .carousel-control-next {
    position: absolute;
    top: 40%;
    right: 0;
}

.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    opacity: 1;
    font-size: 1rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    background-color: #8c140c !important;
    height: 80px;
    width: 30px;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    background: transparent;
}

.carousel-header #carouselId .carousel-indicators {
    padding-bottom: 30px;
}

.carousel-header #carouselId .carousel-indicators li {
    border-top: 10px solid var(--bs-white);
    border-bottom: 10px solid var(--bs-white);
    border-right: 5px solid var(--bs-white);
    border-left: 5px solid var(--bs-white);
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.5s;
}

.carousel-header #carouselId .carousel-indicators li.active {
    background: #8c140c;
    border-color: #8c140c;
    border-right: 15px solid #8c140c;
    border-left: 15px solid #8c140c;
}

@media (max-width: 991px) {
   .carousel-header .carousel-item {
        min-height: 500px;
    }

   .carousel-header .carousel-item img {
        height: 500px !important;
    }
}

@media (max-width: 767px) {
   .carousel-header .carousel-item {
        min-height: 400px;
    }

   .carousel-header .carousel-item img {
        height: 400px !important;
    }

   .carousel-header .carousel-caption-custom h4 {
        font-size: 2rem;
    }
}

@media (max-width: 500px) {
   .carousel-header .carousel-item {
        min-height: 300px;
    }

   .carousel-header .carousel-item img {
        height: 300px !important;
    }

   .carousel-header .carousel-control-prev,
   .carousel-header .carousel-control-next {
        height: 60px;
        width: 25px;
    }

    .carousel-header .carousel-caption-custom h4 {
        font-size: 1.5rem;
    }
}

/*** Carousel End ***/

.bg-breadcrumb {
    background: linear-gradient(
            45deg,
            rgba(140, 20, 12, 0.84),
            rgba(56, 87, 35, 0.84)
        ),
        url("../img/page_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Services Start ***/
.services .services-item {
    transition: 0.5s;
}

.services .services-item:hover {
    background: #385723 !important;
}

.border-primary {
    border-color: #385723 !important;
}

.services .services-item .services-content i
{
    color:#6F160E;
}

.services .services-item:hover .services-content p,
.services .services-item:hover .services-content i,
.services .services-item:hover .services-content h4 {
    color: var(--bs-white);
    transition: 0.5s;
}

.services .services-item:hover .services-content a.btn {
    background: var(--bs-white);
    color: #8c140c !important;
}

.services .services-item:hover .services-content a.btn:hover {
    color: var(--bs-white) !important;
}

.services .services-item .services-img {
    overflow: hidden;
}

.services .services-item .services-img img {
    transition: 0.5s;
}

.services .services-item .services-img img:hover {
    transform: scale(1.3);
}
/*** Services End ***/

/*** About Start ***/
/*** Youtube Video start ***/
.video {
    position: relative;
    padding-right: 70px;
    padding-bottom: 70px;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    margin-left: -35px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-red);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #8c140c;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** About End ***/

/*** Appointment  Start ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
        url("../img/aboutnew2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.appointment .appointment-form {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    object-fit: cover;
    border-radius: 10px;
}

.appointment .appointment-time {
    background: linear-gradient(
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2)
    );
    object-fit: cover;
    border-radius: 10px;
}
/*** Appointment End ***/

/*** Counter Start ***/
.counter-section .counter-item .counter-content {
    position: relative;
    margin-bottom: 60px;
    background-image: linear-gradient(
        rgba(252, 152, 195, 0.3),
        rgba(255, 255, 255, 0.3),
        rgba(136, 76, 210, 0.3)
    );
    border-radius: 10px;
    z-index: 9;
    background-color: #385723;
}

.counter-section .counter-item {
    text-align: center;
    /*background: rgba(255, 255, 255, .5) !important;*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));*/
    /*object-fit: cover;*/
    border-radius: 0 25% 0 25%;
}

.counter-section .counter-item .counter-content .svg-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -50px;
    margin-left: -45px;
    transform: rotate(180deg);
}

.counter-section .counter-item .counter-quantity {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #385723;
}
/*** Counter End ***/

/*** Events Start ***/
.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: #8c140c !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.gallery .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-img img {
    transition: 0.5s;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-img .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
}

.gallery .gallery-img:hover .gallery-overlay,
.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
/*** Events End ***/

/*** Pricing Start ***/
.pricing {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing .pricing-item {
    color: var(--bs-white);
}

.pricing .pricing-item .pricing-content {
    background: rgba(255, 255, 255, 0.4);
}

.pricing .owl-carousel.pricing-carousel {
    position: relative;
}

.pricing .owl-carousel.pricing-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev:hover,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next:hover {
    color: #8c140c;
}
/*** Pricing End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team .team-item .team-text {
    background: #8c140c;
}

.team .team-item .team-social {
    position: absolute;
    top: -180px;
    left: 20px;
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-social {
    top: 20px;
    left: 20px;
    opacity: 1;
}

.team .team-item .team-img {
    position: relative;
    width: 100%;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.team .team-item:hover .team-img::after {
    bottom: 0;
    height: 100%;
}

.team .team-item .team-text {
    transition: 0.5s;
}

.team .team-item:hover .team-text {
    background: var(--bs-red);
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
        url(../img/bg-3.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .testimonial-item {
    background: rgba(0, 0, 0, 0.74);
}

.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: #8c140c;
}
/*** testimonial end ***/

/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact .contact-form {
    background: rgba(255, 255, 255, 0.6);
}
/*** Contact End ***/

/*** footer start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../img/saanvi.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #070741c9;
    background-size: cover;
    background-blend-mode: multiply;
}

.footer .footer-item a,
.footer .footer-item p {
    color: var(--bs-white);
    line-height: 30px;
    font-size: 17px;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 0px;
    color: #8c140c !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

/*** Fixed Icon CSS ***/
/* Floating Action Button Container */
.fab-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
}

/* Main FAB Button */
.fab-main {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #c73a30, #8c140c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(238, 90, 36, 0.4);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: none;
    outline: none;
}

.fab-main:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(238, 90, 36, 0.6);
}

.fab-main.active {
    transform: rotate(45deg);
    background: linear-gradient(135deg, #c73a30, #8c140c);
}

.fab-icon {
    font-size: 24px;
    color: white;
    transition: transform 0.3s ease;
}

/* Social Icons Container */
.social-icons {
    position: absolute;
    bottom: 70px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: none;
}

.social-icons.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Individual Social Icon */
.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s ease;
}

.social-icon:hover::before {
    left: 100%;
}

.social-icon:hover {
    transform: scale(1.15) rotate(360deg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: white;
}

/* WhatsApp */
.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

/* Phone */
.phone {
    background: linear-gradient(135deg, #4caf50, #2e7d32);
}

/* Facebook */
.facebook {
    background: linear-gradient(135deg, #1877f2, #166fe5);
}

/* Instagram */
.instagram {
    background: linear-gradient(135deg, #e4405f, #833ab4, #fccc63);
}

/* Youtube */
.youtube {
    background: linear-gradient(135deg, #e4405f, #922020, #8a2020);
}

/* Twitter */
.twitter {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9);
}

/* Stagger animation for icons */
.social-icon:nth-child(1) {
    transition-delay: 0.1s;
}
.social-icon:nth-child(2) {
    transition-delay: 0.15s;
}
.social-icon:nth-child(3) {
    transition-delay: 0.2s;
}
.social-icon:nth-child(4) {
    transition-delay: 0.25s;
}
.social-icon:nth-child(5) {
    transition-delay: 0.3s;
}

/* Tooltip */
.social-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-icon:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .fab-container {
        bottom: 20px;
        left: 20px;
    }

    .fab-main {
        width: 55px;
        height: 55px;
    }

    .social-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

/* Pulse animation for main button */
@keyframes pulse {
    0% {
        box-shadow: 0 8px 25px rgba(238, 90, 36, 0.4);
    }
    50% {
        box-shadow: 0 8px 25px rgba(238, 90, 36, 0.6),
            0 0 0 15px rgba(238, 90, 36, 0.1);
    }
    100% {
        box-shadow: 0 8px 25px rgba(238, 90, 36, 0.4);
    }
}

.fab-main {
    animation: pulse 3s infinite;
}

/****** Custom BTN style *****/
.custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    user-select: none;
}

/* Animated Button Style */
.custom-btn-animated {
    background: linear-gradient(45deg, #8c140c, #385723, #8c140c, #385723);
    background-size: 400% 400%;
    color: white;
    animation: gradientShift 3s ease infinite;
    box-shadow: 0 4px 15px rgba(140, 20, 12, 0.3);
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.custom-btn-animated:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(140, 20, 12, 0.4);
    animation-duration: 1s;
    color: white;
}

/* Icon for buttons */
.custom-btn-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.custom-btn:hover .custom-btn-icon {
    transform: translateX(3px);
}

/* Size variants */
.custom-btn-sm {
    padding: 10px 24px;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/**** Tour CARD CSS ****/
.tour-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    position: relative;
    height: 100%;
}

.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Image Section Enhancement */
.image-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.image-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    border-radius: 0px;
}

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

/* Overlay Effect */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(140, 20, 12, 0.3) 0%,
        rgba(56, 87, 35, 0.3) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tour-card:hover .image-overlay {
    opacity: 1;
}

/* Premium Badge */
.premium-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #8c140c, #385723);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

/* Card Body Enhancement */
.card-body {
    padding: 25px;
    position: relative;
}

.content-title {
    color: #8c140c !important;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    transition: color 0.3s ease;
    text-decoration: none;
    line-height: 1.4;
}

.content-title:hover {
    color: #385723 !important;
}

/* Custom HR */
.custom-divider {
    height: 2px;
    background: linear-gradient(90deg, #8c140c, #385723);
    border: none;
    margin: 20px 0 25px 0;
    border-radius: 2px;
}

/* Enhanced Action Buttons */
.action-buttons {
    display: flex;
    justify-content: center;
}

.action-buttons .action-btn {
    height: 40px;
    width: 40px !important;
    border: none;
    border-radius: 50%;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    color: white;
}

/* Individual Button Colors */
.btn-view {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.btn-call {
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.btn-email {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
}

/* Button Hover Effects */
.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: white;
}

/* .action-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.6s ease;
} */

/* .action-btn:hover::before {
    left: 100%;
} */

/* Ripple Effect */
/* .action-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}

.action-btn:active::after {
    width: 100px;
    height: 100px;
} */

/* Button Icons */
.action-btn i {
    transition: transform 0.3s ease;
}

.action-btn:hover i {
    transform: scale(1.1);
}

/* Tooltips */
.action-btn {
    position: relative;
}

.action-btn:hover::before {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .action-buttons {
        gap: 6px;
    }

    .action-btn {
        height: 45px;
        font-size: 16px;
    }

    .content-title {
        font-size: 1.1rem;
    }

    .image-wrapper {
        height: 200px;
    }
}

/* Animation Classes */
.fadeInUp {
    animation: fadeInUp 0.8s ease-out;
}

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

/* Accordion styles */
.faq-container {
    margin-top: 20px;
}

.faq-item {
    margin-bottom: 18px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 15px;
}

.faq-question {
    background-color: #8c140c;
    color: #fff;
    font-family: "Poppins", sans-serif;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    border-radius: 15px 15px 0px 0px;
    word-spacing: 1px !important;
    font-size: 17px;
}

.faq-question::after {
    content: "+";
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: "-";
}

.faq-answer {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 15px;
    max-height: 500px; /* Arbitrary large value */
}

/****** Room Card *******/
        .room-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
        }

        .room-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }

        .image-slider {
            position: relative;
            height: 250px;
            overflow: hidden;
        }

        .room-carousel-item img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        /* Carousel Control Buttons */
        .room-carousel-control-prev,
        .room-carousel-control-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            width: 20px;
            height: 40px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 0px;
            border: none;
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        /* Show buttons on hover */
        .room-card:hover .room-carousel-control-prev,
        .room-card:hover .room-carousel-control-next {
            opacity: 1;
        }

        /* Left and right placement */
        .room-carousel-control-prev {
            left: 0px;
        }

        .room-carousel-control-next {
            right: 0px;
        }

        /* Default Bootstrap icons (optional if you're not using FA) */
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-size: 100% 100%;
            width: 20px;
            height: 20px;
            background-image: none;
        }

        /* Custom arrow icons using Font Awesome (optional) */
        .room-carousel-control-prev-icon i,
        .room-carousel-control-next-icon i {
            color: #fff;
            font-size: 16px;
        }

        .room-info {
            padding: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .room-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .room-description {
            color: #7f8c8d;
            font-size: 0.9rem;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        .price-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .room-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: #9B1E15;
            display: flex;
            align-items: baseline;
        }

        .price-period {
            font-size: 0.9rem;
            color: #7f8c8d;
            font-weight: 400;
        }

        @media (max-width: 768px) {
            .room-card {
                margin: 10px;
            }

            .room-title {
                font-size: 1.3rem;
            }

            .room-price {
                font-size: 1.5rem;
            }
        }


        /*--------------------------------------------------------------
# Related image on room detail
--------------------------------------------------------------*/

.related-image-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    max-width: 100%;
    white-space: nowrap;
    padding: 20px 5px;
    position: relative;
}

.related-image-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar */
}

.related-item {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
}

.related-item-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    /* Prevents items from resizing */
}

.related-item.active {
    border: 2px solid #9B1E15;
    transform: scale(1.1);
}

.main-display {
    width: 100%;
    /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0px;
    position: relative;
}

.main-display img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
        rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
        rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
