/*
Theme Name: Flunzy
Author: Flunzy Team
Author URI: https://sourcenettechnology.com/
Description:  Flunzy theme
Version: 1.0.1
Text Domain: flunzy
*/

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

:root {
    --text-color: #ffffff;
    --secondary-color: #097461;
    --primary-color: #ffa335;
    --black-text: #000000;
}

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

    33% {
        transform: scale(1) rotate(-2deg) translateY(0);
    }

    66% {
        transform: scale(1) rotate(2deg) translateY(0);
    }

    100% {
        transform: scale(1) rotate(0) translateY(0);
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    font-family: "Nunito";
}

html,
body {
    background-color: #fff;
    color: var(--black-text);
    font-family: "Nunito";
    /* overflow-x: hidden; */
}

b {
    font-weight: 900;
}

a {
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
}

.p-100 {
    padding: 100px 0;
}
.p-50 {
    padding: 50px 0;
}

.flex-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.flex-row .flex-col {
    width: 50%;
}

.common-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    /* color: var(--secondary-color); */
}

.common-btn {
    background-color: var(--text-color);
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px;
    padding: 15px;
    min-width: 225px;
    text-align: center;
    display: inline-block;
}

.common-btn.yellow-theme {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.common-btn.no-redius {
    border-radius: 12px;
    padding: 12px;
}

.custom-logo {
    display: flex;
    align-items: center;
}

.custom-logo img {
    max-width: 125px;
}

.theme-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 24px;
    border-radius: 16px;
    color: #012;
    background-color: var(--primary-color);
    box-shadow: #cc9600 0px 4px 0px 0px;
    text-align: center;
}

.theme-btn:hover {
    background-color: #ffd666;
}

.theme-btn:active {
    box-shadow: none;
    background-color: #cc9600;
}

.container {
    max-width: 1465px;
    margin: auto;
    padding: 0 20px;
    width: 100%;
}

.s-container {
    max-width: 1265px;
    margin: auto;
    padding: 0 20px;
}

h2,
h1 {
    color: #000000;
}

h2 span,
h1 span {
    color: var(--secondary-color);
}

header {
    position: sticky;
    top: 0;
    z-index: 2;
}

header.fixed{
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%);
}

.top-panel {
    background-color: #f7faff;
    padding: 6px;
    border-bottom: 1px solid #f1f3f5;
}

.top-panel .row {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 6px;
}

.top-panel .login-btn {
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    padding: 6px 16px;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.language-drop-down {
    position: relative;
}

.language-drop-down.open .language-list {
    display: block;
}

.language-drop-down.open h4 i {
    transform: rotate(180deg);
}

.language-drop-down h4 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.4s;
    cursor: pointer;
}

.language-drop-down h4 i {
    margin-left: 6px;
    transition: all 0.4s;
}

.language-list {
    position: absolute;
    height: 465px;
    margin-top: 15px;
    width: 200px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 14px 0;
    list-style: none;
    overflow-y: scroll;
    display: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.14);
}

.language-list li a {
    text-decoration: none;
    color: var(--black-text);
    padding: 5px 14px;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s;
}

.language-list li a:hover {
    background-color: #097461a3;
    color: #ffffff !important;
}

header .navbar {
    background-color: var(--text-color);
    padding: 12px;
}

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

header .theme-btn1 {
    margin: 0;
    min-width: 200px;
    width: inherit;
}

.navbar .first-col {
    display: flex;
    align-items: center;
    gap: 30px;
}

.first-col .theme-btn1 {
    display: none;
}

.navbar .menu-list {
    display: flex;
    align-self: center;
    gap: 30px;
}

.menu-list .main-menu li a {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

.menu-list .main-menu li {
    padding: 0 15px;
}

.menu-list .toggle-btn {
    display: none;
    position: relative;
    cursor: pointer;
}

.toggle-btn .close-icon {
    display: none;
}
.toggle-btn .bar-icon {
    font-size: 32px;
    color: #097461;
}

.menu-list .main-menu {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
}

.menu-list .for-language {
    display: none;
}

.menu-list .main-menu .active .sub-menu {
    display: block;
}

.navbar .sub-menu li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.navbar .sub-menu {
    position: absolute;
    background-color: #f0f7f6;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.14);
    padding: 24px;
    margin-top: 30px;
    align-items: center;
    gap: 20px;
    border-radius: 16px;
    display: none;
}

.navbar .sub-menu .top-icon {
    position: absolute;
    top: -30px;
}

.navbar .sub-menu .top-icon i {
    color: #f0f7f6;
    font-size: 60px;
}

.navbar .sub-menu li {
    width: 200px;
}

.navbar .sub-menu li a {
    color: var(--black-text);
    display: flex;
    align-items: center;
    font-size: 16px;
}

.navbar .sub-menu .icon {
    height: 30px;
    width: 30px;
    overflow: hidden;
    margin-right: 10px;
}

.navbar .sub-menu .icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-menu.side-menu .top-row {
    padding: 20px 15px;
    display: none;
}

.menu-list .main-menu li a i {
    font-size: 12px;
    margin-left: 10px;
    display: none;
}

.main-menu .language-drop-down h4 {
    color: var(--black-text);
    font-size: 18px;
    font-weight: 500;
}

.ai-banner {
    background-color: #0974610f;
    text-align: center;
    padding: 50px 0 60px;
}

.ai-banner h1 {
    font-size: 26px;
    font-weight: 900;
    line-height: 34px;
    color: var(--secondary-color);
}

.ai-banner .tryout-btn {
    font-size: 20px;
    color: #ffffff;
    background-color: var(--secondary-color);
    border-radius: 5px;
    padding: 8px 24px;
    font-weight: 600;
}

.ai-banner .banner-img {
    margin: 20px 0;
}

.learn-language {
    background-color: #f7faff;
    padding-bottom: 30px !important;
}

.learn-language h2 {
    font-size: 48px;
    font-weight: 900;
    color: var(--secondary-color);
    line-height: 57px;
}

.learn-language h2 span {
    text-decoration: underline;
}

.learn-language p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 30px 0;
    color: #000000;
}

.learn-language .content {
    margin-right: 40px;
    position: relative;
}

.learn-language .content::before {
    position: absolute;
    content: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/yellow-underline.svg);
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.learn-language .common-btn {
    min-width: 300px;
}

.only-content {
    background-color: #ffffff;
}

.only-content p {
    font-size: 32px;
    color: var(--secondary-color);
    font-weight: 900;
    text-align: center;
    max-width: 950px;
    margin: auto;
    line-height: 45px;
}

.ratting {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #0974611f;
    padding: 20px;
    border-radius: 26px;
    color: var(--black-text);
    max-width: 980px;
    box-shadow: rgb(9 116 97) 0px 0.25rem 0px;
    margin: 30px auto;
}

.ratting .col-content i {
    color: var(--secondary-color);
    font-size: 14px;
}

.ratting .col-content {
    text-align: center;
}

.ratting .rate-col {
    display: flex;
    align-items: center;
}

.ratting .rate-col p {
    margin: 0;
}

.ratting .rate-col .icon {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.ratting .rate-col .icon i {
    font-size: 26px;
    color: #ffffff;
}

.ratting .rate-col h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.ratting .rate-col h3 span {
    font-size: 12px;
    font-weight: 500;
}

.ratting .rate-col p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.75;
}

