@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
html{
scroll-behaviour:smooth;
scroll-padding-top:150px
}
.tabs-toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.tabs-toggle button {
    padding: 10px 20px;
    margin: 0 5px;
    border: 2px solid #ccc;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    font-weight: 700
}

.tabs-toggle button.active {
    background-color: #6c49b8;
    color: #fff
}

.plans {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap
}

.plan {
    width: 300px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    background: #fff
}

.plan.essential {
    background-color: #e3d7f3
}

.plan.basic {
    background-color: #c4ecf3
}

.plan.complete {
    background-color: #f7cac9
}

.plan h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px
}

.price {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0
}

.book-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #6c49b8;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 15px
}

.features {
    list-style: none;
    padding: 0
}

.features li {
    padding: 5px 0
}

.features li:before {
    content: "✔️";
    margin-right: 10px;
    color: green
}

.features li.unavailable:before {
    content: "❌";
    color: red
}

.plan-group {
    display: none
}

.plan-group.active {
    display: flex
}

.hro-sc {
    z-index: 1;
    position: relative
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.plan-video {
    width: 325px;
    margin-left: auto
}

.price-bg {
    background: #ffffff75;
    padding: 10px 10px;
    border-radius: 10px;
    text-align: center
}

.rec-center {
    display: flex;
    justify-content: center
}

body {
    font-family: "Poppins", sans-serif
}

p {
    margin-bottom: 0
}
header {
    justify-content: space-between;
    background-color: #fff;
    display: flex;
    padding: 15px 30px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999
}

.app-sc-new {
    display: flex;
    gap: 20px;
    width: fit-content;
    justify-content: space-between;
    align-items: center;
    background: #ffeab9;
    padding: 7px 15px;
    border-radius: 30px;
    border: 2px solid #755ba6;
}

.app-sc-new p {
    font-weight: 600;
}

.app-dv {
    display: flex;
    width: fit-content;
    padding: 7px 15px;
    background: #755ba6;
    border-radius: 30px;
    gap: 16px;
}

.app-dv img {
    display: inline-block;
    width: 30px;
}

h2.mnhd {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-block: 40px;
    text-align: center
}

a.ppp-cta {
    padding: 10px 25px;
    display: inline-block;
    position: relative;
    background: #ffaf00;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    margin-top: 15px;
    border: 1px solid #ffaf00;
    transition: 0.3s
}

a.ppp-cta:hover {
    background: #fff;
    color: #ffaf00;
    box-shadow: 0 0 10px #0000004f
}

.gl-bf-af {
    padding-bottom: 80px;
    text-align: center;
    padding-top: 30px
}

.gl-bf-af h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px
}

.gl-bf-af h3 {
    margin-top: 65px;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding-bottom: 20px;
    color: #ffaf00;
    width: 18%;
    margin-inline: auto;
    border-bottom: 4px solid;
    font-size: 20px
}

.faq-rw-nw {
    margin-top: 50px;
    width: 76%;
}

.accordion-item:first-of-type {
    border-radius: 20px
}

.accordion-item:last-of-type {
    border-radius: 20px
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999
}

.popup {
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    position: relative;
    opacity: 0;
    transform: translateY(-30px);
    animation: fadeFromUp 0.6s forwards;
    box-shadow: 0 4px 15px rgb(0 0 0 / .2);
    text-align: center;
    border: 15px solid #ffaf00
}

.popup:before {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 17.3%;
    background: #ffaf00;
    border-radius: 0 50px 50px 0
}

.popup:after {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    left: 96.4%;
    top: 17.3%;
    background: #ffaf00;
    border-radius: 50px 0 0 50px
}

.popup h2 {
    font-size: 1.125rem;
    padding-block: 40px;
    border-bottom: 2px dashed #ffaf00;
    text-transform: uppercase;
    font-weight: 500
}

.popup p {
    font-size: 18px
}

.popup span {
    font-weight: 800;
    font-size: 30px
}

.popup span1 {
    font-size: 14px
}

.popup span2 {
    font-size: 13px;
    color: #797979
}

.popup img {
    max-width: 100%;
    position: relative;
    margin-top: 20px
}

