        :root {
            --secondary-color: #e7eff6;
            --accent-color: #eba330;
            --dark-color: #1a1a1a;
            --light-color: #f8f9fa;
            --hover-color: #462f2f;

        }



        body {
            background-color: #f8f9fa;
        }

        /* Top Info Bar */
        .nav-link:focus,
        .nav-link:hover {
            color: var(--secondary-color) !important;
        }

        .nav-btn li a {
            position: relative;
            left: 3%;

        }

        .nav-btn li a {
            text-decoration: none;
        }

        .top-info-bar {
            background-color: var(--accent-color);
            color: white;
            padding: 8px 0;
            font-size: 14px;
        }

        .top-info-bar a {
            color: var(--hover-color);
            text-decoration: none;
            margin: 0 15px;
            transition: color 0.3s;
            font-weight: 600;
            font-size: 16px;

        }

        .top-info-bar a:hover {
            color: var(--dark-color);
        }

        /* Main Navbar */
        .nav-item a {
            color: var(--light-color);
            font-size: 17px;
            font-weight: 600;
        }

        .main-navbar {
            background-color: var(--dark-color);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 15px 0;
        }


        .navbar-brand img {
            width: 200px !important;
        }

        .navbar-brand span {
            color: var(--accent-color);
        }

        .nav-link {
            color: var(--dark-color);
            font-weight: 500;
            margin: 0 10px;
            position: relative;
            padding: 8px 12px;
        }

        .nav-link:hover {
            color: var(--accent-color);
        }

        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            background: var(--accent-color);
            bottom: 0;
            left: 0;
            transition: width 0.3s;
        }

        .nav-link:hover::after {
            width: 100%;
        }

        .appointment-btn {

            background: var(--accent-color);
            color: var(--dark-color);
            padding: 10px 20px;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s;
        }

        .appointment-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
        }

        /* Mobile Menu */
        .offcanvas {
            width: 280px;
            background-color: var(--dark-color);
            background-color: #000 !important;
        }

        .offcanvas-header {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .offcanvas-title img {
            width: 200px;

        }

        .fa-bars:before,
        .fa-navicon:before {
            content: "\f0c9";
            color: var(--accent-color) !important;
        }

        .offcanvas-body .nav-link {
            color: white;
            padding: 12px 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .offcanvas-body .nav-link:hover {
            color: var(--accent-color);
            background: rgba(255, 255, 255, 0.05);
        }

        .mobile-contact-info {
            padding: 20px;
            color: white;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .mobile-contact-info a {
            color: white;
            display: block;
            margin-bottom: 10px;
            text-decoration: none;
        }

        .mobile-contact-info a:hover {
            color: var(--accent-color);
        }

        /* Responsive Adjustments */
        @media (max-width: 991.98px) {
            .top-info-bar {
                text-align: center;
            }

            .top-info-bar a {
                margin: 0 8px;
            }


        }

        @media (max-width: 767.98px) {
            .top-info-bar {
                display: none;
            }

            .navbar-brand {
                font-size: 24px;
            }
        }


        .hero-slider {
            position: relative;
            height: 750px;
            overflow: hidden;
        }

        .hero-slider .owl-item {
            height: 750px;
        }

        .slide-item {
            height: 100%;
            background-size: cover;
            background-position: center;
            position: relative;

        }

        .slide-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(38 54 10 / 62%);
        }

        .slide-content {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 17% !important;
            max-width: 600px;
            color: white;
            opacity: 0;
            transition: all 0.8s ease;
            transition-delay: 0.3s;
        }

        .slide-buttons a {
            text-decoration: none;
        }

        .owl-item.active .slide-content {
            opacity: 1;
            left: 10%;
        }

        .slide-content h3 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            transform: translateX(-50px);
            transition: all 0.8s ease;
            transition-delay: 0.5s;
            opacity: 0;
        }

        .owl-item.active .slide-content h3 {
            transform: translateX(0);
            opacity: 1;
        }

        .slide-content p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            transform: translateX(-50px);
            transition: all 0.8s ease;
            transition-delay: 0.7s;
            opacity: 0;
        }

        .owl-item.active .slide-content p {
            transform: translateX(0);
            opacity: 1;
        }

        .slide-buttons {
            transform: translateY(50px);
            transition: all 0.8s ease;
            transition-delay: 0.9s;
            opacity: 0;
        }

        .owl-item.active .slide-buttons {
            transform: translateY(0);
            opacity: 1;
        }

        .btn-slide {
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            margin-right: 15px;
            transition: all 0.3s;
            display: inline-block;
        }

        .btn-primary-slide {
            background: var(--accent-color);
            color: #333;
            border: 2px solid var(--accent-color);
        }

        .btn-outline-slide {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .btn-primary-slide:hover {
            background: transparent;
            color: var(--accent-color);
        }

        .btn-outline-slide:hover {
            background: white;
            color: #333;
        }

        /* Navigation Arrows */
        .owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
        }

        .owl-prev,
        .owl-next {
            position: absolute;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.2) !important;
            border-radius: 50% !important;
            color: white !important;
            font-size: 24px !important;
            transition: all 0.3s;
        }

        .owl-prev:hover,
        .owl-next:hover {
            background: var(--accent-color) !important;
            color: #333 !important;
        }

        .owl-prev {
            left: 30px;
        }

        .owl-next {
            right: 30px;
        }

        /* Responsive Adjustments */
        @media (max-width: 991.98px) {

            .hero-slider,
            .hero-slider .owl-item {
                height: 600px;
            }

            .slide-content {
                left: 10%;
                max-width: 80%;
            }

            .slide-content h1 {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 767.98px) {

            .hero-slider,
            .hero-slider .owl-item {
                height: 500px;
            }

            .slide-content h1 {
                font-size: 2rem;
            }

            .slide-content p {
                font-size: 1rem;
            }

            .btn-slide {
                padding: 10px 20px;
                margin-bottom: 10px;
            }
        }


        /* about us start here  */


        .about-section {
            padding: 100px 0;
            background-color: #f8f9fa;
            position: relative;
            overflow: hidden;
        }

        .image-container {
            position: relative;
            margin-bottom: 30px;
        }

        .main-image {
            width: 100%;
            border-radius: 15px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.5s ease;
        }

        .main-image:hover {
            transform: translateY(-10px);
        }

        .secondary-image {
            width: 100%;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }

        .decorative-icon {
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 120px;
            height: 120px;
            background-color: var(--accent-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
            z-index: 2;
        }

        .decorative-icon img {
            width: 100px;
            height: 60px;
            object-fit: contain;
        }

        .decorative-icon-2 img {
            width: 100px;
            height: 60px;
            object-fit: contain;

        }

        .section-main-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 25px;
            line-height: 1.2;
        }

        .theme-color {
            color: var(--accent-color);
        }

        .text-two {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
            margin-bottom: 30px;
        }

        .bottom-content {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-top: 40px;
        }

        .ratings {
            font-size: 3rem;
            font-weight: 700;
            color: var(--accent-color);
            line-height: 1;
            position: relative;
        }

        .ratings::after {
            content: '';
            position: absolute;
            width: 80px;
            height: 80px;
            border: 2px dashed var(--accent-color);
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
        }

        .text-three {
            font-size: 1rem;
            font-weight: 600;
            color: var(--dark-color);
            line-height: 1.4;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .theme-btn {
            display: inline-flex;
            align-items: center;
            padding: 12px 30px;
            background-color: var(--accent-color);
            color: white;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(42, 77, 105, 0.2);
        }

        .theme-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(42, 77, 105, 0.3);
            color: var(--accent-color);
            background-color: var(--light-color);
        }

        .theme-btn span {
            margin-right: 8px;
        }

        @media (max-width: 1199.98px) {
            .section-main-title {
                font-size: 3rem;
            }

            .nav-link {
                color: var(--dark-color);
                font-weight: 500;
                margin: 0 0px !important;
                position: relative;
                padding: 8px 1px;
            }

        }

        @media (max-width: 991.98px) {
            .about-section {
                padding: 80px 0;
            }

            .section-main-title {
                font-size: 2.5rem;
            }

            .decorative-icon {
                width: 100px;
                height: 100px;
                right: -10px;
            }
        }

        @media (max-width: 767.98px) {
            .section-main-title {
                font-size: 2rem;
            }

            .bottom-content {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }

            .text-three {
                order: -1;
            }
        }


        /* our room section start here  */
        .bg-img {
            position: relative;
            background: url('../images/banner/our-room-bg.jpg') center/cover no-repeat;
            padding: 5rem 0;
            overflow: hidden;
            background-attachment: fixed;
        }

        .bg-img::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(7 8 5 / 54%);
            /* Dark transparent overlay */
            z-index: 1;
        }

        .bg-img .container {
            position: relative;
            z-index: 2;
            /* Ensures content is above the overlay */
        }


        .card-price {
            position: absolute;
            top: 15px;
            right: 0px;
            background: var(--accent-color);
            padding: 6px 12px;
            color: var(--light-color);

            font-weight: bold;
            font-size: 16px;
        }

        .card img {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }


        .card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease;
        }

        .card:hover {
            transform: translateY(-5px);
        }

        .card-title {
            font-weight: bold;
        }

        .card-body p {
            margin-bottom: 6px;
        }


        .section-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .section-header h6 span {
            font-size: 40px;
        }

        .section-header h5 {
            font-weight: 500;
            color: #555;
        }

        .underline {
            width: 80px;
            height: 3px;
            background-color: var(--accent-color);
            margin: auto;
            border-radius: 2px;
        }

        .feature-section {
            background: linear-gradient(135deg, #ededed, #fffaf4);
            border-left: 5px solid var(--accent-color);
            padding: 30px 40px;
            border-radius: 12px;
            max-width: 900px;
            margin: 0 auto;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
        }

        .feature-section h3 {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 20px;
        }

        .feature-list {
            list-style: none;
            padding-left: 0;
        }

        .feature-list li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            font-size: 1.05rem;
            color: #444;
        }

        .feature-list li i {
            color: var(--accent-color);
            margin-right: 12px;
            font-size: 1.1rem;
            margin-top: 3px;
        }

        @media (max-width: 576px) {
            .feature-section {
                padding: 25px 20px;
            }
        }

        /* our aminities */
        .amenity-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
            position: relative;
            overflow: hidden;
            z-index: 1;

            /* Modern layered shadow */
            box-shadow:
                0 2px 4px rgba(0, 0, 0, 0.05),
                0 4px 8px rgba(0, 0, 0, 0.05),
                0 8px 16px rgba(0, 0, 0, 0.05),
                0 16px 32px rgba(0, 0, 0, 0.05);
        }

        /* Hover effect - elevates card */
        .amenity-card:hover {
            transform: translateY(-5px);
            box-shadow:
                0 4px 8px rgba(0, 0, 0, 0.08),
                0 8px 16px rgba(0, 0, 0, 0.08),
                0 16px 32px rgba(0, 0, 0, 0.08),
                0 32px 64px rgba(0, 0, 0, 0.08);
        }

        /* Optional: Add subtle glow on hover */
        .amenity-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 12px;
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
            opacity: 0;
            transition: opacity 0.3s;
            z-index: -1;
        }

        .amenity-card:hover::after {
            opacity: 1;
        }


        .amenities-section {
            padding: 100px 0;
            background-color: #f8f9fa;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title {
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 20px;
        }

        .amenities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }


        .amenity-card.animate {
            opacity: 1;
            transform: translateY(0);
        }



        .amenity-icon {
            font-size: 2.5rem;
            color: var(--accent-color);
            margin-bottom: 20px;
        }

        .amenity-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--primary-color);
        }

        .amenity-desc {
            color: #141414;
            line-height: 1.7;
        }

        .amenity-icon img {
            width: 2.5rem;
            color: var(--accent-color);
            margin-bottom: 20px;

        }




        @media (max-width: 767.98px) {
            .section-title {
                font-size: 2.2rem;
            }

            .amenities-grid {
                grid-template-columns: 1fr;
            }

            .action-btns {
                display: flex;
                flex-direction: column;
                gap: 15px;
            }

            .video-btn {
                margin-left: 0;
                justify-content: center;
            }
        }

        /* footer section start here  */
        .location-text {
            display: flex;
            align-items: start;
            gap: 10px;
            text-decoration: none;
            color: inherit;
            max-width: 300px;
        }

        .location-link i {
            font-size: 20px;
            margin-top: 10px;
        }



        .footer {
            background-color: var(--dark-color);
            color: white;
            padding: 60px 0 30px;
        }

        .footer-section {
            margin-bottom: 30px;
        }

        .footer-section img {
            width: 200px;
        }

        .footer-title {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
            color: var(--accent-color);
        }

        .footer-title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 50px;
            height: 2px;
            background: var(--accent-color);
        }

        .footer-contact {
            margin-bottom: 15px;
            line-height: 1.6;
        }

        .footer-contact i {
            margin-right: 10px;
            color: var(--accent-color);
        }


        .awards-list {
            list-style: none;
            padding-left: 0;
        }

        .footer-section li {
            color: var(--accent-color) !important;
            margin: 10px 0px;
            font-size: 16px;

        }

        .footer-section li a {
            text-decoration: none;
            color: var(--light-color);
        }

        .footer-section li a:hover {
            color: var(--accent-color);
        }


        .awards-list li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;

        }

        .awards-list li a i {
            color: var(--accent-color);
            padding: 5px;
        }

        .awards-list li a {
            text-decoration: none;
            color: var(--light-color);
        }


        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 30px;
            margin-top: 30px;
        }

        .copyright-section a {
            text-decoration: none;
            color: var(--light-color);
            font-size: 17px;
            margin: 5px 0px;
        }



        @media (max-width: 991.98px) {
            .footer-section {
                margin-bottom: 40px;
            }
        }

        @media (max-width: 767.98px) {
            .footer {
                padding: 40px 0 20px;
            }

            .footer-title {
                font-size: 1.3rem;
            }

            .footer-links {
                gap: 15px;
            }
        }


        /* footer social icons  */
        .footer-social {
            padding: 30px 0;
            background-color: var(--dark-color);
        }

        .social-title {
            color: white;
            font-size: 1.2rem;
            margin-bottom: 20px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .social-icons {
            display: flex;
            gap: 20px;
            padding: 20px 0px;
        }



        .social-link img {
            width: 40px;
        }


        @media (max-width: 767.98px) {
            .social-link {
                width: 45px;
                height: 45px;
                font-size: 1.1rem;
            }
        }







        /* testimonial start here  */

        .testimonial-section {
            position: relative;
            background: url('../images/banner/testimonial-banner.jpg') center/cover no-repeat;
            padding: 5rem 0;
            overflow: hidden;
            background-attachment: fixed;
        }

        .testimonial-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(0 0 0 / 64%);
            /* Dark transparent overlay */
            z-index: 1;
        }

        .testimonial-section .container {
            position: relative;
            z-index: 2;

        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: var(--accent-color);
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 15px;
        }

        .section-title {
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--primary-color);
        }

        .testimonial-slider {
            max-width: 800px;
            margin: 0 auto;
        }

        .testimonial-item {
            /* background: white; */
            border-radius: 15px;
            padding: 50px;
            /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
            text-align: center;
            margin: 0 15px;
        }

        .testimonial-text {
            font-size: 1.2rem;
            line-height: 1.8;
            color: var(--bs-light);
            margin-bottom: 30px;
            position: relative;
        }

        .testimonial-text:before,
        .testimonial-text:after {
            content: '"';
            font-size: 3rem;
            color: var(--accent-color);
            opacity: 2.3;
            position: absolute;
        }

        .testimonial-text:before {
            top: -20px;
            left: -15px;
        }

        .testimonial-text:after {
            bottom: -40px;
            right: -15px;
        }

        .guest-info {
            margin-top: 40px;
        }

        .guest-name {
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--accent-color);
            margin-bottom: 5px;
        }

        .guest-title {
            color: var(--light-color);
            font-style: italic;
        }

        /* Owl Carousel Navigation */
        .owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
        }




        @media (max-width: 991.98px) {
            .testimonial-section {
                padding: 80px 0;
            }

            .section-title {
                font-size: 2.2rem;
            }


        }

        @media (max-width: 767.98px) {
            .testimonial-item {
                padding: 30px;
            }

            .testimonial-text {
                font-size: 1rem;
            }


        }

        /* footer gallery  */
        .footer-gallery-container {
            width: 100%;
            overflow: hidden;
            position: relative;
            margin: 0 auto;
            /* background: #f5f5f5; */
            padding-top: 10px;
        }

        .footer-gallery-track {
            display: flex;
            transition: transform 0.5s ease;
            will-change: transform;

        }

        .footer-gallery-slide {
            flex: 0 0 auto;
            width: 500px;

            height: 400px;
            margin-right: 0;
            overflow: hidden;

        }

        .footer-gallery-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transform: scale(1);
            transition: all .3s;

        }

        .footer-gallery-slide img:hover {
            transform: scale(1.2);

        }

        .footer-gallery-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }

        .footer-gallery-prev {
            left: 20px;
        }

        .footer-gallery-next {
            right: 20px;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .footer-gallery-slide {
                width: 300px;
                height: 200px;
            }
        }

        /* about us page start here  */
        .inner-section {
            position: relative;
            background: url(../images/banner/slider-1.jpg);
            object-fit: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
        }


        .inner-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgb(38 54 10 / 62%);
            z-index: 1;
        }

        .inner-heading h3 {
            color: white;
            position: relative;
            z-index: 2;
            text-align: center;
            width: 100%;
            font-size: 46px !important;
        }


        /* our room page  */

        .theme-btn-2 {
            background-color: var(--accent-color);
            padding: 12px 30px;
            border-radius: 30px;
            color: #fff;
            transition: all 0.4s ease;
            position: relative;
            z-index: 1;
            text-decoration: none;
        }
        .service-section .service-content:hover .theme-btn-2 {
    background-color: var(--dark-color);
    color: #fff;
}

        .service-content a {
            text-decoration: none;
            color: var(--light-color);
        }

        .service-content a:hover {
            text-decoration: none;
            background-color: var(--dark-color);
            color: var(--light-color);
        }

        .service-section .single-item img {
            width: 100%;
            border-radius: 20px 20px 0px 0px;
        }

        .service-section .single-item {
            position: relative;
            padding: 0px 0px 0px 0px;
            box-shadow: 4px 4px rgba(0, 0, 0, 0.05);
            transition: all 500ms ease;
            margin-bottom: 30px;
        }

        .service-section .single-item:hover {
            box-shadow: none;
            transition: all 500ms ease;
        }

        .service-section .service-content {
            position: relative;
            padding: 29px 0px 30px 32px;
            z-index: 1;
        }

        .service-section .single-item:hover .service-content:before {
            height: 100%;
            width: 100%;
            opacity: 1;
        }

        .service-section .service-content:before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0%;
            background: var(--accent-color);
            content: "";
            z-index: -1;
            -webkit-transition: all 0.7s ease;
            transition: all 0.7s ease;
            opacity: 0;
        }

        .service-content a::before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0%;
            background: var(--dark-color);
            content: "";
            z-index: -1;
            -webkit-transition: all 0.7s ease;
            transition: all 0.7s ease;
            opacity: 0;
        }



        .service-section .single-item h3 a {
            font-size: 20px;
            line-height: 32px;
            color: #141414;
            margin-bottom: 10px;
            transition: all 500ms ease;
        }


        .service-section .single-item:hover .service-content h3 a {
            color: #fff;
            transition: all 500ms ease;
        }


        .service-section .single-item .text {
            position: relative;
            font-size: 16px;
            line-height: 28px;
            color: #848484;
            display: inline-block;
            margin-right: 20px;
            transition: all 500ms ease;
        }

        .service-section .single-item .text span {
            position: relative;
            font-size: 18px;
            line-height: 28px;
            color: var(--accent-color);
            display: inline-block;
            transition: all 500ms ease;
        }

        .service-section .single-item:hover .text,
        .service-section .single-item:hover span,
        .service-section .single-item:hover li i:before {
            color: #fff;
        }

        .highlight-card {
            border: 2px solid #e4a101;
            position: relative;
            overflow: hidden;
        }

        .highlight-card::before {
            content: 'New';
            position: absolute;
            top: 10px;
            right: -25px;
            background: #e4a101;
            color: #141414;
            padding: 5px 30px;
            transform: rotate(45deg);
            font-weight: bold;
            font-size: 0.8rem;
        }

        .main-heading {
            padding: 30px 0px;
            font-size: 20px;
        }

        /*attraction page start here  */
        .food-section {
            position: relative;
            background: url('../images/banner/food-bg.jpg') center/cover no-repeat;
            padding: 5rem 0;
            overflow: hidden;
            background-attachment: fixed;
        }

        .food-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(7 8 5 / 54%);
            /* Dark transparent overlay */
            z-index: 1;
        }

        .food-section .container {
            position: relative;
            z-index: 2;
            /* Ensures content is above the overlay */
        }


        .food-card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            margin-bottom: 30px;
            background: white;
            position: relative;
            z-index: 1;
            will-change: transform;
            backface-visibility: hidden;
            perspective: 1000px;
        }

        .food-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, #eba330, #74633f);
            z-index: -1;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .food-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        }

        .food-card:hover::before {
            opacity: 0.1;
        }

        .food-img-container {
            height: 300px;
            overflow: hidden;
            position: relative;
        }

        .food-img-container img {
            width: 100%;
            /* height: 100%; */
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .food-card:hover .food-img-container img {
            transform: scale(1.1);
        }

        .food-card-body {
            padding: 25px;
            position: relative;
        }

        .food-card-title {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #2c3e50;
            position: relative;
            display: inline-block;
        }

        .food-card-title::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 3px;
            background: var(--accent-color);
            bottom: -8px;
            left: 0;
            transition: width 0.3s ease;
        }

        .food-card:hover .food-card-title::after {
            width: 70px;
        }

        .food-card-text {
            color: #141414;
            margin-bottom: 0;
            line-height: 1.6;
        }

        .food-badge {
            position: absolute;
            top: -15px;
            right: 20px;
            background: var(--accent-color);
            color: white;
            padding: 5px 15px;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            box-shadow: 0 4px 10px rgba(231, 76, 60, 0.3);
        }

        @media (max-width: 767px) {
            .food-card {
                margin-bottom: 20px;
            }

            .section-title {
                font-size: 2rem;
                margin-bottom: 30px;
            }
        }

        .places-section {
            background: url(../images/banner/attraction-bg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            padding-bottom: 85px;
            overflow: hidden;
        }

        @media (max-width: 991px) {
            .places-section {
                padding-bottom: 45px;
            }
        }

        @media (max-width: 767px) {
            .places-section {
                padding-bottom: 35px;
            }
        }

        .places-section .wpo-section-title {
            position: absolute;
            left: 0;
            top: 0;
            text-align: left;
            margin-bottom: 0;
            max-width: 420px;
        }

        @media (max-width: 1199px) {
            .places-section .wpo-section-title {
                max-width: 100%;
                margin-top: 0;
                margin-bottom: 50px;
                text-align: center;
                position: unset;
            }
        }

        @media (max-width: 991px) {
            .places-section .wpo-section-title {
                margin-bottom: 40px;
            }
        }

        .places-section .wraper {
            position: relative;
        }

        .places-wraper {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .places-wraper .gap-spase {
            width: 490px;
        }

        @media (max-width: 1399px) {
            .places-wraper .gap-spase {
                width: 420px;
            }
        }

        @media (max-width: 1199px) {
            .places-wraper .gap-spase {
                display: none;
            }
        }

        .places-wraper .places-item {
            max-width: 280px;
            text-align: center;
            margin: 0 auto;
            margin-bottom: 45px;
        }

        .places-wraper .places-item .image {
            width: 202px;
            height: 202px;
        }

        .places-wraper .places-item .image img {
            overflow: hidden;
            border-radius: 100%;
            transform: scale(1);
            transition: all 0.3s ease-in-out;
            width: 100%;
        }

        .places-wraper .places-item .content {
            padding: 25px 0 0;
        }

        .places-wraper .places-item .content h3 {
            color: #120D2B;
            font-family: var(--heading-font);
            font-size: 17px;
            font-weight: 700;
            text-transform: uppercase;
            transition: all 0.3s ease-in-out;
        }

        .places-wraper .places-item .content span {
            color: #424740;
            font-family: Sora;
            font-size: 14px;
            font-weight: 400;
            text-transform: capitalize;
        }

        .places-wraper .places-item:hover .image img {
            transform: scale(1.1);
        }

        .places-wraper .places-item:hover .content h2 a {
            color: var(--theme-primary-color);
        }

        .wpo-section-title h3 {
            color: #273958;
            font-family: "Playfair Display", serif;
            font-size: 45px;
            font-weight: 600;
            line-height: 60px;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        /* contct us page start here  */
        .contact_us {
            background-color: #f5daaf1c;
        }

        .sec-title-contact h3 span {
            position: relative;
            font-size: 36px;
            font-weight: 500;
            color: #141414;
            text-transform: capitalize;
        }

        .sec-title-contact {
            padding: 0px 30px;

        }

        .default-cinfo .icon_box {
            width: 45px;
        }

        .contact-infos li {
            list-style: none;

        }

        .default-cinfo li+li {
            margin-top: 15px;
            border-top: 1px solid #f1f1f1;
            padding-top: 20px;
            list-style: none;
        }

        .text-box p a {
            text-decoration: none;
            color: #141414;
        }

        .text-box p a:hover {
            text-decoration: none;
            color: var(--accent-color);
        }

        .default-cinfo li .icon_box,
        .default-cinfo li .text-box {
            display: table-cell;
            vertical-align: top;
        }

        .default-cinfo li .icon_box i {
            font-size: 26px;
            color: var(--accent-color);
            position: relative;
            top: 2px;
        }

        .default-cinfo .accordion .acc-btn {
            background: #f7f7f7;
            padding: 14px 30px;
            margin: 0;
        }

        /*form*/

        .default-form {
            position: relative;
        }

        .default-form p {
            color: #fff;
            font-size: 18px;
            line-height: 34px;
            margin-bottom: 20px;
        }

        .default-form p span {
            color: #ab7442;
            font-size: 20px;
            font-weight: 600;
        }

        .default-form .form-box {
            position: relative;
        }

        .comment-form .form-box {
            padding: 25px 25px 0px 25px;
        }

        .default-form .form-group {
            position: relative;
            margin-bottom: 20px;
        }

        .default-form .comment-form .form-box .form-group {
            margin-bottom: 25px;
        }

        .default-form.form-box .row {
            margin-left: -10px;
            margin-right: -10px;
        }

        .default-form.form-box .row .form-group {
            padding: 0px 0px;
        }

        .default-form .form-group .field-label {
            display: block;
            line-height: 24px;
            text-transform: uppercase;
            margin-bottom: 10px;
            color: #141414;
            font-weight: 500;
            font-size: 13px;
        }



        .default-form input[type="text"],
        .default-form input[type="email"],
        .default-form input[type="password"],
        .default-form input[type="number"],
        .default-form select,
        .default-form textarea {
            display: block;
            width: 100%;
            line-height: 24px;
            height: 52px;
            font-size: 16px;
            box-shadow: none;
            border: 1px solid #f4f4f4;
            padding: 12px 15px;
            background: #fff;
            border-radius: 0px;
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

        .default-form textarea {
            height: 124px;
        }

        .default-form .bootstrap-select {
            border: 1px solid #f4f4f4;
            background: #f7f7f7;
            color: #a2a2a2;
            padding: 10px 0;
            font-size: 16px;
        }

        .default-form .btn-group.open .dropdown-toggle {
            box-shadow: none;
        }

        .default-form .btn-group.open .dropdown-toggle:focus {
            border: none;
            outline: none;
        }

        .default-form .bootstrap-select .dropdown-toggle:focus {
            outline: none !important;
        }

        .default-form .dropdown-menu>li>a:focus,
        .dropdown-menu>li>a:hover {
            background-color: var(--accent-color);
            color: #fff;
        }

        .default-form .form-control:focus {
            border-color: var(--accent-color);
            box-shadow: none;
        }

        .default-form form input::-webkit-input-placeholder {
            color: #9e9e9e;
        }

        .default-form form input:-moz-placeholder {
            /* Firefox 18- */
            color: #9e9e9e;
        }

        .default-form form input::-moz-placeholder {
            /* Firefox 19+ */
            color: #9e9e9e;
        }

        .default-form form input:-ms-input-placeholder {
            color: #9e9e9e;
        }

        .default-form .alert-success {
            color: var(--accent-color);
            background: none;
            border: none;
            font-size: 18px;
        }

        /* book now page start here  */
        .section-padding {
            padding: 80px 0px;
        }

        form {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 20px;
            background: #efefef;
            border-radius: 15px;
        }

        form .group-box {
            display: flex;
            gap: 20px;
        }

        form .group-box .box {
            width: 50%;
        }

        form label {
            display: block;
            margin-bottom: 5px;
        }

        form input,
        form textarea,
        form select {
            width: 100%;
            padding: 10px;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
        }

        form input[type=submit] {
            width: 170px;
            padding: 10px 15px;
            font-size: 18px;
            color: #141414;
            background: #f5c65e;
            cursor: pointer;
        }

        @media only screen and (max-width: 992px) {
            form .group-box {
                flex-direction: column;
            }

            form input,
            form textarea,
            form select {
                width: 100% !important;
                padding: 10px;
                background-color: #fff;
                border: 1px solid #ccc;
                border-radius: 5px;
                font-size: 16px;
            }

            form .group-box .box {
                width: 100%;
            }
        }

        @media only screen and (max-width: 678px) {

            form input,
            form textarea,
            form select {
                width: 100% !;
            }

            form .group-box .box {
                width: 100%;
            }


        }



        /* about us page start here  */
        .about-split-section {
            display: flex;
            min-height: 100vh;
            background-color: #f8f9fa;
            ;
        }

        /* ===== LEFT SIDE (UNIQUE IMAGE GALLERY) ===== */
        .image-gallery {
            width: 45%;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-wrap: wrap;
        }

        .gallery-main {
            width: 100%;
            height: 60%;
            overflow: hidden;
        }

        .gallery-main img {
            width: 100%;
            height: 100%;
            padding: 10px 0px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .gallery-thumbs {
            width: 100%;
            height: 40%;
            display: flex;
        }

        .thumb-item {
            flex: 1;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
        }

        .thumb-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.7);
            transition: all 0.3s ease;
        }

        .thumb-item:hover {
            flex: 1.5;
        }

        .thumb-item:hover img {
            filter: brightness(1);
        }

        .thumb-item.active {
            flex: 1.5;
        }

        .thumb-item.active img {
            filter: brightness(1);
        }

        .gallery-badge {
            position: absolute;
            bottom: 15px;
            left: 15px;
            background: #eba330bd;
            color: #141414;
            padding: 5px 15px;
            /* border-radius: 20px; */
            font-size: 0.9rem;
            font-weight: 500;
        }

        /* ===== RIGHT SIDE (CONTENT) ===== */
        .about-content {
            width: 55%;
            padding: 80px;
            display: flex;
            align-items: center;
            background: white;
            position: relative;
        }

        .content-inner {
            max-width: 600px;
        }

        .content-inner h3 {
            font-size: 40px;
            font-weight: 600;
            color: var(--accent-color);
        }





        .about-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #141414;
            margin-bottom: 30px;
        }

        .highlight-box {
            background: #f8f9fa;
            border-left: 4px solid var(--secondary);
            padding: 20px;
            margin: 30px 0;
            border-radius: 0 5px 5px 0;
            position: relative;
        }

        .highlight-box p {
            margin: 0;
            font-style: italic;
            color: var(--primary);
            font-size: 1.1rem;
        }

        .highlight-box::after {
            content: '"';
            position: absolute;
            font-size: 5rem;
            color: rgba(231, 76, 60, 0.1);
            right: 20px;
            bottom: -20px;
            font-family: serif;
            line-height: 1;
        }

        /* Stats Counter */
        .stats {
            display: flex;
            gap: 20px;
            margin-top: 40px;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 5px;
        }

        .stat-label {
            font-size: 0.9rem;
            color: #777;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .about-content {
                padding: 50px;
            }
        }

        @media (max-width: 992px) {
            .about-split-section {
                flex-direction: column;
            }

            .image-gallery,
            .about-content {
                width: 100%;
            }

            .image-gallery {
                height: 50vh;
            }

            .about-content {
                padding: 40px 30px;
            }

            h2 {
                font-size: 2rem;
            }
        }