.rate-wrapp .helping-text {
    text-align: center;
}

.rate-wrapp .helping-text p {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.how-works {
    background-color: #ffffff;
}

.how-works h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 44px;
    line-height: 60px;
    position: relative;
    max-width: fit-content;
    margin: auto;
    text-align: center;
}



.how-works .image-div {
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/rounded-bg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
    background-size: contain;
    position: relative;
}

.image-div .absolute-img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.image-div .image-row {
    display: flex;
    justify-content: center;
}

.image-div .image-row img {
    display: none;
}

.image-div .image-row img.active {
    display: block;
}

.image-div .right-img {
    height: 55px;
    width: 55px;
    background-color: #fec0c3;
    right: 25%;
    top: 50%;
}

.image-div .top-img {
    height: 40px;
    width: 40px;
    top: 0;
    left: 20%;
    background-color: #74d8c1;
}

/* .how-works .image-div img {
    max-width: 250px;
} */


.how-works .flex-row {
    margin-top: 70px;
}

.how-works .text-list li {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    border-left: 1px solid #fcfaf2;
    padding-left: 25px;
    transition: all 0.4s;
    opacity: 0.2;
    cursor: pointer;
}

.how-works .text-list li:hover,
.how-works .text-list li.active {
    opacity: 1;
    border-left: 2px solid var(--secondary-color);
}

.why-fluenzy {
    background-color: #ffffff;
    padding-bottom: 50px;
}

.why-fluenzy h2 {
    font-size: 60px;
    color: var(--secondary-color);
    font-weight: 900;
    position: relative;
    text-align: center;
    max-width: fit-content;
    margin: auto;
}

.why-fluenzy h2::after {
    position: absolute;
    content: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/yellow-underline.svg);
    bottom: -30px;
    left: 0;
    right: 0;
}

.why-fluenzy .flex-row.frist-row {
    margin-top: 60px;
}

.why-fluenzy .flex-row {
    width: 85%;
    margin: auto;
    margin-top: 30px;
}

.why-fluenzy .content-div h3 {
    font-size: 36px;
    font-weight: 900;
    color: var(--secondary-color);
    line-height: 45px;
    margin-bottom: 15px;
}

.why-fluenzy .image-div img {
    max-width: 480px;
}

.why-fluenzy .image-div {
    text-align: center;
}

.why-fluenzy .content-div p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}

.why-fluenzy .button {
    text-align: center;
    margin: 60px 0;
}

.why-fluenzy .button .common-btn {
    font-size: 30px;
    min-width: 330px;
}

.app-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.app-button img {
    max-width: 150px;
}

.app-button img.google-play {
    max-width: 165px;
}
.member-review .title-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.member-review .title-row p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-wrap: nowrap;
}

.member-review .title-row p a {
    color: var(--secondary-color);
    font-weight: 900;
    text-decoration: underline;
}

.member-review h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 64px;
}

.member-review .review-row {
    width: 80%;
    margin: 0 auto;
}

.member-review .owl-carousel {
    margin-top: 75px;
    position: relative;
}

.app-review .rating-star {
    text-align: center;
}

.app-review .rating-star i {
    color: var(--primary-color);
}

.app-review p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin: 35px 0;
}

.app-review h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.member-review .owl-carousel .owl-nav button {
    border: none;
    background-color: inherit;
    &:hover {
        background-color: inherit !important;
    }
}

.member-review .owl-carousel .owl-nav,
.member-review .owl-carousel .owl-dots {
    display: flex !important;
    gap: 20px;
    margin-top: 50px;
}

.owl-carousel .owl-dots {
    gap: 0 !important;
}

.member-review .owl-carousel .owl-nav button.disabled i {
    color: #d3d4d1;
}

.member-review .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 20%;
}

.member-review .owl-dots button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #d3d4d1;
    margin-right: 10px;
    border: none;
    position: relative;
    span {
        display: none !important;
    }
}

.member-review .owl-dots button.active {
    background-color: var(--secondary-color);
}

.member-review .nav-btn i {
    font-size: 40px;
    color: var(--secondary-color);
}

.app-founder {
    background-color: #edf5f4;
    text-align: center;
}

.app-founder h2 {
    font-size: 30px;
    font-weight: 900;
    color: var(--secondary-color);
    line-height: 36px;
    max-width: 1000px;
    margin: auto;
}

.app-founder p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 40px 0;
}

.app-founder .f-founder {
    height: 135px;
    width: 135px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}

.price-plans {
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/circle.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

.price-plans.for-landing {
    padding-top: 100px !important;
    margin-bottom: 30px;
}

.price-plans h2 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 900;
    text-align: center;
    position: relative;
}

.price-plans h2::before {
    bottom: -50px !important;
}

.price-plans h2::after,
.price-plans h2::before {
    position: absolute;
    content: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/yellow-underline.svg);
    bottom: -30px;
    left: 0;
    right: 0;
}

.price-plans .plans-row {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.plan-card .plan-heading {
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 8px;
    color: #174035;
    background-color: var(--primary-color);
}

.plan-card .plan-heading h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 45px;
}

.plans-row .plan-card {
    max-width: 360px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    padding: 15px;
    position: relative;
}

.plan-card.free .plan-heading {
    background-color: #8ad6c2;
}

.plan-card.free ul li i {
    color: #00a57a;
}

.plan-card ul {
    padding: 0 15px;
}

.plan-card ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    color: var(--black-text);
    padding-left: 42px;
}

.plan-card ul li i {
    font-size: 30px;
    position: absolute;
    left: 0;
    color: var(--primary-color);
}

.price-plans .price-button {
    text-align: center;
    margin-top: 30px;
}

.price-button .common-btn {
    width: 320px;
    padding: 20px;
}

.price-button .common-btn:hover {
    animation: rotate 0.3s;
    color: #293749;
    opacity: 0.5;
}

.plans-row .plan-tab {
    display: none;
    width: 90%;
    margin: auto;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    border: 2px solid var(--secondary-color);
    margin-bottom: 40px;
}

.plan-tab button {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: var(--secondary-color);
    border: none;
    outline: none;
    padding: 20px;
    font-weight: 700;
    width: 50%;
    background: #fff;
}

.plan-tab button.active {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.overlay {
    background-color: #0000006b;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.learn-language.for-lang {
    background-color: #f7faff;
    color: var(--secondary-color);
}

.learn-language.for-lang .content::before {
    content: none;
}

.learn-language.for-lang h1 {
    font-size: 56px;
    font-weight: 900;
    line-height: 64px;
    color: var(--secondary-color);
    transform: rotate(-2deg);
    margin-bottom: 30px;
}

.learn-language.for-lang .flex-row {
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
}

.learn-language.for-lang .common-btn {
    min-width: 225px;
}

.statistics-wrapper .flex-row {
    width: 80%;
    margin: 50px auto;
}

.statistics-wrapper .image {
    text-align: center;
}

.statistics-wrapper h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 55px;
    color: var(--secondary-color);
}

.statistics-wrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin: 20px 0;
}

.lang-lesson {
    padding: 60px 0;
    background-color: #edf5f4;
}

.lang-lesson .flex-row {
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    margin: auto;
}

.lang-lesson h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    color: #000000;
    margin-bottom: 15px;
    padding-right: 25px;
}

