@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Phudu:wght@300..900&display=swap");
body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "phudu", sans-serif;
}
html {
    scroll-behavior: smooth;
}
.banner-container {
    background-repeat: no-repeat;
    height: 100vh;
    background-size: 100% 100%;
}
.home-banner .text-overlay {
    display: none;
}
.home-banner {
    height: 100vh;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navbar_container {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 3% 0%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 12%, rgba(0, 0, 0, 0) 100%);
}
.active-link {
    border-bottom: 2px solid #1eb2cc !important;
    color: #1eb2cc;
    font-weight: 800 !important;
}
.active-link-immersi {
    border-bottom: 2px solid #02a90a !important;
    color: #02a90a;
    font-weight: 800 !important;
}
.active-link-virtu {
    border-bottom: 2px solid #673ab7 !important;
    color: #673ab7;
    font-weight: 800 !important;
}
.active-link-next-gen {
    border-bottom: 2px solid #0c8ade !important;
    color: #0c8ade;
    font-weight: 800 !important;
}
.active-link-next-xr_lab_360 {
    border-bottom: 2px solid #eeb820 !important;
    color: #eeb820;
    font-weight: 800 !important;
}

.plan-box_1 span,
.plan-box_2 span {
    font-size: 16px;
    font-style: italic;
}
.logo_section {
    width: 20%;
    margin-left: 1.4%;
}
.logo_section img {
    width: 100%;
}
.nav_list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    width: 50%;
    margin: 0;
    color: white;
}
.nav_list li a {
    font-family: "phudu", sans-serif;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
}
.scroll-btn-container {
    display: flex;
    justify-content: center;
}
.scroll-btn {
    position: absolute;
    bottom: 15px;
    width: 24px;
}
.scroll-btn img:nth-child(1) {
    position: absolute;
    right: 35%;
    width: 25%;
    top: 14%;
    animation: scroll-btn 1.4s infinite;
}
@keyframes scroll-btn {
    0% {
        top: 15%;
        opacity: 0.8;
    }
    25% {
        top: 27%;
        opacity: 0.7;
    }
    35% {
        top: 36%;
        opacity: 0.6;
    }
    45% {
        top: 45%;
        opacity: 0.5;
    }
    55% {
        top: 58%;
        opacity: 0.4;
    }
    65% {
        top: 60%;
        opacity: 0.3;
    }
    100% {
        top: 65%;
        opacity: 0.1;
    }
}
.bottom-container {
    background-image: url(../images/Home/bg.png);
    background-color: #0d0d14;
    height: 100%;
}
.transforming-data-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5%;
}
.transforming-data-section img {
    width: 42%;
}
.transforming-info {
    width: 45%;
    padding-right: 3%;
}
.transforming-info h2,
.for-mobile {
    color: #1eb2cc;
    font-size: 26px;
}
.transforming-info p {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    width: 86%;
}
.mobile_conatiner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 8%;
    padding-bottom: 4%;
    color: #ffffff;
    position: relative;
}
.mobile-images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    margin: 3% 0% 0%;
    background-image: url(../images/Home/greenblur@2x.png);
    background-size: 100% 100%;
    background-position-y: 70%;
}
.mobile-images img {
    width: 34%;
}
.mobile-images img:nth-child(2) {
    margin: 0% 4% 5.5% 4%;
}
.mobile_conatiner p {
    width: 70%;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
}
.middle-container {
    padding-top: 5%;
    background-image: url(../images/Home/bg.png);
    background-color: #0d0d14;
}
.mobile_conatiner h2 {
    margin: 0;
}
.mobile-info {
    margin-top: 0.5%;
    width: 80%;
    text-align: center;
    line-height: 1.5;
}
.for-mobile {
    display: none;
}
.vr_ar-container {
    display: flex;
    align-items: center;
    padding-bottom: 17%;
    padding-top: 12%;
    position: relative;
}
.vr_ar-data {
    width: 40%;
    padding-left: 8%;
    text-align: right;
}
.vr_ar-data h2 {
    color: #1eb2cc;
    font-size: 26px;
    width: 86%;
    margin-bottom: 7%;
}
.vr_ar-data p {
    font-size: 1rem;
}
.for-mobile-title {
    display: none;
}
.vr_ar-images {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.vr_ar-images div:nth-child(1) {
    width: 57%;
    right: 0;
    top: 11%;
    position: absolute;
}
.vr_ar-images div img {
    width: 100%;
}
.vr_ar-images img:nth-child(2) {
    position: absolute;
    width: 23%;
    left: 77%;
}
.tailor-made-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 5% 0% 6% 0%;
}
.tailor-made-images {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tailor-made-data {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 23.5%;
}
.tailor-made-images img {
    width: 100%;
}
.tailor-made-images p {
    position: absolute;
    bottom: 1%;
    text-align: center;
    font-size: 0.95rem;
    color: #fff;
}
.footer-section {
    background-color: #0d0d14;
}
.footer-shadow {
    box-shadow: -2px -62px 48px -4px rgba(13, 13, 20, 0.75);
}
.footer-container {
    display: flex;
    justify-content: space-around;
    padding: 5% 6%;
}
.footer-logo {
    width: 16%;
    color: #7d7d80;
}
.footer-logo img {
    width: 100%;
}
.whatsapp-section {
    display: none;
}
.footer-terms {
    width: 11%;
}
.footer-payment {
    color: #fff;
    width: 19%;
}
.payment-address {
    width: 100%;
}
.payment-address p {
    margin: 0 !important;
}
.payment-address h2 {
    font-size: 12px !important;
    margin: 0 0 6px 0;
    font-weight: 600 !important;
}
.footer-payment-logo {
    margin-top: 15%;
    display: flex;
    align-items: center;
}
.footer-payment-logo img {
    margin-right: 5px;
}
.footer-payment img {
    max-height: 20px;
}
.footer-payment-logo img:nth-child(3),
.footer-payment-logo img:nth-child(4) {
    max-height: 25px;
}

.footer-payment-logo img:nth-child(4) {
    max-height: 35px;
}
.footer-terms li {
    /* padding: 3%; */
}

.footer-terms a,
.footer-list a {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}
.footer-terms ul {
    list-style: none;
    padding: 0;
}
.footer-conatactUs {
    width: 19%;
}
.footer-container p {
    margin: 10% 0;
    font-size: 12px;
}
.footer-list {
    font-size: 12px;
    list-style: none;
    padding: 0;
}
.footer-list li {
    padding: 9% 0;
}
h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
.footer-container h2 {
    font-size: 17px;
    font-weight: normal;
}
.link {
    font-size: 0.95rem !important;
    color: #22cae7;
    cursor: pointer;
}
a {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
}
.footer-lang {
    width: 100%;
    margin-top: 18%;
}
.dropbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8%;
    background: transparent;
    color: #ffffff;
    outline: none;
    border: 1px solid gray;
    font-size: 17px;
    font-weight: normal;
}
.dropbtn img:nth-child(1) {
    width: 13%;
}
.dropbtn img:nth-child(2) {
    width: 10%;
}
#dropdown-content {
    list-style: none;
    padding: 0;
    border: 1px solid #1eb2cc;
    margin-top: 1%;
    display: none;
}
#dropdown-content li {
    padding: 10px;
}
.show_dropdown {
    display: block !important;
}
.login-overlay {
    position: fixed;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0%;
    display: none;
}
.login-toggle {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.7);
}
#login-container {
    position: relative;
    width: 30%;
    margin: 0.1% auto auto auto;
    background: rgba(250, 250, 250, 1);
    padding: 3% 4%;
    border-radius: 30px;
}

