:root{
    --bg-color: #F2F7FC;
    --main-color: #AA1D68;
    --white-color: #fff;
    --black-color: #000;
    --golden-color: #FFA928;

    --font-family-Rubik: "Rubik", sans-serif;
    --font-family-Assistant: "Assistant", sans-serif;

    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-mediun: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 900;
}
*{
    box-sizing: border-box;
}
html{
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
}
body{
    background: var(--white-color);
    font-family: var(--font-family-Rubik);
    padding-top: 78px;
}
h1,h2,h3,h4,h4,h5{
    font-family: var(--font-family-Rubik);
    font-weight: bold;
}
a{
    text-decoration: none;
}
p{
    font-family: var(--font-family-Rubik);
}
.container{
    max-width: 1320px;
}
.global-btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: var(--main-color);
    font-size: 21px;
    line-height: 30px;
    border-radius: 50px;
    font-weight: var(--font-weight-bold);
    padding: 8px 18px;
    border: 1px solid var(--main-color);
    color: var(--white-color);
    position: relative;
    font-family: var(--font-family-Rubik);
}
.global-btn.icon img{
    margin-right: 12px;
}
.global-btn:hover {
    background: none;
    color: var(--main-color);
}
.global-btn.icon:hover img{
    filter: brightness(0) saturate(100%) invert(18%) sepia(72%) saturate(2485%) hue-rotate(306deg) brightness(98%) contrast(98%);
}
.w-fit-content{
    width: fit-content;
}
.global-btn.phone-btn{
    direction: ltr;
}
.w-fit-content{
    width: fit-content;
}
.max-w-fit-content{
    max-width: fit-content;
}
.min-w-fit-content{
    min-width: fit-content;
}
.h-fit-content{
    height: fit-content;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
  padding-right: 0;
  padding-left: 6px;
}

/**** Form CSS ****/
form .col-12 > p{
    margin-bottom: 0;
}
input, textarea, select{
    font-family: var(--font-family-Assistant);
    font-size: 18px;
    line-height: 24px;
    font-weight: var(--font-weight-regular);
    background-color: var(--white-color);
    border-radius: 4px;
    border: none;
    color: var(--black-color);
    width: 100%;
    padding: 12px;
}
input::placeholder, textarea::placeholder{
    color: rgba(0, 0, 0, 0.5);
}
select{
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}
.select-col .wpcf7-form-control-wrap{
    position: relative;
}
.select-col .wpcf7-form-control-wrap::after{
    content: '';
    display: block;
    position: absolute;
    top: 52%;
    left: 12px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid var(--black-color);
    transform: translateY(-50%);
}
textarea{
    max-height: 120px;
    resize: none;
}
.wpcf7-not-valid-tip{
    text-align: start;
}
input[type="submit"]{
    font-size: 23px;
    line-height: 24px;
    border-radius: 4px;
    font-weight: var(--font-weight-bold);
    padding: 12px;
    font-family: var(--font-family-Assistant);
    color: var(--white-color);
    background-color: var(--golden-color) !important;
}
input[type="submit"]:hover{
    background-color: var(--golden-color) !important;
    color: var(--white-color) !important;
    opacity: 0.9;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    direction: unset;
}
.wpcf7 form .wpcf7-response-output{
    margin: 20px 0 20px;
    text-align: center;
    color: var(--white-color);
}
.wpcf7-spinner{
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output{
    color: #46b450;
}
.form {
    max-width: 350px;
}
.text-justify{
    text-align: justify;
}
.text-justify-center{
    text-align: justify;
    text-align-last: center;
}

/**** Header CSS ****/
.header{
    background-color: var(--white-color);
    transition: all 0.4s ease;
}
.header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 15px 0;
    /* animation: stickyAnimation 0.5s ease forwards; */
    background-color: var(--white-color);
}
.navbar{
    padding: 0 30px 0 0;
    transition: all 0.4s ease;
}
.navbar-light .navbar-brand{
    margin-left: 70px;
}
.navbar-brand .logo{
    max-width: 180px;
    transition: all 0.4s ease;
    object-fit: contain;
    height: auto;
}
.right-menu{
    margin-right: 0;
}
.navbar-nav{
    gap: 50px;
}
.header-container{
    gap: 50px;
}
.navbar-nav .menu-item > a{
    font-size: 18px;
    line-height: 24px;
    color: var(--black-color);
    font-weight: var(--font-weight-regular);
    position: relative;
}
.navbar-nav .menu-item > a::after{
    content: '';
    width: 0;
    height: 5px;
    background: var(--main-color);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}
