/* =========================================================
   VISIT CHAMOLI
   HERITAGE PAGE
========================================================= */


/* =========================================================
   VARIABLES
========================================================= */

.vc-heritage-page {

    --heritage-green: #355f43;
    --heritage-green-dark: #23432f;
    --heritage-gold: #b08a48;
    --heritage-cream: #f6f3ed;
    --heritage-light: #faf9f6;
    --heritage-text: #333936;
    --heritage-muted: #69716c;
    --heritage-border: #e5e1d8;

    color: var(--heritage-text);
    background: #fff;

    font-family: inherit;

}


/* =========================================================
   CONTAINER
========================================================= */

.vc-heritage-container {

    width: min(1200px, calc(100% - 40px));

    margin: 0 auto;

}


/* =========================================================
   HERO
========================================================= */

.vc-heritage-hero {

    position: relative;

    min-height: 690px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background-image:
        linear-gradient(
            90deg,
            rgba(17, 30, 23, .90) 0%,
            rgba(17, 30, 23, .78) 32%,
            rgba(17, 30, 23, .48) 58%,
            rgba(17, 30, 23, .12) 82%,
            rgba(17, 30, 23, 0) 100%
        ),
        url("../../images/heritage/heritage-hero.jpg");

    background-size: cover;

    background-position: center;

}


.vc-heritage-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.08),
            rgba(0,0,0,.12)
        );

    pointer-events: none;

}


.vc-heritage-hero-content {

    position: relative;

    z-index: 2;

    max-width: 720px;

    padding: 100px 0 80px;

    color: #fff;

}


.vc-heritage-breadcrumb {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 35px;

    font-size: 13px;

    letter-spacing: .4px;

    color: rgba(255,255,255,.75);

}


.vc-heritage-breadcrumb a {

    color: rgba(255,255,255,.75);

    text-decoration: none;

    transition: .3s ease;

}


.vc-heritage-breadcrumb a:hover {

    color: #fff;

}


.vc-heritage-breadcrumb strong {

    color: #fff;

    font-weight: 600;

}


.vc-heritage-hero-label {

    display: block;

    margin-bottom: 18px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #d9c08a;

}


.vc-heritage-hero h1 {

    margin: 0;

    font-size: clamp(52px, 6vw, 86px);

    line-height: .98;

    font-weight: 600;

    letter-spacing: -2px;

}


.vc-heritage-hero h2 {

    margin: 28px 0 22px;

    max-width: 650px;

    font-size: clamp(23px, 2.4vw, 34px);

    line-height: 1.25;

    font-weight: 400;

}


.vc-heritage-hero-line {

    width: 72px;

    height: 3px;

    margin: 25px 0;

    background: #d0af68;

}


.vc-heritage-hero p {

    max-width: 650px;

    margin: 0;

    font-size: 17px;

    line-height: 1.8;

    color: rgba(255,255,255,.86);

}


/* =========================================================
   INTRO
========================================================= */

.vc-heritage-intro {

    padding: 110px 0;

    background: var(--heritage-light);

}


.vc-heritage-intro-grid {

    display: grid;

    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);

    gap: 85px;

    align-items: center;

}


.vc-heritage-intro-image {

    position: relative;

    height: 570px;

    overflow: hidden;

}


.vc-heritage-intro-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}


.vc-heritage-image-caption {

    position: absolute;

    left: 25px;

    bottom: 25px;

    padding: 11px 18px;

    background: rgba(25, 35, 29, .82);

    color: #fff;

    font-size: 12px;

    letter-spacing: 1.2px;

    text-transform: uppercase;

}


.vc-heritage-intro-content {

    position: relative;

}


.vc-heritage-section-number {

    display: block;

    margin-bottom: 18px;

    font-size: 52px;

    line-height: 1;

    font-weight: 700;

    color: rgba(53,95,67,.12);

}


