.header .header-element .links-div .menu-items {
    width: 100%;
}

.header .header-element .links-div .menu-items .menu {
    width: 50%;
    padding: 5px;
    border-radius: 30px;
    min-width: 520px;
    background-color: #ffffffd5;
    backdrop-filter: blur(5px);
    justify-content: space-around;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2), 0 -2px 5px rgba(128, 128, 128, 0.2), 2px 0 5px rgba(128, 128, 128, 0.2), -2px 0 5px rgba(128, 128, 128, 0.2);
    display: flex;
    align-items: center;
    height: 39px;
    margin: 0px;
}

.header .header-element .links-div .menu-items .menu li {
    list-style: none;
}

.header .header-element .links-div .menu-items .menu li:last-child {
    margin-right: 10px;
}

.header .header-element .links-div .menu-items .menu li a {
    font-size: calc(14px + (20.0 - 14) * ((100vw - 1001px) / (2200 - 1001)));
    color: #000;
}

.header .header-element .links-div .menu-items .menu li a:hover {
    color: #B462A6;
    transition: ease-in-out .3s;
}

.home-logo-sec {
    display: inline-flex;
    max-width: 290px;
    height: 160px;
    background: #ffffff;
    margin: 5px 0px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

img.logo-slider-image {
    width: 100%;
    max-width: 600px;
    /* height: 60px; */
    /* filter: brightness(0) saturate(100%) invert(62%) sepia(5%) saturate(22%) hue-rotate(323deg) brightness(91%) contrast(87%); */
    /* filter: brightness(0) saturate(100%) invert(0%) sepia(28%) saturate(7490%) hue-rotate(358deg) brightness(94%) contrast(99%); */
}

.trust-us-heading-parent h3 {
    padding: 60px 80px 60px;
    font-size: calc(40px + (60.0 - 40) * ((100vw - 1001px) / (2200 - 1001)));
    font-weight: 600;
    margin-bottom: 0px;
}

.logo-slider-one marquee {
    margin-bottom: 20px;
    animation: scroll-x var(--duration) linear infinite;
}

.conventional-system {
    padding: 80px;
    padding-bottom: 80px;
    padding-top: 0;
    overflow: hidden;
}

.conventional-system .bg-purple {
    padding: 80px;
    background: conic-gradient(from 180deg, #F6E2FF, #4B006E);
    border-radius: 20px;
    position: relative;

}

.conventional-system .bg-purple h2 {
    color: #fff;
    font-size: calc(40px + (60.0 - 40) * ((100vw - 1001px) / (2200 - 1001)));
    margin-bottom: 40px;
}

.conventional-system .bg-purple .home-system-left h3 {
    color: rgb(75, 0, 110);
    font-size: calc(24px + (44.0 - 24) * ((100vw - 1001px) / (2200 - 1001)));
    margin-bottom: 40px;
}

.conventional-system .bg-purple h3 {
    font-size: calc(24px + (44.0 - 24) * ((100vw - 1001px) / (2200 - 1001)));
    color: #fff;
    padding-bottom: 20px;
    line-height: normal;
    margin-bottom: 40px;
}

.conventional-system .bg-purple .home-system-left ul {
    padding-left: 40px;
}

.conventional-system .bg-purple .home-system-left ul li {
    margin-bottom: 30px;
    font-size: calc(16px + (24.0 - 16) * ((100vw - 1001px) / (2200 - 1001)));
    line-height: 1.5;
    color: rgb(75, 0, 110);
    position: relative;
    list-style: none;
}

.conventional-system .bg-purple .home-system-left ul li::before {
    background-image: url(../images/arrow-lavendar.svg);
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    left: -40px;
    top: 9px;
    background-size: contain;
}

.conventional-system .bg-purple ul li {
    margin-bottom: 30px;
    font-size: calc(16px + (24.0 - 16) * ((100vw - 1001px) / (2200 - 1001)));
    line-height: 1.5;
    color: #fff;
    position: relative;
    list-style: none;
}

.conventional-system .bg-purple ul {
    padding-left: 40px;
}

.conventional-system .bg-purple ul li::before {
    background-image: url(../images/arrow-white.svg);
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    left: -40px;
    top: 9px;
    background-size: contain;
}

.home-system-sec-btn {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 1;
    width: 228px;
}

.shape-btn .panel-grid-cell .so-panel {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.shape-btn {
    width: max-content;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.shape-btn .panel-grid-cell .so-panel::before {
    background-color: rgba(255, 0, 0, 0);
    width: 50px;
    height: 40px;
    margin-bottom: 0px;
    box-shadow: 10px 10px 0 0 rgb(255, 255, 255);
    border-end-end-radius: 30px;
    left: -64px;
    bottom: -80px;
    position: absolute;
    transform: translate(-100px, 0%);
}

.shape-btn .panel-grid-cell .so-panel::after {
    background-color: rgba(255, 0, 0, 0);
    width: 50px;
    height: 40px;
    margin-bottom: 11px;
    border-end-start-radius: 30px;
    box-shadow: -10px 10px 0 0 rgb(255, 255, 255);
    right: -114px;
    bottom: -91px;
    position: absolute;
    transform: translate(100%, -1%);
}

.your-days-wrapper {
    padding-bottom: 70px;
    padding-inline: 80px;
}

.your-days-wrapper .ow-button-align-center {
    text-align: left !important;
}

.home-system-sec-btn a {
    padding: 12px 23px 12px 18px !important;
    border-radius: 30px !important;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2), 0 -2px 5px rgba(128, 128, 128, 0.2), 2px 0 5px rgba(128, 128, 128, 0.2), -2px 0 5px rgba(128, 128, 128, 0.2);
    background: #4B006E !important;
    border-color: #ffffff !important;
    line-height: 24px !important;
}

.home-system-sec-btn a .sow-icon-image {
    width: 32px !important;
    background-repeat: no-repeat;
    background-color: #ffffff3d;
    height: 32px !important;
    border-radius: 50%;
    padding: 10px;
    background-size: 16px !important;
    background-position: 50%;
}

.home-system-sec-btn a:hover .sow-icon-image {
    transition: ease-in-out .3s;
    background-color: #4B006E;
}


.home-system-sec-btn a:hover {
    background-color: #F6E2FF !important;
    border: 1px solid white !important;
    color: #4B006E !important;
    transition: ease-in-out .3s;
}

.home-system-sec-btn a:hover span {
    color: #4B006E;
}

.home-system-sec-btn a:hover .sow-icon-ionicons {
    color: #fff;
}

.home-system-sec-btn a:hover .sow-icon-ionicons::before {
    transition: ease-in-out .3s;
    background-color: #4B006E;
}

.home-system-sec-btn a .sow-icon-ionicons::before {
    background: #ffffff3d;
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 50px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.bg-image-sec {
    background-image: url(https://purplescape.codespace.co.in/wordpress/wp-content/uploads/2025/04/image-13.png);
    background-repeat: no-repeat;
    height: 700px;
    width: 80%;
    background-size: cover;
    border-radius: 30px;
    margin: auto;
}

.bg-image-sec .left-sec-content {
    margin-top: 93px;
    margin-left: -120px;
    padding: 10px 30px;
    padding-left: 0;
    border-start-end-radius: 40px;
    border-end-end-radius: 40px;
}

.bg-image-sec .left-sec-content h3 {
    font-size: calc(40px + (60.0 - 40) * ((100vw - 1001px) / (2200 - 1001)));
    color: #000;
    font-weight: 600;
}

.your-days-wrapper .bg-image-sec .bg-image-sec-inner {
    display: flex;
    gap: 470px;
}

.main-content.page-front .bg-image-sec {
    background-position: center center;
    background-size: contain;
    position: relative;
    /* display: grid !important; */
    grid-template-columns: 1fr 0.5fr 1fr;
    gap: 60px;
    height: 700px;
    background-repeat: no-repeat !important;
}

.bg-image-sec .right-sec-content {
    margin-left: 0;
    padding: 10px 10px;
    border-top-left-radius: 30px;
    float: inline-end;
    border-bottom-left-radius: 30px;
    margin-top: 170px;
}

.bg-image-sec .right-sec-content p {
    font-size: 17px;
    margin-bottom: 16px;
}

.home-extra-btn a {
    padding: 12px 23px 12px 18px !important;
    border-radius: 30px !important;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2), 0 -2px 5px rgba(128, 128, 128, 0.2), 2px 0 5px rgba(128, 128, 128, 0.2), -2px 0 5px rgba(128, 128, 128, 0.2);
    background: #4B006E !important;
    border-color: #ffffff !important;
    border: none;
    line-height: 24px !important;
}

.home-extra-btn a .sow-icon-image {
    width: 32px !important;
    background-repeat: no-repeat;
    background-color: #ffffff3d;
    height: 32px !important;
    border-radius: 50%;
    padding: 10px;
    background-size: 16px !important;
    background-position: 50%;
}

.home-extra-btn a:hover .sow-icon-image {
    transition: ease-in-out .3s;
    background-color: #4B006E;
}

.your-days-wrapper .home-extra-btn a:hover {
    background-color: #F6E2FF !important;
    border: 1px solid white !important;
    color: #4B006E !important;
    transition: ease-in-out .3s;
}

.home-extra-btn a:hover,
.love-econversion .sowb-button.ow-icon-placement-right:hover {
    background-color: #F6E2FF !important;
    border: 1px solid white !important;
    color: #4B006E !important;
    transition: ease-in-out .3s;
}

.home-extra-btn a:hover span,
.love-econversion .sowb-button.ow-icon-placement-right:hover span {
    color: #4B006E !important;
}

.your-days-wrapper .home-extra-btn a:hover span {
    color: #4B006E !important;
}

.so-widget-sow-button-flat-36e22cfc6189 .ow-button-base .sowb-button.ow-button-hover:hover {
    color: #4B006E !important;
}

.your-days-wrapper .home-extra-btn a:hover .sow-icon-ionicons::before,
.home-extra-btn a:hover .sow-icon-ionicons::before {
    background: #4b006e !important;
    color: #fff !important;
}

.love-econversion .sowb-button.ow-icon-placement-right .sow-icon-ionicons {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff3d;
}

.love-econversion .sowb-button.ow-icon-placement-right:hover .sow-icon-ionicons {
    background: #4b006e !important;
    color: #fff !important;
}

.data-speak-section .panel-grid-cell .panel-widget-style .so-widget-sow-button .sowb-button:hover .sow-icon-ionicons {
    background: #4b006e !important;
    color: #fff !important;
}

.home-extra-btn a .sow-icon-ionicons::before {
    background: #ffffff3d;
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 50px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.data-speak-section .panel-grid-cell .button.panel-widget-style:hover span {
    color: #4B006E !important;
}

.data-speak-section .panel-grid-cell .button.panel-widget-style:hover .sow-icon-ionicons {
    background: #4b006e !important;
    color: #fff !important;
}

.tab-1 {
    display: flex;
    align-items: center;
    justify-content: left;

}

.tab-1 .tab-img {
    margin: 0;
}

.tab-1 .tab-img .sow-image-container img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.tab-1 .panel-grid-cell {
    display: flex;
    gap: 9px;
    align-items: center;
}

.kea-parrot-tab-section {
    padding-inline: 80px;
}

.kea-parrot-tab-section .panel-grid {
    margin: 0px !important;
}

.tab-1 .so-panel {
    margin: 0px !important;
}

.kea-parrot-tab-section .tab-1 .tab1 {
    /* padding: 17px 50px; */
    padding: 17px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid transparent;
    border-bottom: 0;
    transition: ease-in-out .3s;
}

.kea-parrot-tab-section .ow-button-base.ow-button-align-center {
    text-align: left;
}

/*.kea-parrot-tab-section .tab-content {
    margin-top: -10px;
}*/
.kea-parrot-tab-section .slide-inner {
    background-color: transparent;
    border-radius: 10px;
    padding: 40px;
    border: none;
    position: relative;
    border-radius: 30px;
    border-top: 3px solid #c5c6c7 !important;
    overflow: hidden;
}

.kea-parrot-tab-section .slide-inner:before {
    content: "";
    position: absolute;
    background-image: url(../images/shape.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 0;
    background-position: bottom;
}

.kea-parrot-tab-section .slide-image-wrapper {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.kea-parrot-tab-section .slide-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kea-parrot-tab-section .slide-inner h3 {
    margin: 30px 0px !important;
    margin-bottom: 20px !important;
    font-size: calc(24px + (44.0 - 24) * ((100vw - 1001px) / (2200 - 1001)));
    font-weight: 600;
    position: relative;
}

.kea-parrot-tab-section .slide-inner h3 span {
    color: #15A57A;
}

.kea-parrot-tab-section .slide-inner .desc {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    margin-bottom: 24px;
}

.kea-parrot-tab-section .swiper-button-prev.parrot-prev {
    bottom: 0px;
    position: absolute;
    top: auto;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    left: auto;
    right: 68px;
    background: #4b006e;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2),
        0 -2px 5px rgba(128, 128, 128, 0.2),
        2px 0 5px rgba(128, 128, 128, 0.2),
        -2px 0 5px rgba(128, 128, 128, 0.2);
}

.kea-parrot-tab-section .swiper-button-next.parrot-next {
    right: 25px;
    bottom: 0px;
    position: absolute;
    top: auto;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    background: #4b006e;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2),
        0 -2px 5px rgba(128, 128, 128, 0.2),
        2px 0 5px rgba(128, 128, 128, 0.2),
        -2px 0 5px rgba(128, 128, 128, 0.2);
}

.kea-parrot-tab-section .swiper-button-next.parrot-next:after,
.kea-parrot-tab-section .swiper-button-prev.parrot-prev:after {
    font-size: 18px;
    color: #fff;
}

.tab-1 .tab1 p,
.tab-1 .tab2 p {
    font-size: calc(18px + (28.0 - 18) * ((100vw - 1001px) / (2200 - 1001)));
    font-weight: 600;
}

.tab-1 .tab2 {
    padding: 17px 20px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid transparent;
    border-bottom: 0;
    transition: ease-in-out .3s;
}

.tab-1 .tab1.active {
    border: 2px solid #B462A6;
    background: linear-gradient(to bottom, #DCEAFF, #ffff);
    border-bottom: none;

}

.tab-1 .tab2.active {
    border: 2px solid #62ca59;
    background: linear-gradient(to bottom, #FFF2D0, #ffff);
    border-bottom: none;

}

.kea-parrot-tab-section .tab-content {
    display: none !important;
}

.kea-parrot-tab-section .tab-content.active {
    display: flex !important;
    padding: 40px;
}

.kea-parrot-tab-section .tab-content h2 {
    font-size: calc(40px + (60.0 - 40) * ((100vw - 1001px) / (2200 - 1001)));
    margin-bottom: 35px;
    font-weight: 600;
}

.kea-parrot-tab-section .tab-content p {
    font-size: calc(16px + (24.0 - 16) * ((100vw - 1001px) / (2200 - 1001)));
    margin-bottom: 35px;
}

.home-kea-slider .slide-image-wrapper {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.home-kea-slider .slide-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-kea-slider .slide-inner {
    background-color: transparent;
    border-radius: 10px;
    padding: 40px;
    border: none;
    position: relative;
    border-radius: 30px;
}

/*.home-kea-slider .slide-inner:before {
    content: "";
    position: absolute;
    background-image: url(../images/shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 0;
}*/

.home-kea-slider .slide-inner h3 {
    margin: 30px 0px !important;
    margin-bottom: 20px !important;
    font-size: calc(24px + (44.0 - 24) * ((100vw - 1001px) / (2200 - 1001)));
    font-weight: 600;
    position: relative;
}

.home-kea-slider .slide-inner h3 span {
    color: #B462A6;
}

.home-kea-slider .slide-inner .desc {
    font-size: calc(16px + (24.0 - 16) * ((100vw - 1001px) / (2200 - 1001)));
    line-height: 28px;
    position: relative;
    margin-bottom: 24px;
    max-width: 618px;
}

.home-kea-slider .swiper-button-next.kea-next {
    right: 25px;
    bottom: 0px;
    position: absolute;
    top: auto;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    background: #4b006e;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2),
        0 -2px 5px rgba(128, 128, 128, 0.2),
        2px 0 5px rgba(128, 128, 128, 0.2),
        -2px 0 5px rgba(128, 128, 128, 0.2);
}

.home-kea-slider .swiper-button-prev.kea-prev {
    bottom: 0px;
    position: absolute;
    top: auto;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    left: auto;
    right: 68px;
    background: #4b006e;
    transition: ease-in-out .3s;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2),
        0 -2px 5px rgba(128, 128, 128, 0.2),
        2px 0 5px rgba(128, 128, 128, 0.2),
        -2px 0 5px rgba(128, 128, 128, 0.2);
}

.home-kea-slider .swiper-button-prev.kea-prev:hover,
.home-kea-slider .swiper-button-next.kea-next:hover,
.kea-parrot-tab-section .swiper-button-prev.parrot-prev:hover,
.kea-parrot-tab-section .swiper-button-next.parrot-next:hover {
    background-color: #F6E2FF;
    transition: ease-in-out .3s;
}

.home-kea-slider .swiper-button-prev.kea-prev:hover:after,
.home-kea-slider .swiper-button-next.kea-next:hover:after,
.kea-parrot-tab-section .swiper-button-prev.parrot-prev:hover:after,
.kea-parrot-tab-section .swiper-button-next.parrot-next:hover:after {
    background-image: url(../images/arrow-lavendar.svg);
}

.home-kea-slider .swiper-button-next.kea-next:after,
.home-kea-slider .swiper-button-prev.kea-prev:after {
    font-size: 18px;
    color: #fff;
}

.data-speak-section .panel-no-style {
    margin-bottom: 0px !important;
}

.data-speak-section .panel-no-style .siteorigin-widget-tinymce.textwidget {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    color: #120321;
    font-weight: 600;
    font-family: "Funnel Display", sans-serif;
}

.data-speak-section .data-speaks-second {
    align-items: center !important;
}

.data-speak-section .panel-grid-cell h3 {
    font-size: calc(40px + (60.0 - 40) * ((100vw - 1001px) / (2200 - 1001)));
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    font-weight: 600;
    color: #fff;
}

.data-speak-section .panel-grid-cell p {
    font-size: calc(16px + (24.0 - 16) * ((100vw - 1001px) / (2200 - 1001)));
}

.data-speak-section .panel-grid-cell h2 {
    font-size: calc(40px + (60.0 - 40) * ((100vw - 1001px) / (2200 - 1001)));
    line-height: 1.5;
    margin: 0;
}

.data-speak-section .panel-grid-cell .button.panel-widget-style {
    width: max-content;
}

.data-speak-section .panel-grid-cell .panel-widget-style .so-widget-sow-button .sowb-button {
    background: transparent !important;
    border: none;
    padding: 2px 14px 3px 9px !important;
}

.kea-parrot-tab-section {
    padding-top: 0px;
}

.data-speak-section .panel-grid-cell .panel-widget-style .so-widget-sow-button .sowb-button:hover {
    color: #4B006E !important;
}

.data-speak-section .panel-grid-cell .panel-widget-style .so-widget-sow-button .sowb-button span {
    /* display: flex; */
    align-items: center;
    gap: 12px;
}

.data-speak-section a {
    line-height: 24px !important;
}

.data-speak-section a .sow-icon-image {
    width: 32px !important;
    background-repeat: no-repeat;
    background-color: #ffffff3d;
    height: 32px !important;
    border-radius: 50%;
    padding: 10px;
    background-size: 16px !important;
    background-position: 50%;
}

.data-speak-section a:hover .sow-icon-image {
    transition: ease-in-out .3s;
    background-color: #4B006E !important;
}

.data-speak-section .panel-grid-cell .panel-widget-style .so-widget-sow-button .sowb-button .sow-icon-ionicons {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff3d;
    margin-left: 0px;
}


.insight-section .panel-grid-cell .so-panel .insight-section-title {
    padding: 0px 0px;
}

.insight-section .panel-grid-cell .so-panel .insight-section-title h3 {
    padding: 0px 0px;
    font-size: calc(40px + (60.0 - 40) * ((100vw - 1001px) / (2200 - 1001)));
    margin-block-start: 0;
    margin-block-end: 0;
    color: #120321;
    font-weight: 600;
}

.insight-section .panel-grid-cell .so-panel .panel-widget-style-for-8-5-0-0 {
    padding: 0px;
}

.love-econversion .sow-image-container img {
    width: 100%;
    margin-top: -120px;
    border-radius: 30px;
}

.love-econversion .panel-first-child .top-radius-text {
    background: #ffffff;
    position: relative;
    padding: 24px;
    margin: 20px 0px;
}

.love-econversion .panel-first-child .top-radius-text:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 33px;
    right: -99px;
    width: 100px;
    height: 40px;
    background-color: #4b006e00;
    border-start-start-radius: 30px;
    border-start-end-radius: 30px;
    box-shadow: -10px -10px 0 0 rgb(255, 255, 255);
}

.love-econversion .panel-first-child .top-radius-text:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #6496f200;
    border-start-start-radius: 30px;
    box-shadow: -30px -30px 0 0 rgb(255, 255, 255);
    left: 0px;
    bottom: -100px;
    z-index: -1;
}

.love-econversion .panel-first-child .top-radius-text .we-love-converasation-h1 .siteorigin-widget-tinymce.textwidget h2 {
    width: 380px;
    padding: 10px;
    font-size: 40px;
}

.love-econversion .ow-button-base {
    position: absolute;
    right: 0px;
    bottom: 30px;
    background: #fff;
    border-top-left-radius: 30px;
    background-color: rgb(255, 255, 255);
    z-index: 5;
    padding: 10px;
    padding-bottom: 0;
    padding-right: 0;
    border-end-end-radius: 30px;
    border-start-start-radius: 30px;
}

.love-econversion .ow-button-base:before {
    content: '';
    display: block;
    width: 80px;
    height: 45px;
    background-color: rgba(0, 0, 255, 0);
    box-shadow: 3px 17px 0 0 rgb(255, 255, 255);
    border-end-end-radius: 30px;
    position: absolute;
    left: -79px;
    bottom: 0px;
}

.love-econversion .ow-button-base:after {
    content: '';
    display: block;
    box-shadow: 1px 25px 0 0 rgb(255, 255, 255);
    width: 20%;
    margin-left: 80%;
    height: 100px;
    background-color: #4b006e00;
    border-end-end-radius: 30px;
    position: absolute;
    right: 0px;
    bottom: 57px;
    z-index: -1;
}

.love-econversion .sowb-button.ow-icon-placement-right {
    background-color: #4B006E !important;
    border-radius: 30px !important;
    padding: 10px 22px 10px 18px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white !important;
    border: 1px solid #4B006E !important;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2), 0 -2px 5px rgba(128, 128, 128, 0.2), 2px 0 5px rgba(128, 128, 128, 0.2), -2px 0 5px rgba(128, 128, 128, 0.2);
    max-width: max-content;
    line-height: 24px !important;
}

.love-econversion a .sow-icon-image {
    width: 32px !important;
    background-repeat: no-repeat;
    background-color: #ffffff3d;
    height: 32px !important;
    border-radius: 50%;
    padding: 10px;
    background-size: 16px !important;
    background-position: 50%;
}

.love-econversion a:hover .sow-icon-image {
    transition: ease-in-out .3s;
    background-color: #4B006E;
}

.love-econversion .sowb-button.ow-icon-placement-right span {
    align-items: center !important;
}

.love-econversion .panel-grid-cell {
    position: relative;
}

.love-econversion {
    padding: 80px 80px 0px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    background-image: url(../images/arrow-white.svg);
    content: '';
    width: 18px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -12px;
    transform: rotate(180deg);
}

.swiper-button-next:after {
    transform: rotate(0deg);
    top: 12px;
}

.conventional-systems ul,
.ai-integrated-systems ul {
    padding-left: 40px;
}

.conventional-systems ul li,
.ai-integrated-systems ul li {
    position: relative;
    list-style: none;
}

.conventional-systems ul li::before,
.ai-integrated-systems ul li::before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-lavendar.svg);
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    left: -40px;
    top: 9px;
    background-size: contain;
}

.ai-integrated-systems ul li::before {
    background-image: url(../images/arrow-white.svg);
}

.tab-content-div h2 {
    font-size: calc(40px + (60.0 - 40) * ((100vw - 1001px) / (2200 - 1001)));
    margin-bottom: 35px;
}

.tab-content-div p {
    font-size: calc(16px + (24.0 - 16) * ((100vw - 1001px) / (2200 - 1001)));
    margin-bottom: 35px;
    line-height: 1.5;
}

.kea-slide-title span {
    color: #B462A6;
}

.parrot-slide-title span {
    color: #15A57A;
}

.modal {
    backdrop-filter: blur(5px);
}

.modal-content {
    border-radius: 20px;
}

.modalNext_genContent {
    padding: 60px;
}

.modalNext_genContent h2 {
    margin: 0 0 15px;
    color: #4B006E;
}

.modalNext_genContent p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1080px) {
    .modalNext_genContent {
        padding: 25px;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        background-size: 12px;
        top: -7px;
        width: 11px;
    }

    .swiper-button-next:after {
        top: 6px;
    }

    .love-econversion .ow-button-base {
        padding-right: 10px;
    }

    .love-econversion .ow-button-base:before {
        bottom: 9px;
    }

    .love-econversion .ow-button-base:after {
        right: 10px;
        bottom: 58px;
    }

    .love-econversion a .sow-icon-image {
        margin-left: 7px !important;
    }

    .extra-hour-section {
        background-image: none !important;
    }

    .tab-1 .tab1 p,
    .tab-1 .tab2 p {
        font-size: calc(20px + (24.0 - 20) * ((100vw - 767px) / (1080 - 767)));
    }

    .kea-parrot-tab-section .tab-content p {
        font-size: calc(16px + (20.0 - 16) * ((100vw - 751px) / (1080 - 751)));
    }

    .tab-content-div h2 {
        font-size: calc(30px + (42.0 - 30) * ((100vw - 751px) / (1080 - 751)));
    }

    .tab-content-div p {
        font-size: calc(16px + (20.0 - 16) * ((100vw - 751px) / (1080 - 751)));
    }

}

@media only screen and (max-width: 767px) {
    .love-econversion .panel-first-child .top-radius-text .we-love-converasation-h1 .siteorigin-widget-tinymce.textwidget h2 {
        font-size: 26px;
        padding: 0px 0px 10px;
    }

    .love-econversion .panel-first-child .top-radius-text {
        margin: 0px 0px;
        padding: 0px 3px;
    }

    /* .home-system-sec-btn {
        position: relative;
    }
    .home-system-sec-btn::before{
        content: "";
        position: absolute;
    } */

    .home-system-sec-btn {
        bottom: -9px !important;
        left: inherit;
        right: -1px !important;
        transform: inherit !important;
    }

    .shape-btn .panel-grid-cell .so-panel {
        position: inherit !important;
    }

    .shape-btn .panel-grid-cell .so-panel::before {
        position: absolute !important;
        bottom: 0px !important;
        right: 227px !important;
        transform: inherit !important;
        padding: 12px !important;
        left: inherit;

    }

    .your-days-wrapper {
        padding-inline: 20px;
    }

    .bg-image-sec {
        width: 100%;
    }

    .bg-image-sec .left-sec-content {
        margin-top: 50px;
    }

    .kea-parrot-tab-section .slide-inner:before {
        /* height: 224px; */
    }

    .your-days-wrapper .bg-image-sec .bg-image-sec-inner {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
    }

    .bg-image-sec .left-sec-content {
        margin: 0px;
    }

    .bg-image-sec .right-sec-content {
        margin-top: 0px;
    }

    .shape-btn .panel-grid-cell .so-panel::after {
        box-shadow: -25px 18px 0 0 rgb(255, 255, 255);
        right: -5px;
        bottom: 60px;
        position: absolute;
        transform: rotate(275deg);
    }

    .kea-parrot-tab-section .tab-content p {
        font-size: calc(16px + (18.0 - 16) * ((100vw - 340px) / (750 - 340)));
    }

    .kea-parrot-tab-section .tab-content p:last-child {
        margin-bottom: 0px !important;
    }

    .kea-parrot-tab-section .ow-button-base.ow-button-align-center {
        text-align: left !important;
    }

    .home-kea-slider .slide-inner h3 {
        font-size: calc(20px + (28.0 - 20) * ((100vw - 340px) / (750 - 340)));
    }

    .kea-parrot-tab-section .slide-inner h3 {
        font-size: calc(20px + (28.0 - 20) * ((100vw - 340px) / (750 - 340)));
    }

    .tab-content-div h2 {
        font-size: calc(26px + (36.0 - 26) * ((100vw - 340px) / (750 - 340)));
        margin-bottom: 25px;
    }

    .tab-content-div p {
        font-size: calc(16px + (18.0 - 16) * ((100vw - 340px) / (750 - 340)));
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 1080px) {
    .extra-hour-content-parent {
        background: none !important;
    }
}


.home-kea-slider {
    position: relative;
}

.kea-next,
.kea-prev {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    /* initial fallback */
    z-index: 10;
}