/**
 * Theme Name: Salient Child
 * Template:   salient

 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --title-font: "Corben", serif;
    --body-font: "Space Grotesk", sans-serif;

    /* colors */
    --black: #000;
    --white: #fff;
    --body-bg: #FFF7EE;
    --body-text: #1A1B1B;
    --action: #F74044;
    --primary: #2133F8;
    --secondary: #FF891F;
    --teritary: #6DDCD6;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
    scrollbar-width: none;
}

body {
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    background-color: var(--body-bg);
    color: var(--body-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font);
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: top;
}

section {
    padding-inline: 40px;
    padding-block: 90px;
}

.home strong {
    font-weight: 600;
}

.home a {
    color: inherit;
    text-decoration: none;
}

.home p {
    margin-bottom: 0.8em;
    padding-bottom: 0;
}

.home p:last-child {
    margin-bottom: 0 !important;
}

.block {
    display: flex;
    flex-direction: column;
}

.btn,
input[type="submit"] {
    background: var(--action);
    display: inline-block;
    border-radius: 40px;
    padding: 10px 2rem;
    border: 1px solid var(--body-text);
    color: var(--body-bg);
    transition: all .3s ease;
    font: unset;
}

.btn:hover,
input[type=submit]:hover {
    background: var(--secondary);
    color: var(--black);
}

.home .container {
    max-width: 1200px;
    margin-inline: auto;
    width: 100%;
    padding: 0;
}

.relative {
    position: relative;
}

.z-3 {
    z-index: 3;
}

.gap-16 {
    gap: 1rem;
}

.gap-20 {
    gap: 1.25rem;
}

.gap-32 {
    gap: 2rem;
}

.gap-40 {
    gap: 2.5rem;
}

.text-center {
    text-align: center;
}

.description-text {
    max-width: 768px;
    margin-inline: auto;
    text-wrap: balance;
}

.description-subtext {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 1.875rem;
    line-height: 1.275;
    max-width: 763px;
    display: inline-block;
    color: var(--black);
    margin-inline: auto;
    text-wrap: balance;
}

/* ************** Page Settings ************** */

.home #top,
.home #header-space {
    display: none;
}

.home .ocm-effect-wrap {
    background-color: var(--body-bg) !important;
    color: var(--body-text) !important;
}

.home .container::before,
.home .container::after {
    display: none;
}

.wheat-bg,
.nectar_hook_global_section_footer {
    background: var(--body-bg);
    z-index: 1;
    position: relative;
}

/* ************** Page Settings ************** */

/* ************** Home Section 1 ************** */

.home-sec1 {
    position: relative;
    overflow-x: clip;
    /* min-height: clamp(1258px, 100svh, 100svh); */
    min-height: 100svh;
    color: var(--white);
    padding-block: 0 80px;
}

.home-sec1__bg {
    position: fixed;
    min-width: 2161px;
    left: calc(50% + 37px);
    top: -248px;
    transform: translateX(-50%) scale(1.2);
    height: calc(100% + 556px);
    pointer-events: none;
    object-fit: contain;
    transform-origin: center;
    visibility: visible !important;
}

.home-sec1__bg.aos-animate {
    transform: translateX(-50%) scale(1);
}

.home-sec1::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, #030404 41%, #0B0C0C 70%, rgba(33, 51, 248, 0) 100%);
    opacity: 0.62;
    z-index: 2;
    pointer-events: none;
}

.home-sec1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(40.35% 75.74% at 49.16% 69.72%, #FF891F 0%, #EA7E1C 5%, #AD5D15 20%, #78400E 35%, #4D2909 50%, #2B1705 64%, #130A02 77%, #050200 90%, #000000 100%);
    pointer-events: none;
}

.home-sec1 .container {
    margin-top: auto;
}

.home-sec1__intro {
    text-align: center;
    max-width: 1046px;
    margin-inline: auto;
    gap: 2rem;
}

.home-sec1__subtitle {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 1.875rem;
    line-height: 1.275;
}

.home-sec1__desc {
    max-width: 495px;
    align-self: center;
    color: var(--body-bg);
}

.home-sec1__title {
    font-size: 64px;
    color: var(--body-bg);
}



.home-menu__logo {
    max-width: 108px;
    margin-inline: auto;
    z-index: 1;
}

