.elementor-776 .elementor-element.elementor-element-bb16016{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3cdbe1d *//* =====================================================
   PASHUPATINATH TOURS
   BOOK NOW — PREMIUM PAGE
===================================================== */

:root {
    --pt-red: #d40000;
    --pt-red-dark: #a90000;
    --pt-blue: #11114d;
    --pt-blue-dark: #080833;
    --pt-gold: #f2c400;
    --pt-white: #ffffff;
    --pt-light: #f7f7f9;
    --pt-border: #e5e5ea;
    --pt-text: #171744;
    --pt-muted: #737383;
}


/* =====================================================
   RESET
===================================================== */

.pt-book-page {
    width: 100%;

    margin: 0;
    padding: 0;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    color: var(--pt-text);

    overflow: hidden;
}

.pt-book-page *,
.pt-book-page *::before,
.pt-book-page *::after {
    box-sizing: border-box;
}

.pt-book-page a {
    text-decoration: none;
}

.pt-book-page img {
    max-width: 100%;
    display: block;
}

.pt-book-container {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    padding-left: 20px;
    padding-right: 20px;
}


/* =====================================================
   HERO
===================================================== */

.pt-book-hero {

    min-height: 470px;

    position: relative;

    display: flex;
    align-items: center;

    background-image:
        url("http://pashupathinathtours.in/wp-content/uploads/2025/09/4_5_11zon.jpg");

    background-size: cover;
    background-position: center;
}

.pt-book-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(8,8,51,.97) 0%,
            rgba(8,8,51,.88) 42%,
            rgba(8,8,51,.35) 100%
        );
}

.pt-book-hero-content {

    position: relative;

    z-index: 2;

    max-width: 720px;

    padding: 80px 0;
}

.pt-book-eyebrow {

    color: var(--pt-gold);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2.5px;
}

.pt-book-hero-content h1 {

    margin-top: 15px;

    color: #fff;

    font-size: 60px;

    line-height: 1.05;

    letter-spacing: -2px;
}

.pt-book-hero-content h1 span {

    display: block;

    color: var(--pt-gold);
}

.pt-book-hero-content p {

    max-width: 600px;

    margin-top: 20px;

    color: rgba(255,255,255,.78);

    font-size: 15px;

    line-height: 1.85;
}

.pt-book-breadcrumb {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 25px;

    color: rgba(255,255,255,.58);

    font-size: 11px;
}

.pt-book-breadcrumb span {

    color: var(--pt-gold);
}


/* =====================================================
   PACKAGES
===================================================== */

.pt-book-packages {

    padding: 90px 0;

    background: #fff;
}

.pt-book-heading {

    max-width: 680px;

    margin-bottom: 45px;
}

.pt-book-heading > span {

    color: var(--pt-red);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2.3px;
}

.pt-book-heading h2 {

    margin-top: 11px;

    color: var(--pt-blue);

    font-size: 45px;

    line-height: 1.1;

    letter-spacing: -1.5px;
}

.pt-book-heading h2 strong {

    display: block;

    color: var(--pt-red);

    font-weight: 800;
}

.pt-book-heading p {

    max-width: 610px;

    margin-top: 15px;

    color: var(--pt-muted);

    font-size: 13px;

    line-height: 1.85;
}


/* =====================================================
   PACKAGE GRID
===================================================== */

.pt-book-package-grid {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 16px;
}


/* =====================================================
   PACKAGE CARD
===================================================== */

.pt-book-package-card {

    min-height: 220px;

    position: relative;

    display: flex;

    padding: 32px;

    background: var(--pt-light);

    border: 1px solid var(--pt-border);

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.pt-book-package-card::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 4px;

    background: var(--pt-red);

    transform: scaleY(0);

    transform-origin: bottom;

    transition: .3s ease;
}

.pt-book-package-card:hover {

    transform: translateY(-5px);

    background: #fff;

    border-color: rgba(212,0,0,.2);

    box-shadow:
        0 20px 45px rgba(17,17,77,.09);
}

.pt-book-package-card:hover::before {

    transform: scaleY(1);
}


/* NUMBER */

.pt-book-package-number {

    width: 45px;
    height: 45px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--pt-red);

    border: 1px solid rgba(212,0,0,.2);

    font-size: 10px;

    font-weight: 800;
}


/* CONTENT */

.pt-book-package-content {

    padding-left: 22px;

    padding-right: 35px;
}

.pt-book-package-content > span {

    color: var(--pt-red);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.8px;
}

.pt-book-package-content h3 {

    margin-top: 7px;

    color: var(--pt-blue);

    font-size: 21px;

    line-height: 1.3;
}

.pt-book-package-content p {

    margin-top: 9px;

    color: var(--pt-muted);

    font-size: 12px;

    line-height: 1.75;
}

.pt-book-package-link {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-top: 17px;

    color: var(--pt-blue);

    font-size: 10px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: .8px;
}

.pt-book-package-link b {

    color: var(--pt-red);

    font-size: 17px;

    font-weight: 400;

    transition: .25s ease;
}

.pt-book-package-card:hover
.pt-book-package-link b {

    transform: translateX(4px);
}


/* =====================================================
   BOOKING CONTACT
===================================================== */

.pt-book-contact {

    padding: 85px 0;

    background: var(--pt-light);
}

.pt-book-contact-box {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 65px;

    align-items: center;

    padding: 55px 60px;

    background: var(--pt-blue);

    position: relative;

    overflow: hidden;
}