.lang-lesson .common-btn {
    padding: 22px;
    margin-top: 10px;
    transition: all 0.4s;
}

.lang-lesson .common-btn:hover {
    transform: translateY(-10px);
}

.faq-wrapp {
    background-color: #ffffff;
    color: #000000;
    padding: 60px 0 0;
}

.faq-wrapp .help-btn {
    color: #001122;
    border: 1px solid rgb(142, 148, 160);
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 16px;
    display: block;
    max-width: fit-content;
    margin: 40px auto 0;
}

.faq-wrapp .help-btn:hover {
    color: #536175;
}

.faq-wrapp h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 55px;
    color: var(--secondary-color);
}

.faq-wrapp h2.text-center {
    text-align: center;
    padding-bottom: 10px;
}

.faq-wrapp .faq-main {
    margin: 15px 0 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 24px;
}

.faq-main .flex-col {
    width: 49%;
}

.faq-main .que-wrapp {
    border: 1px solid #B2B2B2;
    border-radius: 8px;
    /* box-shadow: 0 2px 0 #000000; */
    cursor: pointer;
    padding: 10px 35px 10px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    margin: 12px 0;
    transition: all 0.4s;
}

.faq-main .que-wrapp i {
    position: absolute;
    right: 10px;
    top: 14px;
    transition: all 0.4s;
}

.faq-box .faq-answer {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0 10px;
    transition: all 0.4s;
}

.faq-box.active .faq-answer {
    max-height: fit-content;
    min-height: fit-content;
}

.faq-box.active .que-wrapp i {
    transform: rotate(-180deg);
}

.faq-main .faq-answer p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.faq-answer p a {
    color: var(--primary-color);
    text-decoration: underline;
}

.video-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.video-section .container {
    max-width: 1000px;
    margin: auto;
}

.video-section .video-main {
    height: 470px;
    max-width: 90%;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 12px;
}

.video-section .video-main iframe {
    height: 100% !important;
    width: 100% !important;
}

.multi-devices {
    background-color: #edf5f4;
    padding: 60px 0;
}

.multi-devices h2 {
    color: var(--secondary-color);
    font-size: 42px;
    font-weight: 900;
    line-height: 48px;
}

.multi-devices .images {
    margin: 15px 0;
}

.multi-devices .flex-row {
    width: 70%;
    margin: auto;
}

.payment-section {
    background-color: #edf5f4;
    padding-bottom: 150px;
}

.top-bar {
    display: flex;
    align-items: center;
    padding: 25px;
}

.top-bar .logo {
    line-height: 0;
}

.top-bar .logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.top-bar .back-btn {
    color: #000000;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.top-bar .back-btn i {
    padding-right: 12px;
}

.payment-section h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 55px;
    text-align: center;
    padding: 60px 0;
}

.payment-section .flex-row {
    justify-content: center;
    gap: 35px;
}

.payment-section .pro-plan {
    background-color: #ffffff;
    box-shadow: rgb(204, 210, 222) 0px 0.25rem 0px 0px;
    position: relative;
    border-radius: 20px;
    max-width: 380px;
}

.payment-section .pro-plan::after {
    position: absolute;
    top: -40px;
    right: -40px;
    content: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/stars.svg);
}

.pro-plan ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.pro-plan ul li span {
    font-size: 14px;
    line-height: 16px !important;
}

.pro-plan ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.pro-plan ul li .icon {
    position: absolute;
    left: 0px;
    top: -2px;
    width: 100%;
}

.pro-plan ul li img {
    max-width: 25px;
}

.pro-plan .plan-head {
    background: linear-gradient(rgb(9 116 97) 50%, rgb(9 116 97 / 76%) 100%);
    color: var(--text-color);
    border-radius: 20px 20px 0 0;
    padding: 16px;
    text-align: center;
}

.pro-plan .plan-head h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.pro-plan .plan-head p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.pro-plan ul {
    padding: 24px;
}

.plan-detail .prices-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    width: 300px;
    cursor: pointer;
    position: relative;
    border: 3px solid rgb(204, 210, 222);
    margin-bottom: 16px;
}

.plan-detail .prices-card:hover {
    border-color: rgb(83, 97, 117);
    background: rgb(246, 246, 246);
}

.plan-detail .prices-card.active {
    border-color: var(--secondary-color);
}

.prices-card h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.prices-card .plan-price {
    display: flex;
    gap: 10px;
}

.prices-card .plan-price p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.prices-card .plan-price p span,
.prices-card h6 {
    font-size: 12px;
    font-weight: 400;
}

.prices-card .plan-price .old-price {
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
}

.prices-card .off {
    position: absolute;
    right: 14px;
    top: -14px;
    background: linear-gradient(rgb(9 116 97) 50%, rgb(9 116 97 / 58%) 100%);
    font-size: 12px;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 16px;
    color: var(--text-color);
}

.plan-detail .theme-btn1 {
    margin-top: 0;
}

.full-review {
    padding: 32px;
    max-width: 880px;
    margin: -100px auto 10px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: rgb(204, 210, 222) 0px 0.25rem 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #ccd2de;
}

.full-review p {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #001122;
}

.full-review .rating-star i {
    color: var(--primary-color);
    font-size: 20px;
}

.full-review h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}

/* Hero banner style start */

.blog-hero-section {
    padding-bottom: 20px;
    background-color: #ECF5F4;
    position: relative;
}
.blog-hero-section .bottom-image{
    position: absolute;
    width: 100%;
    bottom: -10px;
     background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/03/bottom-img.jpg);
    background-repeat: repeat-x;
    height: 35px;
}
.blog-hero-section .banner-content-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 20px 20px 40px;
    display: flex;
    align-items: center;
}

.blog-hero-section .banner-content-wrapper > div {
    width: 50%;
}

.blog-hero-section .banner-content-wrapper .left-side {
    padding-right: 6%;
}

.blog-hero-section .banner-content-wrapper .right-side .banner-card-wrapper {
    padding: 20px;
    margin-left: 5.5%;
    position: relative;
}

.right-side .banner-card-wrapper .decoration-image {
    position: absolute;
    top: 13px;
    right: 8px;
    width: 97%;
    height: 97%;
    z-index: 1;
}

.banner-card-wrapper .card-wrapper {
    width: 100%;
    border-radius: 15px;
    background-color: var(--text-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transform: rotate(2deg);
}

.card-wrapper .card-image-box {
    height: 250px;
    overflow: hidden;
    width: 100%;
}

.card-wrapper .card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-card-wrapper .card-wrapper .card-content-wraper {
    padding: 25px;
    position: relative;
    z-index: 1;
}

.card-wrapper .card-content-wraper .card-label {
    position: absolute;
    top: -60px;
    z-index: 8;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.card-content-wraper .card-label a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    background-color: var(--text-color);
    color: var(--black-text);
    padding: 6px 16px;
}

.card-wrapper .card-content-wraper img {
    position: absolute;
    top: -33px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.card-wrapper .card-content-wraper h2 {
    font-size: 28px;
    color: var(--black-text);
    line-height: 1.2;
    margin-bottom: 10px;
}

.card-wrapper .card-content-wraper p {
    font-size: 18px;
    color: var(--black-text);
    line-height: 25.31px;
    font-weight: 400;
    margin-bottom: 20px;
}

.card-wrapper .card-content-wraper .blog-read-date {
    text-align: right;
    font-size: 14px;
    color: #a8aeba;
}

.blog-hero-section .banner-content-wrapper .left-side h1 {
    font-size: 65px;
    font-weight: 900;
    color: var(--secondary-color);
    transform: rotate(-2deg);
    margin-bottom: 30px;
}

.blog-hero-section .banner-content-wrapper .left-side p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--black-text);
}

