:root {
    --saffron: #bf6f4a;
    --saffron-light: #d9956b;
    --slate: #2f4b5c;
    --mist: #eef3f0;
    --pine: #3a5f4b;
    --pine-soft: #98ae9e;
    --paper: #fbf9f5;
    --charcoal: #2e3532;
    --highlight-soft: #fbebd4;
}

h4 {
    font-size: 15px;
    color: var(--saffron);
}

h5 {
    font-size: 14px;
    color: var(--charcoal);
    margin-top: 20px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: var(--paper);
    color: #2b3b40;
    overflow-x: hidden;
    line-height: 1.6;
    scroll-behavior: smooth;
}


html,
body {
    overflow-x: hidden;
}


.top-header-alt {
    background-color: white;
    border-bottom: 1px solid rgba(47, 75, 92, 0.08);
    padding: 10px 0;
    font-size: 0.85rem;

    letter-spacing: 1px;
    color: var(--slate);
    font-weight: 500;
}

.navbar-alt {
    background-color: rgba(251, 249, 245, 0.92) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px -8px rgba(47, 75, 92, 0.08);
    padding: 12px 0;
    border-bottom: 1px solid rgba(191, 111, 74, 0.2);
    position: sticky;
    top: 0;
    z-index: 1050;
}

.navbar-alt .navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--saffron);
    letter-spacing: -0.5px;
    transition: all 0.2s;
}

.navbar-alt .navbar-brand i {
    color: var(--pine);
    font-size: 1.9rem;
    margin-right: 8px;
}

.navbar-alt .nav-link {
    color: var(--slate);
    font-weight: 500;
    margin: 0 8px;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: 0.2s;
}

.navbar-alt .nav-link:hover,
.navbar-alt .nav-link.active {
    border-bottom-color: var(--saffron);
    color: var(--saffron);
}

