@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/* font-family: "Libre Baskerville", serif; */

/* 	-----------------------------------------------------
    ------------------- General Styles ------------------
    ----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Libre Baskerville", serif;
    color: #504E58;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #504E58;
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        outline-style: none;
        outline-width: 0;
        color: #0F0E11;
        text-decoration: none;
    }

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.d-block {
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.5;
}

.container-fluid {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 30px;
}

@media only screen and (max-width:760px) {
    .container-fluid {
        padding: 0 15px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px !important;
    }
}

/*button style*/
@media (min-width: 992px) and (max-width: 1338px) {
    .custom-btn-group {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-wrap: nowrap; /* Ensure single row */
        padding: 10px 0;
    }

        .custom-btn-group .btn {
            font-size: 13px; /* Slightly smaller font */
            padding: 10px 16px; /* Compact padding */
            white-space: nowrap; /* Prevents line break */
            flex: 1 1 auto; /* Flexible buttons */
            max-width: 250px; /* Optional: Limit width to keep layout tight */
            text-align: center;
        }
}





.custom-btn-group .btn {
    margin-bottom: 10px; /* fallback for stacking */
}


/* 	-----------------------------------------------------
    -------------------- Header Styles ------------------
    ----------------------------------------------------- */
.header-section {
    padding: 20px 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .4s ease-in-out;
}

    .header-section.sticky {
        width: 100%;
        background-color: #FFFFFF;
        box-shadow: 0px 4px 44px 0px #00000026;
        position: fixed;
        top: 0;
        z-index: 999;
        transition: all .4s ease-in-out;
    }

    .header-section .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-section figure {
        margin: 0;
        padding: 0;
        width: 30%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .header-section figure img {
            width: 310px;
/*            margin-top: 195px;*/
            transition: all .7s ease-in-out;
            filter: brightness(0) invert(1);
        }

    .header-section.sticky figure img {
        width: 310px;
        margin-top: 0;
        transition: all .7s ease-in-out;
        filter: none;
    }

    .header-section .btn-header {
        width: 35%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header-section .btn-primary {
        margin: 0 !important;
        border-color: #FFFFFF;
        color: #FFFFFF;
    }

    .header-section.sticky .btn-primary {
        margin: 0 !important;
        border-color: #0F0E11;
        color: #0F0E11;
    }

    .header-section .menubar {
        width: 35%;
        height: 38px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;
    }

    .header-section .account img {
        transition: all .7s ease-in-out;
        filter: brightness(0) invert(1);
    }

    .header-section.sticky .account img {
        transition: all .7s ease-in-out;
        filter: none;
    }

.main-menu {
    margin: 0;
    padding: 50px 30px;
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #0F0E11;
    border-radius: 0;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .main-menu.oppenned {
        left: 0;
    }

    .main-menu ul.page-links {
        margin: 100px 0;
        padding: 0;
        list-style: none;
    }

        .main-menu ul.page-links li {
            margin: 15px 0;
            display: block;
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            font-family: 'ClashDisplay-Medium';
            font-size: 22px;
            font-weight: 400;
            line-height: 1.4;
            color: #FFFFFF;
            text-transform: uppercase;
            letter-spacing: 0.02em;
        }

            .main-menu ul.page-links li a {
                color: #FFFFFF;
                display: block;
                transition: all .4s ease-in-out;
            }

                .main-menu ul.page-links li a:hover,
                .main-menu ul.page-links li a.active {
                    color: #D3AF38;
                    transition: all .4s ease-in-out;
                }

    .main-menu ul.social-links {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .main-menu ul.social-links li {
            margin: 0 20px 0 0;
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            line-height: 1.4;
            color: #FFFFFF;
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

            .main-menu ul.social-links li a {
                color: #FFFFFF;
                display: block;
                transition: all .4s ease-in-out;
            }

        .main-menu ul.social-links a:hover {
            color: #D3AF38;
            transition: all .4s ease-in-out;
        }

.c-hamburger {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 38px;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

    .c-hamburger:focus {
        outline: none;
    }

    .c-hamburger span {
        display: block;
        width: 50px;
        height: 38px;
        background: url(../img/menu-white.svg) no-repeat center;
    }

.header-section.sticky .c-hamburger span {
    background: url(../img/menu-open.svg) no-repeat center;
}

.c-hamburger.is-active {
    position: absolute;
    left: 30px;
}

    .c-hamburger.is-active span,
    .header-section.sticky .c-hamburger.is-active span {
        background: url(../img/menu-close.svg) no-repeat center;
    }



@media only screen and (max-width:1350px) {
    .header-section {
        padding: 15px 0;
    }

        .header-section figure {
            justify-content: center !important;
        }
            .header-section figure img {
                height: 170px;
                margin: 0 auto;
            }

            .header-section figure img {
                width: auto;
                margin-top: 0;
                transition: all .7s ease-in-out;
                filter: brightness(0) invert(1);
            }

        .header-section.sticky figure img {
            width: auto;
            margin-top: 0;
            transition: all .7s ease-in-out;
            filter: none;
        }

        .header-section .btn-primary {
            padding: 7px 10px;
            font-size: 12px;
        }

        .header-section .menubar {
            gap: 0px;
            width: 20%;
        }

        .header-section .account img {
            width: 28px;
        }

    .main-menu {
        padding: 0 15px;
    }

        .main-menu ul.page-links li {
            font-size: 18px;
        }

        .main-menu ul.social-links li {
            font-size: 18px;
        }

    .c-hamburger span {
/*        width: 38px;
        height: 28px;
        background-size: contain;*/

        display: block;
        width: 50px;
        height: 38px;
        background: url(../img/menu-white.svg) no-repeat center;
   
    }

    .header-section.sticky .c-hamburger span {
        background-size: contain;
    }

    .c-hamburger.is-active {
        top: 15px;
        left: 15px;
    }

        .c-hamburger.is-active span {
            background-size: contain;
        }
}

.inner-header-section {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D0D0D0;
}

    .inner-header-section .c-hamburger span {
        background: url(../img/menu-open.svg) no-repeat center !important;
    }

    .inner-header-section .c-hamburger.is-active span,
    .header-section.sticky .c-hamburger.is-active span {
        background: url(../img/menu-close.svg) no-repeat center !important;
    }

    .inner-header-section .account img {
        filter: none !important;
    }

    .inner-header-section .btn-primary {
        border-color: #0F0E11 !important;
        color: #0F0E11 !important;
    }

    .inner-header-section figure img {
        width: 310px !important;
        margin-top: 0 !important;
        filter: none !important;
    }

@media only screen and (max-width:760px) {
    .inner-header-section .c-hamburger span {
        width: 38px !important;
        height: 28px !important;
        background-size: contain !important;
    }

    .inner-header-section .header-section.sticky .c-hamburger span {
        background-size: contain !important;
    }

    .inner-header-section .c-hamburger.is-active span {
        background-size: contain !important;
    }
}

/* 	-----------------------------------------------------
    -------------------- Banner Styles ------------------
    ----------------------------------------------------- */
.banner-section {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background-color: #040110;
}

    .banner-section .container {
        padding: 60vh 50px 100px 50px;
        text-align: center;
    }

    .banner-section h1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.4;
        color: #FFFFFF;
        padding: 10px 0;
    }

    .banner-section p {
        font-size: 25px;
        font-weight: 400;
        line-height: 1.4;
        color: #FFFFFF;
        padding: 10px 0;
    }

    .banner-section .btn-group {
        margin-top: 20px;
        justify-content: center;
    }

    .banner-section .btn-secondary {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: #0F0E11;
    }

    .banner-section .btn-primary {
        border-color: #FFFFFF;
        color: #FFFFFF;
    }

@media only screen and (max-width:760px) {
    .banner-section {
        min-height: 50vh;
    }

        .banner-section .container {
            padding: 100px 15px 50px 15px;
        }

        .banner-section h1 {
            font-size: 28px;
        }

        .banner-section p {
            font-size: 18px;
        }

        .banner-section .btn-group {
            margin-top: 10px;
        }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .banner-section {
        min-height: 30vh;
    }

        .banner-section .container {
            padding: 30vh 30px 50px 30px;
        }
}

/* 	-----------------------------------------------------
    ------------------- Content Styles ------------------
    ----------------------------------------------------- */
.content-section {
    min-height: 400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #0F0E11;
    padding: 10px 0;
    margin: 0;
}

.content-section h1 {
    font-size: 50px;
}

.content-section h2 {
    font-size: 40px;
}

.content-section h3 {
    font-size: 30px;
}

.content-section h4 {
    font-size: 26px;
}

.content-section h5 {
    font-size: 24px;
}

.content-section h6 {
    font-size: 22px;
}

.content-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #504E58;
    padding: 10px 0;
    margin: 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

    .content-section ul li {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
        color: #504E58;
        margin: 5px 0;
    }

    .content-section ul ul {
        list-style: circle;
    }

.content-section ol {
    margin: 0;
    padding: 10px 18px;
    list-style: decimal;
}

    .content-section ol li {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
        color: #504E58;
        margin: 5px 0;
    }

    .content-section ol ol {
        list-style: lower-roman;
    }

.btn-group {
    margin: 0 -15px;
}

.btn-primary {
    margin: 15px;
    padding: 15px 15px;
    width: auto;
    height: auto;
    background: transparent;
    border: 1px solid #0F0E11;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #0F0E11;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background: #D3AF38;
        color: #0F0E11;
        box-shadow: none;
        transition: all .4s ease-in-out;
    }

.btn-secondary {
    margin: 15px;
    padding: 15px 40px;
    width: auto;
    height: auto;
    background: #0F0E11;
    border: 1px solid #0F0E11;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        background: #D3AF38;
        color: #0F0E11;
        box-shadow: none;
        transition: all .4s ease-in-out;
    }

.sub-heading {
    font-size: 20px !important;
    font-weight: 400;
    color: #D3AF38;
    display: inline-block;
    position: relative;
}

    .sub-heading::before {
        content: "";
        width: 80px;
        height: 1px;
        background-color: #D3AF38;
        position: absolute;
        left: -90px;
        top: 18px;
    }

    .sub-heading::after {
        content: "";
        width: 80px;
        height: 1px;
        background-color: #D3AF38;
        position: absolute;
        right: -90px;
        top: 18px;
    }

.or-heading {
    font-size: 16px !important;
    font-weight: 400;
    color: #4E4B5C;
    display: inline-block;
    position: relative;
}

    .or-heading::before {
        content: "";
        width: 60px;
        height: 1px;
        background-color: #D2D2D2;
        position: absolute;
        left: -70px;
        top: 12px;
    }

    .or-heading::after {
        content: "";
        width: 60px;
        height: 1px;
        background-color: #D2D2D2;
        position: absolute;
        right: -70px;
        top: 12px;
    }

@media only screen and (max-width:760px) {
    .content-section h1 {
        font-size: 30px;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .content-section h3 {
        font-size: 24px;
    }

    .content-section h4 {
        font-size: 22px;
    }

    .content-section h5 {
        font-size: 20px;
    }

    .content-section h6 {
        font-size: 18px;
    }

    .content-section p {
        font-size: 16px;
    }

    .content-section ul li {
        font-size: 16px;
    }

    .content-section ol li {
        font-size: 16px;
    }

    .btn-group {
        margin: 0;
    }
    .start, .free {
        margin: 10px 0 !important;
        padding: 15px 0px !important;
        font-size: 13px !important;
        width: 48% !important;
    }

    .btn-primary
    .btn-secondary {
        margin: 10px 0;
        padding: 10px 15px;
        font-size: 14px;
    }

    .sub-heading {
        font-size: 16px !important;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }
}

.about-section {
    padding: 100px 0;
    text-align: center;
}

    .about-section h2 {
        display: inline-block;
        position: relative;
    }

        .about-section h2::before {
            content: "";
            width: 80px;
            height: 1px;
            background-color: #0F0E11;
            position: absolute;
            left: -100px;
            top: 30px;
        }

        .about-section h2::after {
            content: "";
            width: 80px;
            height: 1px;
            background-color: #0F0E11;
            position: absolute;
            right: -100px;
            top: 30px;
        }

    .about-section .btn-group {
        justify-content: center;
    }

@media only screen and (max-width:760px) {
    .about-section {
        padding: 30px 0;
    }

        .about-section h2::before {
            display: none;
        }

        .about-section h2::after {
            display: none;
        }
}

.why-choose-section {
    padding: 0 0 100px 0;
    text-align: center;
}

    .why-choose-section .icon-content {
        padding: 40px 30px 30px 30px;
        min-height: 320px;
        background-color: #FFFFFF;
        border: 1px solid #D0D0D0;
        transition: all .4s ease-in-out;
    }

        .why-choose-section .icon-content:hover {
            background-color: #DEC36A;
            transition: all .4s ease-in-out;
        }

        .why-choose-section .icon-content figure {
            margin: 0 auto 10px auto;
            padding: 0;
            width: 80px;
            height: 80px;
            background-color: #F1F1F1;
            border-radius: 50%;
            transition: all .4s ease-in-out;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .why-choose-section .icon-content:hover figure {
            background-color: #FFFFFF;
            transition: all .4s ease-in-out;
        }

        .why-choose-section .icon-content h6 {
            font-weight: 400;
        }

@media only screen and (max-width:760px) {
    .why-choose-section {
        padding: 0 0 30px 0;
    }

        .why-choose-section [class*="col-"] {
            padding: 8px 15px;
        }

        .why-choose-section .icon-content {
            padding: 30px 20px 20px 20px;
            min-height: 120px;
        }
}

.tools-section {
    padding: 80px 0 100px 0;
    background-color: #F1F1F1;
    text-align: center;
}

    .tools-section .container-fluid {
        max-width: 1470px;
    }

    .tools-section h6 {
        font-weight: 400;
        color: #504E58;
    }

    .tools-section figure {
        margin: 0;
        padding: 0;
    }

    .tools-section article {
        text-align: left;
    }

@media only screen and (max-width:760px) {
    .tools-section {
        padding: 30px 0;
    }

        .tools-section section:last-child {
            flex-wrap: wrap-reverse;
        }

        .tools-section article {
            padding-top: 20px;
        }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .tools-section {
        padding: 70px 0;
    }

        .tools-section article {
            padding-top: 20px;
        }
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
    .tools-section {
        padding: 70px 0;
    }
}

.our-solution-section {
    padding: 80px 0 100px 0;
    text-align: center;
}

    .our-solution-section h6 {
        font-weight: 400;
        line-height: 1.4;
        color: #504E58;
    }

    .our-solution-section .icon-content {
        padding: 40px 20px 30px 20px;
        min-height: 280px;
        background-color: #F1F1F1;
        position: relative;
        transition: all .4s ease-in-out;
    }

        .our-solution-section .icon-content::after {
            content: "";
            width: 160px;
            height: 4px;
            background-color: #D3AF38;
            position: absolute;
            left: 50%;
            bottom: -4px;
            margin-left: -80px;
        }

        .our-solution-section .icon-content figure {
            margin: 0 auto 10px auto;
            padding: 0;
            width: 80px;
            height: 80px;
            background-color: #FFFFFF;
            border-radius: 50%;
            transition: all .4s ease-in-out;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .our-solution-section .icon-content h5 {
            font-size: 22px;
            font-weight: 400;
        }

@media only screen and (max-width:760px) {
    .our-solution-section {
        padding: 30px 0;
    }

        .our-solution-section [class*="col-"] {
            padding: 15px;
        }

        .our-solution-section .icon-content {
            padding: 30px 20px 20px 20px;
            width: 100%;
            min-height: 180px;
        }

            .our-solution-section .icon-content h5 {
                font-size: 18px;
            }
}

.how-it-works-section {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

    .how-it-works-section section {
        padding: 30px 40px 10px 40px;
        width: 100%;
        max-width: 570px;
        background-color: #F1F1F1;
    }

    .how-it-works-section p {
        font-size: 22px;
        font-style: normal;
    }

    .how-it-works-section ul {
        margin: 20px 0 0 0;
        padding: 0;
        list-style: none;
    }

        .how-it-works-section ul li {
            margin: 0 0 10px 0;
            padding: 0 0 20px 0;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 25px;
            position: relative;
            z-index: 1;
        }

            .how-it-works-section ul li::before {
                content: "";
                width: 1px;
                height: 100%;
                border-left: 1px dashed #504E58;
                position: absolute;
                left: 35px;
                top: 25px;
            }

            .how-it-works-section ul li:last-child::before {
                display: none;
            }

            .how-it-works-section ul li .number {
                width: 70px;
                height: 70px;
                background-color: #F1F1F1;
                border: 1px dashed #504E58;
                border-radius: 50%;
                position: relative;
                z-index: 1;
                font-size: 22px;
                font-weight: 400;
                font-style: italic;
                color: #0F0E11;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .how-it-works-section ul li .number::before {
                    content: "";
                    width: 50px;
                    height: 50px;
                    background-color: #FFFFFF;
                    border-radius: 50%;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    z-index: -1;
                    margin: -25px 0 0 -25px;
                }

            .how-it-works-section ul li .content {
                width: calc(100% - 95px);
                padding-top: 10px;
            }

@media only screen and (max-width:760px) {
    .how-it-works-section {
        background-color: #F1F1F1;
        padding: 0;
    }

        .how-it-works-section .image-overlay {
            position: inherit;
            top: auto;
            left: auto;
        }

        .how-it-works-section p {
            font-size: 18px;
        }

        .how-it-works-section section {
            padding: 15px;
            max-width: 100%;
            position: inherit;
            right: auto;
            bottom: auto;
        }

        .how-it-works-section ul {
            margin: 15px 0 0 0;
        }

            .how-it-works-section ul li {
                margin: 0 0 10px 0;
                padding: 0 0 15px 0;
            }
}

.testimonials-section {
    padding: 100px 0 0 0;
    text-align: center;
}

    .testimonials-section p {
        margin: 0 auto;
        max-width: 1000px;
    }

.testimonials-js p img {
    display: inline-block;
}

.testimonials-js h5 {
    font-weight: 400;
}

@media only screen and (max-width:760px) {
    .testimonials-section {
        padding: 30px 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1170px) {
    .testimonials-section p {
        max-width: 900px;
    }
}

.blog-section {
    padding: 70px 0;
    text-align: center;
}

    .blog-section .blog-card {
        min-height: 400px;
        border: 1px solid #D0D0D0;
    }

        .blog-section .blog-card article {
            padding: 5px 15px;
            text-align: left;
        }

            .blog-section .blog-card article h6 {
                font-size: 20px;
            }

                .blog-section .blog-card article h6 a {
                    color: #040110;
                }

@media only screen and (max-width:760px) {
    .blog-section {
        padding: 30px 0;
    }

        .blog-section [class*="col-"] {
            padding: 8px 15px;
        }

        .blog-section section .blog-card {
            min-height: inherit;
        }

            .blog-section section .blog-card article h6 {
                font-size: 18px;
            }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
}

@media only screen and (min-width:1024px) and (max-width:1170px) {
}


/* 	-----------------------------------------------------
    -------------------- Footer Styles ------------------
    ----------------------------------------------------- */
.footer-top-section {
    padding: 100px 0;
    background-color: #F1F1F1;
}

    .footer-top-section .container article {
        padding: 25px 35px;
        background-color: #FFFFFF;
    }

    .footer-top-section .container aside {
        padding-top: 25px;
    }

    .footer-top-section h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.2;
        color: #0F0E11;
        padding: 10px 0;
    }

    .footer-top-section p {
        font-size: 22px;
        font-weight: 400;
        line-height: 1.6;
        color: #504E58;
        padding: 10px 0;
        margin: 0;
    }

    .footer-top-section ul.links {
        margin: 15px auto;
        padding: 30px 0 0 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #A5A4A6;
    }

        .footer-top-section ul.links li {
            margin: 0;
            padding: 0;
            font-size: 22px;
            font-weight: 400;
            line-height: 1.6;
            color: #504E58;
        }

            .footer-top-section ul.links li a {
                color: #504E58;
                transition: all .4s ease-in-out;
            }

                .footer-top-section ul.links li a:hover {
                    color: #0F0E11;
                    transition: all .4s ease-in-out;
                }

.footer-bot-section {
    padding: 20px 0;
    background-color: #0F0E11;
}

    .footer-bot-section ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

        .footer-bot-section ul li {
            margin: 0;
            padding: 0;
            font-size: 24px;
            font-weight: normal;
            line-height: 1.4;
            color: #FFFFFF;
        }

        .footer-bot-section ul a {
            color: #FFFFFF;
            display: block;
            transition: all .4s ease-in-out;
        }

            .footer-bot-section ul a:hover {
                color: #D3AF38;
                transition: all .4s ease-in-out;
            }

    .footer-bot-section p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4;
        color: #FFFFFF;
        text-align: right;
        margin: 0;
    }

@media only screen and (max-width:760px) {
    .footer-top-section {
        padding: 30px 0 0 0;
    }

        .footer-top-section .container {
            flex-wrap: wrap;
            gap: 0;
        }

            .footer-top-section .container article {
                width: 100%;
                padding: 15px 25px;
            }

            .footer-top-section .container aside {
                width: 100%;
                padding: 15px 25px;
            }

        .footer-top-section h2 {
            font-size: 24px;
        }

        .footer-top-section p {
            font-size: 16px;
        }

        .footer-top-section ul.links {
            padding: 15px 0 0 0;
        }

            .footer-top-section ul.links li {
                font-size: 16px;
            }

    .footer-bot-section .container {
        flex-wrap: wrap;
        gap: 15px;
        text-align: center;
    }

    .footer-bot-section ul {
        justify-content: center;
    }

    .footer-bot-section p {
        margin-top: 1rem;
        font-size: 16px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .footer-top-section {
        padding: 100px 0 0 0;
    }

        .footer-top-section .container {
            flex-wrap: wrap;
            gap: 0;
        }

            .footer-top-section .container article {
                width: 100%;
            }

            .footer-top-section .container aside {
                width: 100%;
                padding: 25px 35px;
            }
}

/* 	-----------------------------------------------------
    ------------------ Go to top Styles -----------------
    ----------------------------------------------------- */
.cd-top {
    display: inline-block;
    height: 54px;
    width: 54px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #D3AF38 url(../fonts/cd-top-arrow.svg) no-repeat center;
    border-radius: 0;
    box-shadow: 0px 10px 25px -3px #00000040;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible,
    .cd-top.cd-fade-out,
    .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        opacity: 1;
    }

.no-touch .cd-top:hover {
    opacity: 1;
}

@media only screen and (max-width:1170px) {
    .cd-top {
        display: none;
    }
}

.inner-content-section {
    padding-top: 110px;
}

@media only screen and (max-width:760px) {
    .inner-content-section {
        padding-top: 60px;
    }
}

.breadcrumbs-section {
    padding: 15px 0;
}

    .breadcrumbs-section ol {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

        .breadcrumbs-section ol::after {
            clear: both;
            content: "";
            display: table;
        }

        .breadcrumbs-section ol li {
            display: inline-block;
            font-size: 16px !important;
            font-weight: 400 !important;
            line-height: 1.4 !important;
            letter-spacing: 0.02em;
            color: #504E58 !important;
            text-transform: uppercase !important;
        }

            .breadcrumbs-section ol li::after {
                display: inline-block;
                content: '';
                margin: 0 10px;
                width: 14px;
                height: 8px;
                background: url(../img/arrow.png) no-repeat center;
            }

            .breadcrumbs-section ol li:last-of-type::after {
                display: none;
            }

            .breadcrumbs-section ol li.current {
                color: #E8BE33 !important;
                text-transform: uppercase !important;
            }

@media only screen and (max-width:760px) {
    .breadcrumbs-section ol li {
        font-size: 14px !important;
    }

        .breadcrumbs-section ol li::after {
            margin: 0 5px;
        }
}

.pad70 {
    padding: 70px 0;
}

@media only screen and (max-width:760px) {
    .pad70 {
        padding: 30px 0 60px 0;
    }
}

.my-account-section {
    padding: 50px 0;
}

.tab-content {
    margin: 30px auto;
    padding: 0;
    max-width: 830px;
}

    .tab-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .tab-content li {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #504E58;
        border-bottom: 1px solid #504E58;
        display: flex;
    }

        .tab-content li a {
            padding: 15px 30px;
            color: #504E58;
            border-bottom: 4px solid #FFFFFF;
        }

            .tab-content li a:hover {
                color: #0F0E11;
            }

            .tab-content li a.select {
                color: #0F0E11;
                font-weight: 700;
                border-bottom: 4px solid #504E58;
            }

.tab-details {
    margin: 0;
    padding: 10px 0;
}

.google-login {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 350px;
    height: 60px;
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .google-login img {
        width: 40px;
        height: 40px;
    }

    .google-login span {
        width: calc(100% - 40px);
        font-family: "Libre Baskerville", serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0.02em;
        text-align: center;
        color: #000000;
        cursor: pointer;
    }

.register-form {
    margin: 0 auto;
    max-width: 830px;
}

    .register-form .field {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
        padding-bottom: 15px;
    }

        .register-form .field .half {
            width: 50%;
        }

        .register-form .field .full {
            width: 100%;
        }

    .register-form label {
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.84px;
        letter-spacing: 0.01em;
        text-align: left;
        color: #0F0E11;
    }

    .register-form input[type="text"],
    .register-form input[type="email"],
    .register-form input[type="tel"] {
        margin: 5px 0;
        padding: 10px 15px;
        width: 100%;
        height: 50px;
        background-color: #FFFFFF;
        border: 1px solid #D0D0D0;
        border-radius: 0;
        font-family: "Libre Baskerville", serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #0F0E11;
    }

    .register-form .checkbox {
        padding: 15px 0;
    }

    /* Custom radio buttons */
    .register-form input[type="radio"] + label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 35px;
        margin-right: 15px;
        font-size: 16px;
        color: #585858;
    }

        .register-form input[type="radio"] + label:before {
            content: "";
            display: block;
            width: 22px;
            height: 22px;
            border: 1px solid #0F0E11;
            background-color: #fff;
            border-radius: 50%;
            box-shadow: 0px 4px 4px 0px #00000040 inset;
        }

    .register-form input[type="radio"] {
        display: none !important;
    }

        .register-form input[type="radio"]:checked + label:after {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            left: 6px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #0F0E11;
        }

    /* Custom checkbox */
    .register-form input[type="checkbox"] + label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        /*padding-left: 35px;*/
        margin-right: 15px;
        font-size: 16px;
        color: #585858;
    }

        .register-form input[type="checkbox"] + label a {
            color: #D3AF38;
            transition: all .4s ease-in-out;
        }

            .register-form input[type="checkbox"] + label a:hover {
                border-bottom: 2px solid #D3AF38;
                transition: all .4s ease-in-out;
            }

        .register-form input[type="checkbox"] + label:before {
            content: "";
            display: block;
            width: 22px;
            height: 22px;
            border: 1px solid #0F0E11;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0px 4px 4px 0px #00000040 inset;
        }

    .register-form input[type="checkbox"] {
        display: none !important;
    }

        .register-form input[type="checkbox"]:checked + label:after {
            content: "✔";
            font-size: 20px;
            line-height: 20px;
            color: #0F0E11;
            display: block;
            position: absolute;
            top: 0;
/*            left: 4px;
*/            width: 20px;
            height: 20px;
            border-radius: 3px;
        }

    .register-form p a {
        font-weight: 700;
        color: #1A1A1A;
        border-bottom: 2px solid #1A1A1A;
        transition: all .4s ease-in-out;
    }

        .register-form p a:hover {
            font-weight: 700;
            color: #D3AF38;
            border-bottom: 2px solid #D3AF38;
            transition: all .4s ease-in-out;
        }

@media only screen and (max-width:760px) {
    .my-account-section {
        padding: 30px 0;
    }

    .tab-content {
        margin: 10px auto;
    }

        .tab-content li {
            font-size: 16px;
        }

    .tab-details {
        margin: 0;
        padding: 10px 0;
    }

    .register-form .field {
        flex-wrap: wrap;
        gap: 15px;
        padding-bottom: 15px;
    }

        .register-form .field .half {
            width: 100%;
        }
}

.our-pricing-section {
    padding: 0 0 50px 0;
}

    .our-pricing-section p a {
        font-weight: 700;
        color: #1A1A1A;
        border-bottom: 2px solid #1A1A1A;
        transition: all .4s ease-in-out;
    }

        .our-pricing-section p a:hover {
            font-weight: 700;
            color: #D3AF38;
            border-bottom: 2px solid #D3AF38;
            transition: all .4s ease-in-out;
        }

.tabpanel-tab {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .tabpanel-tab:checked + .tabpanel-tablabel {
        font-weight: 700;
        color: #0F0E11;
        border-bottom: 4px solid #0F0E11;
    }

.tabpanel-tablabel {
    flex: 0 1 auto;
    padding: 15px 0 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #504E58;
    border-bottom: 1px solid #504E58;
    cursor: pointer;
}

    .tabpanel-tablabel:hover {
        cursor: pointer;
    }

.tabpanel-panel {
    display: none;
}

#tabpanel-tab-1:checked ~ .tabpanel-panels #tabpanel-panel-1,
#tabpanel-tab-2:checked ~ .tabpanel-panels #tabpanel-panel-2,
#tabpanel-tab-3:checked ~ .tabpanel-panels #tabpanel-panel-3,
#tabpanel-tab-4:checked ~ .tabpanel-panels #tabpanel-panel-4,
#tabpanel-tab-5:checked ~ .tabpanel-panels #tabpanel-panel-5 {
    display: block;
    position: relative;
    top: 0px;
}

.tabpanel {
    margin: 50px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (max-width: 600px) {
    .tabpanel {
        flex-direction: column;
    }

        .tabpanel .tabpanel-tablabel {
            padding: 24px 36px;
        }

            .tabpanel .tabpanel-tablabel + .tabpanel-tab + .tabpanel-tablabel {
                margin-top: 6px;
            }

        .tabpanel .tabpanel-tab:checked ~ .tabpanel-panels {
            order: 1;
        }

        .tabpanel .tabpanel-tab:not(:checked) + .tabpanel-tablabel {
            order: initial;
        }

        .tabpanel #tabpanel-tab-1 + .tabpanel-tablabel {
            order: 1;
        }

        .tabpanel #tabpanel-tab-1:checked ~ .tabpanel-panels {
            order: 1;
        }

        .tabpanel #tabpanel-tab-2 + .tabpanel-tablabel {
            order: 2;
        }

        .tabpanel #tabpanel-tab-2:checked ~ .tabpanel-panels {
            order: 2;
        }

        .tabpanel #tabpanel-tab-3 + .tabpanel-tablabel {
            order: 3;
        }

        .tabpanel #tabpanel-tab-3:checked ~ .tabpanel-panels {
            order: 3;
        }

        .tabpanel #tabpanel-tab-4 + .tabpanel-tablabel {
            order: 4;
        }

        .tabpanel #tabpanel-tab-4:checked ~ .tabpanel-panels {
            order: 4;
        }

        .tabpanel #tabpanel-tab-5 + .tabpanel-tablabel {
            order: 5;
        }

        .tabpanel #tabpanel-tab-5:checked ~ .tabpanel-panels {
            order: 5;
        }

        .tabpanel .tabpanel-panel {
            padding: 15px 0;
        }
}

