.elementor-1759 .elementor-element.elementor-element-3410cdd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f904f7e *//* =========================================================
   DESI AMRIT
   CREATIVE ABOUT US PAGE
========================================================= */

.da-about {
    width: 100%;
    max-width: 1100px;

    margin: 25px auto;

    box-sizing: border-box;

    font-family: inherit;

    color: #4b3428;
}


/* =========================================================
   COMMON
========================================================= */

.da-about *,
.da-about *::before,
.da-about *::after {
    box-sizing: border-box;
}

.da-about h1,
.da-about h2,
.da-about h3,
.da-about p {
    margin-top: 0;
}

.da-about-label {
    display: inline-block;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    color: #bd5c20;
}


/* =========================================================
   HERO
========================================================= */

.da-about-hero {
    position: relative;

    overflow: hidden;

    text-align: center;

    padding: 75px 40px 80px;

    border-radius: 14px;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(208, 126, 47, .12),
            transparent 25%
        ),
        radial-gradient(
            circle at 85% 75%,
            rgba(145, 70, 25, .10),
            transparent 28%
        ),
        #fff4e2;

    border: 1px solid #efd5b8;
}


/* decorative circles */

.da-about-hero::before,
.da-about-hero::after {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    border: 1px solid rgba(181, 91, 30, .18);

    border-radius: 50%;
}

.da-about-hero::before {
    left: -85px;
    top: -80px;
}

.da-about-hero::after {
    right: -85px;
    bottom: -80px;
}


.da-about-tag {
    display: inline-block;

    margin-bottom: 20px;

    padding: 7px 18px;

    border: 1px solid #d67b37;

    border-radius: 30px;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 3px;

    color: #7b351b;
}


.da-about-hero h1 {
    position: relative;

    margin-bottom: 18px;

    font-size: 52px;

    line-height: 1.12;

    font-weight: 700;

    color: #572914;
}


.da-about-hero h1 span {
    color: #bd5c20;
}


.da-about-hero p {
    position: relative;

    max-width: 650px;

    margin: 0 auto;

    font-size: 17px;

    line-height: 1.75;

    color: #654b3d;
}


/* =========================================================
   STORY
========================================================= */

.da-about-story {
    display: grid;

    grid-template-columns: 1.15fr .85fr;

    gap: 45px;

    align-items: center;

    padding: 65px 45px;
}


.da-about-story-content h2,
.da-about-philosophy h2,
.da-difference-content h2,
.da-about-values h2,
.da-about-cta h2 {
    margin: 12px 0 20px;

    font-size: 39px;

    line-height: 1.2;

    color: #572914;
}


.da-about-story-content h2 span,
.da-about-philosophy h2 span,
.da-difference-content h2 span,
.da-about-values h2 span,
.da-about-cta h2 span {
    color: #bd5c20;
}


.da-about-story-content p {
    margin-bottom: 14px;

    font-size: 16px;

    line-height: 1.75;

    color: #5b463b;
}


/* =========================================================
   JAR ART
========================================================= */

.da-about-story-art {
    position: relative;

    min-height: 350px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background: #fff8ed;

    border: 1px solid #efd8bd;

    overflow: hidden;
}


.da-about-story-art::before {
    content: "";

    position: absolute;

    width: 270px;
    height: 270px;

    border: 1px dashed #dda66e;

    border-radius: 50%;
}


.da-jar {
    position: relative;

    z-index: 2;

    width: 170px;
}


.da-jar-lid {
    width: 145px;
    height: 30px;

    margin: 0 auto -3px;

    background: #79381f;

    border-radius: 8px 8px 4px 4px;

    border: 3px solid #542615;
}


.da-jar-body {
    height: 205px;

    padding-top: 55px;

    text-align: center;

    background:
        linear-gradient(
            90deg,
            #d8792d,
            #ef9c4c,
            #d8792d
        );

    border: 4px solid #70321b;

    border-radius: 18px 18px 32px 32px;

    box-shadow: 0 15px 30px rgba(91, 43, 20, .18);

    color: #fffaf1;
}


.da-jar-body span {
    display: block;

    font-size: 13px;

    letter-spacing: 3px;
}


.da-jar-body strong {
    display: block;

    font-size: 27px;

    letter-spacing: 2px;
}


.da-jar-body small {
    display: block;

    margin-top: 8px;

    font-size: 11px;
}


.da-spice {
    position: absolute;

    color: #bd5c20;

    font-size: 24px;
}


.spice-one {
    top: 55px;
    left: 55px;
}

.spice-two {
    right: 50px;
    top: 100px;
}

.spice-three {
    bottom: 55px;
    left: 85px;
}


/* =========================================================
   PHILOSOPHY
========================================================= */

.da-about-philosophy {
    padding: 65px 45px;

    text-align: center;

    background: #fff4e2;

    border: 1px solid #efd5b8;

    border-radius: 14px;
}


.da-about-philosophy > p {
    max-width: 700px;

    margin: 0 auto 40px;

    font-size: 16px;

    line-height: 1.75;

    color: #604a3d;
}


.da-beliefs {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    text-align: left;
}


.da-belief {
    padding: 25px;

    background: #fffaf3;

    border: 1px solid #ecd4b8;

    border-radius: 10px;

    transition: transform .25s ease;
}


