.elementor-1741 .elementor-element.elementor-element-b890cdd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e145e38 *//* =========================================================
   DESI AMRIT
   POLICY PAGE
========================================================= */

.da-policy {
    width: 100%;
    max-width: 980px;
    margin: 25px auto;
    padding: 30px 50px;

    box-sizing: border-box;

    background: #fffaf1;

    border: 1px solid #f0d7b8;
    border-radius: 9px;

    color: #4b3428;

    font-family: inherit;

    line-height: 1.6;
}


/* =========================================================
   TITLE
========================================================= */

.da-policy h1 {
    margin: 0;

    text-align: center;

    font-size: 36px;
    line-height: 1.25;

    font-weight: 700;

    color: #572914;
}


/* =========================================================
   DECORATIVE DIVIDER
========================================================= */

.da-divider {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    width: 180px;

    margin: 16px auto 30px;
}

.da-divider span {
    width: 65px;
    height: 1px;

    background: #d8792b;
}

.da-divider b {
    font-size: 10px;

    color: #d8792b;
}


/* =========================================================
   INTRO BOX
========================================================= */

.da-intro {
    width: 100%;

    box-sizing: border-box;

    padding: 20px 24px;

    margin-bottom: 28px;

    background: #fff4e2;

    border: 1px solid #f0d1ad;
    border-left: 4px solid #bd5c20;

    border-radius: 8px;

    font-size: 16px;
    line-height: 1.7;

    color: #4b3a31;
}


/* =========================================================
   SECTIONS
========================================================= */

.da-section {
    margin-bottom: 28px;
}

.da-section h2 {
    position: relative;

    margin: 0 0 12px;

    padding-bottom: 7px;

    font-size: 21px;
    line-height: 1.4;

    font-weight: 700;

    color: #71351f;
}


/* Orange underline */

.da-section h2::after {
    content: "";

    display: block;

    width: 43px;
    height: 3px;

    margin-top: 6px;

    background: #d8752b;

    border-radius: 10px;
}


/* =========================================================
   TEXT
========================================================= */

.da-section p {
    margin: 0 0 9px;

    font-size: 15px;
    line-height: 1.65;

    color: #4b3b32;
}


/* =========================================================
   LIST
========================================================= */

.da-section ul {
    margin: 5px 0 10px;

    padding-left: 22px;
}

.da-section li {
    margin-bottom: 5px;

    padding-left: 2px;

    font-size: 15px;
    line-height: 1.55;

    color: #4b3b32;
}

.da-section li::marker {
    color: #b95c22;
}


/* =========================================================
   CONTACT BOX
========================================================= */

.da-contact {
    display: grid;

    grid-template-columns:
        1fr
        1fr
        1.4fr;

    gap: 0;

    width: 100%;

    margin-top: 10px;

    padding: 20px 22px;

    box-sizing: border-box;

    background: #fff4e2;

    border: 1px solid #efcda9;

    border-radius: 8px;
}


/* Contact item */

.da-contact-item {
    display: flex;

    align-items: center;

    gap: 14px;

    min-width: 0;

    padding: 0 18px;

    box-sizing: border-box;
}


/* First item */

.da-contact-item:first-child {
    padding-left: 0;
}


/* Divider between contact items */

.da-contact-item + .da-contact-item {
    border-left: 1px solid #efd2b5;
}


/* Contact icon */

.da-contact-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1.5px solid #d8752b;

    border-radius: 50%;

    color: #c65e18;

    font-size: 20px;

    box-sizing: border-box;
}


/* Contact text */

.da-contact-item strong {
    display: block;

    margin-bottom: 3px;

    font-size: 14px;

    color: #5b2e1c;
}

.da-contact-item a,
.da-contact-item span {
    display: block;

    font-size: 13px;

    line-height: 1.45;

    color: #58453a;

    text-decoration: none;
}

.da-contact-item a:hover {
    color: #c65e18;
}


/* =========================================================
   NOTE
========================================================= */

.da-note {
    width: 100%;

    box-sizing: border-box;

    margin-top: 7px;

    padding: 9px 18px;

    background: #fff7eb;

    border: 1px dashed #dfb78d;

    border-radius: 6px;

    font-size: 13px;
    line-height: 1.5;

    color: #65483a;
}


/* =========================================================
   REMOVE WORDPRESS / ELEMENTOR WHITE BACKGROUND
========================================================= */

.da-policy,
.da-policy * {
    box-sizing: border-box;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .da-policy {
        max-width: 94%;
        padding: 28px 35px;
    }

    .da-policy h1 {
        font-size: 32px;
    }

    .da-contact {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .da-contact-item:nth-child(3) {
        grid-column: 1 / -1;

        padding-left: 0;

        border-left: 0;

        border-top: 1px solid #efd2b5;

        padding-top: 18px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .da-policy {
        width: 100%;
        max-width: 100%;

        margin: 10px auto;

        padding: 25px 18px;

        border-radius: 7px;
    }


    .da-policy h1 {
        font-size: 27px;

        line-height: 1.3;
    }


    .da-divider {
        margin-bottom: 22px;
    }


    .da-intro {
        padding: 16px 17px;

        margin-bottom: 23px;

        font-size: 14px;

        line-height: 1.65;
    }


    .da-section {
        margin-bottom: 25px;
    }


    .da-section h2 {
        font-size: 19px;
    }


    .da-section p,
    .da-section li {
        font-size: 14px;

        line-height: 1.6;
    }


    .da-section ul {
        padding-left: 20px;
    }


    .da-contact {
        display: flex;

        flex-direction: column;

        gap: 0;

        padding: 16px;
    }


    .da-contact-item,
    .da-contact-item:first-child {
        width: 100%;

        padding: 14px 0;

        border-left: 0;
    }


    .da-contact-item + .da-contact-item {
        border-left: 0;

        border-top: 1px solid #efd2b5;
    }


    .da-contact-item:nth-child(3) {
        padding-top: 14px;
    }


    .da-note {
        font-size: 12px;

        padding: 10px 12px;
    }

}/* End custom CSS */