@font-face {
    font-family: 'newSimplerProAlteBlack';
    src: url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Black.woff2') format('woff2'),
        url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Black.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'newSimplerProAlteBold';
    src: url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Bold.woff2') format('woff2'),
        url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'newSimplerProAlteRegular';
    src: url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Regular.woff2') format('woff2'),
        url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Wix Madefor Display';
    src: url('/wp-content/themes/coverai/assets/fonts/WixMadeforDisplay-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/coverai/assets/fonts/WixMadeforDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Caveat';
    src: url('/wp-content/themes/coverai/new-fonts/Caveat-Regular.woff2') format('woff2'),
        url('/wp-content/themes/coverai/new-fonts/Caveat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    color: #373d48;
    font-size: 17px;
    line-height: 24px;
    direction: rtl;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    font-family: 'newSimplerProAlteRegular';
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    margin-bottom: 20px;
}

h1 {
    font-size: 32px;
    line-height: 44px;
    font-family: 'newSimplerProAlteBold';
}

h2 {
    font-size: 24px;
    line-height: 42px;
    font-family: 'newSimplerProAlteBold';
    color: #0C084A
}

h3 {
    font-size: 20px;
    line-height: 24px;
    color: #0C084A;
    font-family: 'newSimplerProAlteBold';
}

h4 {
    font-size: 22px;
    line-height: 29px;
    font-family: 'newSimplerProAlteBold';
}

h5 {
    font-size: 16px;
    line-height: 28px;
    font-family: 'newSimplerProAlteBold';
    color: #501C36;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #151515;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    color: #EDE7E1;
}

p {
    font-size: 16px;
    line-height: 27px;
    font-family: 'newSimplerProAlteRegular';
    color: #193780;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*----- Wrapper Part ------*/
.container {
    max-width: 1370px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

section {
    position: relative;
}

/*----- Wrapper Part ------*/
.primary_btn {
    height: 46px;
    border-radius: 38px;
    background: #1362FF;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    line-height: 46px;
    padding: 0 15px;
    color: #fff;
    font-family: 'newSimplerProAlteRegular';
    display: inline-flex;
    min-width: 147px;
    text-align: center;
    position: relative;
    border: 1px solid transparent;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.header_right .primary_btn {
    font-size: 16px;
    height: 42px;
    min-width: 132px;
}

.primary_btn:hover {
    border-color: #0153F4;
    background: transparent;
    color: #0153F4;
}

.border_btn {
    height: 46px;
    border-radius: 38px;
    border: 1px solid #0153F4;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    line-height: 46px;
    padding: 0 15px;
    color: #0153F4;
    font-family: 'newSimplerProAlteRegular';
    display: inline-block;
    min-width: 147px;
    text-align: center;
    position: relative;
    ;
}

.border_btn:hover {
    border-color: #0153F4;
    background: #0153F4;
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    width: 100%;

    padding: 15px 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #F8F8F8;
}

.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_left {
    display: flex;
    align-items: center;

}

.header_left ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 40px;
}

.header_left ul li {
    position: relative;
}

.header_left ul li a {
    padding: 20px 0;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'newSimplerProAlteRegular';
}

.navigation ul li.menu-item-has-children:hover:after {
    transform: rotate(180deg);
    top: 4px;
}


.menu-item-has-children::after {
    content: "";
    background: url(../images/nav_icon.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    transform: none;
    cursor: pointer;
    top: 9px;
    transition: 0.3s;
}

.navigation ul li:nth-child(2)>.sub-menu {
    left: -160px;
}



/* Show submenu on hover */


/* When hover ends: fade out with small delay */
.navigation ul li>.sub-menu.hide {
    animation: bounceOut 0.4s ease forwards;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(0) translateX(-20px);
    }

    50% {
        opacity: 1;
        transform: scale(0.95) translateY(0) translateX(-20px);
    }

    70% {
        transform: scale(0.95) translateY(0) translateX(-20px);
    }

    100% {
        transform: scale(0.95) translateY(0) translateX(-20px);
    }
}

@keyframes bounceOut {
    0% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }

    50% {
        transform: scale(0.95) translateY(-5px);
    }

    100% {
        opacity: 0;
        transform: scale(0.8) translateY(-10px);
    }
}

.navigation ul li>.sub-menu li a {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    font-family: 'newSimplerProAlteRegular';
    position: relative;
}

.navigation ul li>.sub-menu li a:hover:before {
    opacity: 1;
    transform: translateX(-10px);
}

.navigation ul li>.sub-menu li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/s_arrow.svg) no-repeat left top;
    content: "";
    opacity: 0;
    transition: 0.3s;

}

.navigation ul li.menu-item-has-children a {
    padding-left: 22px !important;
}


.navigation ul li.active>a {
    color: #000;
    /* optional highlight */
}


.header_left ul li .arrow {
    position: absolute;
    top: 10px;
    left: -17px;
}

.header_left .logo {
    margin-left: 40px;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 36px;
}

.header_right a.btn_link {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.header_right a.btn_link img {
    margin-right: 10px;
}

.header-spacer {
    height: 76px;
}

header.fixed-header ul.sub-menu {
    background: #fff !important;
}

.banner_section {
    padding: 100px 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.baner_title {
    max-width: 502px;
    margin: 0 auto;
}

.baner_title h1 {
    color: #0C084A;
    max-width: 360px;
    margin: 0 auto 30px;
}

.baner_title h1 span {
    color: rgba(12, 8, 74, 0.30);
    display: block;
}

.baner_title p {
    margin-bottom: 50px;
    color: #A9A9A9;
    font-size: 20px;
    line-height: 26px;
}

.bottom_b_image {

    margin: 0 auto;
    position: relative;
}

.scroll-section .center-box:after {
    background: linear-gradient(180deg, #D5DCFA 4.82%, #D9DDFB 96.95%);
    filter: blur(12.5px);
    position: absolute;
    bottom: -108px;
    height: 57px;
    max-width: 537px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 100%;
    z-index: 9;
}


.banner_section img {
    margin: 73px auto 0;
    width: 100%;
    display: block;
}

.slider_main .owl-stage {
    display: flex;
    align-items: center;
}

.slider_main .owl-stage .item img {
    height: 35px;
    object-fit: contain;
}

.typing-container {
    margin: 350px 0 75px;
}

.typing-container.new-hp {
    margin: 334px 0 68px;
}

.typing_title {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    direction: rtl;
}

.typing_title h2 {
    line-height: 32px;
    margin-bottom: 16px;

}


.typing-text {
    font-family: 'newSimplerProAlteRegular';
    font-size: 24px;
    line-height: 32px;
    white-space: wrap;
    overflow: hidden;
    color: #0C084A;
    transition: color 0.8s ease;
}

.typing-container .typing_bg {
    border-radius: 16px;
    background: #F7F8FA;
    padding: 40px;
}


.about_section {
    padding: 75px 0;
}

.about_main {
    max-width: 987px;
    margin: 0 auto;
}

.about_section h2 {
    text-align: center;
    margin-bottom: 66px;
}

.about_section .owl-stage {
    margin: 30px 0;
}

.about_section .owl-item .card_az_desc h3 {
    max-width: 181px;
}



.about_section .owl-item.center .card_az_desc {
    background: #F7F8FA;
    transform: scale(1.15);
    border-radius: 20px;
}


.about_section .owl-item.center .card_az_desc h3 {
    margin-bottom: 36px;

}

.about_section .owl-item.center .card_az_desc p {
    font-size: 18px;
    color: #0C084A;
}


.about_section .owl-item .card_az_desc {
    background: #F7F8FA;
    border-radius: 20px;
    padding: 50px 36px;
    transform: scale(0.85);
    min-height: 400px;
    transition: 0.3s;
    position: relative;
}

.about_section .owl-item .card_az_desc p {
    color: #0C084A;
}

.insurance_section {
    padding: 75px 0;
}

.insurance_section h2 {
    text-align: center;
    margin-bottom: 50px;
}

.insurance_section figure {
    border-radius: 16px;
    background: #FCFAF6;
}

.insurance_section figure  img{
    border-radius: 16px;
}

.card_l_section {
    padding: 75px 0;
}

.card_l_section.new-hp {
    padding: 68px 0;
}

.card_l_section .container {
    max-width: 1028px;
}

.card_l_section .row {
    margin: 0 -10px;
}

.card_l_section .row .col-md-4 {
    padding: 0 10px;
}

.card_l_section .card_box {
    text-align: center;
    border-radius: 16px;
    border: 1px solid #EEE;
    padding: 74px 45px 30px;
    height: 100%;
    width: 100%;
}

.card_box span.icon {
    padding-bottom: 40px;
    display: block;
    min-height: 85px;
}

.card_box img {
    margin: 0 auto;
    display: block;
}

.card_box h3 {
    margin-bottom: 16px;
    font-family: 'newSimplerProAlteBold';
}

.card_box p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    color: rgba(12, 8, 74, 0.50);
}


.wrap {
    max-width: 1380px;
    margin: 0 auto 0;
    padding: 150px 0 0;
}

.two-col {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: var(--gap);
    justify-content: flex-start;
    align-items: flex-end;
}

/* Left navigation */
.tabs {
    width: var(--left-width);
    flex: 0 0 var(--left-width);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /* align-self:flex-start; */
}

.tabs-list {
    padding: 12px;

    border-radius: 8px;
    position: sticky;
    top: 110px;

    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid transparent;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: all .18s ease;
    font-size: 16px;
    font-style: normal;

    line-height: 22px;
}

.tab-btn.active,
.tab-btn:hover {
    color: #000;
    font-family: 'newSimplerProAlteBold';

}


/* Right content */
.content {
    flex: 1 1 auto;
    /* use normal page scrolling (no overflow on .content) */
    padding-right: 8px;
}

.section-header {
    /* header lives inside the card; not sticky separately when the whole card is sticky */
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0 0 14px 0;
    margin-bottom: 12px;
}

/* give the heading a clear visual separation when it sticks */
.section-header h2 {
    margin: 0;
    font-size: 20px
}

.section-header .section-meta {
    margin-top: 6px
}


.card {
    width: 100%;
    margin-left: 0;
    border-radius: 16px;
    background: #F7F8FA;
    padding: 52px;
    position: sticky;
    top: 0;
    border: 0;
}

.card .tab_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: right;
}

.card .tab_bottom p {
    border-right: 3px solid #BABAFF;
    padding-right: 20px;
    color: #707070;
    line-height: 22px;
}

.card .tab_title .primary_btn {
    margin-top: 52px;
    min-width: 176px;
}

.panel__card--three .tab_box {
    background: var(--Radial, radial-gradient(50% 50% at 50% 50%, #FFF 28.73%, #BABAFF 100%));
}

.tab_box {
    border-radius: 16px;
    padding: 117px 48px 0;
    display: flex;
    align-items: flex-end;
}

/* ensure anchors land at the top — we pin cards to top:0 when stuck */
.card {
    scroll-margin-top: 0
}

.card h2 {
    margin-top: 0
}

.section-meta {
    color: var(--muted);
    font-size: 14px;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.04);
    transition: transform .32s ease;
    /* smooth transform when spacing changes */
}

/* For demo: make sections tall so scroll-spy is visible */
.card-body {
    line-height: 1.6
}

.tall {
    min-height: 70vh
}

/* utility to temporarily disable card stickiness while programmatic scrolling runs */
.no-sticky section.card {
    position: static !important;
}


.card_l_section .btn_main {
    display: flex;
    justify-content: center;
    margin-top: 52px;
}

.card_l_section .btn_main a {
    display: flex;
    font-size: 20px;
    font-family: 'newSimplerProAlteBold';
    line-height: 24px;
    /* 120% */
    text-decoration-line: underline;
    color: #0153F4;
    align-items: center;
    transition: 0.3s;

}

.card_l_section .btn_main a:hover svg {
    transform: rotate(-45deg) translate(-5px, -8px);
}

.card_l_section .btn_main a svg {
    margin-right: 10px;
    align-items: center;
    transition: 0.3s;
}

.card_az_desc {
    text-align: right;
}

.partner_az_icon {
    display: flex;
    width: calc(100% - 36px);
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: 50px;
    left: 30px;
    align-items: center;
}

.card_az_desc .partner_az_icon {
    width: 100%;
    left: 0;
    right: 0;
}

.testimonial-slider .partner_az_icon .testimonial_data_bottom_heading{
    color: #0C084A;
}

.testimonial-slider .partner_az_icon img {
    height: 26px;
    max-width: auto;
    object-fit: contain;
    display: block;
    width: auto;
}

.insurance_section .container {
    max-width: 1098px;
}

.insurance_box {
    border-radius: 16px;
    border: 1px solid #EEE;
    height: 100%;
    width: 100%;
}

.insurance_desc {
    text-align: right;
    padding: 36px 20px 24px;
}

.insurance_desc figure {
    margin: 0;
}

.insurance_desc figure img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.insurance_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.insurance_top .date {
    font-size: 16px;
    line-height: 22px;
    color: #0153F4
}

.insurance_desc p {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    padding-left: 24px;
}

footer {
    padding: 75px 0 93px;
}

.footer_bg {
    border-radius: 16px;
    background: #F7F8FA;
    padding: 40px 67px;
}

.footer_logo {
    margin-bottom: 56px;
}

.footer_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer_left {
    width: 60%;
    display: flex;
    text-align: right;
    gap: 72px;
}

.footer_box .title {
    font-size: 16px;
    font-family: 'newSimplerProAlteBold';
    line-height: 18px;
    color: #0C084A;
    margin-bottom: 30px;
    display: block;
}

.footer_box .footer_desc {
    margin: 28px 0 36px;
}

.footer_box .footer_desc address {
    color: #0C084A;
}

.footer_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social_icon ul {
    display: flex;
    gap: 12px;
    align-items: center;
}


.foter_image {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
}

.foter_image img {
    height: auto;
    object-fit: contain;
    width: 55px;
    display: block;
}

.copy_main {
    text-align: right;
}

.copy_main p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #0C084A;
}

.counter_section {
    direction: ltr;
    padding: 75px 0;
}

.counetr_bg {
    border-radius: 16px;
    background: #F3F3FF;
    text-align: center;
    padding: 44px 40px;
}

.counetr_bg h2 {
    margin-bottom: 16px;
    color: #6774FF;
    text-align: center;
    font-size: 24px;

    line-height: 44px;
    font-family: 'newSimplerProAlteRegular';
}

.counetr_bg .stats-container .stat .odometer {
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    font-family: 'Wix Madefor Display';
    color: #6774FF;
}

.counetr_bg .stats-container .stat .type {
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    font-family: 'Wix Madefor Display';
    color: #6774FF;
}

.counetr_bg .odometer.plus {
    position: relative;
}

.counetr_bg .odometer-inside {
    padding-left: 55px;
}

.counetr_bg .odometer.plus:before {
    position: absolute;
    top: 0;
    width: 31px;
    height: 31px;
    left: 0;
    content: "₪";
    font-family: 'Wix Madefor Display';
    font-weight: 600;
    font-size: 54px;
}


.chat-section .chat_bg{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 150px 0 102px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(242, 242, 255, 0.48) 36.25%, rgba(150, 177, 255, 0.70) 100%), #FFF;
    margin: -14px auto 150px;
    max-width: 1370px;
}

.chat-section .chat_bg-new{
    margin: -14px auto 150px;
}

.chatbox.expanded .chatbox-header {
    display: block;
}

.chat-section .chat_main {
    max-width: 698px;
    width: 100%;
}

.chat-section .btn_main {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.chat-section .btn_main .primary_btn {
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.70);
    color: #000;
    font-size: 16px;
    font-family: 'newSimplerProAlteRegular';
    transition: 0.3s;
    border: 1px solid transparent;
}

.chat-section .btn_main .primary_btn:hover {
    transform: scale(1.050);
    transition: 0.3s;
    border: 1px solid transparent;
}


.chatbox {
    direction: rtl;
    background: rgba(255, 255, 255, 0.60);
    margin: 0 auto;
    border: 0;
    border-radius: 14px;
    /* box-shadow: 0 8px 28px rgba(0, 0, 0, .12); */
    overflow: hidden;
    height: 126px;
    transition: height .4s ease;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    position: relative;
}

/* Expanded Chat */
.chatbox.expanded {
    height: 420px;
    /* BIG SIZE */
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

/* Header */
.chatbox-header {
    padding: 10px 14px;
    background: transparent;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: none;
}

.chatbox-resize {
    display: none;
    border: 0;
    background: rgba(245, 245, 245, 0.75);
    cursor: pointer;
    font-size: 18px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: 23px;
}

.chatbox-resize:focus {
    outline: none;
    border: 0;
}

.chatbox.expanded .chatbox-resize {
    display: block;
}

.chatbox-messages {
    padding: 14px;
    flex: 1;
    overflow-y: auto;
    opacity: 0;
    transition: opacity .3s ease;
    position: absolute;
}

.chatbox.expanded .chatbox-messages {
    opacity: 1;
    top: 30px;
}

/* Input Area Always Visible */
.chatbox-input-area {
    display: flex;
    align-items: center;
    padding: 18px 36px;
    border-top: 0;
    cursor: pointer;
    /* allows click anywhere */
    width: 100%;
}

.chatbox-input-area textarea {
    flex: 1;
    min-height: 38px;
    max-height: 120px;
    /* Adjust if needed */
    padding: 10px 0 10px 79px;
    border-radius: 8px;
    border: 0;
    outline: none;
    background: transparent;
    resize: none;
    /* Prevent manual drag resize */
    font-size: 16px;
    line-height: 1.4;
    overflow-y: hidden;
    white-space: pre-wrap;
    /* ✅ Enables line wrapping */
    word-break: break-word;
    /* ✅ Break long words */
}

.chatbox-input-area textarea::-webkit-input-placeholder {
    color: #000;
}

.chatbox-input-area textarea::-moz-placeholder {
    color: #000;
}

.chatbox-input-area textarea:-ms-input-placeholder {
    color: #000;
}

.chatbox-input-area textarea:-moz-placeholder {
    color: #000;
}

.send-btn {
    margin-right: 0;
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    bottom: 19px;
    left: 24px;
    width: 33px;
    height: 33px;
}

.send-btn:focus {
    outline: none;
}

.chatbox.expanded .chatbox-input-area {
    padding: 18px 36px 0;
}

.chatbox.expanded .chatbox-input-area textarea {
    padding: 10px 0 0 79px;
}

.chat_title {
    text-align: center;
    margin-bottom: 43px;
}

.chat_title img {
    margin: 0 auto;
    display: block;
    width: 120px;
}

/* Responsive: move tabs to top on narrow screens */

.panel {
    position: relative;
    z-index: 9;
}

.panel__options {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
}

.panel__options span {

    border-bottom: 0 !important;
    font-size: 16px;
    font-style: normal;
    color: #707070;
    line-height: 22px;
    font-family: 'newSimplerProAlteRegular';
    width: 100%;
    text-align: right;
    cursor: pointer;
}


.panel__options span:hover {
    color: #000;
}

.panel__options span.active {
    font-weight: bold !important;
    border-bottom: 0 !important;
    color: #000;
}


.panel__stack {
    --spacer: 35px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    justify-items: center;
    overflow-y: visible;
}

.panel__stack .panel__card {
    grid-area: 1/1/2/2;
    border-radius: 30px;
    padding: 2.5rem;
    position: absolute;
    will-change: transform;
    width: 100%;
}

.panel__stack .panel__card .section-header h2 {
    font-size: 24px;
}

.panel__stack .panel__card:first-child {
    top: calc(var(--spacer) * 1);
    z-index: 1;
}

.panel__stack .panel__card:nth-child(2) {
    top: calc(var(--spacer) * 2);
    z-index: 2;
}

.panel__stack .panel__card:nth-child(3) {
    top: calc(var(--spacer) * 3);
    z-index: 3;
}

/*.panel__stack .panel__card:last-child {
  top: calc(var(--spacer) * 4);
  z-index: 4;
}*/
.panel__stack .panel__card ul {
    margin: 0;
    padding-right: 30px;
}

.panel__stack .panel__card ul li {
    position: relative;
    margin-bottom: 15px;
    font-size: 1rem;
    padding-left: 27px;
}

.panel__stack .panel__card ul li::before {
    content: url(../images/listing-icon.svg);
    position: absolute;
    top: 0px;
    left: 0;
}

.panel__stack .panel__card ul li:last-child {
    margin-bottom: 0;
}

.panel__stack .panel__card .green-bullets li::before {
    content: url(../images/green-list-icon.svg);
    position: absolute;
    top: 0px;
    left: 0;
}

.panel__stack .panel__card .orange-bullets li::before {
    content: url(../images/orange-list-icon.svg);
    position: absolute;
    top: 0px;
    left: 0;
}

.panel__stack .panel__card picture {
    position: relative;
    right: -10px;
}

.panel__content {
    width: 48%;
}

.panel__image {
    width: 52%;
}

.panel__image img {
    max-height: 30rem;
}

.panel__card__img {
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 48px;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    position: relative;
}

.panel__card .card .tab_bottom p {
    font-size: 18px;
    padding-left: 80px;
}

.sticky-notes {
    width: 209px;
    padding: 10px 15px;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: -70px;
    bottom: 30px;
}

.sticky-notes .draw-line {
    position: absolute;
    top: -70px;
    left: -80px;
}

.sticky-notes__items {
    gap: 10px;
}

.sticky-notes__items div {
    padding: 10px 30px;
    border-radius: 8px;
}

.sticky-notes__items div:first-child {
    background-color: #fad1d1;
    color: #d92d20;
}

.sticky-notes__items div:nth-child(2) {
    background-color: #f4fad1;
    color: #f79009;
}

.sticky-notes__items div:last-child {
    background-color: #d1fadf;
    color: #039855;
}

.sticky-card {
    padding: 10px 15px;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    right: -70px;
    top: 30px;
    max-width: 210px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.sticky-card .checkbox {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    vertical-align: middle;
}

.sticky-cards__items {
    gap: 10px;
}

.sticky-card.sticky-card-left {
    bottom: 50px;
    left: -100px;
    top: initial;
}

.panel__card--one .card.tall {
    background: #F7F8FA;
}

.panel__card--two .card.tall {
    background: #f3f3ff;
}

.panel__card--three .card.tall {
    background: #f7f8fa;
}

.col-md-12.panel_main {
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
}

.panel__options {
    max-width: 190px;
    width: 100%;
    flex-direction: column;
    padding-top: 36px;
}

.panel__stack {
    width: calc(100% - 190px);
    padding-right: 36px;
}

.panel__stack .panel__card {
    padding: 0;
}

.stikcy_section {
    padding: 50px 0 180px !important;
        min-height: 600px ;
}

.arrow_link svg {
    transition: 0.3s;
}

.arrow_link:hover svg {
    transform: rotate(-48deg);
}

body .mobile_view {
    display: none;
}

.footer_box ul li {
    margin-bottom: 4px;
}

.footer_box ul li a,
.footer_desc a {
    font-size: 16px;
    line-height: 22px;
    color: #0C084A;
    font-family: 'newSimplerProAlteRegular';
    transition: 0.3s;
}

.footer_box ul li a:hover,
.footer_desc a:hover {
    text-decoration: underline;
}

.footer_box .social_icon ul li svg {
    stroke: #0C084A;
    transition: 0.3s;
    fill: transparent;
}

/* .footer_box .social_icon ul li a:hover svg {
    stroke: #0153F4;
} */



.footer_box .social_icon span.title {
    margin-bottom: 32px;
}

.tab_box img {
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
}

.panel__card--one .tab_box img {
    margin: 0;
}

.cookies {
    background: #F8F8F8;
    padding: 26px 30px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    min-height: 102px;
    display: flex;
}

.cookies .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.cookies .cookiea_btn a.close_btn img {
    width: 33px;
    height: 29px;
    display: block;
}

.cookies p {
    width: 70%;
    text-align: right;
    margin-bottom: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #0C084A;
}

.cookies p a {
    text-decoration: underline;
    color: #0C084A;
}

.cookies .cookiea_btn {
    gap: 47px;
    display: flex;
    padding-right: 30px;
}

.cookies .cookiea_btn a.link {
    font-size: 15px;
    line-height: 24px;
    text-decoration: underline;
    color: #0C084A;
}

.cookies .cookiea_btn a.link:last-child {
    text-decoration: none;
}

.panel__card--one .tab_box {
    background: linear-gradient(180.65deg, rgba(255, 255, 255, 0.4) 0.56%, #BABAFF 151.94%);
}


.panel__card--two .tab_box {
    background: url(../images/tab_image-3.png) no-repeat left top/cover;
}

.baner_title a.primary_btn {
    min-width: 192px;
}

.panel__card--three img {
    border-radius: 16px;
}



.empty_space {
    padding: 80px 0;
}

.empty_box {
    border-radius: 20px;
    border: 1px solid var(--grid-desktop, #EEE);
    padding: 31px 41px 87px 70px;
    height: 100%;
}

.empty_space h2 {
    text-align: right;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    margin-bottom: 22px;
}

.empty_sidebar {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #EEE;
    height: 100%;
}

.empty_space .top_title {
    text-align: right;
    margin-bottom: 53px;
}

.empty_space .top_title h1 {
    margin-bottom: 12px;
    color: #000;
}

.empty_space .top_title p {
    color: #707070;
}

.empty_space form.calc-form {
    margin-top: 90px;
}

.empty_space .calc-row {
    display: flex;
    gap: 16px;

}

.empty_space .field {
    flex: 1;
}

.empty_space .field label {
    display: block;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    color: #000;
    font-family: 'newSimplerProAlteRegular';
}



.empty_space .field input,
.empty_space .field .selectric {
    width: 100%;
    box-sizing: border-box;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #EEE;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    font-family: 'newSimplerProAlteRegular';
    -webkit-appearance: none;
    position: relative;
    border-radius: 12px;

}

.selectric-wrapper.selectric-open .selectric {
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
}

.selectric-items {
    border-radius: 0 0 12px 12px;
    border: 1px solid #EEE;
    background: #fff;
    box-shadow: none;
    border-top: 0;
    text-align: right;

}

.selectric-items li.highlighted {
    background: transparent;
    border: 0;
    color: #8E8E8E;
}

.selectric .label {
    padding: 6px 0;
    text-align: right;
    color: #8E8E8E;
    font-size: 16px;
    font-family: 'newSimplerProAlteRegular';
}

/*.selectric-focus .selectric .label{
    color: #000;
}*/

.selectric .button {
    background: url(/wp-content/themes/coverai/assets/images/select_arrow.svg) no-repeat left 15px top 8px !important;
    width: 30px;
    height: 20px;
    font-size: 0;
    left: 0;
}


.empty_space .field input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8E8E8E;
}

.empty_space .field input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8E8E8E;
}

.empty_space .field input:-ms-input-placeholder {
    /* IE 10+ */
    color: #8E8E8E;
}

.empty_space .field input:-moz-placeholder {
    /* Firefox 18- */
    color: #8E8E8E;
}


.empty_space .select-wrapper {
    position: relative;
}

.empty_space .btn-row {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    /* left in RTL visual */
    margin-top: 50px;
}

.empty_space .btn-row .primary_btn {
    min-width: 199px;
    cursor: pointer;
}

.empty_space .btn-row .primary_btn:focus,
.empty_space .border_btn:focus {
    outline: none;
    box-shadow: none;
}

.empty_space .border_btn {
    background: transparent;
    min-width: 139px;
    cursor: pointer;
}

.empty_space .border_btn:hover {
    background: #0153F4;
}


.empty_space .box-wrapper {
    max-width: 450px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: Arial, sans-serif;
}


.empty_space .info-box {
    width: 100%;
    min-height: 165px;
    border-radius: 20px;
    padding: 24px;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.empty_space .blue-box {
    background: rgba(182, 200, 250, 0.15);
    margin-bottom: 25px;
    border-radius: 20px;
}

.empty_space .blue-box .box-title {
    color: #2f6bff;
    font-weight: 600;
    font-size: 16px;
}


.empty_space .white-box {
    background: #F8F8F8;
    border-radius: 16px;
    min-height: 109px;
    margin-bottom: 38px;
}

.empty_space .white-box .box-title {
    font-weight: 600;
    font-size: 16px;
    color: #111;
    margin-bottom: 0;
}


.empty_space .dashed-line {
    margin: 14px auto;
    width: 120px;
    height: 2px;
    background-image: repeating-linear-gradient(to left,
            #2f6bff,
            #2f6bff 8px,
            transparent 8px,
            transparent 14px);
}


.empty_space .box-value {
    font-size: 32px;
    font-family: 'SimplerPro_AlteBlack';
    line-height: 34px;
    color: #0153F4;
}


.empty_space .box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.empty_space .icon {
    font-size: 18px;
}



.expanded-area {
    text-align: right;
    margin-top: 66px;
    max-width: 500px;
}

/*#expandedArea,
#expandedBox {
  display: none;
}*/

.slider-row {
    margin: 58px 0 48px;
}

.checkbox-row {

    display: flex;
    align-items: center;
    gap: 12px;
}

.checkbox_main {
    margin-top: 75px;
}



.expanded_box .box-header {
    flex-direction: column;
    text-align: right;
    align-items: self-start;
}

.expanded_box .box-header h2 {
    margin-bottom: 0;
}

.pellete_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 42px;
}

.pellete_title img {
    display: block;
}

.box-header img {
    width: 100%;
    display: block;
}

.pellete_title p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    font-family: 'newSimplerProAlteRegular';
}

.bottom_ex_desc {
    text-align: center;
    margin-top: 65px;
}


.bottom_ex_desc p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: #0C084A;
    font-family: 'newSimplerProAlteRegular';
    margin-bottom: 12px;

}

.bottom_ex_desc a {
    font-size: 16px;
    line-height: 22px;
    color: #0153F4;
    text-decoration: underline;
}

.range-wrap {
    position: relative;
    width: 100%;
    direction: ltr;
    /* IMPORTANT – fixes the reverse movement */
    margin: 0 0 48px;
}

.range-wrap input[type="range"] { -webkit-appearance: none;
    width: 100%;
    height: 1px;
    background: linear-gradient(#B9BBBE, #B9BBBE) no-repeat #EEEEEE;
    background-size: 0% 100%;
    cursor: pointer;
}

.range-wrap .range-label {
     position: absolute;
        top: -25px;
        min-width: 15px;
        direction: rtl;
        text-align: right;
        width: auto;
        display: flex;
        justify-content: flex-end;

}



.range-wrap input[type="range"]+label {
    border-radius: 4px;
    background: #eee;
    left: 110px;
    padding: 0 0;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 80px;
}

/* Chrome & Safari */
.range-wrap input[type="range"]::-webkit-slider-runnable-track {

    height: 1px;
    background: transparent;
}

.range-wrap input[type="range"]::-webkit-slider-thumb {
     -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #0153F4;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -8px;
}


.three-cols {
    gap: 13px;
}

.checkbox-row label {
    border-radius: 12px;
    border: 1px solid #EEE;
      padding: 8.379px 14.703px 7.621px 15.7px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #8E8E8E;
    cursor: pointer;
    max-width: 113px;
    height: 38px;
    width: 100%;
}

.checkbox-row label input[type=checkbox] {
    margin-left: 6px;
    border: 1px solid #A9A9A9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    position: relative;
}

.check-item span.text {
    position: relative;
}

label.check-item.active:first-child {
    max-width: max-content;
}

/* Checkmark */
.checkbox-row input[type="checkbox"]:checked {
     background: #0153F4 url(../images/check_icon.svg) no-repeat center;
     border-color: #0153F4;
}

.bottom_ex_desc a svg {
    margin-right: 10px;
    transform: translateX(0);
    transition: 0.3s;
}

.bottom_ex_desc a:hover svg {
    transform: translateX(-10px);
}

.tool-tip h3 {
    margin-bottom: 0;
    font-family: 'newSimplerProAlteRegular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.tool-tip {
    position: relative;
    display: flex;
    align-items: center;
    margin: 58px 0 20px;
}

.tool-tip img {
    margin-right: 10px;
    cursor: pointer;
}

.tooltip-box {
    position: absolute;
    top: 140%;
    /* show below icon */
    right: 0;
    /* align to right side */
    width: 220px;
    background: #ffffff;
    color: #0C084A;
    padding: 28px 22px 10px 16px;
    border-radius: 12px;
    filter: drop-shadow(0 6px 20px rgba(170, 170, 170, 0.20));
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    font-family: 'newSimplerProAlteRegular';
}

.tooltip-box:before {
    border-radius: 5px;
    position: absolute;
    top: -11px;
    right: 51px;
    content: "";
    z-index: 9;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

/* show on hover */
.tool-tip img:hover+.tooltip-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.selectric-items li {
    border: 0;
    font-size: 16px;
    font-family: 'newSimplerProAlteRegular';
    color: #8E8E8E;
}

.selected .selectric .label {
    color: #000 !important;
}

.empty_space .field:last-child input {
    color: #0153F4;
}

.selectric .label {
    color: #8E8E8E !important;
    /* Default gray */
}

.selectric-wrapper.has-value .selectric .label {
    color: #000 !important;
    /* Black after change */
}

.empty_space .white-box p.box-value {
    text-align: right;
    margin-top: 21px;
    color: #1C252E;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.expanded header {
    direction: ltr;
}


.scroll-section {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-left: 10px;

}

.scroll-section .box {

    border-radius: 14px;
    opacity: 1;
}

.scroll-section .left-box {
    width: 308px;
    height: 360px;
    position: relative;
    left: 30px;
    top: 12px;
}

.scroll-section .center-box {
    position: relative;
    z-index: 1;
    width: 376px;
    height: 456px;
    padding: 0 15px;
}

.scroll-section .right-box {
    width: 320px;
    height: 320px;
    position: relative;
    right: 35px;
    top: 5px;
}

.opacity-0 {
    opacity: 0;
    transition: opacity 0.6s ease;
    transition-delay: 1s;
    visibility: hidden;
}

body.show-image .opacity-0 {
    visibility: visible;
    opacity: 1;
}

.panel__card.panel__card--three img {
    width: 100% !important;
}


.for_mobile {
    display: none;
}



/***************Danko Page******************/

.logo_top {

    direction: ltr;

    padding: 64px 40px 0;

}

.top_part_main {

    display: flex;

    justify-content: space-between;

}

.danko_banner {

    padding-top: 0;

    position: relative;

}

.danko_banner:before {

    position: absolute;

    top: 53%;

    transform: translateY(-50%);

    left: 0;

    width: 100%;

    height: 100%;

    content: "";

    background: url(../images/banner_before.svg) no-repeat center;

    background-size: 100%;

}

.danko_banner h1 {

    font-size: 40px;

    line-height: 51px;

    font-family: 'newSimplerProAlteRegular';

}

.danko_banner h1 span {

    color: #0C084A;

    font-family: 'newSimplerProAlteBold';

}

.banner_d_box {

    border-radius: 28px;

    background: linear-gradient(180deg, rgba(150, 177, 255, 0.70) 0%, rgba(242, 242, 255, 0.70) 98.08%);

    padding: 40px 40px 80px;

    max-width: 890px;

    margin: 0 auto;

    width: 100%;

    margin-top: 164px;

    z-index: 1;

    position: relative;

}

.banner_d_box img {

    width: 100%;

    margin-top: 0;

}

.banner_d_desc {

    text-align: right;

    padding-top: 140px;

}

.banner_d_desc h2 {

    border-bottom: 2px solid #0C084A;

    padding-bottom: 42px;

    margin-bottom: 42px;

    font-family: 'newSimplerProAlteRegular';

    font-size: 32px;

    line-height: 34px;

}

.banner_d_desc p {

    margin-bottom: 0;

    font-size: 24px;

    line-height: 32px;

    color: rgba(12, 8, 74, 0.60);

    max-width: 487px;

}

.danko_carousel {

    padding: 129px 0;

}

.danko_carousel .container {

    max-width: 960px;

    margin: 0 auto;

}

.danko_card_section {

    padding: 164px 0;

}

.danko_card_section .card_box {

    border: 0;

}

.work_main {

    display: flex;

    align-items: center;

}

.danko_left {

    width: 60%;

}

.danko_right {

    width: 39%;

    text-align: right;

    padding-right: 95px;

}

.danko_left img {

    width: 100%;

    display: block;

}

.recomdation_main {

    display: flex;

    align-items: center;

}

.recomdation_main .iframe-box {

    width: 82%;

    border-radius: 24px;

    background: rgba(182, 200, 250, 0.50);

    padding: 40px 145px;

   

}

.recomdation_main .iframe-box iframe {
    border: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    height: 700px;

}

.recomdation_desc {

    width: 30%;

    text-align: right;

    padding-left: 50px;

    position: relative;
    z-index: 1;

}

.recomdation_desc .arrow-svg {

    position: absolute;

    top: 0px;

    left: -168px;

    min-width: 500px;

    height: 233px;

    width: 100%;

}


.recomdation_section .container {

    max-width: 960px;

    margin: 0 auto;

}

.recomdation_desc h2 {

    color: #0153F4;

    font-family: 'newSimplerProAlteRegular';

    max-width: 200px;

    font-size: 24px;

    line-height: 32px;

}

.danko_r_desc h2 {

    margin-bottom: 16px;

    line-height: 32px;

}


.danko_work .container {

    max-width: 1120px;

    margin: 0 auto;

}

.danko_work p {

    font-size: 24px;

    line-height: 32px;

    color: #0C084A;

    font-family: 'newSimplerProAlteRegular';

}

.lazy_counter_section {

    padding: 164px 0;

}

.lazy_about_section {

    padding-top: 0;

}

/* ================================
   ARROW DRAW ANIMATION – FINAL
================================ */

/* Default state (hidden) */
.recomdation_section .arrow-svg .svg-elem-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 1;
}

/* Arrow head hidden initially */
.recomdation_section .arrow-svg .svg-elem-2 {
  opacity: 0;
}

/* When section becomes active */
.recomdation_section.active .arrow-svg .svg-elem-1 {
  animation: draw-line 4s ease forwards;
}

.recomdation_section.active .arrow-svg .svg-elem-2 {
  animation: show-arrow 0.3s ease forwards;
  animation-delay: 1s; /* same as line duration */
}

/* Line draw animation */
@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

/* Arrow head appear animation */
@keyframes show-arrow {
  to {
    opacity: 1;
  }
}


.typing-container .container, .counter_section .container {
    max-width: 1200px;
}

html{
    scroll-behavior: smooth;
}

.floating_button {
    position: fixed;
    bottom: 70px;
    left: 50%;
    z-index: 1;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    left: 0 ;
    right: 0 !important;
}

a.float_btn.primary_btn {
    min-width: 200px;
}

.danko_card_section .card_box p{
    color: #A9A9A9;
}

.danko_work  p.typing span {
    color: rgba(12, 8, 74, 0.50);
    transition: color 1s ease;
}
 
.danko_work .aos-animate p.typing span.fill {
    color: #0C084A;
}

.danko_banner video#video_banner {
    border-radius: 17px;
    height: auto !important;
}

.typing-container  p.typing span {
    color: rgba(12, 8, 74, 0.50);
    transition: color 0.4s ease;
}
 
.typing-container.aos-animate p.typing span.fill {
    color: #0C084A;
}

.typing-container p.typing {
    font-size: 24px;
    line-height: 32px;
}

.danko_banner .baner_title p{
    font-size: 24px;
    line-height: 32px;
}

.logo_top a.logo {
    width: 117px;
}

.logo_top a.logo img{
    width: 100%;
}

.danko_card_section .btn_main {
    margin-top: 65px;
}

.panel__card--one .tab_box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, #dbe6ff 100%);
}
.mobile-lottie.color-first {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, #dbe6ff 100%);
    border-radius: 16px;
}
.mobile-lottie.color-second {
    background: url('/wp-content/themes/coverai/assets/images/tab_image-3.png') left top / cover no-repeat;
    border-radius: 16px;
}
.mobile-lottie.color-third {
    background: var(--Radial, radial-gradient(50% 50% at 50% 50%, #FFF 28.73%, #BABAFF 100%));
    border-radius: 16px;
}

.logo_right {
    width: 173px;
    height: 173px;
}
.logo_right img{
    width: 100%;    
}

.lazy_wrok_box {
    background: #0153F4;
    border-radius: 24px;
    width: 654px;
    aspect-ratio: 4 / 3.58;
        max-width: 100%;
        overflow: hidden;
}

.footer_lazy .footer_l_main {
    display: flex;
    text-align: center;
    gap: 15px;
}

.footer_lazy .footer_l_main .footer_left {
    background: #F3F3FF;
    padding: 32px;
    border-radius: 16px;
    border-radius: 16px;
    max-width: 448px;
    gap: 0;
    width: 100%;
    display: block;
    text-align: center
}

.footer_lazy .footer_right {
    border-radius: 16px;
    background: #F7F8FA;
    width: calc(100% - 448px);
    padding: 47px 52px 36px 32px;
}


.footer_l_box .social_icon ul li svg {
    stroke: #0C084A;
    transition: 0.3s;
    fill: transparent;
}

.footer_right_main {
    display: flex;
    margin-top: 43px;
    align-items: flex-start;
}

.footer_l_box span.title {
    font-size: 16px;
    line-height: 18px;
    color: #0C084A;
    font-family: 'newSimplerProAlteBold';
}

.footer_l_box ul {
    margin: 0;
    padding: 0;
}

.footer_l_box ul li {
    list-style: none;
    margin-bottom: 2px;
}

.footer_l_box ul li a{
    color: #0C084A;
    font-size: 16px;
    line-height: 22px;
}

.footer_l_box {
    padding-left: 45px;
    text-align: right;
}

.footer_l_box span.title {
    font-size: 16px;
    line-height: 18px;
    color: #0C084A;
    font-family: 'newSimplerProAlteBold';
    display: inline-block;
}

.footer_l_box ul {
    margin-top: 8px;
}

.footer_l_box .social_icon ul {
    margin-top: 24px;
}

.footer_l_box:first-child ul {
    margin-top: 0;
}

.footer_l_box:first-child{
    padding-left: 65px;
}

.footer_lazy .footer_l_main .footer_left h2{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
}

.footer_lazy .footer_l_main .footer_left p {
    font-size: 18px;
    line-height: 22px;
    max-width: 235px;
    margin: 0 auto 38px;
    width: 100%;
    color: #0C084A;
}

.lazy_video_mian {
  position: relative;
}

.lazy_video_mian .video_btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 133px;
    height: 133px;
    background: rgba(0, 0, 0, 0.7);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.lazy_video_mian .video_btn img{
    width: 52px;
}

.paused_btn_icon {
  display: none;
}

.footer_left a.primary_btn svg {
    stroke: #fff;
    fill: transparent;
    transition: all 0.3s ease-in-out;
}

.footer_left a.primary_btn:hover svg{
    stroke:#1362FF;
}

.lazy_video_mian .play_btn_icon img {
    margin-left: 10px;
}
.checkbox-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 10px 14px;
  cursor: pointer;
  background: #fff;
}

.check-item input[type="checkbox"] {
  accent-color: #2563eb;
  cursor: pointer;
}

.addon-value {
    width: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: none;
    margin-right: 4px;
    color: #8E8E8E;
}

.addon-value:focus{
    outline: none;
}
.addon-value::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #8E8E8E;
}
.addon-value::-moz-placeholder{ /* Firefox 19+ */
    color: #8E8E8E;
}
.addon-value:-ms-input-placeholder{ /* IE 10+ */
    color: #8E8E8E;
}
.addon-value:-moz-placeholder{ /* Firefox 18- */
   color: #8E8E8E;
}

