.elementor-760 .elementor-element.elementor-element-ce170bf{--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-e38991c *//* =========================================================
   PASHUPATINATH TOURS
   PREMIUM ABOUT US PAGE
========================================================= */

:root {

    --pt-red: #d40000;
    --pt-red-dark: #a80000;

    --pt-blue: #11114d;
    --pt-blue-dark: #080833;

    --pt-gold: #f2c400;

    --pt-white: #ffffff;

    --pt-bg: #f7f7f9;
    --pt-light: #f1f1f4;

    --pt-text: #18184c;
    --pt-muted: #707080;

    --pt-border: #e4e4ea;
}


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;

    background: #fff;

    color: var(--pt-text);

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.pt-about-container {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    padding-left: 20px;
    padding-right: 20px;
}


/* =========================================================
   COMMON LABEL
========================================================= */

.pt-about-label {
    display: inline-block;

    color: var(--pt-red);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2.2px;
}


/* =========================================================
   HERO
========================================================= */

.pt-about-hero {

    min-height: 530px;

    position: relative;

    display: flex;
    align-items: center;

    background-image:
        url("http://pashupathinathtours.in/wp-content/uploads/2025/09/3_4_11zon.jpg");

    background-size: cover;
    background-position: center;
}

.pt-about-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(8,8,51,.96) 0%,
            rgba(8,8,51,.83) 42%,
            rgba(8,8,51,.32) 100%
        );
}

.pt-about-hero-content {

    position: relative;

    z-index: 2;

    max-width: 730px;

    padding: 80px 0;
}

.pt-about-eyebrow {

    color: var(--pt-gold);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2.5px;
}

.pt-about-hero-content h1 {

    margin-top: 18px;

    color: #fff;

    font-size: 61px;

    line-height: 1.04;

    letter-spacing: -2px;
}

.pt-about-hero-content h1 span {

    display: block;

    color: var(--pt-gold);
}

.pt-about-hero-content p {

    max-width: 610px;

    margin-top: 23px;

    color: rgba(255,255,255,.82);

    font-size: 16px;

    line-height: 1.85;
}

.pt-about-breadcrumb {

    display: flex;
    align-items: center;

    gap: 10px;

    margin-top: 28px;

    color: rgba(255,255,255,.65);

    font-size: 12px;
}

.pt-about-breadcrumb span {

    color: var(--pt-gold);
}


/* =========================================================
   INTRO
========================================================= */

.pt-about-intro {

    padding: 100px 0;
}

.pt-about-intro-grid {

    display: grid;

    grid-template-columns: .95fr 1.05fr;

    gap: 80px;

    align-items: center;
}

.pt-about-intro-image {

    height: 500px;

    position: relative;
}

.pt-about-intro-image img {

    height: 100%;

    object-fit: cover;

    border-radius: 5px;
}

.pt-about-image-card {

    position: absolute;

    right: -25px;
    bottom: 30px;

    width: 190px;

    padding: 25px 22px;

    color: #fff;

    background: var(--pt-red);

    border-radius: 4px;

    box-shadow:
        0 18px 35px rgba(212,0,0,.22);
}

.pt-about-image-card strong {

    display: block;

    font-size: 19px;
}

.pt-about-image-card span {

    display: block;

    margin-top: 5px;

    color: rgba(255,255,255,.72);

    font-size: 11px;
}

.pt-about-intro-content h2 {

    margin-top: 12px;

    color: var(--pt-blue);

    font-size: 45px;

    line-height: 1.08;

    letter-spacing: -1.5px;
}

.pt-about-intro-content h2 span {

    display: block;

    color: var(--pt-red);
}

.pt-about-intro-content p {

    margin-top: 17px;

    color: var(--pt-muted);

    font-size: 14px;

    line-height: 1.9;
}

.pt-about-signature {

    display: flex;
    align-items: center;

    gap: 13px;

    margin-top: 28px;

    color: var(--pt-blue);

    font-size: 12px;
    font-weight: 800;
}

.pt-about-line {

    width: 40px;
    height: 2px;

    background: var(--pt-red);
}


/* =========================================================
   STORY
========================================================= */

.pt-about-story {

    padding: 100px 0;

    background: var(--pt-bg);
}