.vc-heritage-eyebrow {

    display: block;

    margin-bottom: 15px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    color: var(--heritage-green);

}


.vc-heritage-intro-content h2,
.vc-heritage-experience-content h2 {

    margin: 0;

    font-size: clamp(38px, 4vw, 58px);

    line-height: 1.08;

    font-weight: 600;

    letter-spacing: -1px;

    color: #25362c;

}


.vc-heritage-green-line {

    width: 60px;

    height: 3px;

    margin: 28px 0;

    background: var(--heritage-gold);

}


.vc-heritage-intro-content p,
.vc-heritage-experience-content > p {

    margin: 0 0 20px;

    font-size: 16px;

    line-height: 1.85;

    color: var(--heritage-muted);

}


/* =========================================================
   SECTION HEADING
========================================================= */

.vc-heritage-section-heading {

    max-width: 750px;

    margin: 0 auto 65px;

    text-align: center;

}


.vc-heritage-section-heading > span {

    display: block;

    margin-bottom: 13px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    color: var(--heritage-green);

}


.vc-heritage-section-heading h2 {

    margin: 0;

    font-size: clamp(35px, 4vw, 55px);

    line-height: 1.12;

    color: #27372e;

}


.vc-heritage-heading-line {

    width: 65px;

    height: 3px;

    margin: 24px auto;

    background: var(--heritage-gold);

}


.vc-heritage-section-heading p {

    margin: 0;

    font-size: 16px;

    line-height: 1.8;

    color: var(--heritage-muted);

}


/* =========================================================
   FEATURES
========================================================= */

.vc-heritage-features {

    padding: 110px 0;

    background: #fff;

}


.vc-heritage-feature-grid {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 30px;

}


.vc-heritage-card {

    overflow: hidden;

    background: #fff;

    border: 1px solid var(--heritage-border);

    box-shadow: 0 15px 45px rgba(25,40,30,.06);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.vc-heritage-card:hover {

    transform: translateY(-7px);

    box-shadow: 0 22px 55px rgba(25,40,30,.12);

}


.vc-heritage-card-wide {

    grid-column: 1 / -1;

    display: grid;

    grid-template-columns: 1fr 1fr;

}


.vc-heritage-card-image {

    position: relative;

    height: 330px;

    overflow: hidden;

}


.vc-heritage-card-wide .vc-heritage-card-image {

    height: 100%;

    min-height: 330px;

}


.vc-heritage-card-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .7s ease;

}


.vc-heritage-card:hover .vc-heritage-card-image img {

    transform: scale(1.05);

}


.vc-heritage-card-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.03) 30%,
            rgba(0,0,0,.58) 100%
        );

}


.vc-heritage-card-number {

    position: absolute;

    top: 22px;

    left: 22px;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #fff;

}


.vc-heritage-card-icon {

    position: absolute;

    right: 22px;

    bottom: 22px;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255,255,255,.45);

    color: #fff;

    font-size: 17px;

}


.vc-heritage-card-content {

    padding: 32px 34px 36px;

}


.vc-heritage-card-wide .vc-heritage-card-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 45px;

}


.vc-heritage-card-label {

    display: block;

    margin-bottom: 10px;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    color: var(--heritage-green);

}


.vc-heritage-card-content h3 {

    margin: 0 0 15px;

    font-size: 28px;

    line-height: 1.2;

    color: #26382d;

}


.vc-heritage-card-content p {

    margin: 0;

    font-size: 15px;

    line-height: 1.8;

    color: var(--heritage-muted);

}


/* =========================================================
   EXPERIENCE
========================================================= */

.vc-heritage-experience {

    padding: 115px 0;

    background: var(--heritage-cream);

}


.vc-heritage-experience-grid {

    display: grid;

    grid-template-columns: .95fr 1.05fr;

    gap: 80px;

    align-items: center;

}


.vc-heritage-experience-content {

    padding-right: 20px;

}