/* Hero banner style end */

/* Blog search hero stayle start  */
.blog-search-hero-section {
    padding: 80px 0 50px;
    background-color: #ffffff;
}

.blog-search-hero-section .inner-content-wraper {
    max-width: 1113px;
    margin: auto;
    padding: 0 20px;
}

.blog-search-hero-section .inner-content-wraper .title {
    display: inline-block;
    position: relative;
}

.blog-search-hero-section .inner-content-wraper .title::before {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    height: 14px;
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/yellow-underline.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.blog-search-hero-section .inner-content-wraper h2 {
    font-size: 44px;
    font-weight: 900;
    margin-bottom: 18px;
    transform: rotateZ(358deg);
}

.blog-search-hero-section .inner-content-wraper p {
    font-size: 18px;
    line-height: 1.5;
    margin: 50px 0 20px;
    max-width: 780px;
    color: var(--black-text);
}

.blog-search-hero-section .inner-content-wraper form.blog-filter {
    max-width: 918px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.inner-content-wraper form.blog-filter > div {
    display: flex;
    gap: 15px;
    padding: 14px 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
}

form.blog-filter .category-heading {
    font-size: 18px;
}

form.blog-filter select {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    color: #a8aeba;
    font-size: 18px;
    background-color: transparent;
    outline: none !important;
    padding-right: 20px;
    width: 100%;
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/down-angle.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 100%;
    cursor: pointer;
}

/* Blog search hero stayle end  */

/* Blog post section stayle start */
.blog-post-section {
    background-color: #ffffff;
}

.blog-post-flex-wraper {
    max-width: 1113px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.blog-post-flex-wraper > div {
    width: 33.33%;
    padding: 12px;
}

.post-item .inner-post-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    overflow: hidden;
    height: 100%;
}

.post-item .inner-post-item .post-featured-image {
    position: relative;
}

.post-item .inner-post-item .post-featured-image::before {
    position: absolute;
    content: "";
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/bottum-divider-image.svg);
    width: 100%;
    height: 47px;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    background-position: bottom center;
    bottom: -10px;
}

.post-item .inner-post-item .post-featured-image {
    width: 100%;
    height: 206px !important;
    overflow: hidden;
}

.post-item .inner-post-item .post-featured-image .image-box {
    height: 100%;
    width: 100%;
}

.post-item .inner-post-item .post-featured-image .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item .inner-post-item .post-featured-image .card-label {
    position: absolute;
    top: 70%;
    padding-left: 20px;
}

.post-item .inner-post-item .post-featured-image .card-label a {
    padding: 6px 16px;
    background: var(--secondary-color);
    font-size: 14px;
    color: var(--text-color);
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 8px;
}

.post-item .inner-post-item .post-item--content {
    padding: 20px;
}

.post-item .inner-post-item .post-item--content h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #3a3a3a;
    margin-bottom: 12px;
}

.post-item .inner-post-item .post-item--content p {
    font-size: 14px;
    margin-bottom: 7px;
    color: var(--text-color);
    line-height: 1.5;
}

.post-item .inner-post-item .post-item--content .date-read-time {
    color: #a8aeba;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
}

.featured-post .inner-post-item {
    background-color: var(--secondary-color);
    padding: 20px;
}

.featured-post .inner-post-item .post-featured-image {
    height: 176px !important;
}

.featured-post .inner-post-item .post-featured-image .image-box {
    height: 100% !important;
    overflow: hidden;
    border-radius: 8px;
}

.featured-post .inner-post-item .post-featured-image .card-label {
    top: inherit;
    bottom: 10px;
    padding-left: 10px;
}

.featured-post .inner-post-item .post-featured-image .card-label a {
    background-color: #fb0;
}

.featured-post .inner-post-item .post-featured-image::before {
    content: none;
}

.featured-post .inner-post-item .post-item--content {
    padding: 0;
    margin-top: 30px;
}

.featured-post .inner-post-item .post-item--content .date-read-time {
    color: var(--secondary-color);
}

/* Blog post section stayle end */

/* Blog pagination style start */

.blog-pagination-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}

.blog-pagination-wrapper .blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination-wrapper .blog-pagination li {
    margin-left: 14px;
}

.blog-pagination-wrapper .blog-pagination li.active {
    position: relative;
}

.blog-pagination-wrapper .blog-pagination li.active a {
    color: var(--secondary-color);
}

.blog-pagination-wrapper .blog-pagination li a {
    padding: 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #c7c8c6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination-wrapper .blog-pagination li.active a::after {
    content: "";
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/yellow-underline.svg);
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center center !important;
}

/* Blog pagination style end */

/* Blog details section stayle start */

.blog-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.blog-post-hero-section {
    background-color: #ffffff;
    padding-bottom: 80px;
    position: relative;
}

.blog-post-hero-section::before {
    content: "";
    position: absolute;
    height: 13px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/blog-post-banner-line.svg) no-repeat
        center/contain;
}

.blog-post-hero-section .heo-flex-wraper {
    display: flex;
    align-items: center;
    padding: 85px 0 0;
}

.blog-post-hero-section .heo-flex-wraper > div {
    width: 50%;
    padding: 0 12px;
}

.blog-post-hero-section .heo-flex-wraper .content-col h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 10px;
}

.blog-post-hero-section .heo-flex-wraper .content-col p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black-text);
}

.blog-post-hero-section .heo-flex-wraper .content-col .blog-post-hero-date {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
}

.blog-post-hero-section .heo-flex-wraper .content-col .blog-post-hero-date a {
    color: #009fbb;
    padding: 0 16px;
}

/* blog body content section style  start*/
.blog-post-body-section {
    padding: 50px 0;
    background-color: #ffffff;
}

.blog-post-body-section .blog-col-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.blog-post-body-section .blog-col-wrapper .body-content-col {
    flex-grow: 1;
    max-width: 100%;
}

.blog-post-body-section .blog-col-wrapper .body-social-col {
    width: 245px;
    flex-shrink: 0;
}

.blog-post-body-section .blog-col-wrapper .body-content-col .body-section {
    padding: 76px 0 20px;
}

.small-bold-tiile {
    font-weight: 700;
}

.blog-col-wrapper .body-content-col .body-section p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #293749;
    line-height: 1.5;
}

.blog-col-wrapper .body-content-col .body-section p a {
    color: #3c9cb8;
    text-decoration: underline;
}

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

.blog-col-wrapper .body-content-col .body-section .languages-text a {
    color: #3c9cb8;
    overflow-wrap: break-word;
    text-decoration: underline;
    position: relative;
}

.blog-col-wrapper .body-content-col .body-section h2,
.blog-col-wrapper .body-content-col .body-section h3,
.blog-col-wrapper .body-content-col .body-section h4 {
    color: var(--black-text);
    margin-bottom: 10px;
    line-height: 1.25;
}

.blog-col-wrapper .body-content-col .body-section h2 {
    font-size: 48px;
}

