/*
    Theme Name: J&P Travel Tours
    Description: This Theme is specially designed for J&P Travel Tours
    Theme URL: https://www.bhutantours.travel
    Author: PINE TECH
    Author URI: https://www.pine.bt
    Version: 0.1
    Date: 16/03/2026
    Copyright: (c) 2026 J&P Travel Tours
*/


:root {
    --primary: #0891b2;
    --primary-dark: #0e7490;
    --secondary: #f59e0b;
    --accent: #059669;
    --dark: #1e293b;
    --light: #f1f5f9;
    --gold: #f59e0b;
}

body {
    font-family: 'Lato', sans-serif;
    color: #334155;
    overflow-x: hidden;
}


.timeline{
    margin-top: 5px;
    font-size: 16px;
    font-family: serif;
    font-style: italic;
}

#wpadminbar {
    position: fixed !important;
    top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

.navbar {
    background: rgba(255, 255, 255, 0.95);
/*     backdrop-filter: blur(12px); */
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    padding: 12px 0;
    transition: all 0.3s;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--dark) !important;
}

.navbar-brand span {
    color: var(--primary);
}

.navbar-brand i {
    color: var(--primary);
    margin-right: 8px;
}

.nav-link {
    font-weight: 600;
    font-size: 18px;
    color: #64748b !important;
    transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary) !important;
}


.current-page-ancestor a.nav-link {
    color: var(--primary) !important;
}


.btn-book {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 8px 24px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: background 0.3s;
}

.btn-book:hover {
    background: var(--primary-dark);
    color: #fff;
}

.hero-carousel .carousel-item {
    height: 100vh;
    min-height: 600px;
}

.hero-carousel .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    pointer-events: none;
}

.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 16px;
}

.hero-content p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
}

.hero-content .btn-primary {
    background: var(--primary);
    border: none;
    padding: 12px 36px;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 8px;
    margin: 0 8px;
}

.hero-content .btn-outline-light {
    padding: 12px 36px;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 8px;
    margin: 0 8px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 32px;
    border-radius: 6px;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 5;
}

.section-title {
    margin-bottom: 50px;
}

.section-title .badge-label {
    display: inline-block;
    background: rgba(8, 145, 178, 0.1);
    color: var(--primary);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.section-title h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--dark);
}

.section-title p {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 640px;
    margin: 12px auto 0;
}

.bg-alt {
    background: var(--light);
}

.package-card {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s;
    background: #fff;
}

.package-card:hover {
    /*box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);*/
    transform: translateY(-4px);
}

.package-card .card-img-top {
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s;
}

.package-card:hover .card-img-top {
    transform: scale(1.08);
}

.package-card .img-wrap {
    overflow: hidden;
    position: relative;
}

.package-card .badge-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--secondary);
    color: #fff;
    font-weight: 700;
    font-size: 0.78rem;
    padding: 4px 12px;
    border-radius: 6px;
}

.package-card .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
}

.package-card .price small {
    font-size: 0.8rem;
    font-weight: 400;
    color: #94a3b8;
}

.packages-carousel .owl-nav{
    width:100%;
    justify-content:space-between;
    pointer-events:none;
    margin-top: 2%;
}

.packages-carousel .owl-nav button{
    pointer-events:all;
    background:var(--primary) !important;
    color:#fff !important;
    border-radius:50%;
    width:45px;
    height:45px;
    font-size:18px !important;
    align-items:center;
    justify-content:center;
    transition:0.3s;
    margin-right: 10px;
}

.packages-carousel .owl-nav button:hover{
    background:var(--primary-dark) !important;
}

.packages-carousel .owl-nav{
    display:block !important;
}

.service-card {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px 24px;
    text-align: center;
    transition: all 0.3s;
    background: #fff;
}

.service-card:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(8, 145, 178, 0.2);
}

.service-card .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(8, 145, 178, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.6rem;
    color: var(--primary);
    transition: all 0.3s;
}

.service-card:hover .icon-circle {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.service-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card p {
    color: #64748b;
    transition: color 0.3s;
}

.service-card:hover p {
    color: rgba(255, 255, 255, 0.8);
}

.step-item {
    text-align: center;
    position: relative;
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 24px rgba(8, 145, 178, 0.3);
}

.bhutan-img-wrap {
    position: relative;
}

.bhutan-img-wrap img {
    border-radius: 16px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.bhutan-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--primary);
    color: #fff;
    padding: 20px 24px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(8, 145, 178, 0.3);
    text-align: center;
}

.bhutan-badge .num {
    font-size: 2rem;
    font-weight: 700;
}