.da-belief:hover {
    transform: translateY(-5px);
}


.da-belief-number {
    margin-bottom: 15px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #bd5c20;
}


.da-belief h3 {
    margin-bottom: 8px;

    font-size: 20px;

    color: #69321e;
}


.da-belief p {
    margin: 0;

    font-size: 14px;

    line-height: 1.65;

    color: #644f43;
}


/* =========================================================
   DIFFERENCE
========================================================= */

.da-about-difference {
    display: grid;

    grid-template-columns: 1.1fr .9fr;

    gap: 35px;

    align-items: stretch;

    padding: 65px 45px;
}


.da-difference-content p {
    max-width: 650px;

    margin-bottom: 13px;

    font-size: 16px;

    line-height: 1.75;

    color: #5c473b;
}


.da-difference-quote {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 40px;

    text-align: center;

    background: #70321c;

    border-radius: 14px;

    color: #fff8ed;
}


.da-quote-mark {
    font-family: Georgia, serif;

    font-size: 75px;

    line-height: .7;

    color: #e39a58;
}


.da-difference-quote p {
    margin: 15px 0;

    font-family: Georgia, serif;

    font-size: 24px;

    line-height: 1.45;
}


.da-difference-quote span {
    font-size: 12px;

    letter-spacing: 2px;

    color: #edbf8c;
}


/* =========================================================
   VALUES
========================================================= */

.da-about-values {
    padding: 65px 45px;

    text-align: center;
}


.da-values-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 15px;

    margin-top: 35px;
}


.da-value {
    padding: 25px 20px;

    border-top: 3px solid #d8752b;

    background: #fff8ed;

    border-radius: 8px;
}


.da-value > span {
    display: block;

    margin-bottom: 13px;

    font-size: 22px;

    color: #bd5c20;
}


.da-value h3 {
    margin-bottom: 8px;

    font-size: 18px;

    color: #69321e;
}


.da-value p {
    margin: 0;

    font-size: 13px;

    line-height: 1.6;

    color: #644f43;
}


/* =========================================================
   CTA
========================================================= */

.da-about-cta {
    position: relative;

    overflow: hidden;

    padding: 65px 35px;

    text-align: center;

    border-radius: 14px;

    background: #fff0dc;

    border: 1px solid #edcfac;
}


.da-about-cta p {
    max-width: 600px;

    margin: 0 auto 25px;

    font-size: 16px;

    line-height: 1.7;

    color: #604a3d;
}


.da-about-button {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 13px 23px;

    background: #71321c;

    color: #fff;

    border-radius: 5px;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    transition: all .2s ease;
}


.da-about-button:hover {
    background: #bd5c20;

    color: #fff;

    transform: translateY(-2px);
}


.da-about-button span {
    font-size: 19px;
}


/* =========================================================
   CONTACT
========================================================= */

.da-about-contact {
    padding: 40px 25px;

    text-align: center;
}


.da-about-contact h3 {
    margin-bottom: 7px;

    font-size: 24px;

    color: #572914;
}


.da-about-contact p {
    margin-bottom: 18px;

    color: #6b5548;
}


.da-about-contact-links {
    display: flex;

    justify-content: center;

    gap: 12px;

    flex-wrap: wrap;
}


.da-about-contact-links a {
    padding: 9px 17px;

    border: 1px solid #e1bd98;

    border-radius: 30px;

    color: #71321c;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none;

    background: #fff8ed;
}


.da-about-contact-links a:hover {
    background: #71321c;

    color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .da-about {
        max-width: 94%;
    }

    .da-about-hero h1 {
        font-size: 43px;
    }

    .da-about-story,
    .da-about-difference {
        grid-template-columns: 1fr;

        padding: 50px 30px;
    }

    .da-beliefs {
        grid-template-columns: 1fr;
    }

    .da-values-grid {
        grid-template-columns: 1fr 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .da-about {
        max-width: 100%;

        margin: 10px auto;
    }


    .da-about-hero {
        padding: 50px 20px;

        border-radius: 9px;
    }


    .da-about-hero h1 {
        font-size: 33px;
    }


    .da-about-hero p {
        font-size: 14px;
    }


    .da-about-story,
    .da-about-difference,
    .da-about-values {
        padding: 40px 18px;
    }


    .da-about-story-content h2,
    .da-about-philosophy h2,
    .da-difference-content h2,
    .da-about-values h2,
    .da-about-cta h2 {
        font-size: 30px;
    }


    .da-about-story-art {
        min-height: 300px;
    }


    .da-about-philosophy {
        padding: 45px 18px;

        border-radius: 9px;
    }


    .da-beliefs {
        grid-template-columns: 1fr;
    }


    .da-belief {
        padding: 20px;
    }


    .da-difference-quote {
        padding: 30px 20px;
    }


    .da-difference-quote p {
        font-size: 20px;
    }


    .da-values-grid {
        grid-template-columns: 1fr 1fr;

        gap: 10px;
    }


    .da-value {
        padding: 20px 12px;
    }


    .da-about-cta {
        padding: 45px 18px;

        border-radius: 9px;
    }


    .da-about-cta h2 {
        font-size: 28px;
    }


    .da-about-contact-links {
        flex-direction: column;

        align-items: center;
    }

}/* End custom CSS */