.home-menu__nav,
.footer__menu ul {
    z-index: 1;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 2.5rem;
    color: var(--body-text);
    font-size: 16px;
    line-height: 1.235;
    flex-wrap: wrap;
}

.home-menu__nav li,
.footer__menu li {
    list-style: none;
}

.home-menu__nav a,
.footer__menu a {
    transition: all .3s ease;
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-color: transparent;
    display: flex;
}

.home-menu__nav a:hover,
.footer__menu a:hover {
    text-decoration-color: currentColor;
}

/* ************** Home Section 1 ************** */

/* ************** Footer ************** */

.nectar_hook_global_section_footer {
    border-top: 1px solid var(--body-text);
    padding-inline: 40px;
}

.footer__menu {
    margin-bottom: 0 !important;
}

.footer__menu ul {
    justify-content: flex-end;
    gap: 2.5rem;
}

.footer-copyright {
    font-size: 10px;
    line-height: 1.3;
    text-wrap: balance;
}

.footer-copyright a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    transition: all .3s ease;
    color: currentColor;
}

.footer-copyright a:hover {
    color: var(--primary);
}

.footer__menu .widget_nav_menu {
    margin-left: auto;
}

.footer-social__list {
    width: fit-content;
    margin-left: auto;
}

.footer-social__list .row_col_wrap_12_inner {
    gap: 1rem;
}

.footer-social__list .row_col_wrap_12_inner>div {
    width: auto;
    padding: 0 !important;
    margin: 0;
}

/* ************** Footer ************** */

/* ************** Home Section 2 ************** */

.home-sec2__part1 {
    text-align: center;
    padding-top: 76px;
}

.home-sec2__part1-title {
    margin-top: 0.4em;
    font-size: 64px;
    color: var(--primary);
    position: relative;
    width: fit-content;
    margin-inline: auto;
}

.home-sec2__part2 {
    padding-top: 80px;
}

.home-sec2__part2-grid {
    --column: 3;
    --gap: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem var(--gap);
    justify-content: center;
    align-items: stretch;
}

.home-sec2__card-wrap {
    width: calc((100% / var(--column)) - (((var(--column) - 1) * var(--gap)) / var(--column)));
    padding: 0 0 24px 24px;
    position: relative;
}

.home-sec2__card {
    background: var(--secondary);
    border: 1px solid var(--body-text);
    padding: 32px 24px 24px;
    height: 100%;
    text-align: center;
    border-radius: 32px;
    gap: 1rem;
    min-height: 415px;
}

.home-sec2__card-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2026/03/card-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 82.21%;
    height: 83.28%;
    z-index: -1;
    background-position: left bottom;
}

.home-sec2__card-wrap:nth-child(2) .home-sec2__card {
    background: var(--action);
}

.home-sec2__card-wrap:nth-child(3) .home-sec2__card {
    background: var(--teritary);
}

.home-sec2__card-bottom {
    margin-top: auto;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
}

.home-sec2__card-inner {
    gap: 1em;
}

.home-sec2__card-subtext {
    font-weight: 600;
}

.home-sec2__card-desc {
    font-size: 1rem;
    line-height: 1.5;
}

.home-sec2__card-title {
    font-weight: 700;
    font-family: var(--body-font);
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.5;
    color: var(--black);
}

.home-sec2__process-inner {
    display: flex;
    gap: 30px;
    position: relative;
}

.home-sec2__process-img {
    aspect-ratio: 500/420;
    object-fit: contain;
    min-width: 0;
}

.home-sec2__process {
    padding-block: 0;
}

/* ************** Home Section 2 ************** */

/* ************** Home Section 4 ************** */

.home-sec4 {
    gap: 4rem;
    background-position: bottom left;
    background-size: cover;
    background-color: var(--body-bg);
    overflow: hidden;
}

.home-sec4__intro-title {
    font-size: 64px;
    color: var(--primary);
    position: relative;
    width: fit-content;
    margin-inline: auto;
}

.home-sec4__intro-inner {
    gap: 2.75rem;
}


.home-sec4__graphics {
    max-width: 1048px;
    margin-inline: auto;
    width: 100%;
    position: relative;
}

.home-sec4__app-screen {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 80px;
    z-index: 2;
    position: relative;
}

.home-sec4__app-card {
    position: relative;
}

.home-sec4__app-card:not(:last-child)::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/03/check.svg);
    width: 2rem;
    height: 2rem;
    top: 50%;
    right: -56px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ************** Home Section 4 ************** */

