    @import url('../../css2');
    
    .p0 {
        padding: 0px;
    }
    
    h1,
    h2,
    h3,
    a,
    li,
    span,
    button,
    p,
    h4,
    h5,
    h6 {
        font-family: 'Jost', sans-serif;
        margin: 0;
    }
    
    
    body {
        overflow-x: hidden;
    }
    
    a:hover,
    a:focus,
    button:hover,
    button:focus,
    .form-btn-st:focus {
        text-decoration: none !important;
        outline: none;
    }
    
    .logo img {
        width: 120px;
    }
    
    .logo {
        /*margin-top: 30px;*/
    }
    
    .head_top {
        padding: 20px 0;
        /* box-shadow: 0px 5px 20px 0px #cacaca; */
        z-index: 9;
        /*position: absolute;*/
        /* left: 0; */
        /* right: 0; */
        width: 100%;
    }
    
    section {
        float: left;
        width: 100%;
    }
    
    .head_top .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .header-btn.cta-tab-btn {
        justify-content: flex-end;
        text-align: right;
    }
    
    .header-btn.cta-tab-btn a.serv-cta-tel {
        margin-right: 15px;
        color: #fff;
        padding: 8px 30px;
        /*border-radius: 25px;*/
        font-size: 16px;
        margin-right: 15px;
        border: 1px solid #3A7C92;
        transition: all .5s ease-in-out;
        background: #3A7C92;
    }
    
    .header-btn.cta-tab-btn a.serv-cta-tel.popup-btn:hover {
        background: #3A7C92;
        border-color: #3A7C92;
    }
    
    .header-btn.cta-tab-btn a.serv-cta-tel:hover {
        background: #000;
        border-color: #000;
    }
    
    .header-btn.cta-tab-btn a.serv-cta-tel.popup-btn {
        margin-right: 0;
        background: #000;
        border-color: #000;
    }
    
    .header-btn.cta-tab-btn a.serv-cta-chat:hover {
        color: #fff;
    }
    
    /*banner*/
    .main-banner {
        position: relative;
        padding: 80px 0 80px;
        background: url(../images/banner-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .main-banner::before {
        /*background: url(../pendulum.png) no-repeat center/cover;*/
        content: "";
        position: absolute;
        top: 0;
        right: 45%;
        width: 220px;
        height: 220px;
        transform: scale(1);
        -moz-transform-origin: 0 0 0;
        animation: pendulum 4s infinite ease-in-out;
    }
    
    @keyframes pendulum {
        50% {
            transform: rotate(-7deg);
        }
    }
    
    .bnr-txt h1 {
        font-size: 42px;
        font-weight: 600;
        text-align: left;
        color: #000;
        padding: 15px 0;
        text-transform: uppercase;
    }
    
    .banner-img-bk img {
        width: 80%;
        margin: 0 auto;
        display: table;
        margin-top: 50px;
    }
    
    .bnr-txt p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        text-align: left;
        line-height: 22px;
        margin-bottom: 0;
    }
    
    .main-banner .form-st form {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 20px;
    }
    
    .main-banner .form-st {
        background: #fff;
        padding: 20px 0px 20px 0px;
        width: auto;
        max-width: 420px;
        margin: 0 auto !important;
        border-top: 5px solid #3A7C92;
        border-radius: 6px;
    }
    
    .main-banner .form-st .form-div input,
    .main-banner .form-st .form-div select,
    .main-banner .form-st .form-div {
        width: 100%;
    }
    
    .main-banner .form-st .form-div input,
    .main-banner .form-st .form-div select,
    .main-banner .form-st .form-div textarea {
        background: #f5f5f5;
        border: 0;
        padding: 10px 20px;
        border-radius: 5px;
        color: #000;
        font-size: 14px;
        width: 100%;
        resize: none;
        margin-bottom: 10px;
    }
    
    .main-banner .form-st .form-div {
        /*margin: 0 10px;*/
    }
    
    .main-banner .form-st .form-div input::placeholder,
    .main-banner .form-st .form-div select::placeholder,
    .main-banner .form-st .form-div input::textarea {
        color: #cac6c6;
    }
    
    .form-div-btn input {
        padding: 12px 35px;
        border: 0;
        border-radius: 25px;
        background: #fff;
        color: #000;
        font-size: 16px;
        line-height: normal;
    }
    
    .form-div-btn input:hover {
        background: #3A7C92;
        color: #fff;
    }
    
    .form-div-btn .fa-arrow-right {
        position: absolute;
        top: 18px;
        right: 15px;
        color: #fff;
        transition-duration: 1s;
        display: none;
    }
    
    .form-div-btn {
        position: relative;
    }
    
    .form-div-btn:hover .fa-arrow-right {
        right: -15px;
    }
    
    /*banner*/
    .bnr-txt h4 {
        font-size: 20px;
        text-transform: uppercase;
        /*color: #fff;*/
    }
    
    .main-banner .live-cht {
        background: #f9f9f9;
    }
    
    .logo {
        /*filter: invert(1) brightness(100);*/
    }
    
    .bnr-txt h1 span {
        /* color: #fff; */
        color: #3A7C92;
    }
    
    .main-banner .row {
        display: flex;
        align-items: center;
    }
    
    .bnr-form-txt h3 {
        font-size: 23px;
        width: 100%;
        background: #3A7C92;
        color: #fff;
        padding: 6px 0;
        text-align: center;
    }
    
    .bnr-form-txt h4 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        line-height: 24px;
        padding: 10px 0;
        color: #000;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .bnr-form-txt p {
        font-size: 14px;
        text-align: center;
        color: #000;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    
    .bnr-form-txt h4 span {
        display: block;
        text-transform: uppercase;
    }
    
    .get-started {
        background: #000000;
        color: #fff;
        padding: 8px 30px;
        border-radius: 25px;
        font-size: 18px;
        margin-right: 15px;
        border: 1px solid #000;
        transition: all .5s ease-in-out;
    }
    
    .live-cht {
        background: transparent;
        color: #000;
        padding: 8px 30px;
        border-radius: 25px;
        font-size: 18px;
        margin-right: 15px;
        border: 1px solid #3A7C92;
        transition: all .5s ease-in-out;
    }
    
    .bnr-btn {
        display: flex;
        align-items: center;
        padding: 28px 0;
    }
    
    .bnr-rating ul {
        padding: 0;
        list-style: none;
    }
    
    .bnr-rating ul li {
        width: 22%;
        margin-right: 20px;
    }
    
    .rating-bx h3 {
        font-size: 24px;
        font-weight: bold;
    }
    
    .rating-bx p {
        font-size: 14px;
        min-height: 70px;
        color: #000 !important;
    }
    
    .rating-bx {
        background: #ebe9e9;
        padding: 10px 10px;
        position: relative;
        z-index: 1;
    }
    
    .bnr-rating ul {
        display: flex;
        align-items: center;
    }
    
    .bnr-rating ul li:last-child {
        margin: 0;
    }
    
    .rating-bx:before {
        content: '';
        background: #3A7C92;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 4px;
        bottom: 145px;
        right: 0;
        transition: .3s all ease-in-out;
    }
    
    .rating-bx:hover::before {
        bottom: 0;
    }
    
    .rating-bx:hover h3,
    .rating-bx:hover p {
        color: #fff;
    }
    
    .get-started:hover {
        background: #3A7C92;
        color: #fff;
        border-color: #3A7C92;
    }
    
    .live-cht:hover {
        background: #000;
        color: #fff;
        border-color: #000;
    }
    
    /*banner*/
    
    
    
    /*client-logo*/
    .client-logo {
        padding: 20px 0;
        background: #ebe9e9;
        margin-bottom: 0;
    }
    
    .client-logo img {
        filter: invert(1);
    }
    
    .our-serv-sec .client-logo .col-sm-12 {
        display: block;
    }
    
    /*client-logo*/
    
    
    .hd-txt h4 {
        font-size: 20px;
    }
    
    .hd-txt h2 span {
        color: #3A7C92;
    }
    
    .hd-txt h2 {
        font-size: 46px;
        padding: 15px 0;
        line-height: 62px;
    }
    
    .hd-txt p {
        font-size: 16px;
        font-weight: 400;
    }
    
    
    /*about*/
    .about-side-img img {
        width: 100%;
    }
    
    .about-sec {
        padding: 50px 0;
    }
    
    
    .about-dtl-bx {
        display: flex;
        align-items: flex-start;
        margin-top: 40px;
        padding: 15px 15px;
        border-radius: 6px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 43px 0px transparent;
        transition: all .3s ease-in-out;
    }
    
    .about-txt h3 {
        font-size: 23px;
        font-weight: 600;
        padding-bottom: 12px;
    }
    
    .about-txt p {
        font-size: 16px;
        font-weight: 600;
    }
    
    .about-dtl-bx img {
        margin-right: 10px;
    }
    
    .about-dtl-bx:hover {
        box-shadow: 0px 0px 43px 0px rgba(18, 18, 18, 0.08);
    }
    
    .about-sec .row {
        position: relative;
        z-index: 1;
    }
    
    .about-bf-img {
        position: absolute;
        bottom: -40px;
        left: -214px;
        z-index: -1;
        width: 50%;
    }
    
    .about-af-img {
        position: absolute;
        bottom: 100px;
        right: -319px;
        z-index: -1;
    }
    
    .about-af-img img {
        width: 50%;
    }
    
    /*about*/
    /*portfolio*/
    .port-box img {
        width: 100%;
        padding: 0 15px;
    }
    
    .portfolio-sec .hd-txt {
        text-align: center;
    }
    
    .portfolio-sec .hd-txt p {
        width: 60%;
        margin: 0 auto;
    }
    
    .portfolio-sec .hd-txt {
        padding-bottom: 40px;
    }
    
    .portfolio-slider2 {
        margin-top: 30px;
    }
    
    /*portfolio*/
    
    
    
    /*service-sec*/
    .service-sec {
        padding: 50px 0 40px;
        background: url(../images/serv-bg.jpg);
        background-position: center;
        background-size: cover;
    }
    
    .service-sec .col-sm-12 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .service-sec .hd-txt {
        text-align: center;
        padding-bottom: 40px;
    }
    
    .serv-box {
        padding: 25px 15px;
        background: #ebebeb;
        margin-bottom: 20px;
        border-radius: 6px;
    }
    
    .serv-box h3 {
        font-size: 25px;
        padding: 10px 0;
    }
    
    /*service-sec*/
    
    
    /*cta-sec*/
    .cta-sec {
        padding: 70px 0 50px;
        background: url(../images/cta-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .cta-sec .hd-txt {
        text-align: center;
    }
    
    .cta-sec .bnr-btn {
        justify-content: center;
    }
    
    .cta-sec .hd-txt h2 {
        line-height: 20px;
        padding: 20px 0;
    }
    
    /*cta-sec*/
    
    
    /*process-sec*/
    .process-list ul {
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .process-sec {
        background: url(../images/process-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding: 50px 0;
    }
    
    .process-sec .hd-txt {
        text-align: center;
    }
    
    .process-sec .hd-txt h2 {
        padding: 20px 0;
    }
    
    .process-sec .hd-txt p {
        width: 70%;
        margin: 0 auto;
    }
    
    .process-sec .hd-txt {
        padding-bottom: 50px;
    }
    
    .process-list ul li {
        width: 20%;
    }
    
    .process-box {
        padding: 10px 10px;
        background: #edf2fe;
        margin-right: 15px;
        z-index: 1;
        position: relative;
    }
    
    .process-box h4 {
        font-size: 20px;
        padding: 5px 0;
        font-weight: 600;
    }
    
    .process-box p {
        font-size: 16px;
        font-weight: 500;
    }
    
    .process-list ul li:last-child .process-box {
        margin: 0;
    }
    
    .pro-bx-1:before {
        content: '01';
        position: absolute;
        top: 0;
        right: 0;
        font-size: 94px;
        font-weight: bold;
        color: rgb(0 0 0 / 10%);
        z-index: -1;
    }
    
    .pro-bx-2:before {
        content: '02';
        position: absolute;
        top: 0;
        right: 0;
        font-size: 94px;
        font-weight: bold;
        color: rgb(0 0 0 / 10%);
        z-index: -1;
    }
    
    .pro-bx-3:before {
        content: '03';
        position: absolute;
        top: 0;
        right: 0;
        font-size: 94px;
        font-weight: bold;
        color: rgb(0 0 0 / 10%);
        z-index: -1;
    }
    
    .pro-bx-4:before {
        content: '04';
        position: absolute;
        top: 0;
        right: 0;
        font-size: 94px;
        font-weight: bold;
        color: rgb(0 0 0 / 10%);
        z-index: -1;
    }
    
    .pro-bx-5:before {
        content: '05';
        position: absolute;
        top: 0;
        right: 0;
        font-size: 94px;
        font-weight: bold;
        color: rgb(0 0 0 / 10%);
        z-index: -1;
    }
    
    .pro-bx-2,
    .pro-bx-4 {
        top: 60px;
    }
    
    .process-btn {
        justify-content: center;
        margin-top: 90px;
    }
    
    /*process-sec*/
    
    
    /*testi-sec*/
    .testimonial-sec {
        background: #ebe9e9;
        padding: 50px 0;
    }
    
    .testimonial-sec .hd-txt {
        text-align: center;
        padding-bottom: 30px;
    }
    
    .testi-box {
        background: transparent;
        border: 1px solid;
        border-radius: 5px;
        padding: 25px 40px;
        margin: 0 20px;
        transition: all .5s ease-in-out;
    }
    
    .testi-box-hd {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .testi-box-hd h3 {
        font-size: 20px;
        margin-left: 20px;
    }
    
    .testi-box-hd h3 span {
        display: block;
        font-size: 16px;
    }
    
    .testi-box p {
        padding-top: 20px;
        text-align: center;
    }
    
    .testi-slider .slick-current .testi-box {
        background: #fff !important;
        transform: scale(1.1);
        border-color: #fff;
    }
    
    .testi-slider-st .testi-slider .slick-list {
        padding: 20px 0 !important;
    }
    
    .bnr-btn.testi-btn {
        justify-content: center;
    }
    
    .testi-slider .slick-dots {
        position: absolute;
        bottom: -40px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    
    .testi-slider .slick-dots li.slick-active button {
        background-color: #000000;
    }
    
    .testi-slider .slick-dots li button:before {
        font-size: 0px;
        line-height: 0px;
    }
    
    .testi-slider .slick-dots li button {
        background-color: #ffffff;
        border-radius: 50px;
        width: 10px;
        height: 10px;
    }
    
    .testimonial-sec .row {
        position: relative;
    }
    
    .testimonial-sec .quote-img-1 {
        position: absolute;
        left: -190px;
    }
    
    .testimonial-sec .quote-img-2 {
        position: absolute;
        bottom: 0;
        right: -195px;
        transform: rotate(180deg);
    }
    
    /*testi-sec*/
    
    
    /*footer-sec*/
    .footer-cta {
        background: url(../images/ftr-cta-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 90px 0;
    }
    
    .footer-cta .hd-txt h2 {
        font-size: 48px;
        line-height: 51px;
        color: #fff;
    }
    
    .footer-cta .hd-txt p {
        color: #fff;
    }
    
    .ftr-cta-btn {
        background: #3A7C92;
        padding: 12px 30px;
        border-radius: 25px;
        font-size: 15px;
        color: #fff;
        display: table;
        margin-right: 20px;
        transition: all .5s ease-in-out;
    }
    
    .ftr-cta-btn:hover {
        background: #000;
        color: #fff;
    }
    
    .copy-sec {
        padding: 14px 0;
        text-align: center;
        background: #000;
    }
    
    .copy-sec p {
        color: #fff;
    }
    
    /*footer-sec*/
    
    .tab {
        display: none;
    }
    
    .our-services {
        padding-top: 40px;
    }
    
    .our-services ul {
        display: flex;
        list-style: none;
        width: 100%;
        padding-left: 0px;
        gap: 18px;
        align-items: center;
        justify-content: center;
        margin-bottom: 0px;
        flex-wrap: wrap;
    }
    
    .process-box {
        background: #ffc46c;
    }
    
    .our-services ul li a {
        font-size: 16px;
        background: #ebebeb;
        color: black;
        padding: 7px 20px;
        border-radius: 25px;
    }
    
    .our-services ul li a:hover {
        background: #3A7C92;
        color: white;
    }
    
    .step {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbbbbb;
        border: none;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.5;
    }
    
    .step.active {
        opacity: 1;
    }
    
    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #4CAF50;
    }
    
    .st-bnr-frm {
        display: none;
    }
    
    .btn-new-letter {
        background: #3A7C92;
        padding: 8.5px 40px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        border: 0;
        color: #fff;
        margin: 0 auto;
        display: block;
    }
    
    .newletter-form .input-group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .newletter-form .input-group .form-check label {
        color: #fff;
        font-size: 15px;
        font-weight: 400 !important;
        margin-bottom: 0;
    }
    
    .newletter-form .input-group h4 {
        font-size: 22px;
        font-weight: bold;
        color: #3A7C92;
        padding-bottom: 20px;
    }
    
    .newletter-form .input-group .form-check {
        margin-bottom: 8px;
    }
    
    .btn-new-letter {
        background: #3A7C92;
        padding: 8.5px 40px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        border: 0;
        border-radius: 25px !important;
        color: #fff;
        margin-top: 0px;
    }
    
    .newletter-form .input-group .form-check {
        margin-bottom: 8px;
    }
    
    .tab.form-tb-st .form-div {
        margin: 0;
    }
    
    .invalid {
        background: #3A7C92 !important;
        color: #fff !important;
        ;
    }
    
    .invalid::placeholder {
        color: #fff !important;
    }
    
    .form-check-input.invalid~label {
        color: #3A7C92 !important;
    }
    
    img.cyber-ico-st {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
        width: 110px;
        animation: scaleEffect 1.5s ease-in-out infinite;
    }
    
    section.main-banner row {
        position: relative;
    }
    
    @keyframes scaleEffect {
        0% {
            transform: scale(1);
        }
    
        50% {
            transform: scale(1.05);
        }
    
        100% {
            transform: scale(1);
        }
    }
    
    .header-btn.cta-tab-btn a.serv-cta-tel {
        padding: 8px 15px;
        border-radius: 25px;
    }
    
    .head_top .row {
        flex-direction: inherit !important;
    }
    
    .chris-img-st {
        display: none;
    }
    
    .head_top .row {
        position: relative;
    }
    
    .main-banner {
        background-position: bottom right;
    }
    
    .pop-box-2-new-pop img {
        box-shadow: none !important;
    }
    
    .main-banner .form-st {
        max-width: 450px;
        margin: 0 !important;
        margin-left: auto !important;
    }
    
    .container.faq_sec {
        padding: 50px;
    }
    
    .frequently-heading h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .frequently-heading p {
        text-align: center;
        line-height: 1.5rem;
        margin-bottom: 15px;
    
    }
    
    .bottom-form-container {
        background: rgba(255, 255, 255, 0.98);
        /* border-radius: 10px; */
        padding: 40px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    }
    
    .bottom-form-container .mb-3 {
        margin-bottom: 15px;
    }
    
    .bottom-form-heading {
        font-size: 48px;
        line-height: 51px;
        color: #fff;
    }
    
    @media (min-width: 320px) and (max-width: 767px) {
        .bottom-form-heading {
            font-size: 25px;
            line-height: 35px;
            text-align: center;
        }
    
        .bottom-form-subheading {
            font-size: 14px;
            margin-top: 10px;
            text-align: center;
            
        }
    }
    
    .bottom-form-heading .expert-text {
        color: #3A7C92;
    }
    
    .bottom-form-subheading {
        font-size: 16px;
        font-weight: 400;
        color: white;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .bottom-form-control,
    .bottom-form-select {
        border-radius: 5px;
        padding: 15px;
        font-size: 1.4rem;
        width: 100%;
        border-color: #bbbbbb;
    }
    
    .bottom-form-select {
        color: #838080;
    }
    
    .bottom-form-control:focus,
    .bottom-form-select:focus {
        border-color: #d96b2b;
    }
    
    textarea.bottom-form-control {
        width: 100%;
    }
    
    .btn-consultation {
        background-color: #3A7C92;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 15px;
        font-size: 1.4rem;
        font-weight: bold;
        width: 100%;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: capitalize;
    }
    
    .btn-consultation:hover {
        background-color: #000;
        transform: translateY(-2px);
    }
    
    @media (max-width: 768px) {
        /* .bottom-form-heading {
            font-size: 1.8rem;
        }
    
        .bottom-form-subheading {
            font-size: 1rem;
        } */
    
        .bottom-form-container {
            padding: 25px;
        }
    }
    
    @media(max-width: 1300px) {
        .main-banner .form-st {
            margin-left: 0;
            margin-right: 36%;
        }
    }
    
    @media(max-width: 480px) {
        .pointers-container {
            flex-direction: column;
            gap: 0px !important;
        }
    
        .pointers-container li {
            text-align: center !important;
            list-style-type: none !important;
        }
    }
    
    @media(max-width: 991px) {
        .main-banner .form-st {
            margin: 0 !important;
            display: flex !important;
            justify-content: center !important;
            flex-direction: column;
        }
        .logoWhite {
            margin: auto !important;
            display: flex !important;
            justify-content: center !important;
        }
    
        /*.main-banner {
            background-position: center left !important;
        }*/
        /* .main-banner {
            background-position: 0px -300px;
            background-repeat: repeat;
        }*/
        .main-banner {
            /* background-position: 0px -300px; */
            background-repeat: no-repeat;
            background-position: center;
        }
    
        .cyber-ico-st {
            display: none;
        }
    
        .chris-img-st {
            display: block !important;
            width: 90px;
            margin: 0 auto;
            /* filter: brightness(100); */
            position: relative;
            top: 4px;
            animation: blinker 1slinear infinite;
            transition: all .5sease-in-out;
            transform: scale(1);
            position: absolute;
            right: 10px;
            top: 89px;
            bottom: 0;
            margin: auto !important;
            left: 0;
            /* filter: invert(1); */
        }
    
        @keyframes blinker {
            30% {
                transform: scale(1);
            }
    
            60% {
                transform: scale(1.1);
            }
    
            100% {
                transform: scale(1);
            }
        }
    }
    
    .mobile-cta {
        display: none;
    }
    
    @media (min-width: 320px) and (max-width: 767px) {
        .privacy-terms {
            text-align: center;
            margin: 10px;
        }
    
        .desktop-cta {
            display: none;
        }
    
        .mobile-cta {
            display: block;
            background-color: #000;
            color: #fff;
            padding: 8px 30px;
            border-radius: 25px;
            font-size: 18px;
            border: 1px solid #000;
        }
    
        .blink {
            display: block !important;
            text-align: center;
            animation: blinkText 1s infinite;
        }
    
        @keyframes blinkText {
            0% {
                opacity: 1;
            }
    
            50% {
                opacity: 0;
            }
    
            100% {
                opacity: 1;
            }
        }
    
        .footer-social-box ul {
            display: flex;
            align-items: center;
            column-gap: 15px;
            transition: all 1s;
            padding-bottom: 0;
            padding: 0;
            justify-content: center;
            margin: 10px 0 0 0;
        }
    
        .col-sm-12.ftr-lst-cpy {
            flex-wrap: wrap;
            justify-content: center !important;
            display: table !important;
            align-items: center !important;
            margin: auto !important;
        }
    }
    
    .col-sm-12.ftr-lst-cpy {
        flex-wrap: wrap;
        justify-content: space-between;
        display: flex;
        align-items: center;
        margin: 10px
    }
    
    .footer-social-box ul {
        padding: 0 !important;
    }
    
    .copy-right p {
        font-size: 12px !important;
        font-weight: 400;
        margin: 0;
        color: #fff;
        font-family: 'Jost';
        margin-bottom: 8px !important;
    }
    
    .privacy-terms a {
        font-size: 14px !important;
    }
    
    .col-sm-12.ftr-lst-cpy {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .pointers-container {
        display: flex;
        max-width: 100%;
        /* justify-content: space-between; */
        gap: 20px;
    }
    
    .pointers1,
    .pointers2 {
        color: #000;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    
    .pointers1 p,
    .pointers2 p {
        display: flex;
        /* justify-content: center; */
        align-items: center;
        gap: 10px;
        font-weight: 400;
    }
    
    .copy-right p {
        font-size: 14px !important;
        font-weight: 400;
        margin: 0;
        color: #fff;
        font-family: 'Jost';
    }
    
    section.copyright-section {
    
        padding: 20px 0;
        background-color: #000000;
    }
    
    .copyright-section .copy-right {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    .privacy-terms a {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin: 0 0 0 15px;
        font-family: 'Jost';
    }
    
    .footer-social-box ul {
        display: flex;
        align-items: center;
        column-gap: 15px;
        transition: all 1s;
        padding-bottom: 0;
    }
    
    .footer-social-box ul li {
        height: 30px;
        width: 30px;
        border-radius: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        transition: all 1s;
    }
    
    .footer-social-box ul li i {
        margin: 5px 0 0 0;
        color: #000;
    }
    
    .footer-social-box ul li:hover {
        transform: translateY(-10px);
        background-color: #fff;
        color: #fff;
    }
    
    .footer-social-box ul li:hover i {
        color: #000;
    }
    
    .overlay-bg-new-popup {
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        display: none;
    }
    
    .popupform-main-new-popup .close-btn {
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        background: transparent;
        border: 0;
        color: #3A7C92;
    }
    
    .pop-form-new-popp .submit-btn {
        font-size: 18px;
        width: 100%;
        padding: 15px 0px;
        background-color: #000000;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        border: none;
        margin-top: 15px;
        width: 100%;
        margin: 10px 0 0 0px !important;
        font-weight: 700;
    }
    
    .close-btn {
        width: 45px;
        height: 45px;
        display: block;
        position: absolute;
        top: 18px;
        right: 0px;
        font-size: 18px;
        font-weight: 900;
        color: #fff;
        padding-top: 3px;
        text-align: center;
        border-radius: 50px;
        align-items: center;
        display: grid;
        z-index: 9;
    }
    
    .pop-box-2-new-pop img {
        box-shadow: 2px 2px 20px 9px #00000045;
        position: relative;
        left: 17px;
        z-index: 1;
    }
    
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    .control-group input::placeholder {
        color: #9b7171;
    }
    
    .control-group textarea::placeholder {
        color: #9b7171;
    }
    
    .pop-form-new-popp .submit-btn {
        font-size: 18px;
        padding: 15px 0px;
        background: #fb2224;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        border: none;
        margin-top: 15px;
        width: 100%;
    }
    
    .popupform-main-new-popup.active {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    
    .popupform-main-new-popup {
        position: fixed;
        background: #000c;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .pop-form-new-popp.ta-center-new-pop {
        background: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 400px;
        height: 520px;
        border-radius: 0 23px 23px 0;
        position: relative;
    }
    
    .pop-box-2-new-pop span {
        color: #f9b400;
        font-size: 33px;
        font-weight: 600;
        position: relative;
        top: -11px;
    }
    
    .pop-box-2-new-pop h3 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
    }
    
    .pop-box-2-new-pop {
        background: transparent;
        height: auto;
        width: auto;
        text-align: center;
        padding: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .pop-form-new-popp.ta-center-new-pop {
        padding: 25px 15px 25px 36px;
    }
    
    .pop-form-new-popp.ta-center-new-pop h3 {
        color: #2d2d2d;
        font-size: 22px;
        line-height: 33px;
        text-align: center;
        margin: 0;
    }
    
    .popupform-main-new-popup {
        align-items: center;
        justify-content: center;
    }
    
    .pop-form-new-popp.ta-center-new-pop h3 span {
        font-weight: bold;
    }
    
    .pop-form-new-popp.ta-center-new-pop h5 {
        color: #2d2d2d;
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        padding: 5px 0 10px 0;
    }
    
    .pop-form-new-popp.ta-center-new-pop input,
    .pop-form-new-popp.ta-center-new-pop select {
        width: 100%;
        border-width: 1px;
        border-color: rgb(225, 225, 225);
        border-style: solid;
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
        height: 42px;
        margin: 0 0 10px 0;
        padding: 0 0 0 10px;
    }
    
    input {
        outline: none;
    }
    
    .pop-form-new-popp.ta-center-new-pop textarea {
        width: 100%;
        border-width: 1px;
        border-color: rgb(225, 225, 225);
        border-style: solid;
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
        height: 100px;
        margin: 0 0 15px 0;
        padding: 10px 5px 5px 10px;
    }
    
    .pop-form-new-popp.ta-center-new-pop button {
        border-radius: 5px;
        background-color: #3A7C92;
        border: none;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        display: table;
        margin: auto;
        padding: 9px 42px;
        width: auto;
        display: table;
    }
    
    .pop-form-new-popp.ta-center-new-pop input::placeholder {
        color: #000;
    }
    
    .pop-form-new-popp.ta-center-new-pop textarea::placeholder {
        color: #000;
    }
    
    .pop-box-2-new-pop {
        position: relative;
        margin-right: 3px;
    }
    
    .pop-form-new-popp .close-btn {
        /* display: none; */
    }
    
    .pop-form-new-popp.ta-center-new-pop h3 {
        margin: 0;
    }
    
    .popup-main-box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
    @media (max-width:1366px) {
        .popup-main-box {
            transform: scale(0.9);
        }
    }
    
    .whatsapp-chat {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: none;
        z-index: 99999;
    }
    
    .whatsapp-chat ul li {
        display: inline-block;
        width: 49%;
        vertical-align: bottom;
        padding: 0;
    }
    
    .whatsapp-chat ul li .orText {
        font-size: 13px;
        position: absolute;
        left: calc(50% - 15px);
        top: calc(50% - 15px);
        background: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        line-height: 32px;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-box-shadow: 0 0 0 5px rgb(255 255 255 / 30%);
        box-shadow: 0 0 0 5px #ffffff4d;
        z-index: 10;
        color: #000;
    }
    
    .whatsapp-chat ul li a {
        font-size: 14px;
        padding: 9px 0;
    }
    
    .whatsapp-chat ul li a {
        color: #fff !important;
        display: block;
        text-align: center;
        background-color: #3A7C92;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1.1;
        position: relative;
        overflow: hidden;
    }
    
    .whatsapp-chat ul li:last-child a {
        background: #000;
    }
    
    @media (min-width:200px) and (max-width:767px) {
        .pop-box-2-new-pop {
            display: none;
        }
    
        .pointers-container {
            justify-content: center !important;
            align-items: center !important;
        }
    
        .whatsapp-chat {
            display: block !important;
        }
    
        .pop-form-new-popp.ta-center-new-pop {
            /*background: url(auto-pop-bg-2-mob.png);*/
            background-repeat: no-repeat;
            background-size: cover;
        }
    
        .pop-form-new-popp.ta-center-new-pop {
            width: 100%;
            height: auto;
            margin: 0px 10px;
            padding: 25px 0px;
            border-radius: 23px;
        }
    
        .pop-form-new-popp .close-btn {
            display: block;
            top: 5px;
            right: 0px;
            background: none;
            border: none;
            color: #ff9600;
        }
    
        .pop-form-new-popp.ta-center-new-pop button {
            background: #3A7C92;
        }
    
        .pop-form-new-popp.ta-center-new-pop h3 {
            margin: 0 0 5px 0;
        }
    
        .pop-form-new-popp.ta-center-new-pop h3 span {
            color: #000;
        }
    
        .pop-form-new-popp.ta-center-new-pop h5 {
            color: #000;
        }
    }
    
    .lb_bagde {
        position: absolute;
        width: 20%;
        top: -30px;
        left: -10px;
    }
    
    @media (min-width: 575px) {
        .lb_bagde {
            display: none;
        }
    }
    
    .top {
        background: #3A7C92;
        color: white;
    }
    
    .about-sec .hd-txt h2.h-2,
    .about-sec .hd-txt p.p-2 {
        text-align: center;
    }
    
    .btn-new-letter:hover {
        background: #000000;
        color: white;
        transition: all .5s ease-in-out;
    }
    
    .btn-new-letter {
        transition: all .5s ease-in-out;
    }
    
    @media(max-width: 768px) {
        .cstm-sec-header {
            display: none !important;
        }
    
        .container.faq_sec {
            padding: 20px;
            float: left;
            width: 100%;
        }
    
        section.copyright-section {
            padding-bottom: 60px;
        }
    }
    
    
    /* Reset and Base Styles */
    
    * {
        margin: 0;
        padding: 0;
    }
    
    .thankyou-container {
        font-family: 'Inter', sans-serif;
        background: linear-gradient(#74c3de, #3A7C92);
        min-height: 100vh;
        overflow-x: hidden;
        position: relative;
    }
    
    .thankyou-container .container {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative;
    }
    
    .thankyou-container .content {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 40px;
        max-width: 800px;
        width: 100%;
        text-align: center;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 2;
        animation: slideUp 0.8s ease-out;
    }
    
    /* Animations */
    @keyframes slideUp {
        from {
            opacity: 0;
            transform: translateY(50px);
        }
    
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes float {
    
        0%,
        100% {
            transform: translateY(0px) rotate(0deg);
        }
    
        50% {
            transform: translateY(-20px) rotate(5deg);
        }
    }
    
    @keyframes confettiFall {
        0% {
            transform: translateY(-100vh) rotate(0deg);
            opacity: 1;
        }
    
        100% {
            transform: translateY(100vh) rotate(720deg);
            opacity: 0;
        }
    }
    
    /* Floating Books Background */
    .floating-books {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }
    
    .book {
        position: absolute;
        font-size: 2rem;
        animation: float 6s ease-in-out infinite;
        opacity: 0.3;
    }
    
    .book-1 {
        top: 10%;
        left: 10%;
        animation-delay: 0s;
    }
    
    .book-2 {
        top: 20%;
        right: 15%;
        animation-delay: 1s;
    }
    
    .book-3 {
        bottom: 30%;
        left: 20%;
        animation-delay: 2s;
    }
    
    .book-4 {
        bottom: 20%;
        right: 10%;
        animation-delay: 3s;
    }
    
    .book-5 {
        top: 50%;
        left: 5%;
        animation-delay: 4s;
    }
    
    /* Success Icon */
    .success-icon {
        margin-bottom: 30px;
    }
    
    .checkmark {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    
    .checkmark-circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 2;
        stroke-miterlimit: 10;
        stroke: #3A7C92;
        fill: none;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }
    
    .checkmark-check {
        transform-origin: 50% 50%;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        stroke-width: 3;
        stroke: #3A7C92;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    }
    
    @keyframes stroke {
        100% {
            stroke-dashoffset: 0;
        }
    }
    
    /* Typography */
    .thankyou-container .title {
        font-family: 'Playfair Display', serif;
        font-size: 3rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 10px;
        background: linear-gradient(#74c3de, #3A7C92);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    .thankyou-container .subtitle {
        font-size: 1.2rem;
        color: #7f8c8d;
        margin-bottom: 40px;
        font-weight: 400;
    }
    
    /* Action Buttons */
    .thankyou-container .action-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin: 40px 0;
        flex-wrap: wrap;
    }
    
    .thankyou-container .btn {
        padding: 15px 30px;
        border: none;
        border-radius: 50px;
        font-weight: 600;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        min-width: 160px;
    }
    
    .thankyou-container .btn-primary {
        background: linear-gradient(#74c3de, #3A7C92);
        color: white;
    }
    
    .thankyou-container .btn-secondary {
        background: transparent;
        color: #3A7C92;
        border: 2px solid #3A7C92;
    }
    
    .thankyou-container .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }
    
    .thankyou-container .btn-secondary:hover {
        background: #3A7C92;
        color: white;
    }
    
    /* Confetti */
    .confetti-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 3;
    }
    
    .confetti-piece {
        position: absolute;
        width: 10px;
        height: 10px;
        animation: confettiFall linear infinite;
    }
    
    /* Responsive Design */
    @media (max-width: 768px) {
        .thankyou-container .content {
            padding: 30px 20px;
            margin: 10px;
        }
    
        .thankyou-container .title {
            font-size: 2.2rem;
        }
    
        .thankyou-container .subtitle {
            font-size: 1.1rem;
        }
    
        .thankyou-container .action-buttons {
            flex-direction: column;
            align-items: center;
        }
    
        .thankyou-container .btn {
            width: 100%;
            max-width: 280px;
        }
    
        .book {
            font-size: 1.5rem;
        }
    }
    
    @media (max-width: 480px) {
        .thankyou-container .title {
            font-size: 1.8rem;
        }
    }
    
    
    
    /* ===== Footer layout ===== */
    .footer-bottom-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    /* ===== Copyright (left) ===== */
    .copy-right p {
        margin-right: 70px;
        font-family: 'Poppins', sans-serif;
        font-style: italic;
        color: #fff;
    
    }
    
    /* ===== Refund Policy link (right) ===== */
    
    
    .refund-footer-link a {
        font-family: 'Poppins', sans-serif;
        font-style: italic;
        color: #fff;
        width: 100px;
        height: 100%;
        text-decoration: none;
        margin-right: 100px; /* Tawk.to se LEFT side shift */
        position: absolute;
        bottom: 0px;
        right: 0px;
        /* animation: refundBlink 2s infinite; */
    }
    
    /* hover effect */
    .refund-footer-link a:hover {
        text-decoration: underline;
    }
    
    /* subtle blink (text highlight) */
    @keyframes refundBlink {
        0% { opacity: 1; }
        50% { opacity: 0.6; }
        100% { opacity: 1; }
    }
    
    /* ===== Mobile view ===== */
    @media (max-width: 768px) {
        .footer-bottom-flex {
            flex-direction: column;
            gap: 8px;
        }
    
        .refund-footer-link a {
            margin-right: 0; /* mobile me center */
        }
    }
    /* ===== Responsive copyright (replace old .copy-right p rules) ===== */
    .copy-right p {
        margin: 0;
        font-family: 'Poppins', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
        white-space: nowrap;               /* one line on wide screens */
        overflow: hidden;
        text-overflow: ellipsis;          /* cut with "..." if too long */
        max-width: calc(50vw - 140px);    /* leave space for right-side links/Tawk */
        padding-left: 8px;
        box-sizing: border-box;
    }
    
    /* Large tablets / small laptops: reduce width & font slightly */
    @media (max-width: 1100px) {
        .copy-right p {
            font-size: 13.5px;
            max-width: calc(55vw - 100px);
        }
    }
    
    /* Tablet / small screens: stack & center, allow wrapping */
    @media (max-width: 768px) {
        .footer-bottom-flex {
            flex-direction: column;
            align-items: center;
            gap: 8px;
            text-align: center;
        }
    
        .copy-right p {
            white-space: normal;     /* allow wrapping */
            max-width: 100%;
            padding-left: 0;
            transform: none;         /* remove any translate */
            font-size: 13px;
        }
    }
    
    /* Very small phones: slightly smaller text */
    @media (max-width: 420px) {
        .copy-right p {
            font-size: 12px;
            line-height: 1.35;
        }
    }
    
    @media (max-width: 768px) {
    
        .footer-bottom-flex {
            flex-direction: column;
            align-items: center;
            gap: 8px;
            padding: 12px 10px;
            text-align: center;
        }
    
        /* copyright center + wrap */
        .copy-right p {
            margin: 0;
            font-size: 13px;
            white-space: normal;
        }
    
        /* refund link normal flow me */
        .refund-footer-link a {
            position: static;   /* IMPORTANT: talk widget fix */
            margin-right: 0;
            width: auto;
            font-size: 13px;
        }
    }
    
    /* Extra small mobiles */
    @media (max-width: 420px) {
        .copy-right p,
        .refund-footer-link a {
            font-size: 12px;
        }
    }
