/* ==================================================
   RAJASTHAN AURA TOURS
   ABOUT PAGE CSS
================================================== */


/* ==================================================
   RESET
================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    color: #2f2925;
    background: #ffffff;

    line-height: 1.7;

    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}


/* ==================================================
   ACCESSIBILITY
================================================== */

a:focus-visible,
button:focus-visible {
    outline: 3px solid #d4a476;
    outline-offset: 3px;
}


/* ==================================================
   GLOBAL CONTAINER
================================================== */

.about-page-container {
    width: min(1180px, 90%);
    margin: 0 auto;
}


/* ==================================================
   HEADER
================================================== */

.about-page-header {
    position: relative;
    z-index: 100;

    width: 100%;

    background: #ffffff;

    border-bottom:
        1px solid rgba(0, 0, 0, 0.08);
}

.about-header-container {
    width: min(1380px, 94%);
    min-height: 82px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 22px;
}


/* ==================================================
   HEADER LOGO
================================================== */

.about-page-logo {
    flex-shrink: 0;

    color: #7b4b2a;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 23px;
    font-weight: 600;

    line-height: 1.2;

    white-space: nowrap;

    transition:
        color 0.3s ease;
}

.about-page-logo:hover {
    color: #a56a3a;
}


/* ==================================================
   HEADER NAVIGATION
================================================== */

.about-page-nav {
    min-width: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 19px;
}

.about-page-nav a {
    position: relative;

    padding: 30px 0;

    color: #3b342f;

    font-size: 13px;

    line-height: 1.4;

    white-space: nowrap;

    transition:
        color 0.3s ease;
}

.about-page-nav a::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 21px;

    width: 0;
    height: 1px;

    background: #a56a3a;

    transform:
        translateX(-50%);

    transition:
        width 0.3s ease;
}

.about-page-nav a:hover,
.about-page-nav a.active {
    color: #a56a3a;
}

.about-page-nav a:hover::after,
.about-page-nav a.active::after {
    width: 100%;
}


/* ==================================================
   HEADER PLAN BUTTON
================================================== */

.about-header-button {
    flex-shrink: 0;

    display: inline-block;

    padding: 12px 19px;

    background: #7b4b2a;
    color: #ffffff;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.5px;

    white-space: nowrap;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.about-header-button:hover {
    background: #5f371f;

    transform:
        translateY(-2px);
}


/* ==================================================
   HERO
================================================== */

.about-page-hero {
    position: relative;

    min-height: 540px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 100px 20px;

    text-align: center;

    background:
        linear-gradient(
            rgba(28, 21, 17, 0.38),
            rgba(28, 21, 17, 0.42)
        ),
        url("images/about/about-hero-rajasthan.webp")
        center center / cover no-repeat;

    color: #ffffff;
}

.about-page-hero-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 850px;

    margin: 0 auto;
}

.about-page-hero-content > span {
    display: block;

    margin-bottom: 18px;

    color: #e2bb86;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;
}

.about-page-hero-content h1 {
    margin: 0 0 22px;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(42px, 5.5vw, 68px);

    font-weight: 400;

    line-height: 1.12;

    text-shadow:
        0 2px 10px rgba(0, 0, 0, 0.3);
}

.about-page-hero-content p {
    max-width: 690px;

    margin: 0 auto;

    color:
        rgba(255, 255, 255, 0.9);

    font-size: 17px;

    line-height: 1.8;

    text-shadow:
        0 1px 6px rgba(0, 0, 0, 0.3);
}


/* ==================================================
   OUR STORY
================================================== */

.about-story {
    padding: 110px 0;

    background: #ffffff;
}

.about-story-grid {
    display: grid;

    grid-template-columns:
        0.8fr 1.2fr;

    gap:
        45px 70px;

    align-items: start;
}


/* ==================================================
   STORY HEADING
================================================== */

.about-story-heading {
    grid-column: 1;
    grid-row: 1;
}