@keyframes fadeFromUp {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.close-btn {
    position: absolute;
    top: 0;
    right: 10px;
    background: #ffaf00;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 0 0 50px 50px
}

.close-btn:hover {
    color: red
}

.app-nw-sct {
    width: 76%
}

.app-nw-sct .col-lg-4 {
    padding-inline: 20px
}

.store-icons img {
    height: 50px;
    margin-right: 10px
}

.phone-mockup {
    position: relative;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    aspect-ratio: .5625
}

.phone-mockup video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.step-box {
    border-radius: 25px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s ease;
    border: 1px solid #EFEFEF
}

.step-number {
    font-size: 55px;
    font-weight: 700;
    flex-shrink: 0;
    -webkit-text-stroke: 2px #000;
    padding-block: 20px
}

.step-number.stnm-1 {
    color: #AA8FDD;
    padding-right: 30px;
    border-right: 1px solid #EFEFEF
}

.step-number.stnm-2 {
    color: #42BCCD;
    padding-left: 30px;
    border-left: 1px solid #EFEFEF
}

.step-number.stnm-3 {
    color: #FF8572;
    padding-right: 30px;
    border-right: 1px solid #EFEFEF
}

.step-number.stnm-4 {
    color: #FFC85B;
    padding-left: 30px;
    border-left: 1px solid #EFEFEF
}

.step-box:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .5)
}

.step-box.stb-1:hover {
    background: #AA8FDD2E
}

.step-box.stb-2:hover {
    background: #42BCCD42
}

.step-box.stb-3:hover {
    background: #FF857242
}

.step-box.stb-4:hover {
    background: #FFC85B40
}

.step-text h5 {
    margin-bottom: 15px;
    font-weight: 500
}

.step-text p {
    margin: 0;
    color: #555
}

.steps-wrapper-pc>.row>div {
    margin-bottom: 20px
}

.steps-wrapper-pc {
    display: block
}

.steps-wrapper-mb {
    display: none !important
}

.hro-sc {
    z-index: 1;
    position: relative
}

img.logo {
    width: 120px
}

.gl-dv .gl-cnt i {
    color: #fb0
}

.gl-dv .gl-hd-p-dv h5 {
    font-weight: 700;
    margin: 0
}

.gl-dv .gl-hd-p-dv p {
    font-size: 11px;
    color: #894aed
}

.gl-dv .gl-hd-p-dv {
    display: flex;
    gap: 5px;
    align-items: center
}

.gl-dv img {
    width: 20%
}

.gl-dv {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    padding: 10px;
    width: 18%;
    background: #fff;
    border-radius: 10px
}

.bk-ic {
    text-align: center;
    display: block;
    position: relative
}

.bk-ic p {
    margin: 0;
    font-size: 15px
}

.bk-ic a {
    color: #fff;
    text-decoration: none
}

.bk-ic i {
    color: #000;
    background: #FFAF00;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 7px
}

img.pc-mg {
    max-width: 100%
}

img.mb-mg {
    max-width: 100%;
    display: none
}

.frm-dv h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #000
}

.frm-dv {
    width: 28%;
    padding: 25px 40px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    padding-bottom: 140px;
    right: 70px;
    bottom:0;
    text-align: center;
    border-radius: 20px;
    z-index: 1;
    margin:auto;
    height: fit-content;
    box-shadow: 5px 5px 13px 0px rgb(0 0 0 / .5);
}

.frm-dv p {
    font-size: 16px;
    font-weight: 600;
    color: #894aed
}

.frm-dv input {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 8px;
    border: 1px solid #dfccff;
    border-radius: 8px;
    width: 100%
}

.frm-dv input[type=submit] {
    background-color: #ffaf00;
    border-radius: 8px;
    color: #000;
    font-weight: 700 !important;
    width: max-content !important;
    border: 1px solid #c36;
    padding: .5rem 1rem
}

.frm-dv span {
    font-weight: 500;
    color: #000;
    margin: 20px 0 12px
}

.frm-dv span,
.frm-dv span1 {
    display: inline-block;
    font-size: 13px
}

.frm-dv span1 {
    font-weight: 600
}

