/*
Theme Name: The Himalayan Guides
Theme URI: https://www.allblogsolution.com/
Author: Rakesh Aryal
Author URI: https://www.allblogsolution.com/
Description: The Himalayan Guides brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nepalmountainguide
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

 :root {
            --slate-100: #f1f5f9;
            --white: #ffffff;
            --red-500: #ef4444;
            --amber-400: #facc15;
            --gray-900: #111827;
            --gray-800: #1f2937;
            --gray-700: #374151;
            --gray-500: #6b7285;
            --gray-400: #9ca3af;
            --gray-200: #e5e7eb;
            --gray-100: #f3f4f6;
            --green-500: #22c55e;
            --cyan-500: #06b6d4;
            --cyan-600: #0891b2;
        }
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	width:1220px !important;
}
.home #header{
	position:absolute;
	width:100% !important;
	z-index:9999 !important;
	background:transparent !important;
}
header#header{
	background:var(--nmg-secondary-color);
	    padding: 10px 0px;
}
.logo {
    width: 180px;
}
img.custom-logo {
    width: 100%;
    height: 100%;
}

.btn-ght{
	background:var(--nmg-primary-color) !important;
	border-color:var(--nmg-primary-color) !important;
}




/*===== deals ======*/

 .deals-list {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        /* Booking Card */
        .booking-card {
            background-color: var(--white);
            border-radius: 0.75rem;
            border: 1px solid rgb(0 0 0 / 0.1);
            box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            padding: 1rem;
            margin-bottom: 2rem;
            position: relative;
            /*overflow: hidden;*/
            transition: transform 300ms, box-shadow 300ms;

        }
        .booking-card p{
            margin: 0px;
        }

        .booking-card:hover {
            transform: scale(1.02);
            box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        }

        .discount-badge {
            position: absolute;
            top: -15px;
            right: 1rem;
            background-color: var(--red-500);
            color: var(--white);
            font-size: 0.725rem;
            font-weight: 600;
            padding: 0.25rem 0.75rem;
            border-radius: 0.375rem;
            z-index: 10;
        }

        .card-content {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .confirmation-banner {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background-color: var(--amber-400);
            color: var(--gray-900);
            font-weight: 600;
            font-size: 0.725rem;
            padding: 0.3rem 1rem;
            border-radius: 0.375rem;
            align-self: flex-start;
            position: absolute;
            top:-15px;
        }
        
        .confirmation-banner .icon {
            width: 1rem;
            height: 1rem;
        }

        .details-row {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            gap: 1.5rem;
            width: 100%;
        }

        /* Dates Section */
        .dates-section {
            display: flex;
            align-items: center;
            gap: 1rem;
            text-align: center;
            width: 100%;
        }

        .date-item {
            flex: 1;
        }
        .date-item p{
            margin: 0px;
        }

        .date-day {
            font-size: 0.875rem;
            color: var(--gray-500);
        }

        .date-full {
            font-weight: 600;
            color: var(--gray-800);
            font-size: 1rem;
            white-space: nowrap;
        }

        .arrow-circle {
            padding: 0.5rem;
            background-color: var(--gray-100);
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .arrow-circle .icon {
            width: 1rem;
            height: 1rem;
            color: var(--gray-400);
        }

        /* Vertical Divider */
        .divider {
            /*width: 100%;*/
            height: 1px;
            background-color: var(--gray-200);
            margin: 0 1rem;
            display: block;
        }

        /* Price Section */
        .price-section {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            width: 100%;
        }

        .current-price {
            font-size: 1rem;
            font-weight: 700;
            color: var(--gray-900);
        }

        .original-price {
            color: var(--gray-500);
            text-decoration: line-through;
        }
        
        /* Actions Section */
        .actions-section {
            /*display: flex;*/
            flex-direction: column;
            align-items: stretch;
            gap: 1rem;
            width: 100%;
        }
        
        .availability {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            white-space: nowrap;
        }

        .left-count {
            font-weight: 600;
            color: var(--gray-700);
        }
        
        .status {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            color: var(--gray-500);
            font-size: 0.875rem;
        }
        
        .status .icon {
            width: 1rem;
            height: 1rem;
            color: var(--green-500);
        }

        .book-button {
            background-color: var(--cyan-500);
            color: var(--white);
            font-weight: 600;
            padding: 0.3rem 2rem;
            border: none;
            border-radius: 0.5rem;
            cursor: pointer;
            transition: background-color 300ms, box-shadow 300ms;
            box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
            width: 100%;
            text-align: center;
            font-size: 0.975rem !important;
        }

        .book-button:hover {
            background-color: var(--cyan-600);
            box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        }
        
        .book-button:focus {
             outline: 2px solid transparent;
             outline-offset: 2px;
             box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--cyan-500);
        }

        /* Responsive Styles */
        @media (min-width: 640px) {
            .page-container {
                padding: 2rem;
            }
            .page-title {
                font-size: 2.25rem;
            }
            .booking-card {
                padding: 1rem 1.5rem;
            }
            .actions-section {
                flex-direction: row;
                align-items: center;
                width: auto;
            }
            .book-button {
                width: auto;
            }
        }
        
        @media (min-width: 1024px) {
            .details-row {
                flex-direction: row;
                align-items: center;
            }
            .dates-section, .price-section, .actions-section {
                width: auto;
            }
            .price-section {
                align-items: center;
                text-align: center;
            }
        }
        
        @media (min-width: 1280px) {
            .divider {
                width: 1px !important;
                height: 3rem;
                display: block;
            }
        }

        .active-year{
            background-color: green !important;
        }
        .active-month{
            background-color: green !important;
            color: #fff !important;
        }


#team-page .team-desc{
	max-width:640px;
	margin:0px auto;
}

#team-page .team-desc blockquote {
    position: relative;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #2c2c2c;
    background: #f9f6f2;
    border-left: 6px solid #8b5e3c; /* earthy Himalayan tone */
    padding: 1.2rem 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    quotes: "“" "”" "‘" "’";
}

#team-page .team-desc blockquote::before {
    content: open-quote;
    font-size: 2.5rem;
    color: #8b5e3c;
    position: absolute;
    left: 10px;
    top: -10px;
}

#team-page .team-desc blockquote::after {
    content: close-quote;
    font-size: 2.5rem;
    color: #8b5e3c;
    position: absolute;
    right: 10px;
    bottom: -20px;
}

#team-page .team-desc blockquote p {
    margin: 0;
}
