/*
  Theme Name: Kilaya Bhutan Travel & Tours
  Description: This Theme is specially designed for Kilaya Bhutan Travel & Tours
  Theme URL: https://www.bhutanbyexperts.com
  Author: Bhutan Web Solution
  Author URI: 
  Version: 0.1
  Date: 5/06/2026
  Copyright: (c) 2026 Kilaya Bhutan Travel & Tours
*/

:root {
    --kb-red: #D7263D;
    --kb-blue: #1B4F9C;
    --kb-yellow: #FFC72C;
    --kb-dark: #0E1B33;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--kb-dark);
}

h1,
h2,
h3,
h4,
h5,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
    font-family: 'Playfair Display', serif;
}
body.admin-bar .fixed-top {
    top: 32px;
}
.kb-navbar {
    background: rgba(14, 27, 51, .85);
    backdrop-filter: blur(10px);
}

.kb-navbar .nav-link {
    color: #fff !important;
    font-weight: 500;
    position: relative;
    margin: 0 .35rem;
}

.kb-navbar .nav-link:hover {
    color: var(--kb-yellow) !important;
}

.kb-navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: var(--kb-yellow);
    transition: .3s;
}

.kb-navbar .nav-link:hover::after {
    width: 80%;
    left: 10%;
}

.btn-kb-primary {
    background: var(--kb-red);
    color: #fff;
    border: none;
    padding: .75rem 1.75rem;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
    box-shadow: 0 8px 20px rgba(215, 38, 61, .35);
}

.btn-kb-primary:hover {
    background: var(--kb-yellow);
    color: var(--kb-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 199, 44, .4);
}

.btn-kb-outline {
    border: 2px solid var(--kb-yellow);
    color: var(--kb-yellow);
    background: transparent;
    padding: .7rem 1.6rem;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.btn-kb-outline:hover {
    background: var(--kb-yellow);
    color: var(--kb-dark);
}

.kb-hero .carousel-item {
    height: 100vh;
    min-height: 620px;
}

.kb-hero .carousel-item img {
    height: 100%;
    object-fit: cover;
    filter: brightness(.55);
}

.kb-hero .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
    left: 8%;
    right: 8%;
}

.kb-hero .kicker {
    display: inline-block;
    padding: .4rem 1rem;
    background: var(--kb-yellow);
    color: var(--kb-dark);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .75rem;
    border-radius: 50px;
    margin-bottom: 1.25rem;
}

.kb-hero h1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .4);
}

.kb-hero p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .9);
    max-width: 600px;
    margin: 1.25rem 0 2rem;
}

.kb-hero .carousel-indicators button {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .4);
}

.kb-hero .carousel-indicators .active {
    background: var(--kb-yellow);
}

.section {
    padding: 6rem 0;
}

.section-kicker {
    color: var(--kb-red);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: .8rem;
}

.section-title {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    margin: .5rem 0 1rem;
}

.section-title .accent {
    color: var(--kb-blue);
}

.tour-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(14, 27, 51, .08);
    transition: .4s;
    height: 100%;
    border: none;
}

.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 50px rgba(14, 27, 51, .18);
}

.tour-card .tour-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.tour-card .tour-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.tour-card:hover .tour-img img {
    transform: scale(1.08);
}

.tour-card .badge-days {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--kb-yellow);
    color: var(--kb-dark);
    padding: .4rem .9rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: .8rem;
}

.tour-card .price {
    color: var(--kb-red);
    font-weight: 800;
    font-size: 1.4rem;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.about-stats {
    background: linear-gradient(135deg, var(--kb-blue), #0E1B33);
    color: #fff;
    border-radius: 20px;
    padding: 2rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--kb-yellow);
    font-family: 'Playfair Display', serif;
}

.attraction-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4/5;
    cursor: pointer;
}

.attraction-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.attraction-card:hover img {
    transform: scale(1.1);
}

.attraction-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(14, 27, 51, .9) 0%, rgba(14, 27, 51, .2) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    color: #fff;
}

.attraction-card h4 {
    font-weight: 700;
    margin: 0;
}

.attraction-card .tag {
    color: var(--kb-yellow);
    font-size: .8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.cta-band {
    background: linear-gradient(120deg, var(--kb-red) 0%, #A8112C 50%, var(--kb-blue) 100%);
    color: #fff;
    border-radius: 24px;
    padding: 3.5rem;
    position: relative;
    overflow: hidden;
}

.cta-band::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: var(--kb-yellow);
    opacity: .15;
    border-radius: 50%;
}

.faq-item {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(14, 27, 51, .08);
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-item .accordion-button {
    font-weight: 600;
    color: var(--kb-dark);
    padding: 1.25rem 1.5rem;
    background: #fff;
    box-shadow: none;
}

.faq-item .accordion-button:not(.collapsed) {
    background: var(--kb-blue);
    color: #fff;
}

.faq-item .accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

.faq-item .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.footer {
    background: var(--kb-dark);
    color: rgba(255, 255, 255, .75);
    padding: 5rem 0 0;
}

.footer h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.25rem;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.footer a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    display: block;
    padding: .35rem 0;
    transition: .2s;
}

.footer a:hover {
    color: var(--kb-yellow);
    padding-left: 6px;
}

.footer .social a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
}

.footer .social a:hover {
    background: var(--kb-yellow);
    color: var(--kb-dark);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 1.5rem 0;
    margin-top: 3.5rem;
    text-align: center;
    font-size: .9rem;
}

.divider-tri {
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, var(--kb-red) 0 33%, var(--kb-yellow) 33% 66%, var(--kb-blue) 66% 100%);
    border-radius: 2px;
    margin: 0 0 1rem;
}

.divider-tri.center {
    margin: 0 auto 1rem;
}

.brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--kb-red), var(--kb-yellow), var(--kb-blue));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
}

@media(max-width:768px) {
    .section {
        padding: 4rem 0;
    }

    .cta-band {
        padding: 2rem;
    }
}

.page-banner {
    position: relative;
    overflow: hidden;
}

.banner-img,
.gradient-bg {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Gradient fallback */
.gradient-bg {
    background: linear-gradient(135deg, #D7263D, #1B4F9C, #FFC72C);
    background-size: 200% 200%;
    animation: gradientMove 8s ease infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Overlay */
.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(14, 27, 51, 0.45);
    display: flex;
    align-items: flex-end;
}