.elementor-1263 .elementor-element.elementor-element-7357931{--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;}.elementor-1263 .elementor-element.elementor-element-707a53f{--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;--margin-top:-75px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1263 .elementor-element.elementor-element-bff9b62{--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;}.elementor-1263 .elementor-element.elementor-element-4def2e9{--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;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-b0289cc *//* =========================================================
   RINKU FAQ HERO
========================================================= */

.rinku-faq-hero {

    width: 100%;

    padding: 85px 24px 100px;

    background: #ffffff;

    overflow: hidden;

    box-sizing: border-box;

}


.rinku-faq-hero-inner {

    max-width: 1280px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;

}


/* =========================================================
   LEFT CONTENT
========================================================= */

.rinku-faq-hero-content {

    max-width: 600px;

}


.rinku-faq-eyebrow {

    display: inline-flex;

    align-items: center;

    padding: 9px 18px;

    margin-bottom: 24px;

    background: #E8F6FB;

    color: #008CBF;

    border-radius: 50px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

}


.rinku-faq-hero-content h1 {

    margin: 0 0 25px;

    color: #0E3A5D;

    font-size: clamp(45px, 5vw, 64px);

    font-weight: 800;

    line-height: 1.06;

    letter-spacing: -1.5px;

}


.rinku-faq-hero-content h1 span {

    display: block;

    color: #008CBF;

}


.rinku-faq-hero-content p {

    max-width: 570px;

    margin: 0 0 35px;

    color: #667085;

    font-size: 18px;

    line-height: 1.8;

}


/* =========================================================
   BUTTONS
========================================================= */

.rinku-faq-hero-actions {

    display: flex;

    align-items: center;

    gap: 15px;

    flex-wrap: wrap;

}


.rinku-faq-primary-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 16px 27px;

    background: #008CBF;

    color: #ffffff !important;

    border-radius: 12px;

    font-size: 15px;

    font-weight: 700;

    text-decoration: none !important;

    box-shadow:
        0 12px 30px rgba(0,140,191,.20);

    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease;

}


.rinku-faq-primary-btn:hover {

    background: #0E3A5D;

    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow:
        0 16px 35px rgba(14,58,93,.20);

}


.rinku-faq-phone-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 16px 27px;

    background: #ffffff;

    color: #0E3A5D !important;

    border: 1px solid #D9EAF3;

    border-radius: 12px;

    font-size: 15px;

    font-weight: 700;

    text-decoration: none !important;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;

}


.rinku-faq-phone-btn:hover {

    border-color: #008CBF;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(14,58,93,.08);

}


/* =========================================================
   IMAGE
========================================================= */

.rinku-faq-hero-image {

    position: relative;

    width: 100%;

}


.rinku-faq-image-wrapper {

    position: relative;

    overflow: hidden;

    border-radius: 30px;

    box-shadow:
        0 30px 70px rgba(14,58,93,.15);

}


.rinku-faq-image-wrapper::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(0,140,191,.04),
            transparent 60%
        );

    pointer-events: none;

}


.rinku-faq-image-wrapper img {

    display: block;

    width: 100%;

    height: 520px;

    object-fit: cover;

}


/* =========================================================
   FLOATING CARD
========================================================= */

.rinku-faq-floating-card {

    position: absolute;

    left: -35px;

    bottom: 35px;

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 18px 22px;

    background: #ffffff;

    border: 1px solid #EDF2F7;

    border-radius: 16px;

    box-shadow:
        0 18px 45px rgba(14,58,93,.14);

}


.rinku-faq-floating-icon {

    width: 46px;

    height: 46px;

    flex: 0 0 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #EEF8FD;

    color: #008CBF;

    border-radius: 13px;

    font-size: 22px;

    font-weight: 800;

}


.rinku-faq-floating-text {

    display: flex;

    flex-direction: column;

}


.rinku-faq-floating-text strong {

    color: #0E3A5D;

    font-size: 15px;

    line-height: 1.3;

}