@media screen and (min-width: 601px) {
    .tabpanel {
        flex-direction: row;
    }

        .tabpanel .tabpanel-tablabel {
            flex: 0 1 auto;
            padding-left: 30px !important;
            padding-right: 30px !important;
        }

        .tabpanel .tabpanel-panel {
            padding: 0;
        }

        .tabpanel .tabpanel-panels {
            flex: 1 1 100%;
            margin-top: 50px;
        }
}

.price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.justify-content-center {
    justify-content: center !important;
}

.price-wrapper .price-box {
    width: 33.333%;
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    position: relative;
}

    .price-wrapper .price-box .bronze,
    .price-wrapper .price-box .silver,
    .price-wrapper .price-box .gold,
    .price-wrapper .price-box .platinum {
        padding: 10px 15px;
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
        color: #000000;
        position: absolute;
        left: 0;
        top: 0;
    }

    .price-wrapper .price-box .bronze {
        background-color: #CD7F32;
    }

    .price-wrapper .price-box .silver {
        background-color: #E0E0E0;
    }

    .price-wrapper .price-box .gold {
        background-color: #E8BE33;
    }

    .price-wrapper .price-box .platinum {
        background-color: #E5E4E2;
    }

    .price-wrapper .price-box .popular {
        padding: 10px 15px;
        background-color: #0F0E11;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #FFFFFF;
        position: absolute;
        right: 0;
        top: -40px;
    }