.fact-box {
    background: var(--light);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
}

.fact-box i {
    font-size: 1.4rem;
    color: var(--primary);
    margin-bottom: 8px;
}

.fact-box .label {
    font-size: 0.8rem;
    color: #94a3b8;
}

.fact-box .val {
    font-weight: 700;
    color: var(--dark);
    font-size: 0.9rem;
}

.stat-item {
    text-align: center;
}

.stat-item i {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 8px;
}

.stat-item .num {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dark);
}

.stat-item .lbl {
    font-size: 0.85rem;
    color: #94a3b8;
}

.about-founder-img {
    border-radius: 16px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.founder-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 20px;
}

.contact-info-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: box-shadow 0.3s;
    background: #fff;
    text-decoration: none;
    color: inherit;
}

.contact-info-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.contact-info-card .ci-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(8, 145, 178, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--primary);
    font-size: 1.1rem;
}

.contact-info-card .ci-label {
    font-size: 0.85rem;
    color: #94a3b8;
}

.contact-info-card .ci-value {
    font-weight: 700;
    color: var(--dark);
}

.inquiry-form .form-control {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 12px 16px;
}

.inquiry-form .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.15);
}

/* ── Footer ── */
.site-footer {
    background: var(--dark);
    color: #f8fafc;
    padding: 60px 0 20px;
}

.site-footer a {
    color: rgba(248, 250, 252, 0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.site-footer a:hover {
    color: #fff;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: background 0.3s;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
}


.testimonial-item {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    transition: 0.3s;
}

.testimonial-item:hover {
    transform: translateY(-5px);
}

.testimonial-text {
    font-style: italic;
    color: #555;
}


/* Owl carousel navigation arrows */


/* Banner */

.page-heading.header-text{
    position:relative;
    background-size:cover;
    background-position:center;
    height:420px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}

/* Smooth theme gradient */
.banner-overlay{
    position:absolute;
/*     inset:0; */
/*     background:linear-gradient(
        135deg,
        rgba(30,41,59,0.85) 0%,
        rgba(14,116,144,0.75) 45%,
        rgba(8,145,178,0.65) 100%
    ); */
    z-index:1;
}

/* Content over banner */
.banner-content{
    position:relative;
    z-index:2;
}

.banner-content h1{
    font-size:3rem;
    font-weight:700;
    margin-bottom:10px;
    text-shadow:0 6px 25px rgba(0,0,0,0.4);
}

/* Breadcrumb */
.banner-content .breadcrumb{
    justify-content:center;
    background:transparent;
    color:#fff;
}

.banner-content .breadcrumb a{
    color:#fff;
    opacity:0.9;
}

.banner-content .breadcrumb a:hover{
    opacity:1;
}

.admin-bar .navbar {
    top: 32px;
}

/* Mobile admin bar height */
@media (min-width: 320px) and (max-width: 425px) {
	.navbar-brand {
    	font-size: 1.2rem;
	}
	.timeline {
		font-size: 10px;
	}
}
@media screen and (max-width: 782px) {
    .admin-bar .navbar {
        top: 46px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .bhutan-badge {
        position: static;
        margin-top: 16px;
        display: inline-block;
    }

    .bhutan-img-wrap img {
        height: 300px;
    }

    .about-founder-img {
        height: 350px;
    }
}


.contact-image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.contact-image-box img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.contact-image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.25));
}

/* Text + Button Container */
.contact-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
}

.contact-overlay h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-overlay p {
    max-width: 520px;
    margin-bottom: 25px;
    opacity: 0.95;
}

/* Make button pop */
.contact-overlay .btn-book {
    font-size: 1.1rem;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}


.whatsapp {
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: all 0.3s ease;
    z-index: 99999;
}

p.whatsapptext {
    margin: 0;
    margin-bottom: 8px;
    text-align: center;
    background-color: #e1ffe9de;
    border-radius: 15px 5px 15px 5px;
    padding: 7px 7px 5px 7px;
    font-weight: bold;
    line-height: 1.2rem;
    font-size: 1rem;
    position: relative;
    word-wrap: break-word;
    max-width: 200px;
    color: #004303;
}
.whatsappclose {
    width: 100%;
    height: 1.7rem;
}
button.whatsappclose-button {
    padding: 0;
    background-color: #ffffff00;
    font-size: 1.45rem;
    cursor: pointer;
    color: #0000006b;
    transition: all 0.3s ease;
}
button.whatsappclose-button:hover {
    color: #000000;
}   

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 60px;
    z-index: 99;
}