/*
  Theme Name: Bhutan First Touch Tours & Travels
  Description: This Theme is specially designed for Bhutan First Touch Tours & Travels
  Theme URL: bhutanfirsttours.com
  Author: PINE TECH
  Author URI: https://www.pine.bt
  Version: 0.1
  Date: 22/07/2026
  Copyright: (c) 2026 Bhutan First Touch Tours & Travels
*/

:root {
    --brand: #c8933a;
    --brand-dark: #8a5a1a;
    --ink: #141a24;
    --ink-2: #33404f;
    --paper: #fbf8f2;
    --mist: #eef2f5;
    --accent: #3a6e5b;
    /* himalayan pine */
    --shadow: 0 20px 60px -20px rgba(20, 26, 36, .35);
}

* {
    scroll-behavior: smooth
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--ink);
    background: var(--paper);
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
.serif {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: .2px
}

.text-brand {
    color: var(--brand) !important
}

.bg-brand {
    background: var(--brand) !important
}

.bg-ink {
    background: var(--ink) !important
}

/* NAV */
.navbar {
    transition: all .35s ease;
    padding: 1.1rem 0
}

body.admin-bar .fixed-top {
    top: 32px;
}

.navbar .navbar-brand {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff
}

.navbar .navbar-brand span {
    color: var(--brand)
}

.navbar .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: .95rem;
    margin: 0 .35rem;
    position: relative
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: .35rem;
    height: 2px;
    background: var(--brand);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s
}

.navbar .nav-link:hover::after {
    transform: scaleX(1)
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--brand);
}

.navbar.scrolled {
    background: rgba(20, 26, 36, .95);
    backdrop-filter: blur(10px);
    padding: .6rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}
/* Bootstrap Dropdown Styling */
.navbar .dropdown-menu {
    background: #fff;
    border: 0;
    border-radius: 12px;
    padding: .7rem 0;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    min-width: 220px;
}

.navbar .dropdown-item {
    color: var(--ink);
    font-weight: 500;
    padding: .7rem 1.4rem;
    transition: all .3s ease;
}

.navbar .dropdown-item:hover {
    background: var(--brand);
    color: #fff;
}


/* Desktop hover dropdown */
@media(min-width:992px){

    .navbar .dropdown:hover > .dropdown-menu {
        display:block;
        margin-top:0;
        animation: dropdownFade .25s ease;
    }

}


@keyframes dropdownFade {
    from{
        opacity:0;
        transform:translateY(10px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

.btn-brand {
    background: var(--brand);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: .7rem 1.6rem;
    font-weight: 600;
    letter-spacing: .3px;
    transition: all .3s
}

.btn-brand:hover {
    background: var(--brand-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(200, 147, 58, .4)
}

.btn-outline-brand {
    border: 2px solid var(--brand);
    color: var(--brand);
    border-radius: 999px;
    padding: .65rem 1.5rem;
    font-weight: 600;
    background: transparent;
    transition: all .3s
}

.btn-outline-brand:hover {
    background: var(--brand);
    color: #fff
}

/* Container for the logo and text side-by-side */
.brand-container {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

/* Controls the sizing of your logo image */
.brand-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
}

/* Stacks the title and subtitle vertically */
.brand-text-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

/* Bold top headline text styling */
.brand-title {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

/* Italicized bottom subtitle text styling */
.brand-subtitle {
    font-family: 'Arial', sans-serif;
    font-style: italic;
    font-weight: 500;
    color: #000000;
    font-size: 0.9rem;
    letter-spacing: 1px;
}


/* HERO */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    background-color: #141a24; /* Prevents white flashes during crossfades */
}

.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #141a24;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation-name: heroFade;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 26, 36, .20) 0%, rgba(20, 26, 36, .55) 100%);
}

/* Crossfade proportions scaled dynamically to total slide count */
@keyframes heroFade {
    0% { 
        opacity: 0; 
    }
    /* Quick 1s fade-in relative to duration */
    5% { 
        opacity: 1; 
    }
    /* Holds visible until the next slide starts crossfading */
    calc(100% / var(--total-slides, 4)) { 
        opacity: 1; 
    }
    /* Smooth 1s crossfade out */
    calc((100% / var(--total-slides, 4)) + 5%) { 
        opacity: 0; 
    }
    100% { 
        opacity: 0; 
    }
}

/* SECTION */
section {
    padding: 6rem 0;
    position: relative
}

.eyebrow {
    color: var(--brand);
    letter-spacing: 5px;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 600
}

.section-title {
    font-size: clamp(2rem, 3.6vw, 3rem);
    font-weight: 700;
    margin: .8rem 0 1rem
}

.section-title .accent {
    color: var(--brand);
    font-style: italic
}

.divider {
    width: 60px;
    height: 3px;
    background: var(--brand);
    border: 0;
    margin: 1rem 0 2rem
}

/* WELCOME */
.welcome-img {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.welcome-img img {
    width: 100%;
    display: block;
    transition: transform .8s
}

.welcome-img:hover img {
    transform: scale(1.05)
}

.badge-license {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: var(--brand);
    color: #fff;
    padding: 1.4rem;
    border-radius: 12px 0 12px 12px;
    box-shadow: var(--shadow);
    max-width: 200px
}

.badge-license .num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700
}

/* PACKAGES */
.packages {
    background: linear-gradient(180deg, var(--paper) 0%, #fff 100%)
}

.pkg-card {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 40px -20px rgba(0, 0, 0, .2);
    background: #fff;
    transition: transform .4s, box-shadow .4s;
    height: 460px;
    color: #fff
}

.pkg-card .pkg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .8s
}

.pkg-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .85) 100%)
}

.pkg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, .35)
}