.navbar-nav .menu-item > a:hover::after, .navbar-nav .menu-item.current-menu-item > a::after{
    width: 50%;
}
.navbar-nav .menu-item.current-menu-item > a, .navbar-nav .menu-item > a:hover{
    color: var(--main-color);
}
.navbar-light .navbar-toggler {
    color: var(--main-color);
    border-color: var(--main-color);
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28170, 29, 104, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-btn:hover, .header-btn:focus{
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white-color);
}
.header-btn::after{
    content: none;
}
.header-btn > img {
    margin-left: 10px;
    max-width: 40px;
}
.header-dropdown .dropdown-menu{
    padding: 16px;
    border-radius: 7px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.header-dropdown .dropdown-menu .dropdown-item{
    font-size: 16px;
    line-height: 24px;
    color: var(--black-color);
    padding-left: 0;
    padding-right: 0;
}
.header-dropdown .dropdown-menu .dropdown-item:hover{
    background: none;
    color: var(--main-color);
}
.header-dropdown .dropdown-menu{
    height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
}
.header-dropdown .dropdown-menu.show{
    height: auto;
    overflow: visible;
}
.header-social-icons li {
    padding: 6px 20px;
    border-left: 1px solid var(--secondary-color);
}
.header-social-icons li:last-child{
    border-left: 0;
}
.header-social-icons li a{
    color: var(--secondary-color);
    font-size: 20px;
}
.header-social-icons li:first-child {
    padding: 2px 20px;
}
.header-social-icons li:first-child a{
    font-size: 24px;
}

/**** Home page css ****/
.hero-sec{
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    margin-top: -5px;
}
.hero-img-wrapper video{
    width: 100%;
    mix-blend-mode: screen;
    mix-blend-mode: screen;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: -20%;
}
.hero-img-wrapper .hero-product{
    position: absolute;
    max-width: 340px;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
}
.hero-content {
    padding-left: 40px;
}
.hero-content .title {
    font-size: 44px;
    color: var(--white-color);
    font-weight: var(--font-weight-regular);
    line-height: 52px;
    margin-bottom: 0;
}
.hero-content .title span.primary{
    color: var(--main-color);
    font-weight: var(--font-weight-bold);
}
.hero-content .title > span {
    font-size: 50px;
}
.hero-content .desc {
    max-width: 550px;
    font-size: 19px;
    font-weight: var(--font-weight-light);
    color: var(--white-color);
    margin-bottom: 20px;
}
.hero-content .desc > strong{
    font-weight: var(--font-weight-bold);
}
.hero-list {
    margin-bottom: 25px;
}
.hero-content .hero-list .list-item{
    margin-bottom: 10px;
}
.hero-content .hero-list .list-item:last-child{
    margin-bottom: 0;
}
.hero-content .hero-list .list-item img{
    max-width: 49px;
}
.hero-content .hero-list .list-item .desc{
    font-size: 17px;
    line-height: 22px;
    font-weight: var(--font-weight-light);
    margin-bottom: 0px;
}
.hero-btn{
    font-size: 23px;
    font-weight: var(--font-weight-bold);
    line-height: 28px;
    background-color: var(--black-color);
    padding: 16px;
    border-radius: 20px;
    color: var(--white-color);
    gap: 10px;
}
.hero-btn span.primary{
    color: #E04D9B;
}
.hero-btn:hover{
    color: var(--white-color);
}

/**** Footer CSS ****/
.mobile-menu {
    display: none;
}
.footer{
    padding: 40px 0 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-cotnent-wrapper {
    max-width: 550px;
}
.footer-cotnent-wrapper .title {
    font-size: 32px;
    line-height: 36px;
    color: var(--white-color);
    margin-bottom: 10px;
}
.footer-cotnent-wrapper .desc {
    font-size: 18px;
    line-height: 22px;
    color: var(--white-color);
    margin-bottom: 16px;
    font-weight: var(--font-weight-regular);
}
.trial-text {
    font-size: 19px;
    line-height: 23px;
    color: var(--white-color);
    font-weight: var(--font-weight-regular);
    margin-bottom: 10px;
}
.trial-text.bottom{
    margin-bottom: 18px;
}
.trial {
    font-size: 21px;
    line-height: 24px;
    color: #E04D9B;
    font-weight: var(--font-weight-regular);
    margin-bottom: 10px;
    background-color: var(--black-color);
    padding: 10px 16px;
    border: 1px solid var(--white-color);
    border-radius: 10px;
    max-width: 380px;
}
.form-bottom-title {
    font-size: 23px;
    line-height: 28px;
    color: var(--white-color);
    margin-bottom: 0;
    font-weight: var(--font-weight-bold);
    margin-top: 20px;
}

/**** FAQ CSS ****/
.title-area .title{
    font-size: 40px;
    line-height: 46px;
    font-weight: var(--font-weight-bold);
    color: var(--black-color);
    margin-bottom: 30px;
}
.faq-sec{
    padding: 50px 0 70px;
}
.faq-accordion {
    max-width: 890px;
}
.faq-accordion .accordion-button{
    font-size: 19px;
    line-height: 28px;
    font-weight: var(--font-weight-regular);
    color: var(--black-color);
    padding: 16px 20px;
}
.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23AA1D68'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed){
    box-shadow: none;
}
.faq-accordion .accordion-button:focus{
    box-shadow: none;
}
.faq-accordion .accordion-body{
    font-size: 17px;
    line-height: 24px;
    font-weight: var(--font-weight-regular);
    color: var(--black-color);
    padding-top: 0;
}
.faq-accordion .accordion-item:not(:last-child){
    margin-bottom: 6px;
}
.faq-accordion .accordion-item, .faq-accordion .accordion-item .accordion-button {
    background-color: #F2F4F7 !important;
    border: none;
    border-radius: 0 !important;
}


/**** Struggling CSS ****/
.struggling-sec{
    background-color: var(--bg-color);
    padding: 60px 0;
}
.struggling-content{
    max-width: 480px;
}
.struggling-content .title-area .title{
    margin-bottom: 26px;
}
.struggling-content .desc {
    font-size: 18px;
    line-height: 22px;
    color: var(--black-color);
    font-weight: var(--font-weight-regular);
    margin-bottom: 16px;
}
.struggling-content .subtitle {
    font-size: 32px;
    line-height: 40px;
    color: var(--black-color);
    font-weight: var(--font-weight-bold);
    margin-bottom: 26px;
}
.struggling-content .subtitle > span.primary{
    color: var(--main-color);
}
.comparision-row .cons-col.title p{
    border-bottom: 2px solid #EDF4FA;
}
.comparision-row .cons-col.title p, .comparision-row .pros-col.title p {
    padding: 16px 30px;
    font-size: 22px;
    line-height: 26px;
    font-weight: var(--font-weight-bold);
    color: var(--black-color);
    background-color: var(--white-color);
    width: 100%;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 3px 18px rgba(0,0,0,0.1);
}
.comparision-row .pros-col.title p{
    background-color: var(--main-color);
    color: var(--white-color);
}
.comparision-row.item-row .comapre-item {
    padding: 20px 10px;
    font-size: 15px;
    line-height: 18px;
    font-weight: var(--font-weight-regular);
    color: var(--black-color);
    background-color: var(--white-color);
    width: 100%;
    margin-bottom: 0;
    height: 100%;
    box-shadow: 0 3px 18px rgba(0,0,0,0.1);
}
.comparision-row.item-row .title-col > p {
    padding: 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: var(--font-weight-bold);
    color: var(--black-color);
    background-color: var(--white-color);
    width: 100%;
    margin-bottom: 0;
    height: 100%;
    border-radius: 0 14px 14px 0;
}
.comparision-wrapper .item-row:nth-child(2n+1) :where(.title-col > p, .comapre-item) {
    background-color: #F1F4F6 !important;
}

/**** How it works CSS ****/
.how-it-work-sec {
    padding-top: 70px;
}
.how-work-content-wrapper {
    max-width: 590px;
}
.how-work-content-wrapper .title-area .title{
    margin-bottom: 10px;
}
.how-work-content-wrapper .desc {
    font-size: 18px;
    line-height: 22px;
    color: var(--black-color);
    font-weight: var(--font-weight-regular);
    margin-bottom: 20px;
}
.work-list {
    margin-bottom: 26px;
}
.work-list .item:not(:last-child) {
    margin-bottom: 18px;
}
.work-list .item > p {
    font-size: 17px;
    line-height: 23px;
    color: var(--black-color);
    font-weight: var(--font-weight-regular);
}
.work-list .item > p > strong{
    color: var(--main-color);
}
.work-list .item > img {
    max-width: 56px;
}
.how-work-content-wrapper .subtitle {
    font-size: 26px;
    line-height: 30px;
    color: var(--black-color);
    font-weight: var(--font-weight-bold);
    margin-bottom: 20px;
}

/**** Hearing section css ****/
.hearing-sec{
    padding: 70px 0;
}
.hearing-title-wrapper .title-area .title{
    margin-bottom: 10px;
}
.hearing-title-wrapper .desc {
    font-size: 21px;
    line-height: 26px;
    color: var(--black-color);
    font-weight: var(--font-weight-regular);
    margin-bottom: 70px;
}
.hearing-content-wrapper {
    border: 3px solid var(--main-color);
    border-radius: 80px;
    padding: 0 40px;
}
.hearing-content-wrapper .hearing-item {
    max-width: 300px;
}
.hearing-content-wrapper .hearing-item .icon {
    max-width: 120px;
    background-color: var(--white-color);
    margin-top: -35px;
    margin-bottom: 16px;
}
.hearing-content-wrapper .hearing-item .icon > img {
    max-height: 70px;
    object-fit: contain;
}
.hearing-content-wrapper .hearing-item .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--main-color);
}
.hearing-content-wrapper .hearing-item .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: var(--font-weight-bold);
    color: var(--main-color);
    margin-bottom: 8px;
}
.hearing-content-wrapper .hearing-item .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--font-weight-regular);
    color: var(--black-color);
    margin-bottom: 0;
}
.hearing-item-row {
    margin-bottom: 35px;
    gap: 30px 16px;
}
.hearing-content-wrapper .button-wrapper {
    padding: 0 30px;
    margin-bottom: -24px;
    background-color: var(--white-color);
    position: relative;
}
.hearing-content-wrapper .button-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--main-color);
}

/**** Video section css ****/
.customer-sec {
    padding: 40px 0 60px;
    background-color: var(--bg-color);
}
.customer-sec .title-area .title{
    margin-bottom: 16px;
}
.customer-sec p.desc{
    max-width: 630px;
    font-size: 21px;
    line-height: 26px;
    color: var(--black-color);
    font-weight: var(--font-weight-regular);
    margin-bottom: 30px;
}
.customer-sec iframe {
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 16px;
}
.video-card {
    position: relative;
}
.video-control {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}