.price-wrapper .price-icon {
    padding: 70px 20px 20px 20px;
    border-bottom: 1px solid #D0D0D0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.price-wrapper .price {
    width: calc(100% - 90px);
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #0F0E11;
}

    .price-wrapper .price span {
        display: block;
        font-size: 22px;
    }

.price-wrapper .icon {
    width: 70px;
}

.price-wrapper .price-content {
    padding: 20px;
}

.price-wrapper .price-button {
    padding: 0 20px 20px 20px;
}

.price-wrapper button[type="submit"] {
    margin: 0;
    padding: 15px 40px;
    width: 100%;
    height: auto;
    background: transparent;
    border: 1px solid #0F0E11;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #0F0E11;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

    .price-wrapper button[type="button"]:hover {
        background: #0F0E11;
        color: #FFFFFF;
        transition: all .4s ease-in-out;
    }

@media only screen and (max-width:760px) {
    .tabpanel {
        margin: 15px auto;
    }

    .tabpanel-tablabel {
        font-size: 16px;
    }

    .price-wrapper {
        flex-wrap: wrap;
    }

        .price-wrapper .price-box {
            width: 100%;
        }

            .price-wrapper .price-box .bronze,
            .price-wrapper .price-box .silver,
            .price-wrapper .price-box .gold {
                padding: 5px 10px;
                font-size: 16px;
            }

            .price-wrapper .price-box .popular {
                padding: 5px 10px;
                font-size: 14px;
                top: -15px;
            }

        .price-wrapper .price-icon {
            padding: 55px 15px 15px 15px;
            gap: 15px;
        }

        .price-wrapper .price {
            width: calc(100% - 65px);
            font-size: 30px;
        }

            .price-wrapper .price span {
                font-size: 16px;
            }

        .price-wrapper .icon {
            width: 50px;
        }

        .price-wrapper .price-content {
            padding: 15px;
        }

        .price-wrapper .price-button {
            padding: 0 15px 15px 15px;
        }

        .price-wrapper button[type="button"] {
            padding: 10px 15px;
            font-size: 14px;
        }
}

@media (max-width: 768px) {
    .price-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        
    }

    .price-box {
        width: 100% !important;
        max-width: 100% !important;
    }

    .price-wrapper .d-flex {
        flex-direction: column !important;
        gap: 15px !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1170px) {
    .price-wrapper .price span {
        font-size: 18px;
    }
}

.getting-started-section {
    padding: 0 0 100px 0;
}

    .getting-started-section section {
        margin: 30px auto;
    }

    .getting-started-section ul {
        margin: 50px 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        /* gap: 80px; */
    }

        .getting-started-section ul li {
            margin: 0;
            padding: 0;
            width: 29%;
            position: relative;
            z-index: 1;
        }

        .getting-started-section ul.top li::after {
            content: "";
            width: 52px;
            height: 16px;
            background: url(../img/right-arrow.png) no-repeat center;
            position: absolute;
            right: -66px;
            top: 52%;
        }

        .getting-started-section ul.top li:last-child::after {
            content: "";
            width: 16px;
            height: 32px;
            background: url(../img/dd-arrow.png) no-repeat center;
            position: absolute;
            left: 50%;
            top: auto;
            right: auto;
            bottom: -42px;
            margin-left: -8px;
        }
        .getting-started-section ul.bottom li::after {
            content: "";
            width: 52px;
            height: 16px;
            background: url(../img/right-arrow.png) no-repeat center;
            position: absolute;
            right: -66px;
            top: 52%;
        }

        .getting-started-section ul.bottom li:last-child::after {
            content: none;
        }


        .getting-started-section ul.mid li::after {
            content: "";
            width: 52px;
            height: 16px;
            background: url(../img/left-arrow.png) no-repeat center;
            position: absolute;
            left: -66px;
            top: 52%;
        }

        .getting-started-section ul.mid li:last-child::after {
            content: "";
            width: 16px;
            height: 32px;
            background: url(../img/dd-arrow.png) no-repeat center;
            position: absolute;
            left: 50%;
            top: auto;
            right: auto;
            bottom: -42px;
            margin-left: -8px;
        }

        .getting-started-section ul.bot li::after {
            content: "";
            width: 52px;
            height: 16px;
            background: url(../img/left-arrow.png) no-repeat center;
            position: absolute;
            left: -66px;
            top: 52%;
        }

        .getting-started-section ul.bot li:last-child::after {
            display: none;
        }

        .getting-started-section ul li .number {
            margin: 0 auto -25px auto;
            width: 50px;
            height: 50px;
            background-color: #FFFFFF;
            border: 1px dashed #504E58;
            border-radius: 50%;
            position: relative;
            z-index: 1;
            font-size: 22px;
            font-weight: 400;
            font-style: italic;
            color: #0F0E11;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .getting-started-section ul li .content {
            padding: 40px 15px 15px 15px;
            min-height: 125px;
            border: 1px solid #D0D0D0;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.4;
            text-align: center;
            color: #0F0E11;
        }

.need-help {
    text-align: center;
}

    .need-help p a {
        color: #1A1A1A;
        font-weight: 700;
        border-bottom: 2px solid #1A1A1A;
        transition: all .4s ease-in-out;
    }

        .need-help p a:hover {
            color: #D3AF38;
            border-bottom: 2px solid #D3AF38;
            transition: all .4s ease-in-out;
        }

@media only screen and (max-width:760px) {
    .getting-started-section {
        padding: 0 0 30px 0;
    }

        .getting-started-section section {
            margin: 0 auto;
        }

        .getting-started-section ul {
            margin: 30px 0 50px 0;
            gap: 50px;
        }

            .getting-started-section ul li {
                width: 100%;
            }

            .getting-started-section ul.top li::after {
                content: "";
                width: 16px;
                height: 32px;
                background: url(../img/dd-arrow.png) no-repeat center;
                position: absolute;
                left: 50%;
                top: auto;
                right: auto;
                bottom: -42px;
                margin-left: -8px;
            }

            .getting-started-section ul.mid li::after {
                content: "";
                width: 16px;
                height: 32px;
                background: url(../img/dd-arrow.png) no-repeat center;
                position: absolute;
                left: 50%;
                top: auto;
                right: auto;
                bottom: -42px;
                margin-left: -8px;
            }

            .getting-started-section ul.bottom li::after {
                content: "";
                width: 16px;
                height: 32px;
                background: url(../img/dd-arrow.png) no-repeat center;
                position: absolute;
                left: 50%;
                top: auto;
                right: auto;
                bottom: -42px;
                margin-left: -8px;
            }

            .getting-started-section ul.bottom li:last-child::after {
                display: none;
            }

            .getting-started-section ul li .content {
                font-size: 16px;
                min-height: auto;
            }
}

@media only screen and (min-width:761px) and (max-width:1080px) {
    .getting-started-section ul li {
        width: 26%;
    }

        .getting-started-section ul li .content {
            min-height: 192px;
        }
}

@media only screen and (min-width:1081px) and (max-width:1290px) {
    .getting-started-section ul li {
        width: 28%;
    }

        .getting-started-section ul li .content {
            min-height: 150px;
        }
}

.watch-video-section {
    background-color: #000000;
    position: relative;
    z-index: 1;
    min-height: 650px;
    text-align: center;
}

    .watch-video-section .container {
        padding: 300px 30px 50px 30px;
    }

    .watch-video-section h3 {
        font-size: 35px;
        color: #FFFFFF;
    }

        .watch-video-section h3 span {
            display: block;
            font-size: 22px;
        }

@media only screen and (max-width:760px) {
    .watch-video-section {
        min-height: 300px;
    }

        .watch-video-section .container {
            padding: 100px 15px 30px 15px;
        }

        .watch-video-section h3 {
            font-size: 25px;
        }

            .watch-video-section h3 span {
                font-size: 16px;
            }

        .watch-video-section p img {
            width: 80px;
        }
}

.plan-expired-wrapper {
    width: 100%;
    height: calc(100vh - 110px);
    background-color: #FFFFFF;
    border: 1px solid #E7E7D5;
    border-radius: 15px;
    overflow-y: auto;
    padding: 70px;
    /*text-align: center;*/
    scrollbar-width: thin;
    scrollbar-color: #0F0E11 #42424200;
}

    .plan-expired-wrapper::-webkit-scrollbar {
        width: 4px;
        height: 2px;
    }

    .plan-expired-wrapper::-webkit-scrollbar-track {
        background-clip: content-box;
        border: 2px solid transparent;
    }

    .plan-expired-wrapper::-webkit-scrollbar-thumb {
        background-color: #0F0E11;
    }

        .plan-expired-wrapper::-webkit-scrollbar-thumb:hover {
            background-color: #0F0E11;
        }

    .plan-expired-wrapper::-webkit-scrollbar-corner,
    .plan-expired-wrapper::-webkit-scrollbar-track {
        background-color: #42424200;
    }

    .plan-expired-wrapper h4 {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.4;
        color: #0F0E11;
        padding: 10px 0;
    }

    .plan-expired-wrapper p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        color: #504E58;
        padding: 10px 0;
        margin: 0 auto;
        max-width: 950px;
    }

        .plan-expired-wrapper p span {
            color: #F24A70;
        }