.about-story-heading span,
.about-section-heading span,
.about-why-content > span {
    display: block;

    margin-bottom: 15px;

    color: #a56a3a;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}

.about-story-heading h2 {
    color: #2d2723;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(36px, 4vw, 52px);

    font-weight: 500;

    line-height: 1.2;
}


/* ==================================================
   STORY IMAGE
================================================== */

.about-story-image {
    grid-column: 1;
    grid-row: 2;

    width: 100%;

    overflow: hidden;
}

.about-story-image img {
    width: 100%;
    height: auto;

    transition:
        transform 0.6s ease;
}

.about-story-image:hover img {
    transform:
        scale(1.015);
}


/* ==================================================
   STORY CONTENT
================================================== */

.about-story-content {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.about-story-content p {
    margin-bottom: 24px;

    color: #625951;

    font-size: 17px;

    line-height: 1.8;
}

.about-story-content p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   SECTION HEADING
================================================== */

.about-section-heading {
    max-width: 760px;

    margin:
        0 auto 65px;

    text-align: center;
}

.about-section-heading h2 {
    margin-bottom: 20px;

    color: #2d2723;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(36px, 4vw, 52px);

    font-weight: 500;

    line-height: 1.2;
}

.about-section-heading p {
    color: #6a615a;

    font-size: 17px;

    line-height: 1.8;
}


/* ==================================================
   OUR APPROACH
================================================== */

.about-approach {
    padding: 110px 0;

    background: #f7f3ee;
}

.about-approach-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 25px;
}

.about-approach-item {
    min-width: 0;

    padding: 42px 30px;

    background: #ffffff;

    border:
        1px solid rgba(123, 75, 42, 0.12);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.about-approach-item:hover {
    transform:
        translateY(-6px);

    border-color:
        rgba(123, 75, 42, 0.22);

    box-shadow:
        0 18px 40px rgba(44, 34, 27, 0.08);
}

.about-number {
    display: block;

    margin-bottom: 25px;

    color: #a56a3a;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 28px;
}

.about-approach-item h3 {
    margin-bottom: 15px;

    color: #302923;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;
    font-weight: 500;

    line-height: 1.3;
}

.about-approach-item p {
    color: #6a615a;

    font-size: 15px;

    line-height: 1.75;
}


/* ==================================================
   WHAT WE CREATE
================================================== */

.about-journeys {
    padding: 110px 0;

    background: #ffffff;
}

.about-journeys-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 30px;
}

.about-journey-item {
    min-width: 0;

    padding: 45px;

    border-left:
        3px solid #a56a3a;

    background: #faf8f5;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.about-journey-item:hover {
    transform:
        translateY(-4px);

    box-shadow:
        0 15px 35px rgba(44, 34, 27, 0.06);
}

.about-journey-item h3 {
    margin-bottom: 15px;

    color: #302923;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 27px;
    font-weight: 500;

    line-height: 1.3;
}

.about-journey-item p {
    color: #6a615a;

    font-size: 16px;

    line-height: 1.75;
}


/* ==================================================
   WHY TRAVEL WITH US
================================================== */

.about-why-us {
    padding:
        120px 20px;

    background: #2e2824;

    color: #ffffff;
}

.about-why-content {
    max-width: 800px;

    margin: 0 auto;

    text-align: center;
}

.about-why-content > span {
    color: #d4a476;
}

.about-why-content h2 {
    margin-bottom: 28px;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(36px, 5vw, 56px);

    font-weight: 500;

    line-height: 1.2;
}

.about-why-content p {
    margin-bottom: 20px;

    color:
        rgba(255, 255, 255, 0.78);

    font-size: 17px;

    line-height: 1.8;
}

.about-why-content p:last-of-type {
    margin-bottom: 0;
}

.about-journeys-button {
    display: inline-block;

    margin-top: 32px;

    padding:
        15px 28px;

    border:
        1px solid rgba(255, 255, 255, 0.7);

    color: #ffffff;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 1.2px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.about-journeys-button:hover {
    background: #ffffff;

    color: #2e2824;

    transform:
        translateY(-2px);
}


/* ==================================================
   CTA
================================================== */

.about-page-cta {
    padding:
        110px 20px;

    background: #f3ece4;

    text-align: center;
}

.about-page-cta-content {
    max-width: 800px;

    margin: 0 auto;
}

.about-page-cta-content > span {
    display: block;

    margin-bottom: 15px;

    color: #a56a3a;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}

.about-page-cta-content h2 {
    margin-bottom: 22px;

    color: #2d2723;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(36px, 5vw, 54px);

    font-weight: 500;

    line-height: 1.2;
}

.about-page-cta-content p {
    max-width: 680px;

    margin: 0 auto;

    color: #625951;

    font-size: 17px;

    line-height: 1.8;
}

.about-cta-buttons {
    margin-top: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 15px;
}

.about-whatsapp-button,
.about-contact-button {
    display: inline-flex;

    min-height: 50px;

    align-items: center;
    justify-content: center;

    padding:
        14px 28px;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.8px;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.about-whatsapp-button {
    border:
        1px solid #7b4b2a;

    background: #7b4b2a;

    color: #ffffff;
}

.about-whatsapp-button:hover {
    background: #5f371f;

    border-color: #5f371f;

    transform:
        translateY(-2px);
}

.about-contact-button {
    border:
        1px solid #7b4b2a;

    background: transparent;

    color: #7b4b2a;
}

.about-contact-button:hover {
    background: #7b4b2a;

    color: #ffffff;

    transform:
        translateY(-2px);
}


/* ==================================================
   FOOTER
================================================== */

.about-page-footer {
    padding:
        70px 0 25px;

    background: #211d1a;

    color: #ffffff;
}

.about-footer-container {
    width: min(1180px, 90%);

    margin: 0 auto;
}

.about-footer-brand {
    margin-bottom: 35px;

    text-align: center;
}

.about-footer-brand a {
    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 27px;

    transition:
        color 0.3s ease;
}

.about-footer-brand a:hover {
    color: #d4a476;
}

.about-footer-brand p {
    margin-top: 8px;

    color:
        rgba(255, 255, 255, 0.6);

    font-size: 14px;
}

.about-footer-links,
.about-footer-contact {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap:
        14px 25px;

    margin-bottom: 28px;
}

.about-footer-links a,
.about-footer-contact a {
    color:
        rgba(255, 255, 255, 0.72);

    font-size: 13px;

    line-height: 1.6;

    overflow-wrap: anywhere;

    transition:
        color 0.3s ease;
}

.about-footer-links a:hover,
.about-footer-contact a:hover {
    color: #d4a476;
}

.about-footer-bottom {
    margin-top: 35px;

    padding-top: 25px;

    border-top:
        1px solid rgba(255, 255, 255, 0.12);

    text-align: center;
}

.about-footer-bottom p {
    color:
        rgba(255, 255, 255, 0.5);

    font-size: 13px;
}


/* ==================================================
   SMALL DESKTOP
================================================== */

@media (max-width: 1200px) {

    .about-header-container {
        width: 96%;

        gap: 15px;
    }

    .about-page-logo {
        font-size: 21px;
    }

    .about-page-nav {
        gap: 13px;
    }

    .about-page-nav a {
        font-size: 12px;
    }

    .about-header-button {
        padding:
            11px 15px;

        font-size: 11px;
    }

}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1050px) {

    .about-header-container {
        width: 94%;
    }

    .about-page-nav {
        gap: 11px;
    }

    .about-page-nav a {
        font-size: 11px;
    }

    .about-header-button {
        display: none;
    }

    .about-story-grid {
        gap:
            40px 50px;
    }

    .about-approach-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* ==================================================
   MOBILE RESPONSIVE
================================================== */

@media (max-width: 768px) {

    .about-header-container {
        width: 90%;

        min-height: auto;

        padding:
            18px 0;

        flex-direction: column;

        gap: 16px;
    }

    .about-page-logo {
        font-size: 22px;
    }

    .about-page-nav {
        width: 100%;

        flex-wrap: wrap;

        gap:
            8px 16px;
    }

    .about-page-nav a {
        padding:
            4px 0;

        font-size: 12px;
    }

    .about-page-nav a::after {
        bottom: 0;
    }

    .about-page-hero {
        min-height: 470px;

        padding:
            80px 20px;
    }

    .about-page-hero-content > span {
        font-size: 10px;

        letter-spacing: 2.5px;
    }

    .about-page-hero-content h1 {
        font-size: 42px;
    }

    .about-page-hero-content p {
        font-size: 16px;

        line-height: 1.7;
    }


    /* MAIN SECTIONS */

    .about-story,
    .about-approach,
    .about-journeys {
        padding:
            80px 0;
    }


    /* OUR STORY */

    .about-story-grid {
        grid-template-columns:
            1fr;

        gap: 30px;
    }

    .about-story-heading {
        grid-column: 1;
        grid-row: 1;
    }

    .about-story-image {
        grid-column: 1;
        grid-row: 2;

        width: 100%;
    }

    .about-story-image img {
        width: 100%;
        height: auto;
    }

    .about-story-content {
        grid-column: 1;
        grid-row: 3;
    }


    /* OTHER GRIDS */

    .about-approach-grid,
    .about-journeys-grid {
        grid-template-columns:
            1fr;
    }

    .about-section-heading {
        margin-bottom: 45px;
    }

    .about-why-us,
    .about-page-cta {
        padding:
            85px 20px;
    }

    .about-journey-item {
        padding:
            35px 28px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .about-header-container {
        width: 92%;

        padding:
            16px 0;
    }

    .about-page-logo {
        font-size: 21px;
    }

    .about-page-nav {
        gap:
            7px 12px;
    }

    .about-page-nav a {
        font-size: 11px;
    }

    .about-page-hero {
        min-height: 430px;

        padding:
            70px 18px;
    }

    .about-page-hero-content h1 {
        font-size: 36px;

        line-height: 1.15;
    }

    .about-page-hero-content p {
        font-size: 15px;
    }


    /* OUR STORY */

    .about-story,
    .about-approach,
    .about-journeys {
        padding:
            65px 0;
    }

    .about-story-grid {
        gap: 25px;
    }

    .about-story-heading h2,
    .about-section-heading h2 {
        font-size: 34px;
    }

    .about-story-content p {
        font-size: 16px;

        line-height: 1.75;
    }

    .about-section-heading p {
        font-size: 15px;
    }


    /* APPROACH */

    .about-approach-item {
        padding:
            35px 25px;
    }

    .about-approach-item h3 {
        font-size: 23px;
    }


    /* JOURNEYS */

    .about-journey-item {
        padding:
            32px 24px;
    }

    .about-journey-item h3 {
        font-size: 24px;
    }

    .about-journey-item p {
        font-size: 15px;
    }


    /* WHY US */

    .about-why-us {
        padding:
            70px 18px;
    }

    .about-why-content h2 {
        font-size: 35px;
    }

    .about-why-content p {
        font-size: 15px;
    }


    /* CTA */

    .about-page-cta {
        padding:
            70px 18px;
    }

    .about-page-cta-content h2 {
        font-size: 35px;
    }

    .about-page-cta-content p {
        font-size: 15px;
    }

    .about-cta-buttons {
        flex-direction: column;

        width: 100%;
    }

    .about-whatsapp-button,
    .about-contact-button {
        width: 100%;
    }


    /* FOOTER */

    .about-page-footer {
        padding:
            60px 0 22px;
    }

    .about-footer-brand a {
        font-size: 25px;
    }

    .about-footer-links,
    .about-footer-contact {
        gap:
            10px 16px;
    }

    .about-footer-links a,
    .about-footer-contact a {
        font-size: 12px;
    }

}


/* ==================================================
   VERY SMALL MOBILE
================================================== */

@media (max-width: 360px) {

    .about-page-nav {
        gap:
            6px 10px;
    }

    .about-page-nav a {
        font-size: 10px;
    }

    .about-page-hero-content h1 {
        font-size: 32px;
    }

    .about-story-heading h2,
    .about-section-heading h2,
    .about-why-content h2,
    .about-page-cta-content h2 {
        font-size: 31px;
    }

}


/* ==================================================
   REDUCED MOTION ACCESSIBILITY
================================================== */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;

        transition-duration: 0.01ms !important;

        scroll-behavior: auto !important;
    }

}


/* ==================================================
   END OF ABOUT PAGE CSS
   RAJASTHAN AURA TOURS
================================================== */