.elementor-47 .elementor-element.elementor-element-294b5d7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-47 .elementor-element.elementor-element-789e808{--display:flex;}.elementor-47 .elementor-element.elementor-element-9089e39{--display:flex;}.elementor-47 .elementor-element.elementor-element-59fec45{--display:flex;}.elementor-47 .elementor-element.elementor-element-fe36b62{--display:flex;}.elementor-47 .elementor-element.elementor-element-925666d{--display:flex;}body.elementor-page-47:not(.elementor-motion-effects-element-type-background), body.elementor-page-47 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d445c6b );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cd64900 *//* =========================================
   ABOUT US HERO
   DESKTOP
========================================= */

.about-hero {
    position: relative;

    width: 100%;
    height: 400px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    box-sizing: border-box;
}


/* Background Image */

.about-hero-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background-image: url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=2000&q=85");

    background-size: cover;
    background-position: center;

    background-repeat: no-repeat;

    z-index: 1;
}


/* Premium Overlay */

.about-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.20),
            rgba(127, 1, 31, 0.68)
        );

    z-index: 2;
}


/* Content */

.about-hero-content {
    position: relative;
    z-index: 3;

    width: 100%;
    max-width: 900px;

    padding: 40px 50px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    box-sizing: border-box;
}


/* Label */

.about-hero-label {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    margin-bottom: 20px;

    font-family: "Hanken Grotesk", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600;

    line-height: 1.4;
    letter-spacing: 3px;

    color: #FFFFFF;
}


.about-hero-line {
    width: 55px;
    height: 2px;

    background: #DBD4A4;
}


/* Heading */

.about-hero-content h1 {
    margin: 0;

    font-family: "Newsreader", serif !important;
    font-size: 58px !important;
    font-weight: 500;

    line-height: 1.02;
    letter-spacing: -0.5px;

    color: #FFFFFF;
}


.about-hero-content h1 span {
    display: block;
    font-family: "Newsreader", serif !important;
}


/* Description */

.about-hero-content p {
    max-width: 650px;

    margin: 20px auto 0;

    font-family: "Hanken Grotesk", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400;

    line-height: 1.6;

    color: #FFFFFF;
}


/* =========================================
   1440PX
========================================= */

@media (min-width: 1440px) {

    .about-hero {
        height: 400px;
    }

    .about-hero-content {
        max-width: 1000px;
    }

    .about-hero-content h1 {
        font-size: 58px !important;
    }

    .about-hero-content p {
        font-size: 18px !important;
    }
}


/* =========================================
   TABLET
   768px — 1199px
========================================= */

@media (min-width: 768px) and (max-width: 1199px) {

    .about-hero {
        height: 350px;
    }

    .about-hero-image {
        background-position: center center;
    }

    .about-hero-content {
        max-width: 800px;

        padding: 35px 30px;
    }

    .about-hero-label {
        margin-bottom: 17px;

        font-size: 18px !important;
        letter-spacing: 2.5px;
    }

    .about-hero-line {
        width: 45px;
    }

    .about-hero-content h1 {
        font-size: 48px !important;
        line-height: 1.04;
    }

    .about-hero-content p {
        max-width: 620px;

        margin-top: 18px;

        font-size: 18px !important;
        line-height: 1.55;
    }
}


/* =========================================
   MOBILE
   767px AND BELOW
========================================= */

@media (max-width: 767px) {

    .about-hero {
        height: 300px;

        padding: 0 10px;
    }

    .about-hero-image {
        background-position: center center;
    }

    .about-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.20),
                rgba(127, 1, 31, 0.76)
            );
    }

    .about-hero-content {
        max-width: 600px;

        padding: 25px 10px;
    }

    .about-hero-label {
        gap: 9px;

        margin-bottom: 14px;

        font-size: 18px !important;
        letter-spacing: 1.8px;
    }

    .about-hero-line {
        width: 22px;
        height: 2px;
    }

    .about-hero-content h1 {
        font-size: 38px !important;
        line-height: 1.05;
        letter-spacing: 0;
    }

    .about-hero-content h1 span {
        display: block;
    }

    .about-hero-content p {
        max-width: 480px;

        margin-top: 14px;

        font-size: 18px !important;
        line-height: 1.5;
    }
}