.btn-secondary {
    margin: 15px 0;
    padding: 15px 40px;
    width: auto;
    height: auto;
    background: #0F0E11;
    border: 1px solid #0F0E11;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    transition: all .4s ease-in-out;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        background: #D3AF38;
        color: #0F0E11;
        box-shadow: none;
        transition: all .4s ease-in-out;
    }

.pricing-wrapper {
    width: 100%;
    height: calc(100vh - 110px);
    background-color: #FFFFFF;
    border: 1px solid #E7E7D5;
    border-radius: 15px;
    overflow-y: auto;
    padding: 30px;
    text-align: center;
    scrollbar-width: thin;
    scrollbar-color: #0F0E11 #42424200;
}

    .pricing-wrapper::-webkit-scrollbar {
        width: 4px;
        height: 2px;
    }

    .pricing-wrapper::-webkit-scrollbar-track {
        background-clip: content-box;
        border: 2px solid transparent;
    }

    .pricing-wrapper::-webkit-scrollbar-thumb {
        background-color: #0F0E11;
    }

        .pricing-wrapper::-webkit-scrollbar-thumb:hover {
            background-color: #0F0E11;
        }

    .pricing-wrapper::-webkit-scrollbar-corner,
    .pricing-wrapper::-webkit-scrollbar-track {
        background-color: #42424200;
    }

    .pricing-wrapper h4 {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.4;
        color: #0F0E11;
        padding: 10px 0;
    }

    .pricing-wrapper p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        color: #504E58;
        padding: 10px 0;
        margin: 0 auto;
        max-width: 950px;
    }

        .pricing-wrapper p a {
            font-weight: 700;
            color: #1A1A1A;
            border-bottom: 2px solid #1A1A1A;
            transition: all .4s ease-in-out;
        }

            .pricing-wrapper p a:hover {
                font-weight: 700;
                color: #D3AF38;
                border-bottom: 2px solid #D3AF38;
                transition: all .4s ease-in-out;
            }

    .pricing-wrapper ul {
        margin: 0;
        padding: 0 0 0 15px;
        list-style: disc;
    }

        .pricing-wrapper ul li {
            font-size: 18px;
            font-weight: 400;
            line-height: 1.6;
            color: #504E58;
            margin: 5px 0;
            text-align: left;
        }

        .pricing-wrapper ul ul {
            list-style: circle;
        }

