body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}
html{
    scroll-behaviour:smooth;
    scroll-padding-top:150px
}

p{
    margin-bottom: 0;
}
img{
    max-width: 100%;
}
header {
    background-color: #fff;
    display: flex;
    padding: 15px 120px 15px 175px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    justify-content: center;
}
.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%;
   /*padding-top: 177.78%;  9:16 aspect ratio (16/9 * 100) reversed */
    border: 2px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 0.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: bold;
    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.stb-1 {
    border: 1px solid #AA8FDD;
}
.step-box.stb-2 {
    border: 1px solid #42BCCD;
}
.step-box.stb-3 {
    border: 1px solid #FF8572;
}
.step-box.stb-4 {
    border: 1px solid #FFC85B;
}*/
.step-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 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;
}
.faq-rw-nw {
    margin-top: 50px;
    width: 76%;
}
h2.fqnw {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}
.accordion-item:first-of-type {
    border-radius: 20px;
}
.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:not(.collapsed) {
    border-radius: 20px;
    background-color: #E6D8FF;
    box-shadow: none;
    color: #000;
}
.accordion-button {
    color: #000;
    background-color: #E6D8FF;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
}
.accordion-item:last-of-type {
    border-radius: 20px;
}
.pckg-rw {
    margin-block: 50px;
}
.pckg-rw .row {
    margin-top: 50px;
}
.pckg-sc {
    box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.5);
    display: grid;
    gap: 30px;
    text-align: center;
    padding: 35px 20px;
    border-radius: 20px;
    background: #FFF5DE;
}

.pckg-sc-green {
    box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.5);
    display: grid;
    gap: 30px;
    text-align: center;
    padding: 35px 20px;
    border-radius: 20px;
    background: #E2FFE3D9;
}

.pckg-sc-red {
    box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.5);
    display: grid;
    gap: 30px;
    text-align: center;
    padding: 35px 20px;
    border-radius: 20px;
    background: #FFE2FAD9; 
}


.pckg-sc-pink {
    box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.5);
    display: grid;
    gap: 30px;
    text-align: center;
    padding: 35px 20px;
    border-radius: 20px;
    background: #FFFEE2D9; 
}











.pckg-sc h5 span {
    color: #ffaf00;
}


.pckg-sc-green h5 span {
    color: #ffaf00;
}

.pckg-sc h5 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
}

.pckg-sc-green h5 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
}


.pckg-sc span1 {
    font-size: 30px;
    font-weight: 700;
    color: #894aed;
}

.pckg-sc-green span1 {
    font-size: 30px;
    font-weight: 700;
    color: #894aed;
}


.pckg-sc a {
    display: inline-block;
    padding: 10px 50px;
    text-transform: uppercase;
    width: 60%;
    margin: auto;
    background: #894aed;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 60px;
}

.pckg-sc-green a {
    display: inline-block;
    padding: 10px 50px;
    text-transform: uppercase;
    width: 60%;
    margin: auto;
    background: #894aed;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 60px;
}