.hero-alt {
    position: relative;
    padding: 100px 0 120px;
    margin-top: 0;
    border-bottom: 1px solid rgba(152, 174, 158, 0.3);

    background:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        url("/assets/images/chardham-4.webp");
    /* change path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
}


.hero-alt::after {
    content: " ";
    font-size: 180px;
    font-family: 'Playfair Display', serif;
    position: absolute;
    bottom: -30px;
    right: 30px;
    color: rgba(47, 75, 92, 0.04);
    font-weight: 700;
    pointer-events: none;
    line-height: 1;
}

.hero-title {
    font-size: 3.6rem;
    font-weight: 700;

    line-height: 1.1;
}

.hero-sub {
    font-size: 1rem;
    color: var(--saffron);
    letter-spacing: 1px;
    font-weight: 500;
}

.hero-p {
    font-size: 1.1rem;

}


.inquiry-form-card {
    background: white;
    border-radius: 32px;
    padding: 32px 28px;
    box-shadow: 0 25px 40px -25px rgba(47, 75, 92, 0.12);
    border: 1px solid rgba(191, 111, 74, 0.08);
    transition: all 0.2s;
}

.inquiry-form-card:hover {
    border-color: rgba(191, 111, 74, 0.2);
    box-shadow: 0 30px 44px -28px rgba(58, 95, 75, 0.16);
}

.inquiry-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--slate);
    margin-bottom: 18px;
    font-family: 'Playfair Display', serif;
}

.inquiry-title i {
    color: var(--saffron);
    margin-right: 10px;
}

.form-control-alt {
    border: 1px solid #e0e8e5;
    border-radius: 48px;
    padding: 14px 20px;
    font-size: 0.95rem;
    background-color: #fefcf9;
    transition: 0.16s;
}

.form-control-alt:focus {
    border-color: var(--saffron);
    box-shadow: 0 0 0 4px rgba(191, 111, 74, 0.1);
    outline: none;
    background-color: white;
}

.btn-inquiry {
    background-color: var(--pine);
    border: none;
    color: white;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 48px;
    letter-spacing: 0.8px;
    font-size: 0.95rem;
    transition: 0.2s;
    width: 100%;
    border: 1px solid transparent;
}

.btn-inquiry:hover {
    background-color: #2e4f3e;
    transform: translateY(-3px);
    box-shadow: 0 18px 26px -14px var(--pine);
}

.btn-alt-primary {
    background-color: var(--saffron);
    border: none;
    color: white;
    font-weight: 600;
    padding: 14px 42px;
    border-radius: 48px;
    letter-spacing: 1px;
    font-size: 0.95rem;
    transition: all 0.3s;
    box-shadow: 0 12px 22px -12px rgba(191, 111, 74, 0.4);
    text-transform: uppercase;
}

.btn-alt-primary:hover {
    background-color: #a3522e;
    color: white;
    transform: translateY(-4px);
    box-shadow: 0 20px 28px -12px rgba(191, 111, 74, 0.6);
}

.message-banner {
    background-color: var(--pine);
    color: white;
    padding: 12px 0;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.message-scroll {
    white-space: nowrap;
    overflow: hidden;
}

.message-scroll span {
    display: inline-block;
    padding-left: 100%;
    animation: slide 30s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.section-head {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--slate);
    margin-bottom: 1.2rem;
    position: relative;
    text-align: center;
}

.section-head:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 2px;
    background-color: var(--saffron-light);
    border-radius: 2px;
}


.card-alt {
    background: white;
    border: 1px solid rgba(47, 75, 92, 0.08);
    border-radius: 28px;
    padding: 28px 18px;
    transition: all 0.25s ease;
    box-shadow: 0 8px 16px -12px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.card-alt .package-details {
    list-style: none;
    font-size: 14px;
    color: var(--pine);
}

.card-alt .package-details li::before {
    content: "★";
    color: var(--saffron);
    margin-right: 8px;
}




.card-alt .icon i {
    font-size: 10px;
}

.card-alt .facility {
    font-size: 12px;
    font-weight: 600;
    color: var(--slate);
}

.about .icon {
    background-color: var(--saffron);
    padding: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--mist);
    border-radius: 20px
}



.card-alt .icon {
    background-color: var(--saffron);
    padding: 10px;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--mist);
    border-radius: 20px;

}

.card-alt img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.card-alt .toggle-inclusions {
    color: var(--saffron);
    font-size: 14px;
}

.card-alt:hover {
    border-color: var(--saffron);
    box-shadow: 0 25px 30px -18px rgba(191, 111, 74, 0.2);
    transform: translateY(-6px);
    background-color: white;
}

.card-alt .night-badge {
    background-color: #e3e9e4;
    color: var(--pine);
    font-size: 0.75rem;
    border-radius: 30px;
    padding: 6px 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
}

.btn-subtle {
    border: 1.5px solid var(--saffron);
    background: transparent;
    color: var(--saffron);
    border-radius: 50px;
    padding: 12px 0;
    font-weight: 600;
    font-size: 0.85rem;
    transition: 0.2s;
    width: 100%;
}

.btn-subtle:hover {
    background: var(--saffron);
    color: white;
    border-color: var(--saffron);
}

.img-frame {
    border-radius: 32px;
    background: linear-gradient(145deg, #fff, #f4efea);
    padding: 10px;
    box-shadow: 0 16px 28px -12px rgba(47, 75, 92, 0.12);
    height: 450px;

    overflow: hidden;

}

.img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 24px;
    transition: transform 1.2s ease;
}

.img-frame:hover img {
    transform: scale(1.02);
}


.virtue-card {
    background: white;
    border-radius: 48px 48px 48px 12px;
    padding: 36px 24px;
    border: 1px solid rgba(191, 111, 74, 0.1);
    transition: 0.2s;
}

.virtue-card:hover {
    background: var(--mist);
    border-color: var(--saffron);
}

.virtue-icon {
    color: var(--saffron);
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.testimonial-card {
    background: white;
    border-radius: 40px 40px 40px 4px;
    padding: 48px 36px;
    border: none;
    box-shadow: 0 4px 28px rgba(47, 75, 92, 0.04);
}

.carousel-alt .carousel-control-prev-icon,
.carousel-alt .carousel-control-next-icon {
    background-color: var(--saffron-light);
    padding: 1.2rem;
    border-radius: 50%;
    background-size: 60%;
    opacity: 0.9;
}

.cta-alt {
    position: relative;
    padding: 100px 0;
    background: url("/assets/images/chardham.jpg") center/cover no-repeat fixed;
    color: var(--mist);
}

.cta-alt::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.cta-alt .container {
    position: relative;
    z-index: 2;
}


/* Floating phone button */
.floating-chat {
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* you can change to left:30px if needed */
    width: 60px;
    height: 60px;
    color: var(--saffron);
    border: 1px solid var(--saffron);
    background-color: white;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    animation: floatUpDown 3s ease-in-out infinite;
    transition: background 0.3s;
}

/* Hover effect */
.floating-chat:hover {
    background: var(--saffron);
    color: var(--mist);
    /* slightly brighter on hover */
}

.footer-alt {
    background: var(--paper);
    border-top: 1px solid rgba(191, 111, 74, 0.2);
    color: var(--slate);
}

.footer-alt h5 {
    color: var(--saffron);
    font-weight: 600;
}

.footer-alt a {
    text-decoration: none;
    color: var(--saffron);
    transition: 0.3s;
}



.social-icons a {
    width: 42px;
    height: 42px;
    background: var(--saffron);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    color: var(--mist);
}

.social-icons a:hover {
    background: var(--saffron);
    color: #fff;
    transform: translateY(-3px);
}





.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.extra-item {
    display: none;
}

/* Floating animation keyframes */
@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    /* move up */
    100% {
        transform: translateY(0);
    }
}

/* Apply to chatbot button */
#chatbotBtn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    border: 1px solid var(--saffron);
    background: var(--mist);
    border-radius: 50%;
    color: var(--saffron);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    animation: floatUpDown 3s ease-in-out infinite;
}


/* Apply to chat window */
#chatbotContainer {
    position: fixed;
    bottom: 100px;
    left: 30px;
    width: 320px;
    max-height: 450px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 1000;
    animation: floatUpDown 4s ease-in-out infinite;
    /* slightly slower than button for nice effect */
}




/* Chat header */
#chatbotHeader {
    background: var(--saffron);
    color: white;
    padding: 14px 16px;
    /* more padding for better spacing */
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 16px;
}

/* Close button */
#closeChatbot {
    cursor: pointer;
    font-size: 18px;
}

/* Chat body */
#chatbotBody {
    flex: 1;
    padding: 12px;
    /* added padding */
    overflow-y: auto;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* spacing between messages */
}

/* Messages */
.message {
    margin: 0;
    /* gap handled by parent */
    padding: 10px 14px;
    /* bigger padding for readability */
    border-radius: 20px;
    max-width: 75%;
    clear: both;
    word-wrap: break-word;
}

.user {
    background: var(--saffron);
    color: white;
    float: left;
    text-align: left;
}

.bot {
    background: #e0e0e0;
    float: left;
    color: black;
}

/* Input area */
#chatInputContainer {
    display: flex;
    border-top: 1px solid #ccc;
    padding: 8px;
    /* padding around input area */
    gap: 8px;
    background: #fff;
}

#chatInput {
    flex: 1;
    padding: 10px 12px;
    /* comfortable typing space */
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
}

#sendMessage {
    background: var(--saffron);
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}