/* ************** Home Section 3 ************** */

.home-sec3 {
    background: radial-gradient(40.35% 75.64% at 32.43% 57.06%, #2133F8 0%, #1B2ACF 7%, #15209F 16%, #0F1774 25%, #0A1050 35%, #060A33 46%, #03051C 57%, #01020C 69%, #000002 82%, #000000 100%);
    position: relative;
    overflow: hidden;
}

.home-sec3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(0.06deg, #000000 0%, #030404 40.96%, #0B0C0C 69.92%, rgba(33, 51, 248, 0) 99.89%);
    opacity: 0.62;
    pointer-events: none;
}

.home-sec3__bg {
    position: absolute;
    max-width: 663px;
    left: -15.58%;
    top: 20px;
}

.home-sec3__intro-title {
    text-align: center;
    color: var(--body-bg);
    margin-top: 0;
    font-size: 64px;
    position: relative;
    width: fit-content;
    margin-inline: auto;
}


.home-sec3__intro {
    width: fit-content;
    margin-inline: auto;
}

.home-sec3 .container {
    gap: 134px;
}

.home-sec3__grid {
    max-width: 1024px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 46.6% 1fr;
    gap: 96px;
    color: var(--white);
    padding-right: 50px;
    align-items: center;
    grid-template-rows: 1fr;
}

.home-sec3__desc {
    font-size: 1rem;
}

.home-sec3__title {
    color: inherit;
    font-family: var(--body-font);
}

.home-sec3__left {
    padding: 1.5rem;
    background-image: url(/wp-content/uploads/2026/03/Mask-group.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    border-radius: 32px;
}

.home-sec3__table {
    padding: 2.5rem;
    background: rgb(26 27 27 / 70%);
    border: 1px solid rgb(255 247 238 / 70%);
    border-radius: 40px;
}

.home-sec3__table-title {
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.291;
    color: var(--body-bg);
    display: block;
    text-transform: uppercase;
}

.table-card {
    padding-block: 0.75rem;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    border-bottom: .25px solid var(--body-bg);
    gap: 1rem;
    font-size: 1rem;
}

.table-card:first-child {
    border-top: .25px solid var(--body-bg);
}

.table-card__title strong {
    font-size: 0.7em;
    font-weight: 400;
}

.table-card__value {
    font-weight: 600;
    color: var(--action);
    text-align: right;
}

.home-sec3__table-footer {
    padding-top: 1rem;
    padding-inline: 0.5rem;
    text-align: right;
}

.table-total {
    font-size: 32px;
    color: var(--action);
    line-height: 1.27;
    font-weight: 700;
}

.table-total__desc {
    font-size: 16px;
}

.home-sec3__right {
    gap: 1.5rem;
}

/* ************** Home Section 3 ************** */

/* ************** Home Section 5 ************** */


.home-sec5__form {
    max-width: 624px;
    margin-inline: auto;
    width: 100%;
}

.form-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.wpcf7 label {
    margin-bottom: 4px;
    display: block;
}

.wpcf7 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    color: var(--black);
    min-height: 50px;
    background: transparent;
    border: 1px solid var(--black);
    border-radius: 10px;
    font-size: 18px !important;
}

.wpcf7 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus {
    border-color: var(--action) !important;
    box-shadow: unset;
}

.checkbox_wrap .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.form_checkbox .checkbox_wrap label {
    position: relative;
    padding-left: 2em;
    margin: 0;
    cursor: pointer;
}

.form_checkbox .checkbox_wrap label::before {
    position: absolute;
    content: '';
    width: 1.25em;
    height: 1.25em;
    border: 1px solid var(--body-text);
    border-radius: 6px;
    top: 0.125em;
    left: 0;
    outline: 2px solid transparent !important;
    outline-offset: 2px;
    transition: all .3s ease;
    background: #fff;
    transform: unset;
}

.form_checkbox .checkbox_wrap label::after {
    position: absolute;
    content: '';
    width: 0.875em;
    height: 0.875em;
    opacity: 0;
    visibility: hidden;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6666 3.5L5.24992 9.91667L2.33325 7' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 7px;
    left: 5px;
    transform: unset;
}

.form_checkbox .checkbox_wrap label a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    transition: all .3s ease;
}

.checkbox_wrap {
    position: relative;
}