/* =========================================
   SMALL MOBILE
   480px AND BELOW
========================================= */

@media (max-width: 480px) {

    .about-hero {
        height: 300px;
        padding: 0 10px;
    }

    .about-hero-content {
        padding: 20px 10px;
    }

    .about-hero-label {
        margin-bottom: 12px;

        font-size: 18px !important;
        letter-spacing: 1.4px;
    }

    .about-hero-line {
        width: 18px;
    }

    .about-hero-content h1 {
        font-size: 38px !important;
        line-height: 1.04;
    }

    .about-hero-content p {
        margin-top: 13px;

        font-size: 18px !important;
        line-height: 1.45;
    }
}


/* =========================================
   TYPOGRAPHY
========================================= */

.about-hero-content h1,
.about-hero-content h2,
.about-hero-content h3,
.about-hero-content h4 {
    font-family: "Newsreader", serif !important;
}

.about-hero-content p,
.about-hero-content span {
    font-family: "Hanken Grotesk", sans-serif !important;
}


/* =========================================
   NO ANIMATION / HOVER
========================================= */

.about-hero,
.about-hero *,
.about-hero *::before,
.about-hero *::after {
    transition: none !important;
    animation: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b1fde9 *//* =========================================================
   OUR STORY SECTION
   PREMIUM DESKTOP VIEW
   1200px+
   
   Fonts:
   Headings : Newsreader
   Body     : Hanken Grotesk

   Fixed Typography:
   H2 : 58px
   H3 : 38px
   H4 : 28px
   Body / Labels : 18px

   Colors:
   Burgundy : #7F011F
   Beige    : #DBD4A4
   Background : #F8F6F0
========================================================= */


/* =========================================================
   SECTION
========================================================= */

.our-story {
    width: 100%;
    padding: 110px 50px 120px;

    background: #F8F6F0;

    box-sizing: border-box;
}
.our-story-heading h2 span {
    display: block;

    font-family: "Newsreader", serif !important;
    font-size: 58px !important;
    font-weight: 500;

    line-height: 1.02;
    letter-spacing: -0.7px;

      color: #A78A56 !important;
}

/* =========================================================
   CONTAINER
========================================================= */

.our-story-container {
    width: 100%;
    max-width: 1340px;

    margin: 0 auto;

    box-sizing: border-box;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.our-story-label {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-bottom: 28px;

    font-family: "Hanken Grotesk", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600;

    line-height: 1.4;
    letter-spacing: 3px;

    color: #7F011F;
}


.story-label-line {
    width: 55px;
    height: 2px;

    display: block;

    background: #DBD4A4;

    flex-shrink: 0;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.our-story-heading {
    width: 100%;
    max-width: 1100px;

    margin-bottom: 25px;
}


.our-story-heading h2 {
    margin: 0;

    font-family: "Newsreader", serif !important;
    font-size: 58px !important;
    font-weight: 500;

    line-height: 1.02;
    letter-spacing: -0.7px;

    color: #7F011F;
}


/* Heading span uses heading font */
.our-story-heading h2 span {
    display: block;

    font-family: "Newsreader", serif !important;

    color: #7F011F;
}


/* =========================================================
   INTRO PARAGRAPH
========================================================= */

.our-story-intro {
    width: 100%;
    max-width: 700px;

    margin-bottom: 55px;
}


.our-story-intro p {
    margin: 0;

    font-family: "Hanken Grotesk", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400;

    line-height: 1.7;

    color: #333333;
}


/* =========================================================
   PROPERTY IMAGE
========================================================= */

.our-story-image {
    position: relative;

    width: 100%;
    height: 560px;

    margin: 0 0 50px;

    overflow: hidden;
}


.our-story-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;

    margin: 0;
}


/* =========================================================
   STORY DESCRIPTION
========================================================= */

.our-story-description {
    width: 100%;
    max-width: 950px;

    margin: 0 auto 80px;

    text-align: center;
}


.our-story-description p {
    margin: 0;

    font-family: "Hanken Grotesk", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400;

    line-height: 1.75;

    color: #333333;
}


/* =========================================================
   FEATURE CARDS
========================================================= */

.our-story-features {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 0;

    border-top: 1px solid rgba(127, 1, 31, 0.18);
}


/* =========================================================
   FEATURE CARD
========================================================= */

.story-feature-card {
    min-height: 250px;

    padding: 42px 50px 30px;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;
}


.story-feature-card + .story-feature-card {
    border-left: 1px solid rgba(127, 1, 31, 0.18);
}


/* =========================================================
   FEATURE ICON
========================================================= */

.story-feature-icon {
    width: 62px;
    height: 62px;

    margin-bottom: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #DBD4A4;
    border-radius: 50%;

    box-sizing: border-box;
}


.story-feature-icon i {
    font-size: 22px;

    color: #7F011F;
}


/* =========================================================
   FEATURE HEADING
   H3 = 38px
========================================================= */

.story-feature-content h3 {
    margin: 0 0 15px;

    font-family: "Newsreader", serif !important;
    font-size: 38px !important;
    font-weight: 500;

    line-height: 1.05;
    letter-spacing: -0.2px;

    color: #7F011F;
}


/* =========================================================
   FEATURE DESCRIPTION
========================================================= */

.story-feature-content p {
    max-width: 350px;

    margin: 0;

    font-family: "Hanken Grotesk", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400;

    line-height: 1.65;

    color: #444444;
}


/* =========================================================
   1440PX DESKTOP
========================================================= */

@media (min-width: 1440px) {

    .our-story {
        padding: 120px 50px 130px;
    }


    .our-story-container {
        max-width: 1340px;
    }


    .our-story-label {
        margin-bottom: 30px;
    }


    .our-story-heading {
        max-width: 1150px;

        margin-bottom: 28px;
    }


    .our-story-heading h2,
    .our-story-heading h2 span {
        font-size: 58px !important;
    }


    .our-story-intro {
        max-width: 720px;

        margin-bottom: 60px;
    }


    .our-story-image {
        height: 560px;

        margin-bottom: 52px;
    }


    .our-story-description {
        max-width: 950px;

        margin-bottom: 80px;
    }


    .story-feature-card {
        min-height: 250px;

        padding: 42px 50px 30px;
    }


    .story-feature-icon {
        width: 62px;
        height: 62px;
    }


    .story-feature-icon i {
        font-size: 22px;
    }


    .story-feature-content h3 {
        font-size: 38px !important;
    }


    .story-feature-content p {
        font-size: 18px !important;
    }
}


/* =========================================================
   TYPOGRAPHY CONSISTENCY
========================================================= */

.our-story h1,
.our-story h2,
.our-story h3,
.our-story h4,
.our-story h1 span,
.our-story h2 span,
.our-story h3 span,
.our-story h4 span {
    font-family: "Newsreader", serif !important;
}


.our-story h1 {
    font-size: 68px !important;
}


.our-story h2 {
    font-size: 58px !important;
}


.our-story h3 {
    font-size: 38px !important;
}


.our-story h4 {
    font-size: 28px !important;
}


.our-story p,
.our-story a,
.our-story-label span {
    font-family: "Hanken Grotesk", sans-serif !important;
}


.our-story p,
.our-story a {
    font-size: 18px !important;
}


/* =========================================================
   ELEMENTOR / ROYAL ADDONS
========================================================= */

.our-story .elementor-heading-title {
    font-family: "Newsreader", serif !important;
}


.our-story .elementor-widget-text-editor,
.our-story .elementor-widget-text-editor p {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-size: 18px !important;
}


/* =========================================================
   NO HOVER / NO ANIMATION
========================================================= */

.our-story *,
.our-story *::before,
.our-story *::after {
    transition: none !important;
    animation: none !important;
}
/* =========================================================
   OUR STORY
   RESPONSIVE TABLET + MOBILE
   Different layouts from desktop

   Fonts:
   Headings : Newsreader
   Body     : Hanken Grotesk

   Colors:
   Primary  : #7F011F
   Accent   : #A78A56
========================================================= */


/* =========================================================
   TABLET VIEW
   768px - 1199px

   Layout:
   Label
      ↓
   Heading
      ↓
   Intro
      ↓
   Large Image
      ↓
   Description
      ↓
   3 Feature Cards in 3 columns
========================================================= */

@media (min-width: 768px) and (max-width: 1199px) {

    .our-story {
        padding: 80px 30px 90px;
    }

    .our-story-container {
        max-width: 100%;
    }


    /* -----------------------------------------
       LABEL
    ----------------------------------------- */

    .our-story-label {
        gap: 14px;

        margin-bottom: 24px;

        font-size: 18px !important;
        letter-spacing: 2.5px;
    }

    .story-label-line {
        width: 42px;
    }


    /* -----------------------------------------
       HEADING
    ----------------------------------------- */

    .our-story-heading {
        max-width: 850px;

        margin-bottom: 22px;
    }

    .our-story-heading h2,
    .our-story-heading h2 span {
        font-family: "Newsreader", serif !important;
        font-size: 48px !important;
        font-weight: 500;

        line-height: 1.06;
        letter-spacing: -0.4px;
    }

    .our-story-heading h2 {
        color: #7F011F;
    }

    .our-story-heading h2 span {
        display: block;
        color: #A78A56 !important;
    }


    /* -----------------------------------------
       INTRO
    ----------------------------------------- */

    .our-story-intro {
        max-width: 650px;

        margin-bottom: 40px;
    }

    .our-story-intro p {
        margin: 0;

        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 18px !important;
        line-height: 1.65;
    }


    /* -----------------------------------------
       IMAGE
    ----------------------------------------- */

    .our-story-image {
        width: 100%;
        height: 400px;

        margin-bottom: 38px;

        overflow: hidden;
    }

    .our-story-image img {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center;
    }


    /* -----------------------------------------
       DESCRIPTION
    ----------------------------------------- */

    .our-story-description {
        max-width: 760px;

        margin: 0 auto 55px;

        text-align: center;
    }

    .our-story-description p {
        margin: 0;

        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 18px !important;
        line-height: 1.7;
    }


    /* -----------------------------------------
       FEATURE SECTION
    ----------------------------------------- */

    .our-story-features {
        display: grid;

        grid-template-columns: repeat(3, 1fr);

        border-top: 1px solid rgba(127, 1, 31, 0.18);
    }


    /* -----------------------------------------
       FEATURE CARD
    ----------------------------------------- */

    .story-feature-card {
        min-height: 230px;

        padding: 30px 25px 25px;

        display: flex;
        flex-direction: column;
    }

    .story-feature-card + .story-feature-card {
        border-left: 1px solid rgba(127, 1, 31, 0.18);
    }


    /* -----------------------------------------
       ICON
    ----------------------------------------- */

    .story-feature-icon {
        width: 54px;
        height: 54px;

        margin-bottom: 20px;

        border: 1px solid #A78A56;
        border-radius: 50%;
    }

    .story-feature-icon i {
        font-size: 20px;
        color: #7F011F;
    }


    /* -----------------------------------------
       H3
    ----------------------------------------- */

    .story-feature-content h3 {
        margin: 0 0 13px;

        font-family: "Newsreader", serif !important;
        font-size: 38px !important;
        font-weight: 500;

        line-height: 1.08;

        color: #7F011F;
    }


    /* -----------------------------------------
       FEATURE PARAGRAPH
    ----------------------------------------- */

    .story-feature-content p {
        max-width: 100%;

        margin: 0;

        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 18px !important;

        line-height: 1.6;

        color: #444444;
    }

}


/* =========================================================
   MOBILE VIEW
   767px AND BELOW

   Different composition:
   Label
      ↓
   Heading
      ↓
   Image
      ↓
   Intro
      ↓
   Description
      ↓
   Vertical feature cards
========================================================= */

@media (max-width: 767px) {

    .our-story {
        padding: 65px 10px 70px;
    }

    .our-story-container {
        width: 100%;
    }


    /* -----------------------------------------
       LABEL
    ----------------------------------------- */

    .our-story-label {
        gap: 10px;

        margin-bottom: 20px;

        font-size: 18px !important;
        letter-spacing: 1.8px;
    }

    .story-label-line {
        width: 25px;
        height: 2px;
    }


    /* -----------------------------------------
       HEADING
    ----------------------------------------- */

    .our-story-heading {
        width: 100%;

        margin-bottom: 22px;
    }

    .our-story-heading h2,
    .our-story-heading h2 span {
        font-family: "Newsreader", serif !important;
        font-size: 38px !important;
        font-weight: 500;

        line-height: 1.07;
        letter-spacing: 0;
    }

    .our-story-heading h2 {
        color: #7F011F;
    }

    .our-story-heading h2 span {
        display: block;
        color: #A78A56 !important;
    }


    /* -----------------------------------------
       IMAGE
    ----------------------------------------- */

    .our-story-image {
        width: 100%;
        height: 300px;

        margin-bottom: 25px;

        overflow: hidden;
    }

    .our-story-image img {
        width: 100%;
        height: 100%;

        display: block;

        object-fit: cover;
        object-position: center;
    }


    /* -----------------------------------------
       INTRO
       Moved below image on mobile
    ----------------------------------------- */

    .our-story-intro {
        width: 100%;

        margin-bottom: 25px;
    }

    .our-story-intro p {
        margin: 0;

        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 18px !important;

        line-height: 1.6;

        color: #333333;
    }


    /* -----------------------------------------
       DESCRIPTION
    ----------------------------------------- */

    .our-story-description {
        width: 100%;

        margin: 0 0 45px;

        text-align: left;
    }

    .our-story-description p {
        margin: 0;

        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 18px !important;

        line-height: 1.65;

        color: #333333;
    }


    /* -----------------------------------------
       FEATURES
       Vertical mobile layout
    ----------------------------------------- */

    .our-story-features {
        width: 100%;

        display: flex;
        flex-direction: column;

        border-top: 1px solid rgba(127, 1, 31, 0.18);
    }


    /* -----------------------------------------
       FEATURE CARD
    ----------------------------------------- */

    .story-feature-card {
        min-height: auto;

        padding: 28px 5px 30px;

        display: grid;

        grid-template-columns: 58px 1fr;

        column-gap: 20px;

        box-sizing: border-box;
    }


    .story-feature-card + .story-feature-card {
        border-left: 0;

        border-top: 1px solid rgba(127, 1, 31, 0.18);
    }


    /* -----------------------------------------
       ICON
    ----------------------------------------- */

    .story-feature-icon {
        width: 54px;
        height: 54px;

        margin: 0;

        border: 1px solid #A78A56;
        border-radius: 50%;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .story-feature-icon i {
        font-size: 20px;

        color: #7F011F;
    }


    /* -----------------------------------------
       FEATURE CONTENT
    ----------------------------------------- */

    .story-feature-content {
        min-width: 0;
    }


    /* -----------------------------------------
       H3
    ----------------------------------------- */

    .story-feature-content h3 {
        margin: 0 0 10px;

        font-family: "Newsreader", serif !important;
        font-size: 38px !important;
        font-weight: 500;

        line-height: 1.05;

        color: #7F011F;
    }


    /* -----------------------------------------
       FEATURE TEXT
    ----------------------------------------- */

    .story-feature-content p {
        max-width: none;

        margin: 0;

        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 18px !important;

        line-height: 1.55;

        color: #444444;
    }

}


/* =========================================================
   SMALL MOBILE
   480px AND BELOW
========================================================= */

@media (max-width: 480px) {

    .our-story {
        padding: 55px 10px 60px;
    }


    .our-story-label {
        margin-bottom: 18px;

        font-size: 18px !important;
        letter-spacing: 1.4px;
    }


    .story-label-line {
        width: 20px;
    }


    .our-story-heading h2,
    .our-story-heading h2 span {
        font-size: 38px !important;
        line-height: 1.06;
    }


    .our-story-image {
        height: 300px;

        margin-bottom: 23px;
    }


    .our-story-intro p,
    .our-story-description p,
    .story-feature-content p {
        font-size: 18px !important;
        line-height: 1.55;
    }


    .our-story-description {
        margin-bottom: 38px;
    }


    .story-feature-card {
        grid-template-columns: 52px 1fr;

        column-gap: 15px;

        padding: 25px 0 27px;
    }


    .story-feature-icon {
        width: 50px;
        height: 50px;
    }


    .story-feature-icon i {
        font-size: 19px;
    }


    .story-feature-content h3 {
        font-size: 38px !important;
        line-height: 1.05;

        margin-bottom: 9px;
    }

}


/* =========================================================
   TYPOGRAPHY PROTECTION
========================================================= */

.our-story h1,
.our-story h2,
.our-story h3,
.our-story h4,
.our-story h1 span,
.our-story h2 span,
.our-story h3 span,
.our-story h4 span {
    font-family: "Newsreader", serif !important;
}


.our-story h1 {
    font-size: 68px !important;
}


.our-story h2 {
    font-size: 58px !important;
}


.our-story h3 {
    font-size: 38px !important;
}


.our-story h4 {
    font-size: 28px !important;
}


.our-story p,
.our-story a,
.our-story label {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-size: 18px !important;
}


/* H2 accent span */

.our-story-heading h2 span {
    font-family: "Newsreader", serif !important;
    color: #A78A56 !important;
}


/* =========================================================
   NO HOVER / NO ANIMATION
========================================================= */

.our-story *,
.our-story *::before,
.our-story *::after {
    transition: none !important;
    animation: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6dc1903 *//* =========================================================
   OUR PHILOSOPHY — FORCE BACKGROUND COLOR
========================================================= */

.our-philosophy {
    width: 100% !important;

    background-color: #F5EBD0 !important;
    background-image: none !important;

    padding: 80px 50px 0 50px !important;

    box-sizing: border-box;

    position: relative;
}


/* Force all Elementor wrappers inside this section
   to remain transparent */

.our-philosophy,
.our-philosophy-container,
.our-philosophy-content,
.philosophy-content {
    background-color: #F5EBD0 !important;
    background-image: none !important;
}


/* Prevent Elementor widget background from overriding */

.our-philosophy .elementor-widget-container {
    background-color: transparent !important;
}


/* Remove any pseudo-element background */

.our-philosophy::before,
.our-philosophy::after {
    background: none !important;
    background-color: transparent !important;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.our-philosophy-container {
    width: 100%;
    max-width: 1340px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 48% 52%;

    align-items: stretch;

    background: transparent !important;
}


/* =========================================================
   LEFT IMAGE
========================================================= */

.philosophy-image {
    width: 100%;
    height: 705px;

    overflow: hidden;

    background: transparent !important;
}

.philosophy-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.philosophy-content {
    width: 100%;

    padding: 28px 0 20px 55px;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    background: #F5EBD0 !important;
}


/* =========================================================
   LABEL
========================================================= */

.philosophy-label {
    display: flex;
    align-items: center;

    gap: 18px;

    margin-bottom: 28px;

    font-family: "Hanken Grotesk", sans-serif;

    font-size: 16px;
    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;

    color: #7F011F !important;
}

.philosophy-label-line {
    width: 82px;
    height: 2px;

    flex-shrink: 0;

    background-color: #B49A61 !important;
}


/* =========================================================
   HEADING
========================================================= */

.philosophy-heading {
    max-width: 700px;

    margin: 0;

    font-family: "Newsreader", serif;

    font-size: 58px;

    line-height: 1.03;

    font-weight: 400;

    letter-spacing: -1.5px;

    color: #7F011F !important;
}

.philosophy-heading span {
    display: block;

    color: #B49A61 !important;
}


/* =========================================================
   INTRO TEXT
========================================================= */

.philosophy-intro {
    max-width: 650px;

    margin: 30px 0 42px 0;

    font-family: "Hanken Grotesk", sans-serif;

    font-size: 19px;

    line-height: 1.55;

    color: #303030 !important;
}


/* =========================================================
   PRINCIPLES
========================================================= */

.philosophy-principles {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 0;

    background: transparent !important;
}


/* =========================================================
   PRINCIPLE
========================================================= */

.philosophy-principle {
    min-width: 0;

    padding: 0 25px;

    box-sizing: border-box;

    background: transparent !important;
}

.philosophy-principle:first-child {
    padding-left: 0;
}

.philosophy-principle:last-child {
    padding-right: 0;
}


/* =========================================================
   ICON
========================================================= */

.principle-icon {
    width: 76px;
    height: 76px;

    border: 2px solid #7F011F !important;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #7F011F !important;

    background: transparent !important;

    font-size: 29px;
}


/* =========================================================
   NUMBER
========================================================= */

.principle-number {
    font-family: "Newsreader", serif;

    font-size: 52px;

    color: #7F011F !important;
}


/* =========================================================
   DIVIDER
========================================================= */

.principle-line {
    width: 100%;
    height: 1px;

    margin-bottom: 20px;

    background-color: rgba(127, 1, 31, 0.20) !important;
}


/* =========================================================
   PRINCIPLE TITLE
========================================================= */

.philosophy-principle h3 {
    margin: 0 0 14px 0;

    font-family: "Hanken Grotesk", sans-serif;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;

    color: #7F011F !important;
}


/* =========================================================
   PRINCIPLE TEXT
========================================================= */

.philosophy-principle p {
    margin: 0;

    max-width: 215px;

    font-family: "Hanken Grotesk", sans-serif;

    font-size: 17px;

    line-height: 1.55;

    color: #303030 !important;
}


/* =========================================================
   1440px
========================================================= */

@media (min-width: 1440px) {

    .our-philosophy {
        padding: 80px 50px 0 50px !important;

        background-color: #F5EBD0 !important;
    }

    .our-philosophy-container {
        max-width: 1340px;
    }

    .philosophy-image {
        height: 705px;
    }

    .philosophy-heading {
        font-size: 62px;
    }

    .philosophy-intro {
        font-size: 20px;
    }

}
/* =========================================================
   OUR PHILOSOPHY
   TABLET VIEW
   768px — 1024px
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .our-philosophy {
        width: 100% !important;

        padding: 50px 30px 0 30px !important;

        background-color: #F7F4EC !important;
        background-image: none !important;
    }


    /* =========================================
       CHANGE DESKTOP GRID TO VERTICAL LAYOUT
    ========================================= */

    .our-philosophy-container {
        width: 100%;
        max-width: 100%;

        display: flex;
        flex-direction: column;

        background: transparent !important;
    }


    /* =========================================
       IMAGE — WIDE TABLET IMAGE
    ========================================= */

    .philosophy-image {
        width: 100%;
        height: 430px;

        order: 1;

        overflow: hidden;
    }

    .philosophy-image img {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center;
    }


    /* =========================================
       CONTENT
    ========================================= */

    .philosophy-content {
        width: 100%;

        padding: 55px 20px 60px 20px;

        order: 2;

        box-sizing: border-box;

        background-color: #F7F4EC !important;

        display: block;
    }


    /* =========================================
       LABEL
    ========================================= */

    .philosophy-label {
        margin-bottom: 22px;

        gap: 14px;

        font-size: 15px;

        letter-spacing: 3px;
    }

    .philosophy-label-line {
        width: 55px;
        height: 2px;
    }


    /* =========================================
       HEADING
    ========================================= */

    .philosophy-heading {
        width: 100%;
        max-width: 750px;

        margin: 0;

        font-size: 48px;

        line-height: 1.08;

        letter-spacing: -0.7px;
    }


    .philosophy-heading span {
        display: block;
    }


    /* =========================================
       INTRO
    ========================================= */

    .philosophy-intro {
        width: 100%;
        max-width: 700px;

        margin: 25px 0 45px 0;

        font-size: 19px;

        line-height: 1.6;
    }


    /* =========================================
       PRINCIPLES
       TABLET = VERTICAL LIST
    ========================================= */

    .philosophy-principles {
        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 0;
    }


    /* =========================================
       PRINCIPLE
    ========================================= */

    .philosophy-principle {
        width: 100%;

        padding: 25px 0;

        border-top: 1px solid rgba(127, 1, 31, 0.25);

        box-sizing: border-box;
    }

    .philosophy-principle:last-child {
        border-bottom: 1px solid rgba(127, 1, 31, 0.25);
    }


    .philosophy-principle:first-child,
    .philosophy-principle:last-child {
        padding-left: 0;
        padding-right: 0;
    }


    /* =========================================
       PRINCIPLE TOP
    ========================================= */

    .principle-top {
        display: flex;

        align-items: center;

        justify-content: space-between;

        margin-bottom: 18px;
    }


    /* =========================================
       ICON
    ========================================= */

    .principle-icon {
        width: 55px;
        height: 55px;

        font-size: 20px;
    }


    /* =========================================
       NUMBER
    ========================================= */

    .principle-number {
        font-size: 44px;
    }


    /* =========================================
       REMOVE INNER DESKTOP DIVIDER
    ========================================= */

    .principle-line {
        display: none;
    }


    /* =========================================
       TITLE
    ========================================= */

    .philosophy-principle h3 {
        margin: 0 0 12px 0;

        font-size: 20px;

        letter-spacing: 3px;
    }


    /* =========================================
       DESCRIPTION
    ========================================= */

    .philosophy-principle p {
        max-width: 700px;

        margin: 0;

        font-size: 18px;

        line-height: 1.6;
    }

}


/* =========================================================
   OUR PHILOSOPHY
   MOBILE VIEW
   0px — 767px
========================================================= */

@media (max-width: 767px) {

    .our-philosophy {
        width: 100% !important;

        padding: 30px 10px 0 10px !important;

        background-color: #F7F4EC !important;
        background-image: none !important;

        box-sizing: border-box;
    }


    /* =========================================
       CONTAINER
    ========================================= */

    .our-philosophy-container {
        width: 100%;

        max-width: 100%;

        display: flex;

        flex-direction: column;

        background: transparent !important;
    }


    /* =========================================
       IMAGE
       MOBILE = SHORTER IMAGE
    ========================================= */

    .philosophy-image {
        width: 100%;

        height: 300px;

        order: 1;

        overflow: hidden;
    }


    .philosophy-image img {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center;
    }


    /* =========================================
       CONTENT
    ========================================= */

    .philosophy-content {
        width: 100%;

        padding: 40px 10px 45px 10px;

        order: 2;

        box-sizing: border-box;

        background-color: #F7F4EC !important;

        display: block;
    }


    /* =========================================
       LABEL
    ========================================= */

    .philosophy-label {
        gap: 10px;

        margin-bottom: 18px;

        font-size: 13px;

        letter-spacing: 2.5px;
    }


    .philosophy-label-line {
        width: 35px;

        height: 2px;
    }


    /* =========================================
       HEADING
    ========================================= */

    .philosophy-heading {
        width: 100%;

        max-width: 100%;

        margin: 0;

        font-size: 38px;

        line-height: 1.1;

        letter-spacing: -0.3px;
    }


    .philosophy-heading span {
        display: block;

        margin-top: 2px;
    }


    /* =========================================
       INTRO
    ========================================= */

    .philosophy-intro {
        width: 100%;

        max-width: 100%;

        margin: 22px 0 35px 0;

        font-size: 17px;

        line-height: 1.65;
    }


    /* =========================================
       PRINCIPLES
       MOBILE = SINGLE COLUMN
    ========================================= */

    .philosophy-principles {
        width: 100%;

        display: flex;

        flex-direction: column;

        gap: 0;
    }


    /* =========================================
       PRINCIPLE
    ========================================= */

    .philosophy-principle {
        width: 100%;

        padding: 22px 0;

        border-top: 1px solid rgba(127, 1, 31, 0.25);

        box-sizing: border-box;
    }


    .philosophy-principle:last-child {
        border-bottom: 1px solid rgba(127, 1, 31, 0.25);
    }


    .philosophy-principle:first-child,
    .philosophy-principle:last-child {
        padding-left: 0;
        padding-right: 0;
    }


    /* =========================================
       TOP ROW
    ========================================= */

    .principle-top {
        width: 100%;

        display: flex;

        align-items: center;

        justify-content: space-between;

        margin-bottom: 15px;
    }


    /* =========================================
       ICON
    ========================================= */

    .principle-icon {
        width: 48px;
        height: 48px;

        font-size: 18px;

        border-width: 2px;
    }


    /* =========================================
       NUMBER
    ========================================= */

    .principle-number {
        font-size: 38px;
    }


    /* =========================================
       REMOVE DESKTOP DIVIDER
    ========================================= */

    .principle-line {
        display: none;
    }


    /* =========================================
       TITLE
    ========================================= */

    .philosophy-principle h3 {
        margin: 0 0 10px 0;

        font-size: 18px;

        line-height: 1.2;

        letter-spacing: 3px;
    }


    /* =========================================
       DESCRIPTION
    ========================================= */

    .philosophy-principle p {
        width: 100%;

        max-width: 100%;

        margin: 0;

        font-size: 17px;

        line-height: 1.6;
    }

}


/* =========================================================
   ELEMENTOR OVERRIDE
========================================================= */

@media (max-width: 1024px) {

    .our-philosophy .elementor-widget-container {
        background-color: transparent !important;
    }

    .our-philosophy::before,
    .our-philosophy::after {
        background: none !important;
    }

}/* End custom CSS */