.vc-heritage-experience-content strong {

    color: var(--heritage-green);

    font-weight: 700;

}


.vc-heritage-experience-points {

    margin-top: 35px;

}


.vc-heritage-experience-point {

    display: flex;

    gap: 18px;

    padding: 18px 0;

    border-bottom: 1px solid #ddd8cd;

}


.vc-heritage-experience-point > span {

    flex: 0 0 45px;

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #cfc7b6;

    color: var(--heritage-green);

}


.vc-heritage-experience-point h3 {

    margin: 0 0 5px;

    font-size: 17px;

    color: #293a30;

}


.vc-heritage-experience-point p {

    margin: 0;

    font-size: 14px;

    line-height: 1.6;

    color: var(--heritage-muted);

}


.vc-heritage-experience-image {

    position: relative;

    height: 650px;

}


.vc-heritage-experience-image > img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

}


.vc-heritage-experience-image-box {

    position: absolute;

    right: 30px;

    bottom: 30px;

    width: 270px;

    padding: 25px;

    background: rgba(255,255,255,.94);

    box-shadow: 0 15px 40px rgba(0,0,0,.15);

}


.vc-heritage-experience-image-box span {

    display: block;

    margin-bottom: 10px;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    color: var(--heritage-green);

}


.vc-heritage-experience-image-box strong {

    display: block;

    font-size: 20px;

    line-height: 1.35;

    color: #29382f;

}


/* =========================================================
   QUOTE
========================================================= */

.vc-heritage-quote {

    position: relative;

    min-height: 540px;

    display: flex;

    align-items: center;

    background-image:
        linear-gradient(
            90deg,
            rgba(21,38,27,.88),
            rgba(21,38,27,.58),
            rgba(21,38,27,.20)
        ),
        url("../../images/heritage/heritage-quote.jpg");

    background-size: cover;

    background-position: center;

}


.vc-heritage-quote-overlay {

    position: absolute;

    inset: 0;

}


.vc-heritage-quote-content {

    position: relative;

    z-index: 2;

    max-width: 720px;

    padding: 90px 0;

    color: #fff;

}


.vc-heritage-quote-content > span {

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #dbc27f;

}


.vc-heritage-quote-mark {

    height: 50px;

    margin-top: 22px;

    font-family: Georgia, serif;

    font-size: 70px;

    line-height: .8;

    color: #d3b56e;

}


.vc-heritage-quote-content h2 {

    margin: 15px 0 25px;

    font-size: clamp(38px, 4.5vw, 62px);

    line-height: 1.08;

    font-weight: 500;

}


.vc-heritage-quote-line {

    width: 65px;

    height: 3px;

    margin-bottom: 25px;

    background: #d3b56e;

}


.vc-heritage-quote-content p {

    max-width: 610px;

    margin: 0;

    font-size: 16px;

    line-height: 1.8;

    color: rgba(255,255,255,.82);

}


/* =========================================================
   CTA
========================================================= */

.vc-heritage-cta {

    padding: 60px 0;

    background: #f1eee7;

}


.vc-heritage-cta-inner {

    display: grid;

    grid-template-columns: 75px 1fr auto;

    gap: 30px;

    align-items: center;

}


.vc-heritage-cta-icon {

    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #cfc7b8;

    color: var(--heritage-green);

    font-size: 23px;

}


.vc-heritage-cta-content > span {

    display: block;

    margin-bottom: 6px;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    color: var(--heritage-green);

}


.vc-heritage-cta-content h2 {

    margin: 0 0 7px;

    font-size: 30px;

    line-height: 1.2;

    color: #29392f;

}


.vc-heritage-cta-content p {

    max-width: 700px;

    margin: 0;

    font-size: 14px;

    line-height: 1.65;

    color: var(--heritage-muted);

}