.form_checkbox .checkbox_wrap label a:hover {
    color: var(--action);
}

.form_checkbox .checkbox_wrap label:hover::before,
span.wpcf7-form-control-wrap:has(input:focus)+label::before,
span.wpcf7-form-control-wrap:has(input:focus-visible)+label::before {
    outline-color: var(--action) !important;
}

span.wpcf7-form-control-wrap:has(input:checked)+label::after {
    opacity: 1;
    visibility: visible;
}

span.wpcf7-form-control-wrap:has(input:checked)+label::before {
    background: var(--white);
}

.wpcf7 .form-item.form-submit {
    text-align: center;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
}

/*  */
.wpcf7-form .wpcf7-not-valid-tip {
    box-shadow: none;
    background: none;
    color: var(--action) !important;
}

.wpcf7 form .wpcf7-response-output {
    margin-bottom: 0;
    margin-inline: 0;
    padding: 0.5rem 1rem;
    border-width: 1px;
    font-weight: 500;
}

.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #721c24;
    border-color: #f8d7da;
    background: #f8d7da;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #721c24;
    border-color: #f8d7da;
    background: #f8d7da;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #155724;
    border-color: #d4edda;
    background: #d4edda;
}

/* ************** Home Section 5 ************** */


/* ************** Privacy Policy ************** */

.post__content :is(h2, h3, h4, h5, h6) {
    margin-bottom: 1.25rem;
    margin-top: 1.5rem;
}

.post__content {
    line-height: 1.5;
}

.post__content li:not(:last-child) {
    margin-bottom: 0.5em;
}

/* ************** Privacy Policy ************** */

/* ************************** Hero Animation ************************** */

.home-menu {
    max-width: 600px;
    aspect-ratio: 775/600;
    margin-inline: auto;
    width: 100%;
    height: auto;
    padding-top: 2rem;
    gap: 2rem;
    min-height: 360px;
}

.home-menu svg,
.home-menu img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.home-banner__animation {
    position: absolute;
    min-width: 510px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    aspect-ratio: 775/600;
}

.home-banner__animation-bg {
    position: absolute;
    top: -12px;
    display: flex;
    left: 50%;
    width: 105.42%;
    transform: translateX(-50%) scale(0);
    transform-origin: top;
    transition: all 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.6) !important;
    visibility: visible;
}

.home-banner__animation-bg.aos-animate {
    transform: translateX(-50%) scale(1);
}

.home-banner__animation-mask {
    position: absolute;
    width: 21.93%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.3%;
    z-index: 1;
}

.home-banner__animation-bee {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7.2%;
    width: 11.612%;
}

.home-banner__animation-bee svg {
    animation: circle 10s linear infinite;
    transform-origin: center center;
}

@keyframes circle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width:575px) {}

/* ************************** Hero Animation ************************** */

/* ************** Responsive Start ************** */
@media(max-width: 1300px) {

    div h1,
    div h2,
    div h3,
    div h4,
    div h5,
    div h6 {
        line-height: 1;
    }

    .home-sec3__grid {
        grid-template-columns: 50% 1fr;
        gap: 64px;
    }

    .home-sec3__bg {
        max-width: 570px;
        left: -20%;
        top: 100px;
    }
}

@media(max-width: 1024px) {
    section {
        padding-block: 80px;
    }

    .home-sec4__intro-title,
    .home-sec3__intro-title,
    .home-sec2__part1-title {
        font-size: 58px;
    }

    .description-subtext {
        font-size: 28px;
    }

    .home-sec1__bg {
        height: calc(100% + 400px);
    }

    .home-sec2__part2-grid {
        --column: 2;
        gap: 2rem var(--gap);
    }


    .home-sec3__grid {
        gap: 32px;
        padding-right: 0;
    }

    .home-sec3__table {
        padding: 2rem 1.5rem;
    }

    .home-sec3__bg {
        max-width: 440px;
        top: 12%;
    }

    .home-sec4 {
        gap: 3rem;
    }

    .home-sec4__app-screen {
        gap: 50px;
    }

    .home-sec4__app-card:not(:last-child)::after {
        right: -42px;
    }

    .site_footer .row_col_wrap_12>.vc_col-sm-6 {
        width: 50%;
    }

    .home #header-outer {
        display: none;
    }
}