.pt-about-story-heading {

    max-width: 650px;

    margin-bottom: 50px;
}

.pt-about-story-heading h2 {

    margin-top: 11px;

    color: var(--pt-blue);

    font-size: 45px;

    line-height: 1.1;

    letter-spacing: -1.5px;
}

.pt-about-story-heading h2 span {

    color: var(--pt-red);
}

.pt-about-story-heading p {

    margin-top: 15px;

    color: var(--pt-muted);

    font-size: 14px;

    line-height: 1.8;
}

.pt-about-story-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 16px;
}

.pt-about-story-card {

    padding: 32px 24px;

    background: #fff;

    border: 1px solid var(--pt-border);

    border-radius: 4px;

    transition: .25s ease;
}

.pt-about-story-card:hover {

    transform: translateY(-5px);

    border-color: rgba(212,0,0,.35);

    box-shadow:
        0 15px 35px rgba(17,17,77,.07);
}

.pt-story-number {

    color: var(--pt-red);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1px;
}

.pt-about-story-card h3 {

    margin-top: 18px;

    color: var(--pt-blue);

    font-size: 18px;

    line-height: 1.3;
}

.pt-about-story-card p {

    margin-top: 11px;

    color: var(--pt-muted);

    font-size: 12px;

    line-height: 1.8;
}


/* =========================================================
   SERVICES
========================================================= */

.pt-about-services {

    padding: 100px 0;

    background: var(--pt-blue);
}

.pt-about-services-grid {

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 80px;

    align-items: center;
}

.pt-about-services-content h2 {

    margin-top: 11px;

    color: #fff;

    font-size: 44px;

    line-height: 1.1;
}

.pt-about-services-content h2 span {

    display: block;

    color: var(--pt-gold);
}

.pt-about-services-content p {

    margin-top: 18px;

    color: rgba(255,255,255,.72);

    font-size: 14px;

    line-height: 1.85;
}

.pt-about-button {

    min-height: 48px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-top: 25px;

    padding: 0 23px;

    color: #fff;

    background: var(--pt-red);

    border-radius: 3px;

    font-size: 12px;
    font-weight: 800;

    transition: .25s ease;
}

.pt-about-button:hover {

    background: #b90000;

    transform: translateY(-2px);
}

.pt-about-button span {

    font-size: 17px;
}

.pt-about-service-list {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 13px;
}

.pt-about-service {

    display: flex;

    gap: 16px;

    padding: 23px 20px;

    background: rgba(255,255,255,.055);

    border: 1px solid rgba(255,255,255,.1);

    border-radius: 4px;
}

.pt-about-service-icon {

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: var(--pt-gold);

    border: 1px solid rgba(242,196,0,.45);

    font-size: 10px;
    font-weight: 800;
}

.pt-about-service h3 {

    color: #fff;

    font-size: 16px;
}

.pt-about-service p {

    margin-top: 7px;

    color: rgba(255,255,255,.58);

    font-size: 11px;

    line-height: 1.7;
}


/* =========================================================
   WHY CHOOSE US
========================================================= */

.pt-about-why {

    padding: 100px 0;
}

.pt-about-why-heading {

    text-align: center;

    margin-bottom: 50px;
}

.pt-about-why-heading h2 {

    margin-top: 11px;

    color: var(--pt-blue);

    font-size: 44px;

    line-height: 1.1;
}

.pt-about-why-heading h2 span {

    color: var(--pt-red);
}

.pt-about-why-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 20px;
}

.pt-about-why-card {

    padding: 30px 24px;

    border: 1px solid var(--pt-border);

    border-radius: 4px;

    transition: .25s ease;
}

.pt-about-why-card:hover {

    border-color: var(--pt-red);

    transform: translateY(-4px);
}

.pt-why-icon {

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--pt-red);

    background: rgba(212,0,0,.06);

    font-size: 10px;
    font-weight: 800;
}

.pt-about-why-card h3 {

    margin-top: 20px;

    color: var(--pt-blue);

    font-size: 18px;
}

.pt-about-why-card p {

    margin-top: 10px;

    color: var(--pt-muted);

    font-size: 12px;

    line-height: 1.8;
}


/* =========================================================
   MISSION
========================================================= */