.rinku-faq-floating-text span {

    margin-top: 4px;

    color: #667085;

    font-size: 13px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .rinku-faq-hero-inner {

        grid-template-columns: 1fr;

        gap: 50px;

    }


    .rinku-faq-hero-content {

        max-width: 750px;

        text-align: center;

        margin: 0 auto;

    }


    .rinku-faq-hero-content p {

        margin-left: auto;

        margin-right: auto;

    }


    .rinku-faq-hero-actions {

        justify-content: center;

    }


    .rinku-faq-hero-image {

        max-width: 700px;

        margin: 0 auto;

    }


    .rinku-faq-image-wrapper img {

        height: 450px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .rinku-faq-hero {

        padding: 55px 20px 65px;

    }


    .rinku-faq-hero-inner {

        gap: 40px;

    }


    .rinku-faq-eyebrow {

        font-size: 10px;

        padding: 8px 14px;

    }


    .rinku-faq-hero-content h1 {

        font-size: 38px;

        line-height: 1.12;

        letter-spacing: -.8px;

    }


    .rinku-faq-hero-content p {

        font-size: 15px;

        line-height: 1.7;

    }


    .rinku-faq-hero-actions {

        flex-direction: column;

        width: 100%;

    }


    .rinku-faq-primary-btn,
    .rinku-faq-phone-btn {

        width: 100%;

        box-sizing: border-box;

    }


    .rinku-faq-image-wrapper {

        border-radius: 22px;

    }


    .rinku-faq-image-wrapper img {

        height: 360px;

    }


    .rinku-faq-floating-card {

        left: 15px;

        right: 15px;

        bottom: 18px;

        padding: 15px 17px;

    }


    .rinku-faq-floating-icon {

        width: 42px;

        height: 42px;

        flex-basis: 42px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .rinku-faq-hero-content h1 {

        font-size: 34px;

    }


    .rinku-faq-image-wrapper img {

        height: 330px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3862172 *//* =========================================
   MOBILE FAQ - FINAL FIX
========================================= */

@media (max-width: 767px) {

    /* Give the FAQ section breathing room */
    .rk-faq-section {
        padding: 55px 0 70px !important;
        overflow: hidden !important;
    }

    .rk-faq-container {
        width: 90% !important;
        max-width: 100% !important;

        display: block !important;
    }

    /* Hide image below FAQ on mobile if desired */
    .rk-faq-image {
        margin-top: 40px;
    }


    /* =====================================
       FAQ LIST
    ===================================== */

    .rk-faq-list {
        width: 100% !important;
    }

    .rk-faq-item {
        width: 100% !important;

        margin-bottom: 12px !important;

        border: 1px solid #D5DDE3 !important;

        border-radius: 6px !important;

        overflow: hidden !important;

        background: #ffffff !important;
    }


    /* =====================================
       QUESTION BUTTON
    ===================================== */

    .rk-faq-question {
        width: 100% !important;
        max-width: 100% !important;

        min-width: 0 !important;

        box-sizing: border-box !important;

        display: flex !important;

        align-items: flex-start !important;

        padding: 16px 14px !important;

        gap: 10px !important;

        background: #ffffff !important;

        color: #12395A !important;

        border: none !important;

        text-align: left !important;

        white-space: normal !important;

        overflow: hidden !important;
    }


    /* =====================================
       PLUS / MINUS
    ===================================== */

    .rk-faq-icon {
        flex: 0 0 22px !important;

        width: 22px !important;
        min-width: 22px !important;
        max-width: 22px !important;

        height: 22px !important;

        margin-top: 1px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        font-size: 23px !important;

        color: #12395A !important;

        background: transparent !important;
    }


    /* =====================================
       QUESTION TEXT
    ===================================== */

    .rk-faq-question-text {
        display: block !important;

        flex: 1 1 auto !important;

        min-width: 0 !important;

        width: 0 !important;
        max-width: 100% !important;

        box-sizing: border-box !important;

        font-size: 15px !important;

        line-height: 1.45 !important;

        font-weight: 700 !important;

        color: #12395A !important;

        white-space: normal !important;

        overflow-wrap: anywhere !important;

        word-break: normal !important;
    }


    /* =====================================
       HOVER
    ===================================== */

    .rk-faq-question:hover {
        background: #F8FBFD !important;

        color: #12395A !important;
    }


    /* =====================================
       ANSWER
    ===================================== */

    .rk-faq-answer {
        width: 100% !important;

        max-width: 100% !important;

        box-sizing: border-box !important;

        overflow: hidden !important;

        background: #ffffff !important;
    }

    .rk-faq-answer p {
        width: auto !important;

        max-width: 100% !important;

        box-sizing: border-box !important;

        padding: 4px 18px 20px 46px !important;

        margin: 0 !important;

        font-size: 15px !important;

        line-height: 1.7 !important;

        color: #667085 !important;

        overflow-wrap: break-word !important;
    }


    /* =====================================
       HEADING
    ===================================== */

    .rk-faq-content h2 {
        font-size: 34px !important;

        line-height: 1.15 !important;

        margin-bottom: 0 !important;
    }

    .rk-faq-intro {
        font-size: 16px !important;

        line-height: 1.7 !important;

        margin-bottom: 28px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-995ee38 *//* =========================================
   RINKU GOOGLE REVIEWS
========================================= */

.rk-google-reviews {
    width: 100%;
    padding: 70px 0;
    background: #f5f7f9;
    overflow: hidden;
    font-family: inherit;
}

.rk-reviews-container {
    width: min(1400px, 94%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 45px;

    align-items: center;
}


/* =========================================
   LEFT SUMMARY
========================================= */

.rk-review-summary {
    position: relative;
    z-index: 5;
}

.rk-business-logo {
    width: 82px;
    height: 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0b2d45;
    color: #ffffff;

    border-radius: 7px;

    font-size: 26px;
    font-weight: 800;

    margin-bottom: 18px;
}

.rk-review-summary h3 {
    margin: 0 0 5px;

    color: #102f46;

    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
}

.rk-business-type {
    margin: 0 0 12px;

    color: #647789;

    font-size: 14px;
    line-height: 1.5;
}

.rk-google-rating {
    margin: 8px 0 4px;
}

.rk-google-rating span {
    color: #f4b400;

    font-size: 25px;
    letter-spacing: 2px;
}
.rk-google-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rk-google-rating span {
    color: #f4b400;
    font-size: 25px;
    letter-spacing: 2px;
}

.rk-google-rating strong {
    color: #102f46;
    font-size: 17px;
    font-weight: 700;
}

.rk-review-count {
    color: #4d5d69;

    font-size: 15px;

    margin-bottom: 22px;
}


/* =========================================
   WRITE REVIEW
========================================= */

.rk-write-review {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 46px;

    padding: 0 22px;

    background: #ffffff;

    border: 1px solid #aeb8c0;

    border-radius: 6px;

    color: #102f46 !important;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none !important;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.rk-write-review:hover {
    background: #0b92c4;

    color: #ffffff !important;

    border-color: #0b92c4;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(11,146,196,.20);
}


/* =========================================
   CAROUSEL
========================================= */

.rk-carousel-wrapper {
    position: relative;

    min-width: 0;

    display: flex;
    align-items: center;
}

.rk-carousel {
    width: 100%;
    overflow: hidden;
}

.rk-track {
    display: flex;

    gap: 20px;

    transition: transform .65s cubic-bezier(.22,.61,.36,1);

    will-change: transform;
}


/* =========================================
   REVIEW CARD
========================================= */

.rk-review-card {
    flex: 0 0 calc((100% - 40px) / 3);

    min-height: 315px;

    padding: 27px 24px;

    background: #ffffff;

    border: 1px solid #e4e9ed;

    border-radius: 12px;

    box-sizing: border-box;

    box-shadow: 0 5px 18px rgba(16,47,70,.06);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.rk-review-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 14px 30px rgba(16,47,70,.12);
}


/* =========================================
   REVIEW HEADER
========================================= */

.rk-review-header {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 13px;
}

.rk-avatar {
    flex: 0 0 45px;

    width: 45px;
    height: 45px;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #dceff7;

    color: #078bc0;

    font-size: 18px;
    font-weight: 700;
}

.rk-review-header div:nth-child(2) {
    min-width: 0;

    display: flex;
    flex-direction: column;
}

.rk-review-header strong {
    color: #152f42;

    font-size: 15px;
    font-weight: 700;

    line-height: 1.3;
}

.rk-review-header span {
    margin-top: 3px;

    color: #8b969d;

    font-size: 12px;
}

.rk-google-icon {
    margin-left: auto;

    color: #4285f4;

    font-size: 24px;

    font-weight: 800;
}


/* =========================================
   STARS
========================================= */

.rk-stars {
    color: #f4b400;

    font-size: 19px;

    letter-spacing: 1px;

    margin-bottom: 15px;
}


/* =========================================
   REVIEW TEXT
========================================= */

.rk-review-card p {
    margin: 0 0 18px;

    color: #394c59;

    font-size: 15px;

    line-height: 1.7;
}

.rk-review-card > a {
    color: #77858d !important;

    font-size: 14px;

    text-decoration: none !important;

    font-weight: 500;

    transition: color .25s ease;
}

.rk-review-card > a:hover {
    color: #078bc0 !important;
}


/* =========================================
   ARROWS
========================================= */

.rk-arrow {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 10;

    width: 46px;
    height: 46px;

    border: none;

    border-radius: 50%;

    background: #ffffff;

    color: #102f46;

    font-size: 22px;

    cursor: pointer;

    display: flex;

    align-items: center;
    justify-content: center;

    box-shadow: 0 5px 18px rgba(0,0,0,.13);

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}

.rk-prev {
    left: -20px;
}

.rk-next {
    right: -20px;
}

.rk-arrow:hover {
    background: #078bc0;

    color: #ffffff;

    transform: translateY(-50%) scale(1.08);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .rk-reviews-container {
        grid-template-columns: 220px minmax(0, 1fr);

        gap: 30px;
    }

    .rk-review-card {
        flex-basis: calc((100% - 20px) / 2);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .rk-google-reviews {
        padding: 50px 0;
    }

    .rk-reviews-container {
        width: 92%;

        grid-template-columns: 1fr;

        gap: 35px;
    }

    .rk-review-summary {
        text-align: center;
    }

    .rk-business-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .rk-review-card {
        flex-basis: 100%;

        min-height: 300px;
    }

    .rk-arrow {
        width: 40px;
        height: 40px;

        font-size: 18px;
    }

    .rk-prev {
        left: 5px;
    }

    .rk-next {
        right: 5px;
    }

}/* End custom CSS */