@media(max-width: 767px) {
    section {
        padding-inline: 20px;
        padding-block: 60px;
    }

    .home-sec2__part1-title {
        margin-top: 0;
    }

    body {
        font-size: 18px;
    }

    .gap-32 {
        gap: 1.5rem;
    }

    .gap-40 {
        gap: 2rem;
    }

    /*  */
    .nectar_hook_global_section_footer {
        padding-inline: 20px;
    }

    .home-sec4__intro-title,
    .home-sec3__intro-title,
    .home-sec2__part1-title {
        font-size: 46px;
    }

    .description-subtext {
        font-size: 26px;
    }

    .home-sec1__title {
        font-size: 58px;
    }

    .home-sec1__subtitle {
        font-size: 26px;
    }

    .home-sec1__bg {
        height: calc(100% + 460px);
        min-width: 1480px;
    }

    .home-sec1 {
        gap: 50px;
    }

    .home-menu {
        padding-top: 24px;
    }

    .home-sec2__part2-grid {
        --column: 1;
    }

    .home-sec2__card {
        min-height: auto;
    }

    .home-sec2__card-title {
        font-size: 32px;
    }

    .home-sec2__card-wrap::after {
        background-position: left bottom;
    }

    .home-sec2__card {
        border-radius: 24px;
    }

    .home-sec3__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .home-sec3 .container {
        gap: 100px;
    }

    .home-sec4__arrow {
        width: 200vw;
        top: 8.58%;
        right: -14px;
    }

    .home-sec4 {
        gap: 2rem;
    }

    .site_footer .row_col_wrap_12>.vc_col-sm-6 {
        width: 100%;
    }

    .site_footer .left_col {
        margin-bottom: 30px;
    }

    .site_footer .left_col .vc_column-inner>.wpb_wrapper {
        justify-content: center;
    }

    .site_footer {
        padding-block: 42px !important;
    }

    .site_footer .left_col .inner img {
        max-width: 300px;
    }

    .footer__menu ul {
        justify-content: center;
    }

    .footer-social__list {
        margin-inline: auto;
    }

    .footer-copyright p {
        text-align: center !important;
    }
}

