.elementor-1320 .elementor-element.elementor-element-e4a19c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-afeaa97 *//* =========================================
   RINKU — THANK YOU PAGE
========================================= */

.rinku-thankyou {

    width: 100%;

    min-height: 65vh;

    padding: 90px 24px 110px;

    display: flex;

    align-items: center;

    justify-content: center;

    background:
        linear-gradient(
            180deg,
            #F8FBFD 0%,
            #EEF8FD 100%
        );

    box-sizing: border-box;

    position: relative;

    overflow: hidden;
}


/* =========================================
   BACKGROUND DECORATION
========================================= */

.rinku-thankyou::before {

    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    top: -220px;
    right: -150px;

    border-radius: 50%;

    background: rgba(0,140,191,.06);

    pointer-events: none;
}


.rinku-thankyou::after {

    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    bottom: -200px;
    left: -150px;

    border-radius: 50%;

    background: rgba(18,57,90,.035);

    pointer-events: none;
}


/* =========================================
   CONTAINER
========================================= */

.rinku-thankyou-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 760px;

    margin: 0 auto;

    text-align: center;
}


/* =========================================
   SUCCESS ICON
========================================= */

.rinku-thankyou-icon {

    width: 72px;
    height: 72px;

    margin: 0 auto 24px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #008CBF;

    color: #ffffff;

    font-size: 34px;

    font-weight: 800;

    box-shadow:
        0 15px 35px rgba(0,140,191,.22);

}


/* =========================================
   LABEL
========================================= */

.rinku-thankyou-label {

    display: inline-flex;

    align-items: center;

    padding: 9px 19px;

    margin-bottom: 20px;

    background: #E7F5FB;

    color: #008CBF;

    border-radius: 999px;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .08em;

    text-transform: uppercase;
}


/* =========================================
   HEADING
========================================= */

.rinku-thankyou h1 {

    margin: 0 0 22px;

    color: #12395A !important;

    font-size: 54px;

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -.035em;
}


.rinku-thankyou h1 span {

    display: block;

    color: #008CBF !important;
}


/* =========================================
   DESCRIPTION
========================================= */

.rinku-thankyou-description {

    max-width: 650px;

    margin: 0 auto 30px;

    color: #66788A !important;

    font-size: 17px;

    line-height: 1.75;
}


/* =========================================
   NEXT STEP BOX
========================================= */

.rinku-thankyou-note {

    max-width: 570px;

    margin: 0 auto 35px;

    padding: 22px 25px;

    background: #ffffff;

    border: 1px solid #DDEBF2;

    border-radius: 14px;

    box-shadow:
        0 10px 30px rgba(18,57,90,.06);

    box-sizing: border-box;
}


.rinku-thankyou-note strong {

    display: block;

    margin-bottom: 6px;

    color: #12395A;

    font-size: 16px;

    font-weight: 800;
}


.rinku-thankyou-note p {

    margin: 0;

    color: #66788A;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================
   ACTION BUTTONS
========================================= */

.rinku-thankyou-actions {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    flex-wrap: wrap;
}


.rinku-thankyou-primary,
.rinku-thankyou-secondary,
.rinku-thankyou-whatsapp {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-width: 150px;

    padding: 15px 22px;

    border-radius: 9px;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 800;

    box-sizing: border-box;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}


/* =========================================
   HOME BUTTON
========================================= */

.rinku-thankyou-primary {

    background: #008CBF;

    color: #ffffff !important;

    border: 1px solid #008CBF;

    box-shadow:
        0 12px 28px rgba(0,140,191,.18);
}


.rinku-thankyou-primary span {

    font-size: 18px;

    transition:
        transform .3s ease;
}


.rinku-thankyou-primary:hover {

    background: #12395A;

    border-color: #12395A;

    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow:
        0 18px 35px rgba(18,57,90,.18);
}


.rinku-thankyou-primary:hover span {

    transform: translateX(4px);
}


/* =========================================
   EMAIL BUTTON
========================================= */

.rinku-thankyou-secondary {

    background: #ffffff;

    color: #12395A !important;

    border: 1px solid #D5E5ED;
}


.rinku-thankyou-secondary:hover {

    background: #12395A;

    color: #ffffff !important;

    border-color: #12395A;

    transform: translateY(-3px);
}


/* =========================================
   WHATSAPP BUTTON
========================================= */

.rinku-thankyou-whatsapp {

    background: #ffffff;

    color: #12395A !important;

    border: 1px solid #D5E5ED;
}


.rinku-thankyou-whatsapp:hover {

    background: #12395A;

    color: #ffffff !important;

    border-color: #12395A;

    transform: translateY(-3px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 767px) {

    .rinku-thankyou {

        min-height: 60vh;

        padding: 70px 20px 85px;
    }


    .rinku-thankyou h1 {

        font-size: 40px;
    }


    .rinku-thankyou-description {

        font-size: 16px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {

    .rinku-thankyou {

        padding: 60px 18px 70px;
    }


    .rinku-thankyou-icon {

        width: 62px;
        height: 62px;

        font-size: 29px;

        margin-bottom: 20px;
    }


    .rinku-thankyou-label {

        font-size: 11px;

        padding: 8px 16px;
    }


    .rinku-thankyou h1 {

        font-size: 32px;
    }


    .rinku-thankyou-description {

        font-size: 15px;

        line-height: 1.65;
    }


    .rinku-thankyou-note {

        padding: 20px 18px;
    }


    .rinku-thankyou-actions {

        flex-direction: column;

        width: 100%;
    }


    .rinku-thankyou-primary,
    .rinku-thankyou-secondary,
    .rinku-thankyou-whatsapp {

        width: 100%;
    }

}/* End custom CSS */