.or-heading {
    font-size: 16px !important;
    font-weight: 400;
    color: #4E4B5C;
    display: inline-block;
    position: relative;
}

    .or-heading::before {
        content: "";
        width: 60px;
        height: 1px;
        background-color: #D2D2D2;
        position: absolute;
        left: -70px;
        top: 12px;
    }

    .or-heading::after {
        content: "";
        width: 60px;
        height: 1px;
        background-color: #D2D2D2;
        position: absolute;
        right: -70px;
        top: 12px;
    }

.price-wrapper {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

    .price-wrapper .price-box {
        width: 33.333%;
        background-color: #FFFFFF;
        border: 1px solid #D0D0D0;
        position: relative;
    }

        .price-wrapper .price-box .bronze,
        .price-wrapper .price-box .silver,
        .price-wrapper .price-box .gold,
        .price-wrapper .price-box .platinum {
            padding: 10px 15px;
            font-size: 22px;
            font-weight: 400;
            line-height: 30px;
            color: #000000;
            position: absolute;
            left: 0;
            top: 0;
        }

        .price-wrapper .price-box .bronze {
            background-color: #CD7F32;
        }

        .price-wrapper .price-box .silver {
            background-color: #E0E0E0;
        }

        .price-wrapper .price-box .gold {
            background-color: #E8BE33;
        }

        .price-wrapper .price-box .platinum {
            background-color: #E5E4E2;
        }

        .price-wrapper .price-box .popular {
            padding: 10px 15px;
            background-color: #0F0E11;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            color: #FFFFFF;
            position: absolute;
            right: 0;
            top: -40px;
        }

    .price-wrapper .price-icon {
        padding: 70px 20px 20px 20px;
        border-bottom: 1px solid #D0D0D0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .price-wrapper .price {
        width: calc(100% - 90px);
        font-size: 50px;
        font-weight: 400;
        line-height: 1.2;
        text-align: left;
        color: #0F0E11;
    }

        .price-wrapper .price span {
            display: block;
            font-size: 22px;
        }

    .price-wrapper .icon {
        width: 70px;
    }

    .price-wrapper .price-content {
        padding: 20px;
    }

    .price-wrapper .price-button {
        padding: 0 20px 20px 20px;
    }

    .price-wrapper button[type="button"] {
        margin: 0;
        padding: 15px 40px;
        width: 100%;
        height: auto;
        background: transparent;
        border: 1px solid #0F0E11;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.02em;
        color: #0F0E11;
        text-transform: uppercase;
        display: block;
        cursor: pointer;
        transition: all .4s ease-in-out;
    }

        .price-wrapper button[type="button"]:hover {
            background: #0F0E11;
            color: #FFFFFF;
            transition: all .4s ease-in-out;
        }

@media only screen and (max-width:760px) {
    .pricing-wrapper {
        height: auto;
        padding: 15px;
    }

        .pricing-wrapper h4 {
            font-size: 18px;
        }

        .pricing-wrapper p {
            font-size: 14px;
        }

        .pricing-wrapper ul li {
            font-size: 16px;
        }

    .price-wrapper {
        flex-wrap: wrap;
    }

        .price-wrapper .price-box {
            width: 100%;
        }

            .price-wrapper .price-box .bronze,
            .price-wrapper .price-box .silver,
            .price-wrapper .price-box .gold {
                padding: 5px 10px;
                font-size: 16px;
            }

            .price-wrapper .price-box .popular {
                padding: 5px 10px;
                font-size: 14px;
                top: -15px;
            }

        .price-wrapper .price-icon {
            padding: 55px 15px 15px 15px;
            gap: 15px;
        }

        .price-wrapper .price {
            width: calc(100% - 65px);
            font-size: 30px;
        }

            .price-wrapper .price span {
                font-size: 16px;
            }

        .price-wrapper .icon {
            width: 50px;
        }

        .price-wrapper .price-content {
            padding: 15px;
        }

        .price-wrapper .price-button {
            padding: 0 15px 15px 15px;
        }

        .price-wrapper button[type="button"] {
            padding: 10px 15px;
            font-size: 14px;
        }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .pricing-wrapper {
        height: auto;
    }

    .price-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

        .price-wrapper .price-box {
            width: 47%;
        }

    .tabpanel .tabpanel-tablabel {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1170px) {
    .price-wrapper .price span {
        font-size: 18px;
    }
}

.onboarding-section {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to right, #F1F1F1 0%, #F1F1F1 40%, #FFFFFF 40%, #FFFFFF 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .onboarding-section aside {
        width: 40%;
        min-height: 100vh;
        background-color: #F1F1F1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .onboarding-section section {
        width: 60%;
        min-height: 100vh;
        background-color: #FFFFFF;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

@media only screen and (max-width:760px) {
    .onboarding-section {
        min-height: inherit;
        background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 40%, #FFFFFF 40%, #FFFFFF 100%);
        flex-wrap: wrap;
    }

        .onboarding-section aside {
            width: 100%;
            min-height: inherit;
            justify-content: center;
        }

        .onboarding-section section {
            width: 100%;
            min-height: inherit;
        }
}

#msform {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    #msform fieldset {
        margin: 0;
        padding: 100px;
        width: 100%;
        position: relative;
    }

        #msform fieldset:not(:first-of-type) {
            display: none;
        }

#progressbar {
    margin: 0 0 0 -30px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 74px;
    height: 404px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

    #progressbar .active {
        background-color: #0F0E11;
        color: #FFFFFF;
    }

    #progressbar li {
        list-style-type: none;
        width: 60px;
        height: 60px;
        background-color: #FFFFFF;
        border: 1px solid #F1F1F1;
        border-radius: 50%;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 2%;
        text-align: center;
        color: #0F0E11;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        #progressbar li:before {
            content: "";
            width: 70px;
            height: 70px;
            border: 1px dashed #65655680;
            border-radius: 50%;
            position: absolute;
            left: -5px;
            top: -5px;
        }

        #progressbar li:after {
            content: '';
            width: 1px;
            height: 50px;
            background: #B2B2AB;
            position: absolute;
            left: 50%;
            top: 65px;
            margin-left: -1px;
        }