#login-container img:nth-child(1) {
    width: 30%;
    margin: 0 34%;
}
#login-container img:nth-child(2) {
    position: absolute;
    right: 5%;
    top: 3%;
    width: 8%;
    cursor: pointer;
}
#login-container form {
    width: 100%;
    color: black;
    display: flex;
    flex-direction: column;
    margin-top: 6%;
}
#login-container label {
    margin-top: 6%;
}
#login-container form input {
    width: 100%;
    padding-top: 2%;
    outline: none;
    border: none;
    border-bottom: 2px solid #22cae7;
}
select {
    border: none;
    outline: none;
    border-bottom: 2px solid #22cae7;
    margin-top: 6%;
    padding-bottom: 6%;
    font-size: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/Login/arrowdown.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 5%;
}
#login-container button,
.conatct-us-btn,
.send-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    outline: none;
    border: none;
    background: linear-gradient(90deg, rgba(45, 95, 200, 1) 20%, rgba(48, 130, 211, 1) 35%, rgba(51, 179, 226, 1) 100%);
    border-radius: 44px;
    height: 80px;
    padding: 5% 3%;
    margin-top: 8%;
    box-shadow: 0px 5px 7px 0px rgba(66, 50, 50, 0.41);
}
#login-container button span,
.conatct-us-btn span,
.send-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #ffffff;
    width: 100%;
    height: 65px;
    font-size: 20px;
    border-radius: 45px;
}
.login-bottom-text {
    text-align: center;
    margin-top: 7%;
}
.account {
    font-size: 18px;
    color: #9d9d9f;
}
.login-text {
    color: #22cae7;
    font-size: 18px;
}
.show_login {
    display: block !important;
}
.nav-bar-mobile,
.menu-btn-mobile {
    display: none;
}
/*learn css*/