.gl-rt-rw {
    margin-top: 40px
}

.gl-rt-rw div {
    width: 22%
}

.gl-rt-rw img {
    width: 100%
}

.gl-rt-rw h2 {
    font-size: 18px;
    font-weight: 500;
    color: #5A5252;
    margin: 0
}

.gl-rt-rw h2 span {
    font-size: 21px;
    color: #000;
    font-weight: 600
}

.bgmg-rw h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px
}

.bgmg-rw {
    position: relative;
    display: block;
    padding: 70px 0 15px;
    text-align: center
}

.cntr-nw-mg-rw img {
    max-width: 100%
}

.why-chs-sc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 15px
}

.why-chs-dv {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 40%;
    gap: 15px
}

.why-chs-dv img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(37%) saturate(694%) hue-rotate(220deg) brightness(94%) contrast(90%);
    width: 13%
}

.why-chs-cnt {
    text-align: left
}

.why-chs-cnt h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0
}

.why-chs-cnt p {
    color: #1e1e1e
}

.bk-btn-dv a {
    padding: 8px 24px;
    background-color: #ffaf00;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500
}
.bk-btn-dv a:last-of-type{
	background-color:#fff;
    border:1px solid lightgray
}

.bk-btn-dv {
    margin: 40px 0 0
}

.bk-btn-dv a i {
    margin-left: 5px
}

.owl-carousel {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0
}

.tstm-rw h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000
}

.tstm-rw {
    padding: 50px 0;
    background-color: #fff
}

.tstm-cnt-dv {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #0003
}

.tstm-para {
    height: 100px;
    overflow: auto;
    margin-bottom: 20px
}

.tstm-para p {
    font-size: 16px;
    line-height: 1.5
}

.tstm-str-dv {
    margin-bottom: 10px
}

.tstm-str-dv i {
    color: #fec42d
}

.yt-lazy {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 400px;
    background: #000;
    cursor: pointer;
    overflow: hidden;
}

.yt-lazy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    font-size: 48px;
    padding: 12px 24px;
    border-radius: 50%;
    cursor: pointer;
}

.tstm-mg-nm-dv {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    position: relative
}

.tstm-mg-nm-dv:after {
    content: '';
    background: url(assets/images/quote.webp);
    width: 20%;
    height: 100%;
    position: absolute;
    background-size: contain;
    left: 70%;
    top: 0;
    opacity: .5
}

.tstm-mg-nm-dv img {
    width: 20% !important;
    border-radius: 50px;
    box-shadow: 0 0 10px #0005
}

.tstm-mg-nm-dv h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.owl-theme .owl-nav {
    display: none
}

.owl-theme .owl-dots .owl-dot span {
    background: #cbcbcb
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #894aed
}

.owl-dots {
    top: 35px;
    position: relative
}

.cnt-rw {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 80%;
    margin: 50px auto 0
}

.cnt-it {
    padding: 30px 40px;
    background-color: #fef0d0;
    border: 1px solid #ffaf00;
    border-radius: 16px;
    display: grid;
    width: 33.33%
}

.cnt-it h3 {
    font-size: 35px;
    font-weight: 700;
    color: #894aed
}

.cnt-it p {
    color: #894aed
}

.yt-vd-rw h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px
}

.yt-vd-rw {
    padding: 50px 0;
    text-align: center
}

.yt-vd-sc iframe {
    border-radius: 20px;
    padding: 10px
}

.wrk-rw {
    padding: 80px 0;
    text-align: center;
    background: url(assets/images/Frame-3825.png);
    background-size: cover
}

.wrk-rw h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px
}

.wrk-sc {
    display: flex;
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 32px 24px;
    border: 1px solid #ff9e8e;
    border-radius: 16px;
    text-align: left
}

.wrk-hd svg {
    width: 50px;
    height: 50px
}

.wrk-hd h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #894aed
}

.wrk-sc p {
    color: #6c6873;
    text-align: center
}

.wrk-hd {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center
}

.wrk-cnt1,
.wrk-cnt2 {
    margin-right: 20px;
    border-right: 1px solid #ff9e8e;
    padding-right: 12px
}