.pt-about-mission {

    padding: 90px 0;

    background: var(--pt-bg);
}

.pt-about-mission-box {

    min-height: 360px;

    display: grid;

    grid-template-columns: 1.5fr .5fr;

    align-items: center;

    overflow: hidden;

    background: #fff;

    border-left: 5px solid var(--pt-red);

    box-shadow:
        0 20px 50px rgba(17,17,77,.06);
}

.pt-about-mission-content {

    padding: 60px 65px;
}

.pt-about-mission-content h2 {

    margin-top: 12px;

    color: var(--pt-blue);

    font-size: 42px;

    line-height: 1.1;
}

.pt-about-mission-content h2 span {

    display: block;

    color: var(--pt-red);
}

.pt-about-mission-content p {

    max-width: 700px;

    margin-top: 15px;

    color: var(--pt-muted);

    font-size: 14px;

    line-height: 1.85;
}

.pt-about-mission-mark {

    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: var(--pt-blue);

    background: var(--pt-light);
}

.pt-about-mission-mark span {

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 3px;
}

.pt-about-mission-mark strong {

    margin: 12px 0;

    color: var(--pt-red);

    font-size: 31px;

    letter-spacing: 2px;
}


/* =========================================================
   DESTINATIONS
========================================================= */

.pt-about-destinations {

    padding: 100px 0;
}

.pt-about-destination-heading {

    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 45px;
}

.pt-about-destination-heading h2 {

    margin-top: 11px;

    color: var(--pt-blue);

    font-size: 43px;

    line-height: 1.1;
}

.pt-about-destination-heading h2 span {

    color: var(--pt-red);
}

.pt-about-outline-button {

    min-height: 46px;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 0 20px;

    color: var(--pt-blue);

    border: 1px solid var(--pt-border);

    font-size: 12px;
    font-weight: 800;

    transition: .25s ease;
}

.pt-about-outline-button:hover {

    color: #fff;

    background: var(--pt-red);

    border-color: var(--pt-red);
}

.pt-about-destination-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 16px;
}

.pt-about-destination {

    height: 390px;

    position: relative;

    overflow: hidden;

    border-radius: 4px;
}

.pt-about-destination img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: .6s ease;
}

.pt-about-destination:hover img {

    transform: scale(1.08);
}

.pt-about-destination-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 35%,
            rgba(8,8,52,.9) 100%
        );
}

.pt-about-destination-text {

    position: absolute;

    left: 23px;
    bottom: 23px;

    color: #fff;
}

.pt-about-destination-text span {

    color: var(--pt-gold);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2px;
}

.pt-about-destination-text h3 {

    margin-top: 5px;

    font-size: 24px;
}


/* =========================================================
   FAQ
========================================================= */

.pt-about-faq {

    padding: 100px 0;

    background: var(--pt-bg);
}

.pt-about-faq-heading {

    text-align: center;

    margin-bottom: 45px;
}

.pt-about-faq-heading h2 {

    margin-top: 11px;

    color: var(--pt-blue);

    font-size: 43px;

    line-height: 1.1;
}

.pt-about-faq-heading h2 span {

    color: var(--pt-red);
}

.pt-about-faq-list {

    max-width: 900px;

    margin: 0 auto;

    background: #fff;
}

.pt-about-faq-list details {

    border-bottom: 1px solid var(--pt-border);
}

.pt-about-faq-list details:last-child {

    border-bottom: 0;
}

.pt-about-faq-list summary {

    min-height: 70px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 0 25px;

    color: var(--pt-blue);

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    list-style: none;
}

.pt-about-faq-list summary::-webkit-details-marker {

    display: none;
}

.pt-about-faq-list summary span {

    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: var(--pt-red);

    border: 1px solid var(--pt-border);

    border-radius: 50%;

    font-size: 17px;

    transition: .25s ease;
}

.pt-about-faq-list details[open]
summary span {

    color: #fff;

    background: var(--pt-red);

    transform: rotate(45deg);
}