.learn-banner {
    background-image: url(../images/Learn/learn-top-banner@2x.png) !important;
}
.text-overlay {
    position: absolute;
    left: 7.5%;
    width: 39%;
    font-size: 17px;
    font-weight: 600;
    top: 43%;
}
.subject-btn-navbar {
    display: flex;
    justify-content: space-between;
    background-color: #eaeaea;
    margin-top: -3px;
    padding: 0 6%;
}
.subject-menu-mobile {
    display: none;
}
.subject-btn-navbar h1 {
    font-size: 22px;
    color: #000;
}
.menu-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
}
.menu-btn button {
    background: transparent;
    border: none;
    outline: none;
    color: #9d9d9f;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.clicked {
    color: #0d0d13 !important;
    font-weight: 700 !important;
}
.home {
    display: none;
    padding: 7% 0% 12% 0%;
}
.subject-data-section {
    width: 85%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto;
}
.subject-img {
    width: 31%;
    position: relative;
    cursor: pointer;
}
.subject-info,
.fetured-data .text {
    width: 82%;
    padding: 0% 8% 0% 9%;
    position: absolute;
    bottom: 41px;
}
.subject-info p,
.fetured-data .text p {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1%;
    font-size: 16px;
}
.subject-info span,
.fetured-data .text span {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.subject-img img {
    width: 100%;
}
.living-things,
.human-body,
.space-science,
.art,
.culture-history,
.archeology {
    display: none;
}
.visible {
    display: block !important;
}
.featured-container {
    color: #000;
    padding-left: 5%;
}
.featured-container h1 {
    margin-top: 4%;
    font-size: 24px;
    margin-left: 1%;
}
.fetured-data-section {
    display: flex;
}
.fetured-data {
    color: #ffffff;
    position: relative;
}
.owl-carousel {
    cursor: pointer;
}
.owl-carousel .owl-dots.disabled {
    display: block !important;
}
.owl-item {
    width: 65% !important;
}
.owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
.fetured-data-section img {
    width: 100%;
}
.fetured-data .text p {
    font-size: 17px;
}
.catlog-container {
    color: #000;
}
.catlog-container h1 {
    font-size: 23px;
    font-weight: 600;
    margin-left: 4%;
}
.catlog-section {
    display: flex;
    flex-wrap: wrap;
    margin: 3%;
}
.catlog-info {
    display: flex;
    width: 31.3%;
    margin: 1% 1% 4%;
    justify-content: center;
    height: fit-content;
    cursor: pointer;
}
.catlog-info img {
    width: 40%;
    height: 40%;
}
.catlog-text {
    width: 50%;
    margin-left: 6%;
    height: 20%;
    font-size: 0.9rem;
}
.catlog-text span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.catlog-text p {
    color: #22cae7;
    font-weight: 600;
}
.catlog-text h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pop-up-overlay {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    display: none;
    cursor: pointer;
}
.show-model {
    display: block !important;
}
.pop-up-bg {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.7);
}
.blurr-bg {
    background-color: #d3d3d3;
}
.pop-section {
    position: fixed;
    top: 10%;
    left: 20%;
    width: 60%;
    z-index: 2;
    color: #000;
    background-color: #ffffff;
    font-size: 22px;
    padding: 2% 0%;
    border-radius: 10px;
    font-size: 17px;
}
#pop-up-top-category {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#hide-view-btn {
    display: none;
}
.pop-section .category-thumbnail {
    width: 43%;
    padding: 0% 5%;
    margin: 0 auto;
}
.pop-up-view {
    position: relative;
    bottom: 53px;
    display: inline-block;
    width: 40%;
}
.veiw-btn {
    background-color: #1eb2cc;
    padding: 4% 0% 4% 9%;
    display: flex;
    align-items: center;
    width: 70%;
    color: #ffffff;
    border-radius: 10px;
    font-size: 24px;
    box-shadow: 0px 10px 0px 0px #002a98;
    background: linear-gradient(to bottom, #35cfeb, #00b3eb, #0095e7, #0074db, #2c4ec3);
    cursor: pointer;
}
.veiw-btn span {
    padding-left: 19%;
    font-weight: 600;
    font-size: 17px;
}
.veiw-btn img {
    width: 15%;
}
.pop-up-bottom {
    padding: 0% 5%;
}
.pop-up-bottom h2 {
    font-size: 23px;
    text-transform: capitalize;
}
.learn-section {
    filter: blur(1px);
    background-color: gray;
}
.close-pop-up {
    width: 4% !important;
    position: absolute;
    right: 3%;
    top: 6%;
    cursor: pointer;
}
.close-model {
    display: none !important;
}
/*Blog page css*/
.blog-banner {
    background-image: none !important;
    background-color: #000;
}
.blog-text-overlay {
    position: absolute;
    top: 18%;
    left: 8%;
    width: 30%;
}
.blog-text-overlay span {
    font-size: 12px;
}
.dots-container {
    display: flex;
    justify-content: space-around;
    width: 18%;
    margin: 7% 0% 12% 0%;
}
.dots-container div {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: white;
}
.dots-container div:nth-child(2) {
    background-color: rgba(51, 179, 226, 1) !important;
}
.search-container,
.subscribe-section {
    display: flex;
}
.search-container input,
.subscribe-section input {
    padding-left: 8%;
    outline: none;
    height: 40px;
    width: 56%;
}
.search-container button,
.subscribe-section button {
    color: #ffffff;
    width: 31%;
    border: none;
    padding: 0;
    outline: 0;
    margin-left: -1px;
    font-weight: 500;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: linear-gradient(90deg, rgba(45, 95, 200, 1) 20%, rgba(48, 130, 211, 1) 35%, rgba(51, 179, 226, 1) 100%);
}
.category-tag-container {
    padding-top: 5.5%;
    color: #000;
}
.category-data-section {
    padding: 5% 0%;
    width: 80%;
    margin: 0 auto;
    border-top: 0.5px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.last {
    border-bottom: 0.5px solid #e1e1e1;
}
.category-tag-text {
    width: 53%;
}
.category-tag-text h1 {
    width: 45%;
    font-size: 44px;
    font-weight: bolder;
}
.tag {
    font-size: 14px !important;
    letter-spacing: 9px;
}
.category-tag-text a {
    color: rgba(51, 179, 226, 1);
}
.category-tag-text span {
    font-size: 13px;
}
.category-tag-container img {
    width: 33%;
}
.load-more {
    text-align: center;
    padding: 4% 0% 6% 0%;
}
.load-more button {
    width: 16%;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #555655;
}
.latest-post-container {
    color: #000;
    padding: 0 2%;
}
.post-heading {
    padding-left: 6%;
    width: 47%;
}
.post-heading h1 {
    font-size: 2.4rem;
}
.post-heading p {
    font-size: 16px;
}
.post-writer-data {
    display: flex;
    justify-content: space-evenly;
    padding: 7% 0%;
}
.post-witer-profile {
    width: 25%;
    border-radius: 7px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    cursor: pointer;
}
.post-witer-profile p {
    padding: 0% 8%;
    font-size: 1.7rem;
    font-weight: 700;
}
.post-witer-profile p a {
    color: mediumseagreen;
    font-size: 15px;
    font-weight: 100;
}
.posts-info {
    display: flex;
    justify-content: space-between;
    padding: 7% 18% 7% 8%;
}
.posts-info span {
    font-size: 13px;
    margin-left: 6px;
}
.date,
.writer-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.date img {
    width: 17% !important;
}
.writer-icon img {
    width: 24% !important;
}
.post-witer-profile img {
    width: 100%;
}
.subscribe-container {
    background: #000;
    color: #ffffff;
    text-align: center;
    padding: 2% 0% 6% 0%;
}
.subscribe-container h2 {
    font-size: 20px;
}
.subscribe-section {
    width: 40%;
    margin: 4% auto 0 auto;
}
.subscribe-section input {
    height: 45px !important;
    width: 58% !important;
}
.subscribe-section button {
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
}
.read-more-container {
    display: none;
    justify-content: center;
    margin-top: 6.5%;
}
.articles-details h1 {
    color: #707070;
    font-size: 2.5rem;
    margin-top: 3px;
}
.articles-details h4 {
    font-size: 1.5rem;
    margin: 0 0 4%;
    color: #707070;
    font-weight: 100;
}
.articles-details {
    width: 85%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #eaeaea;
}
.articles-details p {
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 3% 0;
}
.articles-details img {
    width: 100%;
    margin-bottom: 4%;
}
.socialmedia-icon {
    display: flex;
    justify-content: space-between;
    margin: 5% 0 14%;
}
.socialmedia-icon img {
    width: 23%;
}
/*faq css*/
.faq-bg {
    background-color: #0d0d14;
}
.faq-banner {
    background-image: url(../images/FAQ/faqweb@2x.png) !important;
    background-color: #0d0d14;
    height: 75vh;
}
.faq-text-overlay {
    position: absolute;
    top: 26%;
    width: 32%;
    left: 7.5%;
}
.faq-text-overlay h1 {
    font-size: 3.5rem;
    margin: 10px 0px;
    color: #22cae7;
}
.faq-text-overlay p {
    font-size: 18px;
    word-spacing: 2px;
}
.faq-qusetions-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 1% 5%;
}
.faq-qusetion-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3% 3% 1%;
    width: 40%;
    margin-bottom: 4%;
    border-radius: 12px;
    background: linear-gradient(192deg, rgba(5, 211, 247, 1) -64%, rgba(22, 102, 120, 1) 20%, rgba(11, 16, 25, 1) 100%);
}
.faq-qusetion-box img {
    width: 16%;
}
.faq-qusetion-box h2 {
    font-size: 1.4rem;
}
.faq-qusetion-box p {
    line-height: 1.4;
    font-size: 0.95rem;
    font-weight: 100;
}
/*contact us*/
.contact-us-bg {
    background-color: #0c0c13;
}
.contact-us-banner {
    background-image: unset !important;
    height: unset !important;
}
.contact-us-container {
    padding: 10% 0%;
    display: flex;
    justify-content: space-around;
}
.contact-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1.3px dashed #22cae7;
    border-radius: 8px;
    padding: 1% 2% 3%;
    width: 33%;
    position: relative;
}
.contact-us-container h1 {
    display: none;
}
.contact-box img {
    position: absolute;
    width: 20%;
    bottom: 87%;
}
.contact-box h2 {
    padding: 20% 0% 2% 0%;
    margin: 0;
    color: #22cae7;
}
.contact-box p {
    width: 69%;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
#error-message {
    color: #22cae7;
    margin-bottom: 0;
}
.conatct-us-btn {
    width: 84%;
    height: 41px;
    padding: 5% 2.2%;
}
.conatct-us-btn span {
    font-size: 15px;
    font-weight: 700;
    height: 61px;
    text-transform: uppercase;
}
.middle-container-contactUs {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    background-image: url(../images/ContactUs/women.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
}
.contact-text-overlay {
    position: absolute;
    top: 75%;
    width: 54%;
    font-size: 19px;
    font-weight: 100;
}
.contact-text-overlay h1 {
    font-size: 2rem;
}
.contact-text-overlay p {
    margin: 5px 0;
}
.form-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.name-section {
    display: flex;
    justify-content: space-between;
}
.name-section input {
    width: 48% !important;
}
.form-container {
    margin: 0 auto;
    padding: 10% 0% 6%;
    width: 60%;
}
.form-container h1 {
    font-size: 2.5rem;
    color: #22cae7;
}
.form-container p {
    font-size: 1.25rem;
    text-align: center;
}
.form-data {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
.form-data input {
    height: 50px;
    text-indent: 12px;
    font-size: 17px;
    color: #000000;
    border: none;
    outline: none;
    margin-bottom: 1rem;
}
.form-data textarea {
    height: 150px;
    text-indent: 12px;
    font-size: 17px;
    color: #000000;
    outline: none;
    padding: 0;
    padding-top: 2%;
    border: none;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.send-btn {
    width: 35% !important;
    padding: 1% !important;
    margin: 0% auto !important;
    height: 65px !important;
}
.send-btn span {
    height: 52px !important;
    pointer-events: none !important;
}
.contact-from-captcha {
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
}
/*terms*/
.term-header {
    background-color: #000000 !important;
}
.terms-container {
    background-color: #efefef;
    cursor: auto;
    padding: 25px 30px;
    color: #3a3a3a;
    font-family: "Inter", sans-serif;
}
.terms-container h1 {
    font-size: 19px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 5px;
    color: #3f3f3f;
}
.terms-conditions-head {
    margin-top: 10%;
    text-align: center;
}
.terms-condition-container {
    margin-top: 4%;
}
.terms-condition-container a {
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    color: #333b43;
}
.terms-condition-container p {
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    margin: 0;
    padding: 0;
}
.one_line_col {
    border-top: 0;
    padding-bottom: 21px;
    border-bottom: 1px dotted #dfdfdf;
}
.one_line_col::after,
.one_line_col::before {
    display: table;
    content: "";
}
.one_line_col ul li {
    line-height: 19px;
    font-size: 13px;
    margin-top: 2px;
}
.one_line_col h2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    padding-top: 21px;
    color: #3f3f3f;
}
.one_line_col h3 {
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    padding-top: 24px;
    color: #3f3f3f;
    margin: 0;
}
.one_line_col strong {
    font-style: inherit;
    font-weight: bold;
}
.defination-box {
    margin-top: 21px;
    border: 1px solid #c0c1c1;
    padding: 10px;
}
#legal-head {
    border-bottom: 1px dotted #ddd;
    padding: 10px 25px 10px;
    margin: 0;
    margin-top: -11px;
    background-repeat: no-repeat;
    background-position-x: -11px;
    background-color: transparent;
    background-image: url(../images/terms/bookmark.png);
}
.expand-content h4 {
    font-size: 13px;
    font-weight: bold;
    color: #59636d;
}
.for_boxes {
    padding: 0;
    display: table;
    content: "";
}
.one_line_col .for_boxes li {
    list-style: none;
    width: 48%;
    margin-top: 2%;
}
.for_boxes li h3 {
    border-bottom: 1px dotted #ddd;
    padding: 10px 20px 10px 35px;
    margin: 0px 0px 10px 0px;
}
.for_boxes li:nth-child(2n) {
    float: right;
    clear: right;
}
.for_boxes li:nth-child(2n + 1) {
    float: left;
    clear: left;
}
.box_primary {
    padding: 10px;
    border: 1px solid #c0c1c1;
}
.box-head {
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-color: transparent;
    background-image: url(../images/terms/folder.png);
}
.term_footer {
    padding: 24px 0px;
}
.footer-logo p {
    color: #ffffff;
}
.plan_box_container {
    width: 60%;
    margin-top: 5%;
}
.plan_box_container h2 {
    font-weight: 100;
}
.plan_inner_container {
    display: flex;
    justify-content: space-between;
    color: #000;
    margin-top: 7%;
}
.immersi-learn {
    flex-direction: column;
}
.plan-ssl-text {
    color: #fff;
    margin: 5% 0 6% 0;
}
.portal-plan-height {
    height: auto !important;
}
.portal-plan-height .plan_box_container {
    margin-top: 10%;
}
.middle-container-plan {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(../images/ContactUs/women.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
}
.plan_inner_container .plan-box_1,
.plan-box_2 {
    background-color: #fff;
    width: 50%;
    margin: 0 3%;
    border-radius: 25px;
    padding-bottom: 5%;
}
.plan_inner_container .btn-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn-start:nth-child(1) {
    margin-bottom: 5%;
}
.plan_inner_container h4 {
    font-weight: bold;
    padding: 20px 0;
    text-transform: uppercase;
}
.navbar_container_portal {
    position: fixed;
}
.plan-box_1 p,
.plan-box_2 p {
    color: #000;
    padding: 25px 0;
    margin: 0;
    font-weight: bold;
    font-size: 30px;
    background-color: rgb(244, 244, 244, 0.8);
    margin-bottom: 12%;
}
.plan-box_portal p {
    background-color: unset !important;
    font-size: 15px !important;
    margin: 0;
    font-weight: 400;
    padding: 0 !important;
    text-align: left;
}
.plan-box_portal {
    padding: 0 2% 0 2% !important;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.plan-box_portal h4 {
    margin: 0;
    font-weight: 600;
    text-align: left;
    padding-bottom: 3%;
    margin-top: 4%;
    font-size: 16px;
}
.plan-box_portal .btn-container {
    margin-top: auto !important;
}

.plan-box_portal ul {
    margin: 0;
}
.plan-box_portal ul li {
    text-align: left;
    padding: 5px 0;
    font-size: 16px;
}
.plan-box_portal h2 {
    font-size: 25px;
    font-weight: 400;
}
.plan_inner_container_portal {
    display: flex;
}
.after_trail p {
    margin: 3% 0;
    text-align: left;
}
.after_trail h4 {
    text-align: left;
}
.plan-box_2 {
    background: linear-gradient(
        139deg,
        rgba(54, 244, 251, 1) 13%,
        rgba(234, 40, 252, 1) 48%,
        rgba(63, 79, 243, 1) 100%
    ) !important;
    color: #fff;
}
.plan-box_2 p {
    background-color: rgba(255, 255, 255, 0.5);
}
/* .plan-point {
    list-style: none;
    padding: 0;
    margin: 6% 0 10% 0;
}
.plan-point li {
    padding: 5px 0;
}

.plan-point li::before {
    content: "\2713\0020";
    color: #36f4fb;
    margin-right: 3px;
} */
.btn-start {
    border-radius: 10px;
    color: #fff;
    outline: 0 !important;
    font-size: 16px;
    padding: 15px 0px;
    font-weight: bold;
    background: #1eb2cc;
    width: 65%;
    box-sizing: border-box;
}

.credit-card-container {
    display: flex;
    justify-content: center;
}
.credit-card-container-main h4 {
    font-size: 24px;
    margin: 0 0 8px;
}
.credit-card-container-main p {
    font-size: 16px;
}
.credit-card-container-main {
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin-top: 10%;
}
.section-left,
.section-right {
    width: 45%;
}
.credit-card-container-main form {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-top: 30px;
}
.form-label {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
    display: flex;
}
.credit-card-container-main form .form-control {
    width: 100%;
    padding: 11px 5px;
    color: #00001c;
    border: 2px solid rgba(0, 0, 0, 0);
    outline: none;
    box-sizing: border-box;
    margin-top: 0 !important;
}
.form-group {
    margin-bottom: 18px;
}
.checkbox-wrap {
    display: flex;
    align-items: flex-start;
}
.checkbox-wrap input {
    margin-right: 15px;
}
.start-trial-btn {
    width: 100%;
    border: none;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    background-color: #20cae6;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
}
.checkbox-wrap p {
    font-size: 16px;
    margin: 0;
}
.each {
    margin-top: 15px;
}
.charge-to-mobile-section {
    height: 100vh;
    background-image: url(../images/ContactUs/women.png);
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.charge-to-mobile-overlay {
    width: 36%;
    margin-right: 50%;
    margin-bottom: 3%;
}
.charge-to-mobile-overlay h1 {
    text-transform: uppercase;
    font-size: 35px;
    color: #20cae6;
}
.charge-to-mobile-overlay button {
    outline: none;
    border: none;
    background-color: #1eb2cc;
    color: #fff;
    padding: 2.5% 8%;
    border-radius: 30px;
    margin-top: 3%;
}
.charge-to-mobile-overlay button h3 {
    margin-bottom: 3%;
}

.alert-container {
    display: none;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    z-index: 1000;
}
.err-icon {
    width: 10%;
}
.alert-box {
    position: relative;
    color: #000;
    width: 35%;
    background-color: #fff;
    padding: 3% 1%;
    text-align: center;
    font-size: 19px;
    border-radius: 10px;
}
#alert-close {
    position: absolute;
    right: 3%;
    top: 6%;
    width: 6%;
    cursor: pointer;
}

.mycare-page .contact-us-container {
    padding: 5% 0% 0%;
}
.mycare-page .contact-box img {
    position: absolute;
    width: 20%;
    bottom: 91%;
}
.mycare-page .contact-box p {
    width: 94%;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.mycare-page .top-container {
    padding-top: 7%;
}
.mycare-page .top-container-section .faq-qusetion-box {
    width: 100%;
}
.mycare-page .top-container-section .faq-qusetion-box img {
    width: 8%;
}
.mycare-page .top-container-section .faq-qusetion-box .conatct-us-btn {
    width: 70%;
    padding: 3% 1.5%;
    margin: auto;
    height: 50px;
}
.mycare-page .form-container {
    padding-top: 0;
    padding-bottom: 2%;
}
.mycare-page .form-container button {
    width: 60% !important;
    margin-bottom: 4% !important;
}
.mycare-page .form-container hr {
    width: 100%;
}
.mycare-page .form-container h2.message {
    color: #22cae7;
}
.mycare-page .form-container .review-list {
    width: 100%;
}
.mycare-page .form-container .review {
    display: flex;
}
.mycare-page .form-container .review-name {
    flex: 0 0 auto;
    margin-right: 15px;
}
.mycare-page .form-container .review-desc {
    flex: 1;
    text-align: left;
}
.mycare-page #successMessage {
    display: none;
}
.mycare-page .faq-qusetion-box {
    padding: 3% 3% 3%;
}
.mycare-page .contact-text-overlay {
    top: 85%;
}
.mycare-page .top-container-section .QnA-container {
    width: 60%;
}
.mycare-page .top-container-section .QnA-container h2 {
    text-align: left;
}
.mycare-page .top-container-section .QnA-container p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
}
.mycare-page .top-container-section .QnA-container ul,
.mycare-page .contact-us-top-container ul {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}
.mycare-page .contact-us-top-container {
    text-align: center;
    margin: 0 1%;
}
.mycare-page .faq-container h1 {
    text-align: center;
    padding-bottom: 2%;
}
.mycare-page .stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: 1rem;
}
.mycare-page .stars label {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}
.mycare-page .stars input {
    display: none;
}
.mycare-page .stars label:hover,
.mycare-page .stars label:hover ~ label {
    color: gold;
}
.mycare-page .stars input:checked ~ label {
    color: gold;
}
/* Modal Popup */
.mycare-page .modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0c0c13;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
}
.mycare-page .modal h3 {
    margin-bottom: 10px;
    color: #22cae7;
    font-size: 1.25rem;
}
.mycare-page .modal p {
    color: #22cae7;
    font-size: 1rem;
}
.mycare-page .modal button {
    margin-top: 10px;
}
/* Prevent body from scrolling */
body.modal-open {
    overflow: hidden;
}