@media only screen and (max-width:760px) {
    #msform {
        position: relative;
        flex-wrap: wrap;
    }

        #msform fieldset {
            padding: 15px;
            width: 100%;
        }

            #msform fieldset:not(:first-of-type) {
                display: none;
            }

    #progressbar {
        margin: 0;
        width: 100%;
        height: 100px;
        flex-direction: row;
        gap: 30px;
    }

        #progressbar .active {
            background-color: #0F0E11;
            color: #FFFFFF;
        }

        #progressbar li {
            margin: 0;
            width: 50px;
            height: 50px;
            font-size: 16px;
        }

            #progressbar li:before {
                width: 60px;
                height: 60px;
                left: -6px;
                top: -6px;
            }

            #progressbar li:after {
                top: 55px;
            }
}

@media only screen and (min-width:761px) and (max-width:1366px) {
    #msform fieldset {
        padding: 30px;
    }
}

#msform fieldset h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #0F0E11;
    padding: 10px 0;
    margin: 0;
}

#msform fieldset h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2%;
    color: #E8BE33;
    padding: 10px 0 10px 60px;
    margin: 0;
    position: relative;
}

    #msform fieldset h6::before {
        content: "";
        width: 50px;
        height: 1px;
        background-color: #E8BE33;
        position: absolute;
        left: 0;
        top: 23px;
    }