.blog-col-wrapper .body-content-col .body-section h3 {
    font-size: 36px;
}

.blog-col-wrapper .body-content-col .body-section h4 {
    font-size: 24px;
    color: #3574e3;
}

.bottum-secondary-title {
    color: var(--secondary-color) !important;
}

.blog-col-wrapper .body-content-col .body-section ul {
    margin: 35px 0 25px;
}

.blog-col-wrapper .body-content-col .body-section ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #293749;
}

.blog-col-wrapper .body-content-col .body-section ul li::before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 6px;
    border-radius: 50%;
    background: var(--primary-color);
}

.blog-col-wrapper .body-content-col .body-section table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px dashed #000000;
    color: #293749;
    /* border-width: 1px; */
    margin-bottom: 30px;
}

.body-section table tr th {
    text-align: left;
    border: 1px dashed #000000;
    line-height: 1.5;
    padding: 5px;
}

.body-section table tr td {
    width: 50%;
    text-align: left;
    border: 1px dashed #000000;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.5;
    padding: 5px;
}

.body-social-col {
    position: sticky;
    top: 130px;
}

.body-social-col .blog-social-toggle {
    display: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.body-social-col .blog-social-toggle.active::before {
    content: none;
}

.body-social-col .blog-social-toggle::before,
.body-social-col .blog-social-toggle::after {
    content: "";
    position: absolute;
    background: #293749;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1px;
}

.blog-post-body-section .body-social-col .blog-social-toggle::before {
    height: 17px;
    width: 4px;
}

.body-social-col .blog-social-toggle::after {
    height: 4px;
    width: 17px;
}

.blog-post-body-section .body-social-col .social-text-wrapper .social-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #293749;
}

.blog-post-body-section .body-social-col .social-text-wrapper ul {
    display: flex;
    gap: 12px;
    margin: 15px 0 7px;
    padding-bottom: 15px;
    position: relative;
}

.blog-post-body-section .body-social-col .social-text-wrapper ul::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/social-links-brush.svg);
    height: 4px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.blog-post-body-section .body-social-col .social-text-wrapper .post-body--social-followers {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
}

/* Blog card section style start */
.blog-card-section {
    padding: 90px 0 75px;
    background-color: #edf5f4;
}

.blog-card-section .section-title {
    font-size: 44px;
    font-weight: 900;
    position: relative;
}

.blog-card-section .section-title::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -22px;
    display: block;
    width: 100%;
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/yellow-underline.svg);
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 320px;
}

.blog-card-wraper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    margin: 0 -15px;
}

.blog-card-wraper > div {
    padding: 15px;
}

.blog-card-wraper > div {
    width: 33.33%;
}

.blog-card-wraper .post-item .inner-post-item {
    position: relative;
    padding-bottom: 65px;
}

.blog-card-wraper .post-item .inner-post-item .post-item--content .date-read-time {
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
}

.blog-card-wraper .post-item .inner-post-item .post-item--content .date-read-time span {
    padding-left: 20px;
}

.blog-card-wraper .post-item .inner-post-item .post-item--content .date-read-time :last-child {
    color: #009fbb;
}

.common-cta {
    text-align: center;
    margin-top: 74px;
}

/* Blog card section style end */

/* Blog details section stayle end */

/* Course page style start */

/* course page banner section style start */
.course-banner-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url(https://stage.flunzy.ai/wp-content/uploads/2025/02/course-bg-image.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.course-banner-section .course-banner-content-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 64px 20px;
    display: flex;
    gap: 32px;
    align-items: flex-end;
}

.course-banner-section .course-banner-content-wrapper .course-details-side {
    flex-grow: 1;
}

.course-banner-section .course-banner-content-wrapper .about-course-side {
    flex-basis: 350px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.breadcrumb li {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    padding-right: 10px;
}

.breadcrumb li a {
    color: var(--text-color);
}

.breadcrumb li a::after {
    content: ">";
    padding-left: 10px;
}

.rounded-box {
    border-radius: 20px;
    padding: 32px;
    background-color: #293749;
    box-shadow: #a6cdc6 0px 4px 0px 0px;
}

.course-banner-content-wrapper .course-details-side .course-details-box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.course-details-box .theme-btn1 {
    width: 100%;
    max-width: inherit;
}

.course-banner-content-wrapper .about-course-side .rounded-box {
    min-width: 350px;
}

.course-level-label {
    display: flex;
    gap: 8px;
    align-items: center;
}

.course-level-label img {
    width: 64px;
    height: 64px;
    margin-right: 8px;
}

.course-level-label > div {
    padding: 5px 12px;
    border-radius: 24px;
    color: var(--text-color);
    font-size: 20px;
    font-weight: 500;
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: center;
}

.course-level-label .free {
    background-color: #00a778;
}

.course-level-label .levels {
    background-color: #1580ad;
}

.course-details-side .course-details-box h1 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25;
    color: var(--secondary-color);
}

.course-details-side .course-details-box p {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}

.play-store-icon {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.play-store-icon > img {
    width: 50px;
    height: 50px;
}

.play-store-icon .review-box img {
    max-width: 100px;
}

.play-store-icon .review-box .review-total {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    color: #000;
}

.course-banner-content-wrapper .about-course-side .about-course-box {
    background-color: #dfedea;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-course-side .about-course-box h2 {
    font-size: 32px;
    font-weight: 500;
}

.about-course-side .about-course-box ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-course-side .about-course-box ul li {
    display: flex;
    gap: 8px;
}

.about-course-side .about-course-box ul li span {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: inline-block;
}

.about-course-side .about-course-box ul li span svg {
    width: 100%;
    height: 100%;
}

.about-course-side .about-course-box ul li .text {
    line-height: 1.5;
    font-size: 16px;
    color: #000;
}

.about-course-side .about-course-box ul li .text strong {
    font-weight: 500;
}

/* course page banner section style end */
.lesson-details {
    background-color: #ffffff;
    padding: 60px 0;
}

.lesson-details h2 {
    font-size: 56px;
    font-weight: 900;
    line-height: 70px;
    margin-bottom: 15px;
}

.lesson-details h2 br {
    display: none;
}

.lesson-details p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.lesson-details .topics-wrapp {
    text-align: center;
    width: 60%;
    margin: auto;
}

.topic-row .owl-stage {
    display: flex;
}

.owl-carousel.topic-row {
    margin-top: 30px;
    position: relative;
}

.topic-row .owl-stage-outer {
    overflow: hidden;
    padding-bottom: 20px;
}

.topic-row .box {
    padding: 16px;
    width: 130px;
    height: 110px;
    border-radius: 12px;
    border: 1px solid rgb(239, 241, 243);
    box-shadow: rgb(204, 210, 222) 0px 0.25rem 0px 0px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
}

.topic-row .box:hover .icon {
    background-color: var(--secondary-color);
}

.topic-row .box:hover .icon i {
    color: var(--text-color);
}

.topic-row .box:hover {
    box-shadow: #09746157 0px 0.25rem 0px 0px;
}

.topic-row .box .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: auto;
    background-color: #09746124;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topic-row .box h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.topic-row .owl-nav button.disabled {
    visibility: hidden;
}