.pt-book-contact-box::before {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -210px;
    top: -210px;

    border: 70px solid rgba(242,196,0,.07);

    border-radius: 50%;
}

.pt-book-contact-box::after {

    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    left: -160px;
    bottom: -180px;

    border: 45px solid rgba(212,0,0,.12);

    border-radius: 50%;
}

.pt-book-contact-text {

    position: relative;

    z-index: 2;
}

.pt-book-contact-text > span {

    color: var(--pt-gold);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2.2px;
}

.pt-book-contact-text h2 {

    margin-top: 12px;

    color: #fff;

    font-size: 43px;

    line-height: 1.08;

    letter-spacing: -1.2px;
}

.pt-book-contact-text h2 strong {

    display: block;

    color: var(--pt-gold);
}

.pt-book-contact-text p {

    max-width: 530px;

    margin-top: 16px;

    color: rgba(255,255,255,.68);

    font-size: 13px;

    line-height: 1.85;
}


/* =====================================================
   ACTIONS
===================================================== */

.pt-book-contact-actions {

    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    gap: 12px;
}

.pt-book-action {

    min-height: 105px;

    display: flex;

    align-items: center;

    gap: 17px;

    padding: 18px 20px;

    border: 1px solid rgba(255,255,255,.13);

    background: rgba(255,255,255,.055);

    transition: .25s ease;
}

.pt-book-action:hover {

    background: rgba(255,255,255,.1);

    transform: translateX(5px);
}

.pt-book-action-icon {

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: rgba(255,255,255,.08);

    border-radius: 50%;
}

.pt-book-action-icon svg {

    width: 21px;
    height: 21px;

    fill: none;

    stroke: var(--pt-gold);

    stroke-width: 1.7;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.pt-book-action strong {

    display: block;

    margin-top: 5px;

    color: #fff;

    font-size: 15px;

    line-height: 1.3;
}

.pt-book-action em {

    display: block;

    margin-top: 4px;

    color: rgba(255,255,255,.5);

    font-size: 10px;

    font-style: normal;
}

.pt-book-action small {

    display: block;

    color: var(--pt-gold);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.6px;
}

.pt-book-action > b {

    margin-left: auto;

    color: var(--pt-gold);

    font-size: 18px;

    font-weight: 400;
}


/* =====================================================
   WHATSAPP
===================================================== */

.pt-book-whatsapp {

    background: rgba(255,255,255,.08);
}

.pt-book-whatsapp:hover {

    border-color: rgba(242,196,0,.3);
}


/* =====================================================
   FINAL SECTION
===================================================== */

.pt-book-final {

    padding: 95px 0;

    text-align: center;

    background: #fff;
}

.pt-book-final-content {

    max-width: 720px;

    margin: 0 auto;
}

.pt-book-final-content > span {

    color: var(--pt-red);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2.5px;
}

.pt-book-final-content h2 {

    margin-top: 12px;

    color: var(--pt-blue);

    font-size: 45px;

    line-height: 1.1;

    letter-spacing: -1.5px;
}

.pt-book-final-content h2 strong {

    display: block;

    color: var(--pt-red);
}

.pt-book-final-content p {

    max-width: 600px;

    margin: 15px auto 0;

    color: var(--pt-muted);

    font-size: 13px;

    line-height: 1.8;
}

.pt-book-final-button {

    min-height: 50px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-top: 25px;

    padding: 0 25px;

    color: #fff;

    background: var(--pt-red);

    font-size: 11px;

    font-weight: 800;

    transition: .25s ease;
}

.pt-book-final-button:hover {

    background: var(--pt-blue);

    transform: translateY(-2px);
}

.pt-book-final-button b {

    font-size: 17px;

    font-weight: 400;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

    .pt-book-contact-box {

        grid-template-columns: 1fr;

        gap: 40px;

        padding: 45px;
    }

    .pt-book-package-grid {

        grid-template-columns: 1fr;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 650px) {

    .pt-book-container {

        padding-left: 16px;
        padding-right: 16px;
    }

    .pt-book-hero {

        min-height: 450px;
    }

    .pt-book-hero-content {

        padding: 65px 0;
    }

    .pt-book-hero-content h1 {

        font-size: 42px;

        letter-spacing: -1px;
    }

    .pt-book-hero-content p {

        font-size: 13px;
    }

    .pt-book-packages,
    .pt-book-contact,
    .pt-book-final {

        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pt-book-heading h2 {

        font-size: 34px;
    }

    .pt-book-package-card {

        min-height: auto;

        padding: 25px 20px;
    }

    .pt-book-package-content {

        padding-left: 16px;
        padding-right: 15px;
    }

    .pt-book-package-content h3 {

        font-size: 18px;
    }

    .pt-book-contact-box {

        padding: 35px 22px;

        gap: 30px;
    }

    .pt-book-contact-text h2 {

        font-size: 34px;
    }

    .pt-book-action {

        min-height: 95px;

        padding: 16px;
    }

    .pt-book-action strong {

        font-size: 13px;
    }

    .pt-book-final-content h2 {

        font-size: 34px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .pt-book-hero-content h1 {

        font-size: 36px;
    }

    .pt-book-heading h2 {

        font-size: 30px;
    }

    .pt-book-contact-text h2 {

        font-size: 30px;
    }

    .pt-book-final-content h2 {

        font-size: 30px;
    }

    .pt-book-package-card {

        padding: 22px 17px;
    }

    .pt-book-package-number {

        width: 38px;
        height: 38px;
    }

}/* End custom CSS */