.pkg-card:hover .pkg-img {
    transform: scale(1.1)
}

.pkg-body {
    position: absolute;
    inset: auto 0 0 0;
    padding: 2rem;
    z-index: 2
}

/*.pkg-body .tag{color:var(--brand);letter-spacing:3px;font-size:.72rem;text-transform:uppercase;font-weight:600}*/
.pkg-body h3 {
    font-size: 1.8rem;
    margin: .5rem 0 .7rem
}

.pkg-body p {
    color: rgba(255, 255, 255, .85);
    font-size: .92rem;
    margin-bottom: 1rem
}

.pkg-body a {
    color: var(--brand);
    text-decoration: none;
    font-weight: 600;
    font-size: .9rem
}

.pkg-body a i {
    transition: transform .3s
}

.pkg-body a:hover i {
    transform: translateX(6px)
}

/* ABOUT BHUTAN */
.about-bhutan {
    background: #0f1620;
    color: #fff;
    position: relative;
    overflow: hidden
}

.about-bhutan::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--brand) 0%, transparent 70%);
    opacity: .15
}

.stat {
    text-align: center;
    padding: 1rem
}

.stat .num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    color: var(--brand);
    font-weight: 700;
    line-height: 1
}

.stat .lbl {
    font-size: .85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    margin-top: .5rem
}

.accordion-button {
    font-size: 1.15rem;           
    font-weight: 600;             
    color: #1a202c;              
    padding: 1.25rem 1.5rem;      
}

.accordion-button:not(.collapsed) {
    background-color: #f0f4f9;    
    color: var(--brand, #0d6efd); 
    box-shadow: none;             
}

.accordion-body {
    font-size: 0.95rem;           
    line-height: 1.6;             
    color: #4a5568;               
    padding: 1.25rem 1.5rem 1.5rem;
    background-color: #ffffff;
}

.accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

/* TESTIMONIALS */
.testimonial {
    background: #fff;
    border-radius: 16px;
    padding: 2.2rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, .12);
    height: 100%
}

.testimonial .stars {
    color: var(--brand);
    margin-bottom: .8rem
}

.testimonial p {
    font-style: italic;
    color: var(--ink-2);
    font-size: 1.02rem;
    line-height: 1.7
}

.testimonial .who {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-top: 1.2rem
}

.testimonial .who img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover
}

.testimonial .who strong {
    display: block;
    font-size: .95rem
}

.testimonial .who span {
    font-size: .82rem;
    color: var(--ink-2)
}

/* CTA */
.cta {
    background: linear-gradient(rgba(20, 26, 36, .75), rgba(20, 26, 36, .75)), url('https://images.unsplash.com/photo-1544735716-392fe2489ffa?auto=format&fit=crop&w=2000&q=80') center/cover fixed;
    color: #fff;
    text-align: center
}

.cta h2 {
    font-size: clamp(2rem, 4vw, 3.4rem)
}

/* CONTACT */
.contact-card {
    background: #fff;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 15px 40px -20px rgba(0, 0, 0, .2);
    text-align: center;
    height: 100%;
    transition: all .3s
}

.contact-card:hover {
    transform: translateY(-5px)
}

.contact-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin: 0 auto 1rem
}



/* PARTNERS */
.partners {
    background: #fff;
    padding: 3rem 0;
    border-top: 1px solid #eee
}

.partners img {
    max-height: 70px;
    filter: opacity:.7;
    transition: all .3s
}

.booking-form {
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    position: sticky;
    top: 100px;
    border: 1px solid #e9ecef;
}

.booking-form label {
    color: #222;
}

.booking-form .form-control,
.booking-form .form-select {
    border-radius: 8px;
    padding: 12px;
}

.booking-form .btn-primary {
    background: #0d6efd;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
}

.booking-form .btn-primary:hover {
    opacity: .9;
}

/* FOOTER */
footer {
    background: #0b1017;
    color: rgba(255, 255, 255, .75);
    padding: 4rem 0 1.5rem
}

footer h5 {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    margin-bottom: 1.2rem
}

footer a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    transition: color .2s
}

footer a:hover {
    color: var(--brand)
}

footer ul {
    list-style: none;
    padding: 0
}

footer ul li {
    margin-bottom: .6rem;
    font-size: .92rem
}

/* Social media brand colors */
.socials a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
    transition: all .3s ease;
    font-size: 18px;
}

/* Facebook */
.socials a[aria-label="Facebook"] {
    color: #1877F2;
}

/* Instagram */
.socials a[aria-label="Instagram"] {
    color: #E4405F;
}

/* Threads */
.socials a[aria-label="Threads"] {
    color: #ffffff;
}

/* TikTok */
.socials a[aria-label="TikTok"] {
    color: #fff;
}

/* WhatsApp */
.socials a[aria-label="WhatsApp"] {
    color: #25D366;
}

/* Hover effect */
.socials a:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,.15);
}

.socials a:hover {
    background: var(--brand);
    color: #fff;
    transform: translateY(-3px)
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 1.5rem;
    margin-top: 3rem;
    font-size: .85rem;
    text-align: center
}


@media (max-width: 767px) {
    section {
        padding: 4rem 0
    }

    .badge-license {
        position: static;
        margin-top: 1rem
    }
}

.contact-now-card{
    background:#fff;
    border-radius:15px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.contact-now-card:hover{
    transform:translateY(-5px);
}

.contact-now-card .icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:var(--brand);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin-bottom:20px;
}

.contact-now-card h4{
    margin-bottom:15px;
}

.booking-form{
    background:#fff;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}
.top-bar{
    background:#141a24;
    padding:6px 0;
    font-size:14px;
}

.top-bar .gtranslate_wrapper{
    display:flex;
    justify-content:flex-end;
}