.ftrs-rw {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat
}

.ftrs-pc {
    display: block
}

.ftrs-mb {
    display: none
}

.ftrs-rw h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 70px
}

.ftrs-sc {
    display: flex;
    justify-content: center;
    height: auto;
    width: 80%;
    margin: auto;
    position: relative;
    margin-bottom: 40px;
    gap: 30px
}

.ftrs-dv {
    width: 33.33%;
    display: block;
    position: relative
}

.ftrs-dv img {
    width: 47%
}

.ftrs-dv h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #894aed
}

.ftrs-dv p {
    color: #7a7a7a
}

.dw-ap-rw {
    margin-bottom: 80px
}

.dw-ap-sc {
    display: flex;
    width: 95%;
    margin-inline: auto;
    background: url(assets/images/Web2-1.webp);
    border-radius: 20px;
    padding: 0 110px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px
}

.dw-cnt-dv h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 44px;
    color: #000
}

.dw-cnt-dv {
    padding: 60px 0
}

.dw-cnt-dv ul {
    list-style: none;
    padding: 0 20px
}

.dw-ap-sc ul li {
    margin-top: 12px;
    color: #54595f
}

.dw-cnt-dv ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: url(assets/images/accept.webp);
    background-size: cover;
    border-radius: 30px;
    margin-top: 4px;
    margin-left: -18px
}

.dw-ap-lnk p {
    margin-right: 20px
}

.dw-ap-lnk img {
    width: 90%
}

.dw-ap-lnk {
    display: flex;
    align-items: center;
    justify-content: center
}

.dw-mg {
    display: block;
    position: relative
}

.dw-mg img {
    padding-top: 120px
}

.faq-rw h2.faq-mnhd {
    font-size: 36px;
    font-weight: 500;
    line-height: 60px;
    color: #000;
    margin-bottom: 30px
}

.faq-rw {
    width: 80%;
    margin: auto;
    padding: 80px 0
}

.accordion-item {
    border: 2px solid #d5d8dc;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px
}

.accordion-header {
    margin-bottom: 0;
    background: #E6D8FF
}

.accordion-button {
    color: #000;
    background-color: #E6D8FF;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    padding: 20px
}

h2.fqnw {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px
}

.accordion-button:not(.collapsed) {
    border-radius: 20px;
    background-color: #E6D8FF;
    box-shadow: none;
    color: #000
}

footer {
    text-align: center;
    background: url(assets/images/footer-bg.webp);
    color: #fff;
    padding: 30px 0 0;
    background-size: cover;
    background-repeat: no-repeat
}

footer h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    max-width: 38%;
    margin: auto
}

footer p:not(.copyright) {
    margin: 15px 0 30px
}

footer .bk-btn-dv {
    padding: 0 0 35px;
    border-bottom: 1px solid #fff;
    width: 80%;
    margin: auto
}

p.copyright {
    padding: 10px 0 35px;
    font-size: 12px
}

footer .bk-btn-mb-dv {
    display: none
}

.dw-ap-mb-rw {
    display: none
}

.yt-vd-sc {
    display: flex
}

.stk-cta h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.stk-cta a {
    display:inline-block;
    background: #fff;
    text-decoration: none;
    color: #000;
    padding: 20px 0;
    box-shadow: 0 0 30px #0003;
    border: 1px solid #894aed;
    border-radius: 50%
}

.stk-cta img {
    width: 50%;
    opacity: .7
}