.topic-row .owl-nav button {
    height: 45px;
    width: 45px;
    border-radius: 50% !important;
    background-color: inherit;
    border: 1px solid var(--secondary-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    &:hover {
        background-color: inherit !important;
    }
}

.topic-row .owl-nav button i {
    font-size: 26px;
    color: var(--secondary-color);
}

.topic-row .owl-nav .owl-prev {
    left: -60px;
}

.topic-row .owl-nav .owl-next {
    right: -60px;
}

.topic-row .item {
    text-align: -webkit-center;
}

.lesson-details .video-div .common-btn {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgb(168, 174, 186);
    margin-top: 15px;
}

.lesson-details .flex-row {
    align-items: center;
    margin: 50px 0;
}

.video-div .video-box {
    height: 280px;
    width: 280px;
    margin: auto;
    border-radius: 12px;
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid rgb(239, 241, 243);
    box-shadow: rgb(204, 210, 222) 0px 0.25rem 0px 0px;
    position: relative;
}

.video-div .video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff8a;
    border-radius: 50%;
    transition: all 0.3s;
    padding: 40px 45px;
}

.video-div .video-box .play-btn:hover {
    padding: 45px 50px;
}

.video-box .play-btn i {
    font-size: 50px;
    color: var(--primary-color);
}

.video-div .video-box video {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.video-div p {
    margin: 10px 0;
}

.video-div p.mobile-text {
    display: none;
    margin-bottom: 12px;
}

.video-div .lesson-text {
    text-align: center;
    margin-top: 25px;
}

.video-div .lesson-text span {
    font-weight: 700;
    font-size: 24px;
}

.lesson-details .content-row p {
    max-width: 530px;
}

.content-row .multi-image {
    text-align: center;
}

.multi-image img {
    max-width: 80%;
}

.lesson-details .content-row .for-mobile {
    display: none;
}

.lesson-details .video-content {
    width: 80%;
    margin: auto;
}

.flex-50 {
    padding: 64px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expert-section-bg {
    background-color: #edf5f4;
    /* height: 500px; */
    gap: 110px;
}

.expert-section-bg > h2 {
    display: none;
    font-weight: 500;
}

.expert-section-bg > h2 img {
    max-width: 72px;
    margin-right: 10px;
    vertical-align: middle;
}

.expert-section-bg .content-box-side p {
    max-width: 400px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 20px;
}

.expert-section-bg > div {
    width: 560px;
}

.white-border-btn {
    padding: 9px 24px;
    font-size: 18px;
    font-weight: 700;
    background-color: var(--text-color);
    color: #000;
    border-radius: 16px;
    border: 1px solid #a8aeba;
    min-width: 270px;
    display: inline-flex;
    align-items: center;
    line-height: 1.5;
    justify-content: center;
}

.flex-50 .content-box-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.flex-50 .image-box-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-50 .image-box-side img {
    width: 100%;
    max-width: 480px;
}

.flex-50 .content-box-side h2 {
    font-size: 32px;
    font-weight: 900;
    color: var(--secondary-color);
}

.flex-50 .content-box-side p {
    font-size: 20px;
    color: #000;
}

.flex-50 .content-box-side h2 img {
    max-width: 72px;
    vertical-align: middle;
    margin-right: 12px;
}

.our-plan-section-bg {
    background-color: #edf5f4;
}

.our-plan-section-bg > div {
    max-width: 400px;
}

.our-plan-section-bg .content-box-side {
    color: var(--text-color);
}

.our-plan-section-bg .content-box-side h2 {
    line-height: 1.25;
}

.plan-list-wrapp li {
    display: flex;
    font-size: 22px;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
    color: #000000;
}

.plan-list-wrapp li span {
    display: contents;
}

.plan-list-wrapp li img {
    max-width: 30px;
}

.download-banner {
    background-color: #EDF5F4;
    min-height: calc(100vh - 74px);
}

.download-banner h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    text-align: center;
    max-width: 615px;
    margin: auto;
}

.download-banner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    max-width: 800px;
    margin: 35px auto;
    text-align: center;
    color: var(--black-text);
}

.download-banner .app-button a {
    display: contents;
}

.download-banner .bottom_img {
    text-align: center;
    margin-top: 30px;
    img{
        max-width: 75%;
    }
}

/* ---------------------------------------------------------------- */

.header {
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #ffffff;
    border-bottom: 1px solid #f7faff;
}

@keyframes scrolling {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-80%);
    }
}

header .logo {
    line-height: 0;
}