.brd-pkg-rw {
    margin-top: 80px;
    padding: 0;
}
.brd-pkg-sc {
    border: 1px solid #000;
    border-radius: 20px;
    background: #fff;
    margin-top: 30px;
    overflow: hidden;
}
.brd-pkg-sc .col-lg-7 {
    padding: 0 35px;
}
.brd-pkg-sc ul {
    list-style: none;
    padding: 0;
}
.brd-pkg-sc ul li:first-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.brd-pkg-sc ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.brd-pkg-sc ul li img {
    width: 3%;
}
.brd-pkg-sc a {
    display: inline-block;
    padding: 10px 50px;
    background-color: #FFAF00;
    text-decoration: none;
    text-transform: capitalize;
    color: #000000;
    border-radius: 50px;
    margin-top: 15px;
}
.brd-pkg-rw h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
.hro-sc {
    z-index: 1;
    position: relative;
}
img.logo {
    width: 11%;
    height: 11%;
}
.gl-dv .gl-cnt i {
    color: #ffbb00;
}
.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: center;
    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: bolder;
    line-height: 38px;
    color: #000;
}
.frm-dv {
    width: 28%;
    padding: 25px 40px;
    background: #fff;
    display: block;
    position: absolute;
    top: 35%;
    right: 0;
    text-align: center;
    border-radius: 20px;
    z-index: 1;
    margin-left: auto;
    margin-right: 2%;
    box-shadow: 12px 10px 10px 0px rgba(0, 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: 700;
    color: #000;
    margin: 30px 0 12px;
}
.frm-dv span, .frm-dv span1 {
    display: inline-block;
    font-size: 13px;
}
.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;
}
.inf-sc {
    margin-block: 80px;
}
.inf-sc p {
    margin-top: 30px;
}
.lst-mg-sc img {
    max-width: 100%;
}
.lst-sc .row {
    align-items: center;
}
.lst-inf-sc h4 {
    font-weight: 700;
    margin-block: 20px;
}
.lst-inf-sc ul svg {
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
    display: inline-block;
    height: 20px;
}
.lst-sc {
    margin-bottom: 80px;
}
.lst-inf-sc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #894aed;
    font-weight: 600;
    font-size: 20px;
}
.lst-inf-sc ul li {
    margin-bottom: 10px;
}
.lst-inf-sc h4 {
    font-weight: 700;
    margin-block: 20px;
}
.blk-rw {
    margin-bottom: 80px;
    margin-top: 40px;
}
.blk-rw .row {
    justify-content: start;
    gap: 34px;
    margin-top: 35px;
    flex-direction: row;
}
.blk-inf-dv {
    padding: 39px 20px 21px 20px;
    border-radius: 16px;
    text-align: left;
    background: #FFD1DD;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 48%;
    
}
.blk-inf-dv h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
}
.blk-inf-dv p {
margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #ff0043;
    display: flex;
    gap: 5px;
}
.blk-inf-dv.blk-typ2 p {
    color: #000000;
    border-color: #7BBE5C;
}
.blk-inf-dv.blk-typ2 h4 {
    color: #000000;
}
.blk-inf-dv.blk-typ2 {
    background: #BCE4AA;
}
.bk-btn-dv a {
    padding: 15px 40px;
    background-color: #755aa6;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    font-weight: 400;
}
.blk-inf-dv i {
    top: 5px;
    position: relative;
}
.bk-btn-dv {
    margin: 40px 0 0;
    text-align: center;
}
.bk-btn-dv a i {
    margin-left: 5px;
}
.owl-carousel {
    width: 100%;
    margin: auto;
    padding: 20px 0;
}
.blk-rw h2, h2.mnhd, .pckg-rw h2{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.tstm-rw {
    background: #FFF;
    margin-block: 80px;
}
.tstm-rw h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.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;
}
.tstm-mg-nm-dv {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    position: relative;
}
.tstm-mg-nm-dv:after {
    content: '';
    background: url(images/quote.png);
    width: 20%;
    height: 100%;
    position: absolute;
    background-size: contain;
    left: 70%;
    top: 0;
    opacity: 0.5;
}
.tstm-mg-nm-dv img {
    width: 20%!important;
}
.tstm-mg-nm-dv h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
.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;
}
.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%!important;
    margin:auto;
}
.ftrs-dv h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #894aed;
}
.ftrs-dv p {
    color: #7a7a7a;
}
.bgmg-rw h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.bgmg-rw {
    position: relative;
    display: block;
    padding: 80px 0 15px;
    text-align: center;
}
/*.dw-ap-rw {
    //margin-bottom: 50px;
}*/
.dw-ap-sc {
    display: flex;
    width: 95%;
    margin: auto;
    background: url(images/Web2-1.png);
    border-radius: 20px;
    padding: 0 110px;
    background-size: cover;
    background-repeat: no-repeat;
}
.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(images/accept.png);
    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;
}
footer {
    text-align: center;
    background: url(images/footer-bg.png);
    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 0px 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;
}
.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: 0.7;
}
.stk-cta {
    display: block;
    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);
  }
}
.sty-brdr {
    padding: 0 0px 10px;
    color: #ffaf00;
    border-bottom: 4px solid #000;
}
.ctr-dv {
    width: 24%;
    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;
}
.ctr-dv.ctr-4 {
    background: #d1fffe;
}
.cntr-rw-nw {
    margin-bottom: 40px;
}
.ctr-dv p {
    font-size: 15px;
}
.blk-pc{
    display: block;
}
.blk-mb{
    display: none;
}
.pc-mg-txt h1{
	font-size:40px;
    line-height:55px;
    color:#fff;
}
/*mobile view*/
@media only screen and (min-width: 320px) and (max-width: 600px){
    .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);
    }
    .blk-rw {
        margin-bottom: 30px;
        margin-top: 0px; 
    }
        .blk-pc{
        display: none;
    }
    .blk-mb{
        display: block;
    }
    .bgmg-rw h2{
        font-size: 25px;
    }
    .ctr-dv{
        width: 90%;
        margin-top: 25px;
    }
    .ftrs-mb{
        display: block;
    }
    .ftrs-pc{
        display: none;
    }
    .gl-rt-rw div {
        width: 75%;
        margin-top: 20px;
    }
    .stk-cta {
        display: none;
    }
    .tstm-rw h2, .wewr-rw h2, .ypsfq-mnhd, h2.mnhd, h2.gnfq-mnhd{
        font-size: 31px;
    }
    svg.wave-top {
        margin-bottom: -8px;
    }
    svg.wave-bottom {
        margin-top: -16px;
    }
    .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;
    }
    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;
    }
    .blk-rw .row {
        flex-direction: column;
        padding: 0 15px;
    }
    .blk-inf-dv {
        width: 100%;
    }
    .blk-rw h2, h2.mnhd{
        font-size: 26px;
    }
    .dw-ap-rw {
        display: none;
    }
    .ftrs-sc {
        flex-direction: column;
    }
    .ftrs-rw {
        padding: 0;
    }
    .ftrs-rw h2 {
        margin-bottom: 30px;
        font-size: 23px;
    }
    .ftrs-dv {
        width: 95%;
        margin: auto;
    }
    .ftrs-mb .owl-dots {
        top:35px;
    }
    .faq-rw {
        display: none;
    }
    header {
        padding: 10px 15px;
        gap: 0;
    }
    img.logo {
        width: 30%;
    }
    img.gl-bdg {
        width: 35%;
    }
    .tstm-rw h2 {
        font-size: 26px;
    }
    footer {
        padding: 60px 0 0;
    }
    footer .bk-btn-dv a{
        font-size: 14px;
    }
    footer h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 99%;;
    }
    p.copyright {
        padding: 10px 20px 57px;
    }
    footer .bk-btn-mb-dv a {
        padding: 10px 35px;
        font-size: 16px;
    }
   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(images/Mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 25px;
        width: 95%;
        margin: auto;
        border-radius: 20px;
        margin-bottom: 50px;
        display: block;
    }
    .dw-ap-mb-rw h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
        .wrk-sc {
        width: 95%;
        flex-direction: column;
    }
    .wrk-cnt1, .wrk-cnt2 {
        margin-bottom: 20px;
        border-bottom: 1px solid #ff9e8e;
        padding-bottom: 15px;
        margin-right: 0 !important;
        padding-right: 0;
        border-right: 0 !important;
    }
    .wrk-hd h3 {
        font-size: 18px;
    }
    .wrk-rw {
        padding: 50px 0;
    }
    .wrk-rw h2 {
        font-size: 26px;
    }
    .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:#fff;
    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;
        background-color:rgba(0,0,0,0.5);
        padding:10px;
        border-radius:8px;
        margin:0 12px 12px;
    }
    .pc-mg-txt svg{
        width:120px;
        
    }
    .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;
    }
    .bk-btn-dv a:last-of-type{
        background-color:#fff;
        border:1px solid #000;
        color:#000;
    }