.stk-cta {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 10%;
    text-align: center;
    z-index: 999;
    animation: bounce 2s infinite
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.yt-mb {
    display: none
}

.yt-pc {
    display: block
}

.ctr-dv {
    width: 32%;
    display: block;
    position: relative;
    margin-top: -10%;
    padding: 30px;
    border-radius: 30px
}

.ctr-dv img {
    width: 30%
}

.ctr-dv h2 {
    font-size: 45px;
    font-weight: 700
}

.cntr-rw-nw .row {
    gap: 15px
}

.ctr-dv.ctr-1 {
    background: #E1F0FF
}

.ctr-dv.ctr-2 {
    background: #FFF5DE
}

.ctr-dv.ctr-3 {
    background: #FFDDD3
}

.cntr-rw-nw {
    margin-bottom: 50px
}

.sty-brdr {
    padding: 0 0 10px;
    color: #ffaf00;
    border-bottom: 4px solid #000
}

@media only screen and (min-width:320px) and (max-width:600px) {
.app-sc-new {
        width: fit-content;
        padding: 4px 10px;
    }

    .app-sc-new p {
        font-size: 10px;
        display: none
    }

    .app-dv {
        width: fit-content;
        padding: 5px 16px;
    }

    .app-dv img {
        width: 30px
    }
    .plan-video {
        margin: auto
    }

    .gl-bf-af h3 {
        width: 50%;
        margin-top: 50px;
        font-size: 16px
    }

    .step-box {
        flex-direction: column;
        text-align: center
    }

    .step-number.stnm-1 {
        padding-bottom: 20px;
        border-bottom: 1px solid #EFEFEF;
        border-right: none;
        padding-right: 0
    }

    .step-number.stnm-2 {
        padding-top: 20px;
        border-top: 1px solid #EFEFEF;
        border-left: none;
        padding-left: 0
    }

    .step-number.stnm-3 {
        padding-bottom: 20px;
        border-bottom: 1px solid #EFEFEF;
        border-right: none;
        padding-right: 0
    }

    .step-number.stnm-4 {
        padding-top: 20px;
        border-top: 1px solid #EFEFEF;
        border-left: none;
        padding-left: 0
    }

    .steps-wrapper-pc {
        display: none
    }

    .steps-wrapper-mb {
        display: block !important;
        padding-top: 40px
    }

    .app-nw-sct .col-lg-4 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5)
    }

    .ctr-dv {
        width: 85%;
        margin-top: 5%
    }

    .yt-pc {
        display: none
    }

    .yt-mb {
        display: block
    }

    .ftrs-dv img {
        width: 47% !important;
        margin: auto
    }

    .ftrs-mb {
        display: block
    }

    .ftrs-pc {
        display: none
    }

    .gl-rt-rw div {
        width: 75%;
        margin-top: 20px
    }

    .stk-cta {
        display: none
    }

    .gl-dv {
        gap: 5px;
        padding: 5px;
        width: 33%;
        height: 65px
    }

    .gl-dv img {
        width: 20%
    }

    .gl-dv .gl-cnt i {
        font-size: 10px;
        top: -5px;
        position: relative
    }

    .gl-dv .gl-hd-p-dv {
        top: -7px;
        position: relative
    }

    .yt-vd-sc {
        flex-direction: column
    }

    img.pc-mg {
        max-width: 100%;
        display: none
    }

    img.mb-mg {
        max-width: 100%;
        display: block
    }

        .frm-dv {
        width: 95%;
        margin: auto;
        margin-top: 20px;
        position: relative;
        top: 0;
        margin-bottom: 20px;
        box-shadow: 0px 0px 10px 0 rgb(142 140 140 / 70%);
    }

    .bgmg-rw {
        padding: 50px 0
    }

    .why-chs-sc,
    .why-chs-dv,
    .cnt-rw,
    .wrk-sc,
    .ftrs-sc {
        flex-direction: column
    }

    .yt-vd-sc iframe {
        width: 100%
    }

    .dw-ap-rw {
        display: none
    }

    header {
        padding: 10px 15px;
        gap: 0
    }

    .bgmg-rw h2,
    h2.fqnw,
    .gl-bf-af h2,
    h2.mnhd {
        font-size: 26px;
        text-align: center
    }

    .why-chs-dv {
        width: 97%;
        margin-top: 30px
    }

    .why-chs-sc {
        margin-bottom: 0
    }

    .why-chs-cnt {
        text-align: center
    }

    img.logo {
        width: 100px
    }

    img.gl-bdg {
        width: 35%
    }

    .tstm-rw h2 {
        font-size: 26px
    }

    .tstm-rw {
        padding: 20px 10px
    }

    .cnt-it {
        width: 100%
    }

    .yt-vd-rw h2 {
        font-size: 26px
    }

    .wrk-sc {
        width: 95%
    }

    .wrk-cnt1,
    .wrk-cnt2 {
        margin-bottom: 20px;
        border-bottom: 1px solid #ff9e8e;
        padding-bottom: 15px;
        margin-right: 0;
        padding-right: 0;
        border-right: 0
    }

    .wrk-hd h3 {
        font-size: 18px
    }

    .wrk-rw {
        padding: 50px 0
    }

    .wrk-rw h2 {
        font-size: 26px
    }

    .ftrs-rw {
        padding: 0
    }

    .ftrs-rw h2 {
        margin-bottom: 30px;
        font-size: 26px
    }

    .ftrs-dv {
        width: 95%;
        margin: auto
    }

    .ftrs-mb .owl-dots {
        top: 0
    }

    .faq-rw {
        display: none
    }

    footer {
        padding: 60px 0 0
    }

    footer h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 100%
    }

    p.copyright {
        padding: 10px 20px 57px
    }

    footer .bk-btn-mb-dv a {
        padding: 8px 35px;
        font-size: 18px
    }

   footer .bk-btn-mb-dv {
        display: flex;
        background: #fff;
        padding:10px 0px;
        box-shadow:0px -2px 10px lightgray;
        width: 100%;
        margin: 0;
        position: fixed;
        bottom: 0;
        gap: 7px;
        justify-content: center;
        z-index: 99
    }

    .dw-ap-mb-rw {
        background: url(assets/images/Mobile.webp);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 25px;
        width: 95%;
        margin: auto;
        border-radius: 20px;
        margin-block: 50px;
        display: block
    }

    .dw-ap-mb-rw h3 {
        font-size: 16px;
        margin-bottom: 20px
    }

    .dw-mb-ap {
        display: flex;
        width: 55%;
        gap: 10px
    }

    .dw-mb-ap img {
        width: 100%
    }

    .dw-ap-mb-rw p {
        font-size: 11px;
        margin-top: 15px
    }

    .dw-ap-mb-rw img.emoji {
        width: 3%
    }
}