header .logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.header .header-container {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container .language-text {
    position: relative;
}

.language-text p {
    font-size: 14px;
    font-weight: 300;
    color: #9caac1;
    cursor: pointer;
}

.language-text p span {
    font-weight: 900;
}

.language-text:hover .language-dropdown {
    display: block;
}

.language-dropdown {
    display: none;
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    max-width: fit-content;
    position: absolute;
    right: 0;
}

.language-dropdown li {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    color: #9caac1;

    &:hover {
        background-color: #e0ecff;
    }
}

.banner-section {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-section .banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 40px;
    margin: 0 50px;
}

.banner-container .banner-image img {
    width: 450px;
}

.banner-container .banner-content {
    text-align: center;
}
.banner-content .content-title {
    color: var(--black-text);
    span{
        color: var(--secondary-color);
    }
}
.content-title {
    font-size: 30px;
    font-weight: 900;
    max-width: 550px;
    color: var(--secondary-color);
    text-align: center;
}

.theme-btn1 {
    background-color: var(--secondary-color);
    height: 50px;
    width: 100%;
    border: none;
    max-width: 300px;
    margin: 20px 0;
    border-radius: 15px;
    box-shadow: 0px 4px #0974615c;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.content-title span {
    color: var(--black-text);
}

.banner-content p {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.banner-content p span {
    color: var(--secondary-color);
    font-weight: 900;
}

.credentials-wrapp {
    overflow-x: hidden;
}

.credentials-row.for-mobile {
    display: none;
    animation: scrolling 30s linear infinite;
}

.credentials-row {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 20px 0 40px;
}

.languages-container {
    padding: 30px;
    background-color: #f7faff;
    display: flex;
    gap: 6px;
    scrollbar-width: none;
    overflow-x: auto;
    transition: scroll-left 0.3s ease-in-out;
    display: none;
}

.languages-container .language-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 15px;
    max-width: fit-content;
    border: 2px solid #ecf1f8;
    box-shadow: 0px 4px #ecf1f8;
    text-decoration: none;
}

.languages-container a.language-box:nth-of-type(1) {
    margin-left: 20px;
}

.languages-container .language-box:last-of-type {
    margin-right: 20px;
}

.language-box img {
    max-width: 35px;
}

.language-box p {
    font-size: 16px;
    font-weight: 900;
    color: var(--black-text);
}

.languages-container .language-arrow {
    position: absolute;
    background-color: #f7faff;
    padding: 22px 8px;
    z-index: 1;
    cursor: pointer;
    line-height: 0;
}

.languages-container .language-arrow.left-arrow {
    left: 0;
}

.languages-container .language-arrow.right-arrow {
    right: 0;
}

.language-arrow img {
    max-width: 22px;
    width: 100%;
}

.content-section .content-container {
    max-width: 940px;
    padding: 20px 50px;
    margin: 80px auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.content-container .content h2 {
    text-align: left;
    max-width: inherit;
}

.content-section .image img {
    max-width: 420px;
    width: 100%;
}

.content-container .content {
    max-width: 400px;
}

.content .description-text {
    font-size: 16px;
    font-weight: 300;
}

.flunzy-business {
    background-color: #edf5f4;
    padding: 50px 50px;
}

.flunzy-business .business-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.business-container .image img {
    width: 560px;
}

.business-container .content {
    max-width: 450px;
    padding: 20px 0;
    text-align: center;
}

.business-container .content img {
    max-width: 180px;
    width: 100%;
}

.business-container .description {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}

.review-section {
    margin: 50px 0;
    overflow-x: hidden;
}

.review-section .review-container {
    display: flex;
    margin-top: 50px;
    width: fit-content;
    animation: scrolling 60s linear infinite;
    animation-delay: 3s;
}

.review-section .review-title {
    text-align: center;
}

.review-title h2 {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 900;
    margin-bottom: 5px;
}

.review-title p {
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px;
}

.review-section .review-box {
    width: 340px;
    background-color: #f7faff;
    border-radius: 15px;
    padding: 20px;
    margin-right: 20px;
    flex-shrink: 0;
}

.review-box .testimonials-profile {
    display: flex;
    margin-bottom: 10px;
}

.testimonials-profile .image {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.testimonials-profile .image img {
    height: 100%;
    width: 100%;
}

.testimonials-profile .rating-star {
    width: 80px;
}

.testimonials-profile h2 {
    font-size: 16px;
    font-weight: 900;
}

.testimonials-profile .verified-text {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    color: #a0adc1;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-bottom: auto;
}

.testimonials-profile .verified-text img {
    max-width: 14px;
    margin-right: 5px;
}

.review-box .testimonials-text {
    font-size: 16px;
    font-weight: 500;
}

.for-join {
    text-align: center;
    margin-top: 30px;
}

.for-join h2 {
    max-width: 800px;
    margin: auto;
    padding: 20px 20px 0;
    color: var(--black-text);
}

.for-join h2 span {
    color: var(--secondary-color);
}

.bottom-img {
    max-width: 740px;
    margin: 80px auto -82px;
    text-align: center;
}

.bottom-img svg {
    max-width: 650px;
    height: auto;
}

.bottom-img img {
    width: 100%;
}

.footer {
    background-color: #ECF5F4;
    height: 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer .foot-content {
    max-width: 800px;
    margin: auto;
    display: flex;
    gap: 30px;
}

.foot-content .foot-col {
    padding: 0 12px;
}

.foot-col p {
    text-wrap: nowrap;
    font-size: 16px;
    color: #004235;
    font-weight: 900;
    margin-bottom: 5px;
}

.foot-col a {
    display: inline-block;
    font-size: 16px;
    color: #8DA4A0;
    font-weight: 900;
    margin-bottom: 5px;
    text-decoration: none;
}

footer .copy-right {
    font-size: 16px;
    color: #8DA4A0;
    font-weight: 900;
    padding-bottom: 20px;
}

.contact-us {
    min-height: 100vh;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
}

.contact-us .s-container {
    width: 100%;
}

.contact-us .contact-box {
    display: flex;
    max-width: 1025px;
    margin: auto;
    border: 2px solid #bdc1c8;
    padding: 35px;
    border-radius: 16px;
}

.contact-us .base-title {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.contact-us h2 {
    font-size: 38px;
    font-weight: 900;
}

.contact-us .base-title p {
    font-size: 18px;
    font-weight: 500;
    color: #686868;
}

.category-box {
    position: relative;
}

.contact-box .describe-text {
    width: 50%;
    padding-right: 20px;
}

.describe-text h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.describe-text p {
    font-size: 18px;
    color: #9caac1;
    font-weight: 700;
    max-width: 330px;
}

.contact-form .input-box label,
.category-box label {
    font-size: 18px;
    font-weight: 700;
}

.category-box h4 {
    width: 100%;
    padding: 15px;
    border: 2px solid #bdc1c8;
    border-radius: 14px;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 500;
    color: #757575;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 2px #bcc0c7f2;
}

.category-box h4 i {
    transition: all 0.5s;
}

.category-box.active .category-list {
    display: block;
}

.category-box.active h4 i {
    transform: rotate(180deg);
}

.category-box .category-list {
    position: absolute;
    background: #fff;
    width: fit-content;
    border-radius: 10px;
    border: 2px solid #bdc1c8;
    border-radius: 8px;
    display: none;
    z-index: 1;
}

.category-list li {
    padding: 16px 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #bfc3c9;

    &:hover {
        background-color: #91949345;
    }
}

.upload-btn {
    padding: 25px 10px;
    border: 2px dashed #bfc3c9;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin: 15px 0;
}

.upload-btn span {
    font-size: 18px;
    font-weight: 800;
}

.upload-btn span b {
    color: var(--secondary-color);
}
.upload-btn .file-selected {
    text-align: left;
    width: 100%;
    display: block;
}
.input-box.for-file {
    margin: 15px 0;
}

.upload-btn .wpcf7-form-control-wrap {
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.upload-btn .wpcf7-form-control-wrap input {
    opacity: 0;
}
.upload-btn .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 20px;
    text-align: left;
}
.contact-form {
    width: 50%;
    margin: auto;
}
.contact-form .input-box {
    margin-bottom: 8px;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #bdc1c8;
    border-radius: 8px;
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 500;
    background-color: #bdc1c838;
}

.contact-form .button {
    text-align: center;
    position: relative;
    input {
        background-color: var(--secondary-color);
        height: 50px;
        width: 100%;
        border: none;
        max-width: 300px;
        margin: 20px 0;
        border-radius: 15px;
        box-shadow: 0px 4px #0974615c;
        color: #fff;
        font-size: 16px;
        font-weight: 900;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        line-height: inherit;
    }
    .wpcf7-spinner {
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        background-color: #8d969f;
    }
}

.contact-page {
    padding-bottom: 0 !important;
    min-height: 80vh;
    display: flex;
}

.contact-page h2 {
    font-size: 52px;
    font-weight: 900;
}

.contact-page p {
    margin: 20px 0;
    font-size: 20px;
}

.contact-page p a {
    color: var(--primary-color);
    text-decoration: underline;
}

.contact-page .flex-row {
    gap: 80px;
}

.faq-wrapper {
    padding: 70px 0;
    background-color: #f7faff;
}

.faq-wrapper .faq-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
}

.faq-banner img {
    width: 30%;
}

.faq-banner .search-box {
    width: 40%;
    padding: 0 30px;
}

.search-box input {
    width: 100%;
    padding: 15px 15px 15px 60px;
    border: 2px solid var(--black-text);
    border-radius: 50px;
    background-color: var(--text-color);
    font-size: 16px;
    position: relative;
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/02/search.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position-x: 20px;
    background-position-y: center;
}

.faq-block {
    padding-bottom: 0;
}

.faq-block .blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog-list .blog-item {
    padding: 30px;
    border: 1px solid #000000;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    justify-content: center;
    color: var(--black-text);

    &:hover {
        background-color: #edf5f4;

        p {
            opacity: 1;
        }
    }

    &:nth-last-child(1) {
        grid-column: 1 / -1;
    }
}

.blog-list .blog-item p {
    color: var(--black-text);
    font-size: 16px;
    opacity: 0.75;
    font-weight: 700;
}

.back-arrow {
    position: absolute;
    top: 20px;
    left: 50px;
}

.policy-section .s-container {
    max-width: 1030px;
}

.policy-section {
    padding: 30px 0;
}

.policy-section h1 {
    font-size: 36px;
    font-weight: 900;
    margin: 20px 0;
}

.policy-section h2 {
    font-size: 30px;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
}

.policy-section p {
    font-size: 18px;
    color: #a6a9b0;
    margin: 10px 0;
}
/* ------------ */
.description-grid .discription-row {
    display: flex;
    gap: 42px;
}
.discription-row .col {
    max-width: 450px;
    width: 33.33%;    
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 33px;
    p{
        font-size: 16px;
        font-weight: 500;
    }
}
.discription-row .col .image img {
    max-width: 229px;
}
.discription-row .col h2 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 auto 13px;
    max-width: 80%;
}
.proven-method {
    text-align: center;
    background-color: #edf5f4;
}
.proven-method .section-title {
    max-width: 460px;
    margin: auto;
}
.proven-method .section-title h2 {
    font-size: 48px;
    font-weight: 800;
}
.proven-method .section-title p {
    margin-top: 10px;
    font-size: 16px;
}
.proven-method .counter-row {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 50px;
}
.counter-row .col-1 {
    text-align: center;
    max-width: 250px;
    gap: 20px;
}
.counter-row .col-1 h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 10px;
}
.learn-languages .app-button a {
    display: contents;
}
.download-anytime{
    background-color: #edf5f4;
}
.download-anytime .learn-languages {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 50px;
    padding: 50px;
    border-radius: 50px;
    background-color: #ffffff;
    text-align: center;
}
.learn-languages h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 10px;
}
.learn-languages .content {
    width: 50%;
    max-width: 580px;
    p{
        font-size: 16px;
        font-weight: 500;
    }
}

.learn-languages .image{
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/03/line-bg.png);
    width: 50%;   
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.become-fluent {
    background-color: #f7faff;
}
.become-fluent .image img {
    max-width: 450px;
}
.become-fluent .flex-row {
    justify-content: space-evenly;
    align-items: center;
}
.become-fluent .content {
    max-width: 550px;
}
.become-fluent h2 {
    font-size: 48px;
    line-height: 55px;
}
.become-fluent .list-wrap {
    margin-top: 25px;
}
.become-fluent .list-wrap li {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
    i {
        color: #097461;
        margin-right: 10px;
    }
}
.for-alluse {
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/03/stats-bg.svg);
    min-height: 100vh;
    background-size: cover;
    background-position-x: 90%;
    display: block;
}
.for-alluse .use-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px auto;
    width: 90%;
    &:nth-child(1) {
        margin-top: 0;
    }
    &:nth-last-child(1) {
        margin-bottom: 0;
    }
}
.for-alluse .sub-title{
    max-width: 800px;
    margin: auto;
}