#msform fieldset p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #504E58;
    padding: 10px 0;
    margin: 0;
}

    #msform fieldset p strong {
        font-weight: 700;
        color: #0F0E11;
    }

.btn-connect-now {
    margin: 15px 0;
    padding: 15px 15px 15px 55px;
    width: 100%;
    max-width: 260px;
    height: 54px;
    background: #FFFFFF url('/lib/assets/img/icon-google.png') no-repeat left;
    border: 1px solid #0F0E11;
    /* border-radius: 30px; */
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2%;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

    .btn-connect-now:hover {
        background: #D3AF38 url('/lib/assets/img/icon-google.png') no-repeat left;
        color: #0F0E11;
        box-shadow: none;
        transition: all .4s ease-in-out;
    }

.btn-continue {
    margin: 15px 15px 15px 0;
    padding: 15px 40px;
    width: auto;
    height: auto;
    background: #0F0E11;
    border: 1px solid #0F0E11;
    border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}

    .btn-continue:hover {
        background: #D3AF38;
        color: #0F0E11;
        box-shadow: none;
        transition: all .4s ease-in-out;
    }

.btn-add-domain {
    margin: 15px 0;
    padding: 15px 40px;
    width: auto;
    height: auto;
    background: transparent;
    border: 1px solid #0F0E11;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: none;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #0F0E11;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}

    .btn-add-domain:hover {
        background: #D3AF38;
        color: #0F0E11;
        box-shadow: none;
        transition: all .4s ease-in-out;
    }

.thank-you-section {
    margin: 0;
    padding: 50px;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .thank-you-section h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 2%;
        text-align: center;
        color: #0F0E11;
        padding: 20px 0 10px 0;
        margin: 0;
    }

    .thank-you-section p {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 2%;
        text-align: center;
        color: #504E58;
        padding: 10px 0 20px 0;
        margin: 0 auto;
        max-width: 1100px;
    }

.btn-manage a {
    margin: 10px 0;
    padding: 15px 40px;
    width: 480px;
    height: auto;
    background: transparent;
    border: 1px solid #0F0E11;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #0F0E11;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    display: block;
}

    .btn-manage a:hover {
        background: #0F0E11;
        color: #FFFFFF;
        box-shadow: none;
        transition: all .4s ease-in-out;
    }

@media only screen and (max-width:760px) {
    .thank-you-section {
        padding: 15px;
    }

        .thank-you-section h2 {
            font-size: 20px;
        }

        .thank-you-section p {
            font-size: 16px;
        }

    .btn-manage {
        width: 100%;
    }

        .btn-manage a {
            margin: 5px 0;
            padding: 15px;
            width: 100%;
            font-size: 14px;
        }
}

#msform fieldset input[type=checkbox] {
    display: none;
}

#msform fieldset input + label {
    display: block;
    border: 1px solid #65655680;
    padding: 10px 45px 10px 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2%;
    color: #504E58;
}

    #msform fieldset input + label:after {
        position: absolute;
        content: "";
        opacity: 0.5;
        right: 10px;
        top: 8px;
        width: 24px;
        height: 24px;
        line-height: 1;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
    }

    #msform fieldset input + label:before {
        content: "";
        position: absolute;
        right: 19px;
        top: 12px;
        opacity: 0;
        width: 6px;
        height: 14px;
        border: solid #4CAF50;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