.hro-sc {
    position: relative;
}

.pc-mg-txt {
    position: absolute;
    left: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: fit-content;
}

.pc-mg-txt h1 {
    color: #000;
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pc-mg-txt svg {
    width: 250px;
    height: auto;
}

/* Default state when not active */
.stk-cta.inactive {
    display: none;
}

/* State when active */
.stk-cta.active {
    display: block;
    /* Add any other styles for active state here */
}

@media(max-width:992px) {
    .frm-dv {
        right: 0 !important;
    }

    .pc-mg-txt {
        top: 40px;
        left: 0;
        right: 0;
        bottom: unset;
        text-align: center;
        width: 100%;
    }

    .pc-mg-txt h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .pc-mg-txt svg {
        width: 120px;
        display: none;
    }

    .stk-cta.active {
        display: none !important;
    }
}

header .rating-img.mobile-visible {
    display: none;
    width: 125px;
}

@media (max-width:768px) {
    header {
        justify-content: space-between;
        gap: 15px;
    }

    header .rating-img.mobile-visible {
        display: block;
    }
}

/* ======================
    CTA Section Style
==========================*/
.cta-section {
    padding: clamp(60px, 6vw, 120px) 0 clamp(60px, 6vw, 100px);
    position: relative;
}

.cta-section .cta-bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.cta-section .cta-bg-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-section .cta-content-wrapper {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.cta-section .cta-content-wrapper h2 {
    font-size: clamp(28px, 4vw, 48px);
    line-height: clamp(40px, 4.5vw, 68px);
    Font-weight: 700;
    font-family: Poppins;
    color: inherit;
    margin-bottom: 20px;
}

.cta-section .cta-content-wrapper p {
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: clamp(24px, 2.7vw, 28px);
    Font-weight: 400;
    font-family: Poppins;
    color: inherit;
    margin-bottom: 16px;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.btn-wrapper .btn-primary {
    padding: 10px 16px;
    background: #FFAF00;
    border-radius: 8px;
    color: #000;
    font-size: clamp(16px, 2vw, 18px);
    line-height: normal;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: Poppins;
    Font-weight: 600;
}