.pt-about-faq-list details p {

    padding:
        0
        70px
        25px
        25px;

    color: var(--pt-muted);

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.pt-about-cta {

    min-height: 440px;

    position: relative;

    display: flex;

    align-items: center;

    background-image:
        url("http://pashupathinathtours.in/wp-content/uploads/2025/09/5_6_11zon.jpg");

    background-size: cover;

    background-position: center;
}

.pt-about-cta-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(8,8,52,.96),
            rgba(8,8,52,.65)
        );
}

.pt-about-cta-content {

    position: relative;

    z-index: 2;

    max-width: 720px;

    padding: 80px 0;
}

.pt-about-cta-content .pt-about-label {

    color: var(--pt-gold);
}

.pt-about-cta-content h2 {

    margin-top: 12px;

    color: #fff;

    font-size: 51px;

    line-height: 1.06;

    letter-spacing: -1.5px;
}

.pt-about-cta-content h2 span {

    display: block;

    color: var(--pt-gold);
}

.pt-about-cta-content p {

    max-width: 620px;

    margin-top: 17px;

    color: rgba(255,255,255,.76);

    font-size: 15px;

    line-height: 1.8;
}

.pt-about-cta-actions {

    display: flex;

    gap: 12px;

    margin-top: 27px;
}

.pt-about-cta-secondary {

    min-height: 48px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 0 22px;

    color: #fff;

    border: 1px solid rgba(255,255,255,.45);

    border-radius: 3px;

    font-size: 12px;
    font-weight: 800;

    transition: .25s ease;
}

.pt-about-cta-secondary:hover {

    color: var(--pt-blue);

    background: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .pt-about-intro-grid,
    .pt-about-services-grid {

        grid-template-columns: 1fr;

        gap: 50px;
    }

    .pt-about-story-grid,
    .pt-about-why-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .pt-about-destination-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .pt-about-container {

        padding-left: 16px;
        padding-right: 16px;
    }

    .pt-about-hero {

        min-height: 500px;
    }

    .pt-about-hero-content {

        padding: 65px 0;
    }

    .pt-about-hero-content h1 {

        font-size: 43px;

        letter-spacing: -1.5px;
    }

    .pt-about-hero-content p {

        font-size: 14px;
    }

    .pt-about-intro,
    .pt-about-story,
    .pt-about-services,
    .pt-about-why,
    .pt-about-mission,
    .pt-about-destinations,
    .pt-about-faq {

        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pt-about-intro-grid {

        gap: 45px;
    }

    .pt-about-intro-image {

        height: 390px;
    }

    .pt-about-image-card {

        right: 12px;

        bottom: 20px;

        width: 160px;

        padding: 20px;
    }

    .pt-about-intro-content h2,
    .pt-about-story-heading h2,
    .pt-about-services-content h2,
    .pt-about-why-heading h2,
    .pt-about-destination-heading h2,
    .pt-about-faq-heading h2 {

        font-size: 34px;
    }

    .pt-about-story-grid,
    .pt-about-why-grid,
    .pt-about-destination-grid {

        grid-template-columns: 1fr;
    }

    .pt-about-service-list {

        grid-template-columns: 1fr;
    }

    .pt-about-mission-box {

        grid-template-columns: 1fr;
    }

    .pt-about-mission-content {

        padding: 40px 28px;
    }

    .pt-about-mission-mark {

        min-height: 180px;
    }

    .pt-about-destination-heading {

        align-items: flex-start;

        flex-direction: column;
    }

    .pt-about-destination {

        height: 360px;
    }

    .pt-about-cta {

        min-height: 430px;
    }

    .pt-about-cta-content h2 {

        font-size: 38px;
    }

    .pt-about-cta-actions {

        flex-direction: column;

        align-items: stretch;
    }

    .pt-about-cta-actions a {

        width: 100%;
    }

    .pt-about-faq-list summary {

        padding: 0 17px;

        font-size: 13px;
    }

    .pt-about-faq-list details p {

        padding:
            0
            20px
            22px
            17px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .pt-about-hero-content h1 {

        font-size: 37px;
    }

    .pt-about-intro-content h2,
    .pt-about-story-heading h2,
    .pt-about-services-content h2,
    .pt-about-why-heading h2,
    .pt-about-destination-heading h2,
    .pt-about-faq-heading h2 {

        font-size: 30px;
    }

    .pt-about-cta-content h2 {

        font-size: 33px;
    }

}/* End custom CSS */