.vc-heritage-cta-button {

    display: inline-flex;

    align-items: center;

    gap: 14px;

    padding: 15px 22px;

    background: var(--heritage-green);

    color: #fff;

    text-decoration: none;

    white-space: nowrap;

    font-size: 13px;

    font-weight: 600;

    transition: .3s ease;

}


.vc-heritage-cta-button:hover {

    background: var(--heritage-green-dark);

    color: #fff;

}


.vc-heritage-cta-button i {

    transition: transform .3s ease;

}


.vc-heritage-cta-button:hover i {

    transform: translateX(5px);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vc-heritage-hero {

        min-height: 600px;

    }


    .vc-heritage-intro-grid {

        grid-template-columns: 1fr;

        gap: 50px;

    }


    .vc-heritage-intro-image {

        height: 500px;

    }


    .vc-heritage-feature-grid {

        grid-template-columns: 1fr;

    }


    .vc-heritage-card-wide {

        grid-column: auto;

        display: block;

    }


    .vc-heritage-card-wide .vc-heritage-card-image {

        min-height: 330px;

        height: 330px;

    }


    .vc-heritage-card-wide .vc-heritage-card-content {

        padding: 32px 34px 36px;

    }


    .vc-heritage-experience-grid {

        grid-template-columns: 1fr;

        gap: 55px;

    }


    .vc-heritage-experience-image {

        height: 550px;

    }


    .vc-heritage-cta-inner {

        grid-template-columns: 65px 1fr;

    }


    .vc-heritage-cta-button {

        grid-column: 2;

        width: fit-content;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .vc-heritage-container {

        width: min(100% - 30px, 1200px);

    }


    .vc-heritage-hero {

        min-height: 590px;

        background-position: 65% center;

    }


    .vc-heritage-hero-content {

        padding: 80px 0 60px;

    }


    .vc-heritage-breadcrumb {

        margin-bottom: 25px;

        font-size: 11px;

        gap: 7px;

    }


    .vc-heritage-hero h1 {

        font-size: 52px;

        letter-spacing: -1px;

    }


    .vc-heritage-hero h2 {

        font-size: 23px;

    }


    .vc-heritage-hero p {

        font-size: 15px;

        line-height: 1.7;

    }


    .vc-heritage-intro,
    .vc-heritage-features,
    .vc-heritage-experience {

        padding: 75px 0;

    }


    .vc-heritage-intro-image {

        height: 420px;

    }


    .vc-heritage-intro-content h2,
    .vc-heritage-experience-content h2 {

        font-size: 39px;

    }


    .vc-heritage-section-heading {

        margin-bottom: 45px;

    }


    .vc-heritage-section-heading h2 {

        font-size: 37px;

    }


    .vc-heritage-feature-grid {

        gap: 22px;

    }


    .vc-heritage-card-image {

        height: 280px;

    }


    .vc-heritage-card-content {

        padding: 27px 25px 30px;

    }


    .vc-heritage-card-content h3 {

        font-size: 25px;

    }


    .vc-heritage-experience-image {

        height: 450px;

    }


    .vc-heritage-experience-image-box {

        right: 15px;

        bottom: 15px;

        width: 230px;

        padding: 20px;

    }


    .vc-heritage-quote {

        min-height: 500px;

    }


    .vc-heritage-quote-content {

        padding: 70px 0;

    }


    .vc-heritage-quote-content h2 {

        font-size: 40px;

    }


    .vc-heritage-cta-inner {

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 20px;

    }


    .vc-heritage-cta-button {

        margin-top: 5px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .vc-heritage-hero {

        min-height: 560px;

    }


    .vc-heritage-hero h1 {

        font-size: 45px;

    }


    .vc-heritage-intro-image {

        height: 350px;

    }


    .vc-heritage-section-number {

        font-size: 42px;

    }


    .vc-heritage-card-image {

        height: 245px;

    }


    .vc-heritage-experience-image {

        height: 380px;

    }


    .vc-heritage-quote-content h2 {

        font-size: 35px;

    }

}