label.check-item.active:first-child span.text:after {
    position: absolute;
    left: -4px;
    width: 2px;
    height: 100%;
    content: "/";
    top: 1px;
    color: #8E8E8E;
}

label.check-item.active span.text{
    color: #000;
}

.expanded_box p {
    color: #707070;
}

.bottom_ex_desc p{
    color: #000;
}

.expanded_box .info-box.white-box {
    height: auto;
    margin-top: 38px;
    padding: 36px 46px 44px;
    max-width: 100%;
    background: rgba(221, 221, 254, 0.34);
}

.range-wrap[dir="rtl"] {
    direction: rtl;
}

/* Reverse the slider itself */
.range-wrap[dir="rtl"] input[type="range"] {
   direction: rtl;

   
}

/* Flip thumb back so it looks normal */
.range-wrap[dir="rtl"] input[type="range"]::-webkit-slider-thumb {
    transform: scaleX(-1);
}

.empty_space .top_title h1 {
    margin-bottom: 12px;
    color: #000;
    font-size: 24px;
    line-height: 32px;
}

.rtl-range {
  direction: ltr;
}

.revised-lp-logo-carousel .owl-carousel .owl-item img {
    width: 100%;
}

.foter_image img:last-child {
    display: none;
}


@media(min-width:992px) {

    .navigation ul li>.sub-menu {
        display: none;
        position: absolute;
        top: 40px;
        left: -200px;
        border-radius: 16px;
        border: 1px solid var(--grid-desktop, #EEE);
        background: rgba(243, 243, 255, 1);
        flex-direction: column;
        text-align: right;
        padding: 16px 24px 55px 24px;
        z-index: 99;
        min-width: 283px;
        transform-origin: top center;
        opacity: 0;
        background: #fff;
    }

    .navigation ul li:hover>.sub-menu {
        opacity: 1;
        pointer-events: auto;
        animation: bounceIn 0.6s ease forwards;
        display: block;
    }


}


@media(max-width:1440px) {
    .floating_button {      
        left: 40px;
    }
    
}
@media(max-width:1199px) {
    .footer_lazy .footer_right
    {
        width: calc(100% - 400px);
    }

    .floating_button{
        left: 40px;
        right: auto !important;
        margin-left: 0;
    }
}

@media(max-width:991px) {

    .about_section .owl-dots {
        display: none;
    }
    
    .navigation {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        transform: translateX(100%);
        transition: 0.5s;
        background: #fff;
        opacity: 0;
        z-index: 9;
        padding: 60px 36px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow-y: auto;
        height: 100vh;
    }

    .recomdation_desc .arrow-svg {
            position: relative;
            top: -11px;
            left: -62px;
            min-width: 100%;
            height: 137px;
            width: 100%;
            transform: rotate(810deg) scaleX(-1);
            margin-top: -24px;
            display: block !important;
         
        }

        .recomdation_desc .arrow-svg .svg-elem-1{
            stroke-width: 4px !important;
        }

    

    .baner_title a.primary_btn {
        background: #1362FF;
        color: #fff;
    }




    .navigation .btn_main {
        position: static;
        margin-top: 48px;
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .menu_top {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 76px;
    }

    .toggle_close {
        position: absolute;
        right: 0;
    }

    .show_menu .navigation {
        transform: translateX(0);
        opacity: 1;
    }

    body .desktop_view {
        display: none;
    }

    body .mobile_view {
        display: block;
    }

    .privacy_mobile.mobile_view {
        display: flex;
        justify-content: end;
    }

    .footer_bg {
        padding: 20px;
    }

    .footer_right.mobile_view {
        margin-top: 60px;
    }

    .footer_box {
        width: calc(33.3% - 15px);
    }

    .footer_left {
        flex-wrap: wrap;
        width: 100%;
        gap: 20px;
    }

    .sticky_section_mobile .image_box {
        border-radius: 16px;
        background: radial-gradient(50% 50% at 50% 50%, #FFF 28.73%, #BABAFF 100%);
        padding: 20px 0 0 20px;
    }

    .sticky_section_mobile .image_box img {
        height: 283px;
        object-fit: cover;
    }

    .sticky_m_card {
        text-align: right;
        border-radius: 16px;
        background: #F7F8FA;
        padding: 48px 14px 24px;
    }

    .sticky_m_card.color-second {
        background: #F3F3FF;
    }

    .sticky_section_mobile .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 36px;
        gap: 5px;
    }

    .sticky_section_mobile .owl-dots button.owl-dot {
        background: #D9D9D9;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        transform: scale(1.0);
        transition: 0.3s;
    }

    .sticky_section_mobile .owl-dots button.owl-dot.active {
        transform: scale(1.2);
        background: #0C084A;
    }

    .sticky_section_mobile .btn_main {
        display: flex;
        justify-content: center;
        margin-top: 36px;
    }

    header {
        direction: ltr;
        padding: 15px 0 15px
    }

    .header_right a.btn_link {
        font-size: 0;
        order: 1;
    }

    .header_left .logo {
        margin-left: 0;
    }

    .header_right {
        gap: 25px;
        margin-right: 40px;
    }

    a.toggle_nav {
        position: absolute;
        right: 20px;
    }

    .header_right .primary_btn {
        background: transparent;
        height: 32px;
        line-height: 32px;
        min-width: 97px;
        border-radius: 24px;
        border: 1px solid #0153F4;
        color: #0153F4;
    }

    .header_left ul {
        align-items: flex-end;
        flex-direction: column;
        gap: 0;

    }

    .header_left ul li {
        width: 100%;
        text-align: right;

    }

    .header_left ul li a {
        display: inline-block;
        width: 100%;
    }

    .menu-item-has-children::after {
        display: none;
    }

    .navigation ul li:nth-child(2)>.sub-menu {
        left: 0;
    }

    .header_left ul li>.sub-menu {
        width: 100%;
        border: 0;
        padding: 0;
        position: static;
        display: none;
        margin-bottom: 15px;
    }

    .menu-item-has-children>a {
        position: relative;
        padding-right: 22px;
        display: flex;
        align-items: center;
    }

    /* Arrow icon */
    .menu-item-has-children>a .arrow {
        position: absolute;
        right: 0;
        width: 12px;
        height: 13px;
        background: url(../images/list_s_arrow.svg) no-repeat left center;
        transition: transform 0.3s ease;
    }

    /* Arrow UP when active */
    .menu-item-has-children.active>a .arrow {
        transform: rotate(-90deg);
    }

    .navigation ul li>.sub-menu li:first-child a:before {
        display: none;
    }

    .header_left ul li .arrow {
        position: absolute;
        top: 27px;
        left: 0px;
    }

    .navigation ul li>.sub-menu li a {
        padding: 20px 0 0;
        border-bottom: 0;
    }

    .header_right a.btn_link img {
        width: 28px;
    }

    .header_left ul li a {
        padding: 24px 0 12px;
        border-bottom: 1px solid rgba(12, 8, 74, 0.30);
        font-size: 18px;
        color: #111;
        font-family: 'newSimplerProAlteRegular';
    }

    .menu_top.mobile_view {
        display: flex;
    }

    .logout {
        display: flex;
        justify-content: flex-end;
    }

    .logout a {
        display: flex;
        align-items: center;
        padding: 20px 0 12px;
        border-bottom: 1px solid rgba(12, 8, 74, 0.30);
        width: 100%;
        justify-content: flex-end;
        font-size: 18px;
        color: #111;
        font-family: 'newSimplerProAlteRegular';
    }

    .logout a img {
        margin-left: 12px;
    }

    .privacy_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 32px;
    }

    .privacy_mobile span {
        font-size: 16px;
        font-family: 'newSimplerProAlteRegular';
        color: #707070;
    }

    .privacy_mobile .link {
        text-decoration: underline;
        color: #707070;
        font-size: 16px;
        font-family: 'newSimplerProAlteRegular';
    }

    .header-spacer {
        height: 62px;
    }

    .banner_section {
        padding: 65px 0 0;
    }

    .baner_title p {
        margin-bottom: 70px;
        display: none;
    }

    .chat-section {

        margin: -14px 0 88px;
        width: 100%;
    }

    .sticky_section_mobile {
        margin-top: 88px;
    }

    .typing-container {
        margin-top: 88px;
        margin-bottom: 36px;
    }

    .typing-container.new-hp {
        margin-top: 88px;
        margin-bottom: 36px;
    }

    .card_l_section {
        padding: 0 0 36px;
    }

    .card_l_section.new-hp {
        padding: 0 0 36px;
    }

    .danko_card_section{
        padding: 76px 0;
    }

    



    .card_l_section .row .col-md-4:last-child,
    .insurance_section .col-md-4:last-child {
        padding-bottom: 0;
    }

    .counter_section {
        padding: 52px 0 0;
    }

    .about_section {
        padding: 88px 0 44px;
    }

    .insurance_section {
        padding: 44px 0 44px;
    }

    .insurance_section h2 {
        margin-bottom: 28px;
    }

    .sticky_title {
        margin-bottom: 66px;
    }

    .sticky_title p {
        color: #707070;
        line-height: 22px;
        border-right: 3px solid #BABAFF;
        padding-right: 20px;
        max-width: 250px;
    }

    .sticky_title {
        padding: 0 36px;
        min-height: 140px;
    }

    .chat-section p.mobile_view {
        font-size: 16px;
        line-height: 24px;
        color: #707070;
        max-width: 261px;
        margin: 32px auto 0;
    }

    .empty_box,
    .empty_sidebar {
        padding: 30px;
    }

    .chat-section .chat_bg{
        margin-bottom: 0;
    }

    .chat-section .chat_bg-new{
        margin-bottom: 0;
    }

    .danko_work .work_main, .recomdation_main{
        flex-direction: column;
    }

    .recomdation_desc .arrow-svg{
        display: none;
    }

    section.danko_work, .danko_card_section, .recomdation_section, .danko_banner {
        overflow: hidden;
    }

    .logo_right{
        width: 99px;
        height: 99px;
    }

    .logo_top a.logo{
        width: 87px;
    }

    .logo_top a.logo img {
        width: 100%;
        height: 18px;
        object-fit: contain;
    }


    .logo_top{
        padding-top: 54px;
    }

    .recomdation_main .iframe-box{
        width: 100%;
    }

    .danko_left {
        width: 100%;
    }
    .danko_right{
        width: 100%;
        padding-right: 0;
        text-align: center;
        padding-top: 76px;
    }

    .recomdation_main .iframe-box{
        padding: 40px;
    }

     .recomdation_desc{
        width: auto;
        max-width: 209px;
    }

      .recomdation_main .iframe-box{
        margin-top: -20px;
    }

    svg.mobile_view.mobile_arrow {
        position: relative;
        margin-top: -54px;
        left: -57px;
        z-index: 9;
        display: none;
    }

   

    .danko_banner .baner_title p{
        display: block;
        max-width: 400px;
        margin: 0 auto 24px;
        text-align: center;
    }
   
    .lazy_wrok_box {
        width: 580px;
        margin: 0 auto;
    }
        .recomdation_main .iframe-box iframe {
        aspect-ratio: auto;
        transform: scale(0.95) translateZ(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        will-change: transform;
        backface-visibility: hidden;
        will-change: transform;        
    }
    .footer_lazy .footer_l_main {
        flex-wrap: wrap;
        gap: 18px;
    }
    .footer_lazy .footer_l_main .footer_left {
        max-width: 100%;
        width: 100%;
    }
     .footer_lazy .footer_right {
        max-width: 100%;
        width: 100%;
    }
    .testimonial-slider {
        max-width: 80%;
        margin: 60px auto 0;
    }

    .testimonial-slider .owl-stage-outer {
        overflow: visible;
    }

    .about_section {
        overflow: hidden;
    }
        .testimonial-slider {    
        margin: 0 auto;
        width: 290px;
    }
    .testimonial_data_bottom_heading {
        font-size: 16px;
    }
    .testimonial-slider .partner_az_icon img{
        max-width: 85px;
    }

    .logo_top{
        padding: 24px 20px 24px 30px;
    }

   .top_part_main.mobile_view {
        opacity: 0;
        height: 0;
        visibility: hidden;
        align-items: center;
        transform: translateY(-20px);
       
        display: flex;
        
    }

    .logo_right.lp_logo_sticky.mobile_view {
        height: auto;
        width: auto;
    }
    
    .logo_right.mobile_view .primary_btn{
        min-width: auto;
        padding: 0 29px;
        height: 38px;
        line-height: 38px;
        background: #0153F4;
    }

     .logo_right.mobile_view .primary_btn:hover{
        background: #0153F4;
        border-color:#0153F4;
        color: #fff;
     }

     .banner-active .top_part_main.mobile_view {
        position: fixed;
        top: 0;
        z-index: 999;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 24px 20px 24px 40px;
        display: flex;
        opacity: 1;
        height: auto;
        visibility: visible;
        transform: translateY(0);
         transition: transform 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
    }

    .floating_button{
        display: none !important;
    }
    .btn_main.mobile_view .primary_btn{
        height: 42px;
        min-width: 132px;
        font-size: 16px;
    }
    .btn_main.mobile_view .border_btn{
        height: 42px;
        min-width: 132px;
        font-size: 16px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}

@media(max-width:768px) {
    .chatbox {
        width: 100%;
        height: 161px;
    }
    .pellete_title{
        margin-top: 0;
        order: 1;
    }

   

    .empty_space .box-header{
        gap: 0;
    }
    .expanded_box p{
        margin-bottom: 21px;
    }

    .pellete_title p{
        margin-bottom: 0;
        color: #000;
    }

    

    .expanded_box .box-header h2 {
        margin-bottom: 10px;
    }

    .expanded_box .info-box.white-box{
        padding: 30px 36px 18px;
    }

    .empty_space .white-box{
        height: 124px;
        display: block;
    }
    .lazy_video_mian .play_btn_icon img{
        margin-left: 0;
    }

    .recomdation_section{
        padding-bottom: 18px;
        z-index: 99;
        background: #fff;
        padding-top: 15px;
    }

    section.about_section.lazy_about_section .owl-stage {
        margin-bottom: 0;
    }

    section.about_section.lazy_about_section{
        padding-bottom: 32px;
    }

    .lazy_counter_section{
        padding-top: 76px;
    }

    section.banner_section.danko_banner{
        padding-top: 54px;
    }

    .logo_top .container {
        padding: 0 45px;
    }

    .floating_button{
        margin-left: -45%;
    }

    .card_box span.icon {
        min-height: auto;
    }

    .footer_left .footer_box:last-child {
        width: 100%;
    }

    .footer_box .social_icon span.title {
        margin-bottom: 16px;
    }

    .footer_box .footer_desc {
        margin: 0 0 20px;
    }


    .footer_box .title {
        margin-bottom: 12px;
    }


    .cookies {
        background: #F8F8F8;
        padding: 19px 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        min-height: auto;
    }

    .cookies .cookiea_btn {
        justify-content: flex-start;
        align-items: center;
        margin-top: 16px;
        width: 100%;
        gap: 27px;
        padding-right: 0;
    }

    .cookies p {
        /* font-size: 12px; */
        /* line-height: 20px; */
        width: 100%;
        line-height: 20px;
    }



    .cookies .container {
        flex-direction: column;
        padding: 0 30px;
    }

    .cookies .cookiea_btn a.link {
        font-size: 16px;
        line-height: 24px;
    }

    .typing-text {
        font-size: 20px;
        line-height: 24px !important;
        margin-bottom: 0;
    }

    .typing_title h2 {
        margin-bottom: 30px;
    }

    .typing-container p.typing{
        font-size: 20px;
        line-height: 26px;
    }

    .typing-container .typing_bg {
        font-size: 44px 28px;
    }

    .chatbox.expanded .chatbox-input-area textarea {
        padding: 10px 0 20px 36px;
    }

    .card_l_section .row .col-md-4,
    .insurance_section .col-md-4 {
        padding-bottom: 36px;
    }

    .sticky_section_mobile .btn_main .primary_btn {
        min-width: 100%;
    }

    

    .scroll-section .center-box:after {
        bottom: -65px;
        height: 52px;
        transform: scale(1.3);
        left: 0;
        right: 0;
    }

    .scroll-section {
        margin-left: 0;
    }

    .footer_box {
        width: calc(50% - 15px);
    }

    .chat-section .btn_main {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_main {
        flex-direction: column;
    }

    .chatbox-input-area textarea {
        padding: 10px 0 10px 20px;
    }

    .counetr_bg .stats-container .stat .odometer {
        font-size: 36px;
        line-height: 44px;
    }

    .counetr_bg h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .insurance_desc p {
        padding-left: 30px;
        max-width: 288px;
        margin-bottom: 0;
    }

    .about_section .owl-item.center .card_az_desc p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 30px;
    }

    .about_section .owl-item.center .card_az_desc h3 {
        font-family: 'newSimplerProAlteBold';
        margin-bottom: 36px;
    }

    .testimonial-slider .partner_az_icon img {
        height: 20px;
    }

    .about_section .owl-item .card_az_desc {
        padding: 48px 35px 70px;
        /* min-height: 320px; */
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .insurance_section h2 {
        margin-bottom: 28px;
    }

    .about_section h2 {
        margin-bottom: 60px ;
    }

    footer {
        padding: 44px 0 52px;
    }

    .card_l_section .btn_main {
        margin-top: 36px;
    }

    .foter_image {
        margin-bottom: 24px;
    }

    .sticky_title h2 {
        font-size: 24px;
        line-height: 32px;
    }



    .footer_logo {
        margin-bottom: 44px;
    }

    .footer_bg {
        padding: 44px 20px 40px;
    }

    .counetr_bg .odometer.plus:before {
        font-size: 48px;
    }

    .empty_space .col-md-7 {
        padding-bottom: 40px;
    }

    .empty_space form.calc-form {
        margin-top: 40px;
    }

    .empty_space {
        padding: 40px 0;
    }

    .box.left-box {
        left: 20px !important;
        position: relative;
    }

    .scroll-section .center-box {
        width: 100%;

    }

    .banner_section img {
        margin-top: 90px;
        transform: scale(1.3);
    }

    .scroll-section .box {
        width: 60%;
        height: auto;
    }

    .scroll-section .center-box {
        width: 160% !important;
        left: 30%;
    }

    .scroll-section .right-box {
        right: 15px;
        top: 15px;
    }

    .for_mobile {
        display: grid;
        /* grid-template-columns: 1fr 1fr 1fr; */
        overflow: hidden;
        direction: ltr;
        align-items: flex-end;
    }

    .for_desktop {
        display: none;
    }

    .for_mobile .box {
        width: 100%;
        height: auto;
        position: relative;
    }

    .for_mobile .center-box {
        width: 170% !important;
        padding: 0;
        height: auto;
        aspect-ratio: 4 / 5;
        margin-bottom: -11%;
        left: -42%;
    }

    .center-box img {
        height: 268px !important;
        object-fit: contain;
    }

    .for_mobile .left-box {
        margin-right: -70%;
        width: 180% !important;
        height: auto;
        aspect-ratio: 4 / 5;
        left: 0px !important;
        display: flex;
        align-items: flex-end;
        padding-bottom: 30px;
    }

    .for_mobile .right-box {
        width: 155% !important;
        margin-right: 0%;
        left: 0;
        right: 9px;
        height: auto;
        aspect-ratio: 4 / 5;
        margin-left: -55%;
    }

    .for_mobile img {
        transform: scale(1);
        margin-top: 60px;
    }

    .for_mobile .center-box:after {
        bottom: -25px;
    }

    .chat-section .chat_bg {
        padding: 65px 0 60px ;
        margin-top: -68px;
    }
    .chat-section .chat_bg-new {
        padding: 65px 0 60px ;
        margin-top: -70px;
    }
    .for_mobile .left-box img{
            margin-top: 80px;
    }

    .chat-section .container, .banner_section .container {
        padding: 0 16px;
    }

    .for_mobile .right-box img {
        margin-top: 0;
    }

    .chat-section .chat_main{
        padding: 0 19px;
    }

    .banner_d_box{
        margin-top: 76px;
        padding: 16px 16px 58px 16px;
        border-radius: 12px;
    }

    .banner_d_box video {
        height: auto;
        border-radius: 17px;
    }

    .banner_d_desc{
        padding-top: 52px;
    }

    .danko_carousel{
        padding: 111px 0 65px;
    }

    .danko_banner h1{
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 24px;
    }

    .banner_d_desc h2{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .banner_d_desc p{
        font-size: 16px;
        line-height: 22px;
    }

    .recomdation_desc h2{
        font-size: 18px;
        line-height: 22px;
        max-width: 120px;
    }

    .danko_card_section .row .col-md-4{
        padding-bottom: 21px;
    }

    .danko_card_section .btn_main {
        margin-top: 60px;
    }

    .danko_r_desc h2{
        line-height: 24px;
    }

    .danko_work p{
        font-size: 18px;
        line-height: 22px;
        max-width: 303px;
        margin: 0 auto;
    }

    .danko_banner .baner_title p{
        display: block;
        font-size: 20px;
        line-height: 26px;
        max-width: 250px;
        margin: 0 auto 24px;
        text-align: center;
    }

    .footer_right_main {
        flex-wrap: wrap;
    }

    .footer_lazy .footer_l_main .footer_left {
        width: 100%;
    }

    .footer_lazy .footer_l_main {
        flex-wrap: wrap;
    }

    .footer_lazy .footer_right {
        width: 100%;
        padding: 47px 42px 36px 20px;
    }

    .footer_l_box{
        padding-left: 0;
    }

    .footer_l_box span.title{
        width: 100%;
        text-align: right;
    }

    .footer_l_box:first-child{
        padding-left: 0;
        width: 47%;
        text-align: right;
    }

    .lazy_wrok_box {
        width: 560px;    
        max-width: 100%;
    }
    .floating_button {
        left: 20px;
        right: auto !important;
        margin-left: 0;
        bottom:200px !important;
    }
    .lazy_video_mian .video_btn .paused_btn_icon img.paused_icon,
    .lazy_video_mian .video_btn .play_btn_icon img.play_icon {
        margin-top: 0;
        width: 10px;
    }

    .lazy_video_mian .video_btn {
        width: 49px;
        height: 49px;
    }
    .testimonial-slider {    
        margin: 0 auto;
        width: 290px;
    }
    .testimonial_data_bottom_heading {
        font-size: 16px;
    }
    .sticky_m_card .mobile-lottie svg{                        
        pointer-events: none;
        transform: translateY(10px) scale(1.25)!important;
        transform-origin: center;
    }
    .sticky_m_card .mobile-lottie{
        width: 315px;
        max-width: 100%;
        margin: 0 auto;
        height: 310px;
        overflow: hidden;
    }
    .sticky_m_card .mobile-lottie.color-third svg {
        transform-origin: left;
    }



}

@media(max-width:500px) {

    .recomdation_main .iframe-box {
        padding: 5px 5px 15px;
    }

    .empty_s_main {
        max-width: 306px;
        margin: 0 auto;
    }

    .expanded_box .info-box.white-box {
        padding: 30px 20px 18px;
    }

    label.check-item.active:first-child {
        max-width: 287px;
    }

    .checkbox-row .check-item {
        max-width: 287px;
    }
     .about_section .owl-item .card_az_desc {
        padding: 39px 32px 55px;
        min-height: 370px;
        transform: scale(.80);
        width: 254.8px;
      
  
        /* min-height: 320px; */
    }
   

    .empty_space .calc-row,
    .empty_space .calc-row,
    .checkbox-row {
        flex-wrap: wrap;
    }

    

    .empty_space .field,
    .checkbox-row label {
        flex: 100%;
        width: 100%;
    }

    .checkbox_main {
        margin-top: 40px;
    }

    .empty_space .btn-row {
        flex-direction: column;
        margin-top: 40px;
    }

    .empty_box,
    .empty_sidebar {
        padding: 20px 20px;
    }

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

    .danko_banner:before{
        background: url(/wp-content/themes/coverai/assets/images/mobile_lazy-before.svg) no-repeat center;
        top: 47%;
    }

}

@media(max-width:400px) {
    .counetr_bg .stats-container .stat .odometer {
        font-size: 30px;
        line-height: 38px;
    }

    

    .counetr_bg .odometer.plus:before {
        font-size: 42px;
    }

    .counetr_bg .odometer-inside {
        padding-left: 40px;
    }

    .counetr_bg .odometer.plus:before {
        background-size: 24px;
    }

    .sticky_title {
        padding: 0 24px 0 10px;
        min-height: 120px;
    }

    .sticky_title p {
        max-width: 299px;
    }

    .baner_title h1 {
        font-size: 24px;
        line-height: 32px;
        max-width: 250px;
    }

    .chat_title {
        margin-bottom: 32px;
    }

    .chat_title img {
        width: 84px;
    }

    .card_l_section .card_box {
        max-width: 332px;
        margin: 0 auto;
        padding: 44px 45px;
    }

    .foter_image img {
        width: 45px;
    }

    .sticky_section_mobile .sticky_m_card img {
        aspect-ratio: 4 / 4;
        object-fit: contain;
    }
    
    .recomdation_main .iframe-box {
        border-radius: 12px;
    }

        .recomdation_main    
    {
        transform: scale(1.035);
    }
        .recomdation_desc {    
        transform: scale(0.9);
    }
    



}