#msform fieldset input:checked + label {
    border: 1px dashed #0F0E11;
    background: #FFFFFF;
    color: #0F0E11;
}

    #msform fieldset input:checked + label:before {
        opacity: 1;
    }

    #msform fieldset input:checked + label:after {
        opacity: 1;
        border-color: #4CAF50;
    }

    #msform fieldset input:checked + label.greybox {
        border: 1px solid #0F0E111A;
        background: #0F0E111A;
        color: #0F0E11;
    }

#inviteCode.invite-page {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    border: 1px dashed #0F0E11;
    padding: 0;
    border-radius: 5px;
    justify-content: space-between;
    width: 100%;
}

    #inviteCode.invite-page #link {
        align-self: center;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 2%;
        color: #0F0E11;
        flex-grow: 2;
        background-color: #fff;
        border: none;
        padding: 10px;
    }

    #inviteCode.invite-page #copy {
        padding: 10px;
        width: 160px;
        height: 40px;
        margin-left: 10px;
        border: none;
        border-radius: 5px;
        background-color: #0F0E111A;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 2%;
        color: #0F0E11;
    }

        #inviteCode.invite-page #copy i {
            display: block;
            line-height: 20px;
            position: relative;
        }

        #inviteCode.invite-page #copy .copied::after {
            position: absolute;
            top: 0px;
            right: 160px;
            height: 40px;
            line-height: 25px;
            display: block;
            content: "copied";
            font-size: 14;
            padding: 10px;
            color: #fff;
            background-color: #0F0E11;
            border-radius: 5px;
            opacity: 1;
            will-change: opacity, transform;
            -webkit-animation: showcopied 1.5s ease;
            animation: showcopied 1.5s ease;
        }

        #inviteCode.invite-page #copy:hover {
            cursor: pointer;
            background-color: #dfdfdf;
            transition: background-color 0.3s ease-in;
        }

@-webkit-keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    70% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
    }
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    70% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
    }
}

@media only screen and (max-width:760px) {
    #msform fieldset h6 {
        font-size: 16px;
    }

    #msform fieldset h2 {
        font-size: 20px;
    }

    #msform fieldset p {
        font-size: 14px;
    }

    .btn-continue,
    .btn-add-domain {
        margin: 10px 0;
        padding: 10px 15px;
        font-size: 14px;
    }

    .btn-connect-now {
        margin: 10px 0;
        padding: 10px 15px 10px 55px;
        font-size: 14px;
        width: auto;
        max-width: auto;
    }

    #inviteCode.invite-page #copy {
        width: 40px;
        justify-content: center;
    }

        #inviteCode.invite-page #copy span {
            display: none;
        }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    #inviteCode.invite-page #copy {
        font-size: 12px;
    }

    .btn-continue,
    .btn-add-domain {
        padding: 15px 20px;
    }
}

.table-responsive {
    overflow-x: visible; /* Disable horizontal scrolling by default */
}

/* Apply horizontal scrolling only on mobile devices (screen width <= 768px) */
@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    }

    table {
        min-width: 800px; /* Ensure the table has a minimum width to trigger scrolling */
    }
}
.free-trial {
    /* Add your creative styling here - similar to .popular badge */
    position: absolute;
    top: -10px;
    right: -10px;
    background:#E8BE33;
    color: black;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
}
