body,
p {
    font-size: 1.125rem;
}

h1 {
    color: #252c38;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: -0.5px;
}

h2 {
    color: #252c38;
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 2.625rem;
    letter-spacing: -0.4px;
}

h3 {
    color: #252c38;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: -0.3px;
}

h4 {
    color: #252c38;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.2px;
}

h5 {
    color: #252c38;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

h6 {
    color: #252c38;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
}

.h1-large {
    font-size: 2.875rem;
    line-height: 3.5rem;
}

.p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.p-small {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.bg-gray {
    background-color: #f1f9fc;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.btn-solid-reg,
.btn-solid-lg,
.form-control-submit-button {
    background-color: #4a90e2;
}

.btn-solid-reg:hover,
.btn-solid-lg:hover,
.form-control-submit-button:hover {
    background-color: #3d7dbc;
}

.btn-solid-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #594cda;
    border-radius: 32px;
    background-color: #594cda;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-reg:hover {
    border: 1px solid #594cda;
    background-color: transparent;
    color: #594cda;
    text-decoration: none;
}

.btn-solid-lg {
    display: inline-block;
    padding: 1.625rem 2.75rem 1.625rem 2.75rem;
    border: 1px solid #594cda;
    border-radius: 32px;
    background-color: #594cda;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
    margin-right: 0.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0.25rem;
}

.btn-solid-lg:hover {
    border: 1px solid #594cda;
    background-color: transparent;
    color: #594cda;
    text-decoration: none;
}

.btn-solid-lg .fab {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    line-height: 0;
    vertical-align: top;
}

.btn-solid-lg .fab.fa-google-play {
    font-size: 1rem;
}

.btn-solid-lg.secondary {
    border: 1px solid #eb427e;
    background-color: #eb427e;
}

.btn-solid-lg.secondary:hover {
    border: 1px solid #eb427e;
    background: transparent;
    color: #eb427e;
}

.btn-outline-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #252c38;
    border-radius: 32px;
    background-color: transparent;
    color: #252c38;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-reg:hover {
    background-color: #252c38;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-lg {
    display: inline-block;
    padding: 1.625rem 2.75rem 1.625rem 2.75rem;
    border: 1px solid #252c38;
    border-radius: 32px;
    background-color: transparent;
    color: #252c38;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-lg:hover {
    background-color: #252c38;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-sm {
    display: inline-block;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: 1px solid #252c38;
    border-radius: 32px;
    background-color: transparent;
    color: #252c38;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-sm:hover {
    background-color: #252c38;
    color: #ffffff;
    text-decoration: none;
}

.list .fas {
    color: #594cda;
    font-size: 0.75rem;
    line-height: 1.625rem;
}

.list div {
    flex: 1 1 0%;
    margin-left: 0.375rem;
}

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.label-control {
    position: absolute;
    top: 0.875rem;
    left: 1.875rem;
    color: #7d838a;
    opacity: 1;
    font-size: 0.875rem;
    line-height: 1.5rem;
    cursor: text;
    transition: all 0.2s ease;
}

.form-control-input:focus+.label-control,
.form-control-input.notEmpty+.label-control,
.form-control-textarea:focus+.label-control,
.form-control-textarea.notEmpty+.label-control {
    top: 0.125rem;
    color: #6b747b;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 700;
}

.form-control-input,
.form-control-select {
    display: block;
    width: 100%;
    padding-top: 1.125rem;
    padding-bottom: 0.125rem;
    padding-left: 1.8125rem;
    border: 1px solid #d0d5e2;
    border-radius: 25px;
    background-color: #ffffff;
    color: #6b747b;
    font-size: 0.875rem;
    line-height: 1.875rem;
    transition: all 0.2s;
    -webkit-appearance: none;
}

.form-control-select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 3.25rem;
    color: #7d838a;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("../images/down-arrow.png");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

.form-control-textarea {
    display: block;
    width: 100%;
    height: 14rem;
    padding-top: 1.5rem;
    padding-left: 1.3125rem;
    border: 1px solid #d0d5e2;
    border-radius: 4px;
    background-color: #ffffff;
    color: #6b747b;
    font-size: 0.875rem;
    line-height: 1.5rem;
    transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
    border: 1px solid #a1a1a1;
    outline: none;
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
    border: 1px solid #a1a1a1;
}

.checkbox {
    font-size: 0.75rem;
    line-height: 1.25rem;
}

input[type="checkbox"] {
    vertical-align: -10%;
    margin-right: 0.5rem;
}

.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.25rem;
    border: 1px solid #594cda;
    border-radius: 32px;
    background-color: #594cda;
    color: #252c38;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
}