/* Overlay style to block background clicks */
.mycare-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it appears above other elements */
    display: none; /* Hidden by default */
}

/* Display the overlay when active */
.mycare-page .overlay.active {
    display: block;
}
/* Slider */
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}
.slider-item {
    flex: 0 0 300px;
    text-align: left;
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    background: #000;
}
.slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.slider-controls button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}
.slider-controls button:hover {
    color: #007bff;
}
.slider-dots {
    text-align: center;
    margin-top: 10px;
}
.slider-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
}
.slider-dots .dot.active {
    background-color: #007bff;
}
.slider-item .stars {
    color: gold;
}
.mycare-page .footer-logo {
    width: 25%;
    color: #7d7d80;
}
.mycare-page .contact-us-top-container .contact-box li a {
    font-size: 16px;
    color: #22cae7;
}
.mycare-page .contact-us-top-container .contact-box svg {
    padding-right: 4px;
}
.mycare-page .language-switcher {
    border-radius: 5px; /* Rounded edges */
    padding: 0 1%;
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 10%;
    background: transparent;
    color: #ffffff;
    outline: none;
    border: 1px solid gray;
    font-size: 17px;
    font-weight: normal;
    margin-top: auto;
}
.mycare-page .lang-swit-right {
    visibility: hidden;
}

.mycare-page .language-switcher img {
    width: 15%;
}
.mycare-page .language-switcher .icon {
    margin-right: 8px; /* Add space between icon and dropdown */
    color: #00e6ff; /* Highlight color for the globe icon */
}

.mycare-page .language-switcher select {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    font-size: 0.75rem;
    cursor: pointer;
    appearance: none;
    width: 100%;
    text-align: center;
}

.mycare-page .language-switcher select:focus {
    outline: none; /* Prevent focus ring */
}

.mycare-page .language-switcher select::-ms-expand {
    display: none; /* Hide default dropdown arrow in IE/Edge */
}