@media(max-width: 575px) {
    section {
        padding-block: 45px;
    }

    .home-sec3__left {
        padding: 0;
    }

    body {
        font-size: 17px;
    }

    .gap-32 {
        gap: 1rem;
    }

    .gap-40 {
        gap: 1.5rem;
    }

    /*  */
    .home-menu__nav,
    .footer__menu ul {
        gap: 2rem;
    }

    .home-menu {
        padding-top: 20px;
        gap: 24px;
    }


    .home-sec1__title {
        font-size: 46px;
    }

    .home-sec1__subtitle {
        font-size: 18px;
    }

    .home-sec2__part1 {
        padding-block: 45px;
    }

    .home-sec1__intro {
        gap: 26px;
    }

    .home-sec1 {
        height: auto;
        padding-block: 0 60px;
        min-height: 100svh;
    }

    .home-sec4__intro-title,
    .home-sec3__intro-title,
    .home-sec2__part1-title {
        font-size: 36px;
    }

    .description-subtext {
        font-size: 20px;
    }

    .home-sec2__part1-title::after {
        opacity: 0;
    }

    .home-sec2__card-title {
        font-size: 28px;
    }

    .home-sec2__card-inner {
        gap: 12px;
    }

    .home-sec2__card {
        gap: 8px;
        padding: 24px 16px;
        border-radius: 16px;
    }

    .home-sec2__card-wrap {
        padding: 0 0 16px 0px;
    }

    .home-sec2__card-wrap::after {
        left: -16px;
    }

    .home-sec2__part2-grid {
        gap: 24px var(--gap);
    }

    .home-sec2__part2 {
        padding-top: 45px;
    }

    .home-sec3__table-title {
        margin-bottom: 1.4rem;
        font-size: 20px;
    }

    .home-sec3__table {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .home-sec3__table-footer {
        padding-inline: 0;
    }

    .table-total {
        font-size: 32px;
    }

    .home-sec3__grid .home-sec3__cta {
        margin-top: 12px;
    }

    .home-sec3__grid .home-sec3__right {
        gap: 16px;
    }

    .wpcf7 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
        min-height: 46px;
        font-size: 16px !important;
    }

    .site_footer .left_col .inner img {
        max-width: 240px;
    }

    .home-sec4__app-screen {
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .home-sec4__app-card {
        max-width: 260px;
        margin: auto;
    }

    .home-sec4__app-card:not(:last-child)::after {
        right: auto;
        top: auto;
        bottom: -35px;
        left: 50%;
        width: 26px;
        height: 26px;
        transform: translateX(-50%);
    }

    .home-sec4 {
        background-position: bottom;
    }

    .footer-social__list {
        padding: 24px 0 !important;
    }

}

/* ************** Responsive End ************** */

/* ************** Bee Animation ************** */

.home-process__motion {
    position: absolute;
    width: 117.93%;
    bottom: -22px;
    right: -6%;
    height: auto;
}

.home-sec3__motion-path svg,
.home-sec5__motion-path svg,
.home-sec2__part1__motion-path svg,
.home-process__motion-path svg,
.home-sec4__motion-path svg {
    width: 100%;
    height: auto;
}

.home-sec3__motion-path,
.home-sec5__motion-path,
.home-sec2__part1__motion-path,
.home-process__motion-path,
.home-sec4__motion-path {
    display: flex;
}

.home-process__motion-bee {
    position: absolute;
    left: -12px;
    top: -12px;
}

.home-process__motion-bee svg {
    width: 23px;
    height: auto;
    transform: rotate(-47deg);
}

/* ************** Bee Animation ************** */

.home-sec2__part1__motion {
    position: absolute;
    width: 6.65em;
    height: auto;
    bottom: -0.26em;
    right: -0.5em;
    pointer-events: none;
}

.home-sec2__part1__motion-bee {
    position: absolute;
    top: -15px;
    left: 0;
    display: flex;
}

.home-sec2__part1__motion-bee svg {
    height: auto;
    width: 14px;
}

/* ************** Bee Animation ************** */

.home-sec4__motion {
    position: absolute;
    z-index: -1;
    width: 94vw;
    top: 17.58%;
    right: -21.3%;
    z-index: 1;
}

.home-sec4__motion-bee {
    position: absolute;
    top: -3.1%;
    left: -17px;
}

.home-sec4__motion-bee svg {
    height: auto;
    width: 15px;
    transform: rotate(14deg);
}

/* ************** Bee Animation ************** */

.home-sec5__motion {
    position: absolute;
    width: 10.55em;
    height: auto;
    bottom: -0.5em;
    right: -8.1em;
    pointer-events: none;
}

.home-sec5__motion-bee {
    position: absolute;
    top: -10.9%;
    left: -4px;
    display: flex;
}

.home-sec5__motion-bee svg {
    height: auto;
    width: 15px;
    transform: scaleX(-1) rotate(21deg);
}

/* ************** Bee Animation ************** */

.home-sec3__motion-path .js-animated-dashed-path {
    stroke: #FFF7EE;
}

.home-sec3__motion {
    position: absolute;
    bottom: -125px;
    width: 87.9%;
    left: 30.94%;
    pointer-events: none;
}

.home-sec3__motion-bee {
    position: absolute;
    top: -5.8%;
    left: 0px;
    display: flex;
}

.home-sec3__motion-bee svg {
    height: auto;
    width: 15px;
    transform: scaleX(-1) rotate(-53deg);
}

/* ************** Bee Animation ************** */

/* ************** Animation ************** */

[data-aos] {
    visibility: hidden;
}

.aos-animate {
    visibility: visible;
}

*.blurr-in {
    filter: blur(10px);
    opacity: 0;
}

.blurr-in.aos-animate {
    filter: blur(0px);
    opacity: 1;
}

/* ************** Animation ************** */

.js-animated-dashed-path {
    stroke: #1A1B1B;
    stroke-width: 1.5;
    stroke-dasharray: 12 12;
}

@media (max-width:1380px) {

    .home-process__motion {
        padding-right: 1.5vw;
    }
}

@media (max-width:767px) {

    .home-sec3__motion {
        bottom: 0;
        transform: translateY(85%);
    }

    .home-sec4__motion {
        display: none;
    }
}

@media (max-width:575px) {
    .home-sec2__part1__motion {
        display: none;
    }

    .home-sec3__motion-bee {
        top: -17.8%;
    }

    .home-sec3__motion-bee svg {
        transform: scaleX(-1) rotate(-41deg);
    }

    .home-sec5__motion {
        width: 10.75em;
        bottom: -0.7em;
    }
}