.form-control-submit-button:hover {
    border: 1px solid #252c38;
    background-color: transparent;
    color: #252c38;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
    -ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
    transform: translateY(0) perspective(37.5rem) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/**Navbar**/
.navbar-custom {
    background-color: transparent;
    font-weight: 600;
    padding: 1rem 1rem;
    font-size: 1rem;
    line-height: 0.75rem;
    transition: background-color 0.3s ease;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
    color: #6b747b;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #ff6e84;
}

.dropdown-item {
    color: #6b747b;
    font-weight: 600;
    font-size: 0.875rem;
}

.dropdown-menu {
    background-color: #f1f9fc;
    border-radius: 0.25rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #e7f1fa;
}


/**Header**/
.hero-section {
    background-image: url('../images/carousel-1.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    padding-bottom: 200px;
    padding-top: 6rem;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.text-header {
    margin-top: -150px;
}

.btn-primary,
.btn-secondary {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.py-4.text-center {
    padding-top: 3rem;
    background-color: transparent;
}

/**Features**/
.cards-1 .card {
    margin-bottom: 3.5rem;
    padding: 3.125rem 1rem 2.125rem 1rem;
    background-color: #f1f9fc;
    border-radius: 16px;
}

.cards-1 .card-img-top {
    width: 70px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
}

.cards-1 .card-title {
    margin-bottom: 0.375rem;
}

.col-lg-5 .btn-detail {
    background-color: transparent;
    border: 2px solid #4a90e2;
    color: #4a90e2;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.col-lg-5 .btn-detail:hover {
    background-color: #4a90e2;
    color: white;
}

/**Partenaires**/
.carousel-control-prev,
.carousel-control-next {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    font-size: 50px;
    line-height: 40px;
    color: #333;
}

.carousel-control-prev-icon:after {
    content: '\2039';
}

.carousel-control-next-icon:after {
    content: '\203a';
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.7;
}

.carousel-item .row {
    width: 100%;
    margin: 0 auto;
}

.carousel-item .col-2 {
    flex: 0 0 auto;
    width: 15.66666667%;
}

.slider-1 .carousel-item .card {
    background-color: transparent;
    border: none;
}

.slider-1 .carousel-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.slider-1 .partenaire {
    color: #252c38;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
}

/**Pricing**/
.cards-2 .card {
    background-color: #ffffff;
    border: 1px solid #bcc4ca;
    border-radius: 8px;
}

.cards-2 .card .card-body {
    padding: 2.5rem 1.5rem;
}

.cards-2 .card .card-title {
    color: #4a90e2;
    font-size: 1.8rem;
}

.cards-2 .card .price .value {
    color: #252c38;
    font-weight: 600;
    font-size: 3rem;
}

.cards-2 .card .price .currency {
    font-size: 2rem;
    vertical-align: top;
}

.cards-2 .card .price .frequency {
    font-size: 1rem;
}
.cards-2 .card:hover .btn {
    transform: scale(1.1);
}
.cards-2 .card .btn {
    margin-top: 2rem;
    transition: transform 0.3s ease;
}

.cards-2 .card .label {
    position: absolute;
    top: 0;
    right: 0;
    width: 10.625rem;
    height: 10.625rem;
    overflow: hidden;
}

.cards-2 .card .label .best-value {
    position: relative;
    width: 13.75rem;
    padding: 0.3125rem 0 0.3125rem 4.125rem;
    background-color: #eb427e;
    color: #ffffff;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}

/**Conclusion**/
.basic-5 {
    padding-top: 4.5rem;
    padding-bottom: 7.5rem;
    background: url("../images/conclusion-background.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
}

.basic-5 img {
    max-width: 100%;
    height: auto;
}
/* Example of Responsive Design */
@media (max-width: 768px) {
    .cards-2 .card .card-body {
        padding: 1.5rem;
    }

    .footer h4 {
        font-size: 1.2rem;
    }
}

/**Footer**/
.footer {
    background: linear-gradient(rgba(250, 250, 250, 1), rgba(230, 240, 250, 1));
    color: #252c38;
    text-align: center;
    padding: 40px 0;
}

.footer h4 {
    font-size: 1.5rem;
    color: #007bffa6;
}

.footer p {
    margin-bottom: 20px;
    color: #6b747b;
}

.footer a {
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #4a90e2;
}

.social-icons a {
    font-size: 1.5rem;
    margin: 0 10px;
    color: #252c38;
}

.social-icons a:hover {
    color: #4a90e2;
}

.copyright {
    background-color: #e0e6f0;
    color: #252c38;
    padding: 10px 0;
    font-size: 0.875rem;
}


/**Back To Top Button**/
a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 12px;
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 30px;
    background: #343e48 url("../images/up-arrow.png") no-repeat center 47%;
    background-size: 18px 18px;
    text-indent: -9999px;
}

a:hover.back-to-top {
    background-color: #000000;
}

/**Extra Pages**/
.ex-header {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
    background-color: #f1f9fc;
}

.ex-basic-1 .list-unstyled .fas {
    font-size: 0.375rem;
    line-height: 1.625rem;
}

.ex-basic-1 .text-box {
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;
    background-color: #f1f9fc;
}

.ex-cards-1 .card {
    border: none;
    background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
    width: 2em;
    font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
    color: #ff6e84;
}

.ex-cards-1 .card .fa-stack-1x {
    color: #ffffff;
    font-weight: 700;
    line-height: 2.125rem;
}

.navbar.top-nav-collapse {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #f1f9fc;
}

/** Media Queries**/
@media (min-width: 768px) {

    .ex-basic-1 .text-box {
        padding: 1.75rem 2rem 0.875rem 2rem;
    }

}

@media (min-width: 1024px) {

    .btn-solid-lg {
        margin-right: 0.5rem;
        margin-left: 0;
    }

    .navbar {
        background-color: transparent;
        flex-wrap: nowrap;
        justify-content: start;
        padding-left: 0;
        padding-right: 0;
        padding-top: 1.75rem;
    }

    .navbar-collapse {
        flex-basis: auto;
    }

    .offcanvas-collapse {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        overflow-y: visible;
        visibility: visible;
    }

    .offcanvas-collapse.open {
        -webkit-transform: none;
        transform: none;
    }

    .nav-link {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .dropdown-menu {
        position: absolute;
        margin-top: 0.25rem;
        box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
    }

    .dropdown-divider {
        width: 90%;
    }

    .lightbox-basic {
        padding: 3rem 3rem;
    }

    .cards-1 .card {
        display: inline-block;
        width: 306px;
        vertical-align: top;
    }

    .cards-1 .card:nth-of-type(3n + 2) {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .slider-1 .swiper-container {
        width: 92%;
    }

    .slider-1 .swiper-button-prev {
        left: -16px;
        width: 22px;
        background-size: 22px 34px;
    }

    .slider-1 .swiper-button-next {
        right: -16px;
        width: 22px;
        background-size: 22px 34px;
    }

    .pricing-section {
        background: linear-gradient(rgba(50, 60, 70, 0.9), rgba(50, 60, 70, 0.9)), url('../images/pricing-background.jpg') center center no-repeat;
        background-size: cover;
        color: #ffffff;
    }

    .pricing-section h2 {
        color: #007bffa6;
    }

    .card-deck .pricing-card {
        display: inline-block;
        width: 24%;
        margin: 0 0.5%;
        background-color: #ffffff;
        color: #252c38;
        border-radius: 10px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .pricing-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }


    .pricing-card .card-body {
        padding: 20px;
    }

    .pricing-card .card-title {
        color: #4a90e2;
        font-size: 1.25rem;
    }

    .pricing-card .price {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .pricing-card .card-body p {
        font-size: 1rem;
    }


    .list-unstyled li i {
        min-width: 20px;
        font-size: 10px;
        margin-right: 10px;
    }


    .list-unstyled li div {
        flex-grow: 1;
        font-size: 1rem;
    }

    .pricing-card .list-unstyled {
        padding-left: 0;
    }

    .pricing-card .list-unstyled li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .pricing-card a {
        color: #4a90e2;
        text-decoration: none;
    }

    .pricing-card a:hover {
        text-decoration: underline;
    }


    .basic-5 {
        text-align: left;
    }

    .copyright {
        text-align: left;
    }

    .copyright .list-unstyled li {
        display: inline-block;
        margin-right: 1rem;
    }

    .copyright .statement {
        text-align: right;
    }

    .ex-cards-1 .card {
        display: inline-block;
        width: 306px;
        vertical-align: top;
    }

    .ex-cards-1 .card:nth-of-type(3n + 2) {
        margin-right: 1rem;
        margin-left: 1rem;
    }

}


@media (min-width: 768px) {
    .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.container {
    max-width: 72rem;
}

.cards-1 .card {
    width: 342px;
    padding-right: 2.875rem;
    padding-left: 2.875rem;
}

.cards-1 .card:nth-of-type(3n + 2) {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.cards-2 .card {
    width: 335px;
}

.cards-2 .card:nth-of-type(3n + 2) {
    margin-right: 2.25rem;
    margin-left: 2.25rem;
}

.cards-2 .card .card-body {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
}


/* Extra Pages */
.ex-cards-1 .card {
    width: 328px;
}

.ex-cards-1 .card:nth-of-type(3n + 2) {
    margin-right: 2.875rem;
    margin-left: 2.875rem;
}


/**Device details**/
#device-pricing {
    background-color: #f8f9fa;
    color: #333;
}

.pricing-device-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.pricing-device-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.pricing-device-card .price {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 15px;
}

.pricing-device-card .btn-solid-reg {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.pricing-device-card .btn-solid-reg:hover {
    background-color: #0056b3;
    border-color: #004085;
}

.pricing-device-card ul {
    padding: 0;
    list-style: none;
}

.pricing-device-card ul li {
    margin-bottom: 10px;
}


/**Login style**/
.login-body {
    background-color: #f8f9fa;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.login-form .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}


/**order confirmation**/
.form-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 40px auto;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-label {
    font-weight: 600;
}

.btn-secondary {
    margin-right: 10px;
}

#features .card {
    opacity: 0;
    transform: translateY(20px);
}

#backToTopButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    border: none;
    background-color: #9694FF;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.pricing-card {
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.pricing-details-btn {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    border: none;
    background-color: #444;
    color: white;
    cursor: pointer;
    transition: bottom 0.3s ease;
    z-index: 2;
}

.navbar-login {
    background-color: transparent;
    border: none;
    margin-left: 10px;
    cursor: pointer;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1800;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.notify-btn {
    font-size: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #007bff;
    border-color: #007bff;
}

.available-soon-text {
    text-align: center;
    margin-bottom: 15px;
    animation: fadeInOut 3s linear infinite;
}

.available-soon-text span {
    font-size: 1.2rem;
    color: #4156FA; /* Replace with your desired pastel color */
    font-weight: bold;
}

/* Keyframes for the fade-in-out animation */
@keyframes fadeInOut {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* Ensures responsiveness */
}

.flex-item {
    flex: 1; /* Each flex item takes equal width */
    max-width: 50%; /* Sets the maximum width for each item to 50% */
    padding: 10px; /* Optional, for some spacing around items */
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 80%;
    max-width: 400px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
 #loadingOverlay {
    display: none;
}
.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
}

.loading-spinner {
    border: 4px solid red;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

.loading-text {
    margin-top: 20px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