.right-col .top-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    align-items: baseline;
    position: relative;
    background-color: #097461;
    color: #ffffff;
    width: 296px;
    height: 158px;
    border-radius: 16px;
}
.right-col .top-image {
    position: absolute;
    right: -21%;
    top: -30%;
}

.right-col .top-title h4 {
    font-size: 30px;
    font-weight: 700;
}
.right-col .top-title h3{
    font-size: 22px;
}
.for-alluse .main-title {
    text-align: center;
}
.for-alluse .main-title h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 10px;
}
.use-row .content-div {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 675px;
    text-align: left;
}
.use-row .content-div .image {
    flex-shrink: 0;    
    background-repeat: no-repeat;
    background-position: bottom center;
    &.yellow-bg{
        background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/03/yellow-box.png);
    }
    &.pink-bg{
        background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/03/pink-box.png);
    }
    &.green-bg{
        background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/03/green-box.png);
    }
    &.blue-bg{
        background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/03/blue-bg.png);
    }
}
.use-row .content-div .image img {
    max-width: 230px;
}
.use-row .content-div  p {
    font-size: 16px;
    font-weight: 300;
}
.use-row .content-div .title-tag {
    font-size: 30px;
    font-weight: 900;
    color: #097461;
    span {
        height: 30px;
        width: 30px;
        background-color: #09746029;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
}
.why-this{
    background-image: url(https://stage.flunzy.ai/wp-content/uploads/2025/03/why-Bg.png);
    min-height: 100vh;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.why-this .description-grid{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.description-grid .section-title{
    margin: auto;
    text-align: center;
    p{
        font-weight: 500;
        font-size: 16px;
        max-width: 890px;
        margin: 0 auto;
    }
}
.description-grid .section-title h2{
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 10px;
}
.description-grid .video-div{
    height: 510px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    max-width: 1024px;
    width: 100%;
    margin: auto;
    video {
        object-fit: fill;
        height: 100%;
        width: 100%;
    }
}
.why-this .side-image{
  position: absolute;
  z-index: 0;
  &.right{
    right: 0;
  }
}
@keyframes rotateAndMove{
    0% {
        transform: rotate(0deg) translateY(0px);
    }
    50% {
        transform: rotate(5deg) translateY(10px);
    }
    100% {
        transform: rotate(10deg) translateY(0px);
    }
}
.why-this .absolute-img{
    position: absolute;
    animation: rotateAndMove ease-in-out 2s infinite alternate;
    &.star-img{
        top: 16%;
        left: 10%;
    }
    &.audio-img{
        top: 25%;
        left: 0;
        animation-delay: 0.7s;
    }
    &.cricle-img{
        top: 35%;
        left: 6%;
        animation-delay: 1s;
    }
    &.streak-img{
        top: 50%;
        left: 0%;
        animation-delay: 0.50s;
    }
    &.msg-img{
        top: 20%;
        right: 5%;
    }
    &.suqare-img{
        top: 35%;
        right: 7%;
        animation-delay: 0.7s;
    }
    &.double-cricle-img{
        top: 50%;
        right: 5%;
        animation-delay: 0.5s;
    }
}
/* ---------- New faq */
.faq-head{
    background-color: #ECF5F4;
    padding: 30px 0;   
}
.faq-head .flex-row{
    justify-content: center;
    display: flex !important;
    gap: 10px;
    .faq-title{
        max-width: 280px;
        display: inline-block;
        padding: 20px;
        border-radius: 30px 30px 30px 3px;
        background-color: white;
        font-size: 20px;
        font-weight: 900;
        }
        .image{
            max-width: 100px;
        }
}
.faq-wrapp .question-type{
    font-size: 24px;
    font-weight: 800;
    color: var(--secondary-color);
}
.download-banner  .container{
    position: relative;
    z-index: 1;
}
.download-banner .absolute-img {
    position: absolute;
    animation: rotateAndMove ease-in-out 2s infinite alternate;
    &.star-img{
        top: 20%;
        left: 5%;
    }
    &.audio-img{
        top: 40%;
        left: 18%;
        animation-delay: 0.7s;
    }
    &.cricle-img{
        top: 60%;
        left: 0%;
        animation-delay: 1s;
    }
    &.streak-img{
        bottom: 5%;
        left: 10%;
        animation-delay: 0.50s;
    }
    &.msg-img{
        top: 20%;
        right: 5%;
    }
    &.suqare-img{
        top: 45%;
        right: 20%;
        animation-delay: 0.7s;
    }
    &.double-cricle-img{
        bottom: 5%;
        right: 5%;
        animation-delay: 0.5s;
    }
}
