html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: "TASA Orbiter", sans-serif;
}

body {
    background: #0c1e21;
    color: #fff;
    overflow-x: hidden;
    font-family: "TASA Orbiter", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.row {
    margin: 0 !important;
}

.app-nav-wrap {
    box-sizing: border-box;
    background-color: #ffffff1a;
    border: 0 solid #000;
    color: #fff;
    /* border-radius: 5px; */
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-wrap {
    /* padding: 15px; */
    box-sizing: border-box;
}

.primary-btn {
    background: #1e8a8a;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    /* width: 313px; */
}

.primary-btn i {
    padding-right: 10px;
}

.primary-btn a {
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 15px;
    text-shadow: 2px 1px #444;
}

a.primary-btn {
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 15px;
    text-shadow: 2px 1px #444;
}

span.limited-seat {
    font-size: 15px;
    padding-left: 10px;
}

span.btn-icon {
    width: 30px;
    height: 30px;
    background: #0c1e21;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-icon img {
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

.primary-btn:hover .btn-icon img {
    transform: rotate(0);
}

.app-nav-hd {
    width: calc(100% - 280px);
    text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff, 0 0 80px #0ff;
}

.banner-wrap {
    box-sizing: border-box;
    background-color: #ffffff1a;
    border: 0 solid #000;
    color: #fff;
    padding: 15px;
    /* margin: 15px 0; */
    /* border-radius: 5px; */
    height: 400px;
    width: 100%;
    max-width: 100%;
}

.banner-container {
    display: grid;
    grid-template-columns: 35% 63.7%;
    gap: 1.3%;
}

.banner-wrap1 {
    padding: 0;
}

.banner-wrap1 img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.app-footer-wrap,
.session-wrap,
.explore-section,
.testimonials-section {
    box-sizing: border-box;
    background-color: #ffffff1a !important;
    border: 0 solid #000 !important;
    color: #fff;
    /* border-radius: 5px; */
}

.home-footer {
    margin-bottom: 102px;
    z-index: 5;
}

.app-footer-wrap a {
    color: orange !important;
    position: relative;
}

.app-footer-wrap a:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 90%;
    background: #ffffff66;
    right: -13px;
    top: 3px;
}

.app-footer-wrap a:last-child::after {
    content: none;
}

.app-footer-wrap a:hover {
    text-decoration: underline !important;
}

.display-flex {
    display: flex;
}

.secondary-btn {
    border: 1px solid #444 !important;
    background: #444 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.secondary-btn:hover,
.primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.primary-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.terms {
    margin-bottom: 30px;
}

.terms label {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    color: var(--light-text);
    cursor: pointer;
}

.terms input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: var(--primary-color);
    /* Changes checkbox color */
}

.ml-15 {
    margin-left: 15px;
}

.banner-wrap2,
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-wrap2 {
    position: relative;
    padding: 0;
}

.banner-wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.4;
}

.banner-wrap p {
    font-size: 1rem;
    color: #ccc;
    margin: 5px 0 20px;
}

.btn-register:hover {
    background: #1e8a8a;
    box-shadow: 0 8px 20px rgba(0, 162, 61, 0.6);
    transform: scale(1.05);
}

.date-time {
    margin-top: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

#date-format {
    font-weight: bold !important;
}

.date-time span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #bbb;
}

.session-wrap {
    padding: 15px;
}

p.sub-text {
    font-size: 1.2rem;
    margin-top: 15px;
}

.cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
}

.card {
    background: #fff;
    color: #000;
    width: 300px;
    border-radius: 5px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    border: none !important;
    position: relative;
}

.card-header {
    background: linear-gradient(-45deg, #0c1e21 10% 0%, #0c1e21d4 50%, #0c1e21 100%);
    color: #fff;
    padding: 15px;
    font-weight: bold;
    font-size: 1.2rem;
}

.card img {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
    object-position: top;
    height: 270px;
}

.card p {
    padding: 0 15px 20px;
    font-size: 1rem;
}

.footer-bar {
    background: #0c1e21;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: bold;
    position: fixed;
    width: calc(100vw - 30px);
    left: 0;
    bottom: 0;
    margin: 0 15px;
    z-index: 9999;
    border-radius: 5px;
}

.footer-bar span {
    color: #fff;
    font-size: 1rem;
}

.footer-bar a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.footer-bar a:hover,
.primary-btn:hover {
    background: #1e8a8a;
}

#countdown {
    background: #fff;
    border-radius: 5px;
    color: #1e8a8a;
    padding: 15px;
}

.explore-section {
    /* margin-top: 15px; */
    padding: 15px;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.explore-list {
    list-style: none;
}

.explore-list li {
    font-size: 1.1rem;
    margin: 15px 0;
}

.grid-3-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns on desktop */
    gap: 20px;
}

/* Responsive for tablets */
@media (max-width: 992px) {
    .grid-3-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive for mobiles */
@media (max-width: 600px) {
    .grid-3-layout {
        grid-template-columns: 1fr;
    }
}

.learn-section-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.learn-section-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.learn-section-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
    object-position: top;
}

.learn-section-card:hover img {
    transform: scale(1.05);
}

.learn-section-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 15px 0;
    text-align: center;
}

.mt-15 {
    margin-top: 15px;
}

.width-auto {
    width: auto !important;
}

.testimonials-section {
    padding: 15px;
    /* margin: 15px 0; */
    color: #000;
}

.testimonials-section h2 {
    font-weight: bold;
    /* margin-bottom: 40px; */
    color: #fff;
}

.testimonials-section .testimonial-card {
    border: none;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials-section .testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.avatar {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
}

.video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4); */
    /* width: 100%; */
    /* height: 100%; */
}

.video-background video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* border-radius: 5px; */
}

.banner-register-form {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
}

#unmute-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    background: none;
    border: none;
}

.about-text {
    padding: 15px;
}

.benefits-box {
    padding: 30px;
    text-align: center;
}

.benefits-box h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}

.benefits-box p {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 20px;
}

.checklist li {
    font-size: 1.1rem;
    margin: 8px 0;
    list-style: none;
    text-align: left;
    padding-left: 10px;
}

.highlight {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
    color: #d63384;
}

.problems {
    margin: 20px 0;
    text-align: left;
}

.problems li {
    font-size: 1.1rem;
    margin: 5px 0;
    color: #c62828;
    list-style: none;
    padding-left: 10px;
}

.solution {
    font-size: 1.1rem;
    margin: 20px 0;
    color: #2e7d32;
    font-weight: bold;
}

.cta-text {
    font-size: 1.1rem;
    margin: 15px 0;
    color: #444;
}

.p-15 {
    padding: 15px;
}

.payment-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    text-align: center;
    width: 100%;
}

.payment-header h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00ffcc;
}

.payment-header p {
    font-size: 0.9rem;
    opacity: 0.9;
}

.payment-amount {
    margin: 25px 0;
}

.payment-amount span {
    font-size: 0.9rem;
    opacity: 0.7;
}

.payment-amount h1 {
    font-size: 2.5rem;
    color: #f1c40f;
    margin: 10px 0;
}

.pay-btn {
    width: 100%;
    padding: 15px;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pay-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 114, 255, 0.5);
}

.secure-badges {
    margin: 20px 0;
}

.secure-badges img {
    height: 40px;
    margin: 0 5px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

.side-navbar {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1000;
}

.side-navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-navbar ul li {
    margin: 15px 0;
}

.side-navbar ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #444;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.side-navbar ul li a.active,
.side-navbar ul li a:hover {
    background: #1e8a8a;
    /* Highlight color */
    color: #fff;
}

.bg-shape-2,
.bg-shape-1 {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    max-width: 370px;
    width: 100%;
    z-index: -1;
    mix-blend-mode: difference;
    pointer-events: none;
}

.bg-shape-3,
.bg-shape-4 {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    max-width: 915px;
    z-index: -1;
}

.bg-shape-2 {
    top: inherit;
    inset-inline-start: inherit;
    bottom: 0;
    inset-inline-end: 0;
}

.dark-bg,
.light-bg {
    position: relative;
    z-index: 1;
}

.light-bg {
    background: #d8e5e5 !important;
}

.light-bg h2,
.light-bg h3,
.light-bg p,
.light-bg li {
    color: #494949 !important;
}

body.orange-bg {
    background: #000 !important;
}

body.orange-bg .primary-btn {
    background: orange;
}

body.orange-bg .card-header {
    background: linear-gradient(-45deg, orange 10%0%, orange 50%, orange 100%);
}

.font-txt-color {
    color: orange !important;
}

.banner-hd {
    width: 50%;
    line-height: 2rem;
    text-align: center;
}

.slider {
    width: 100%;
    max-width: 100%;
    height: 400px;
    /* change as needed */
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    background: #222;
}

.track {
    display: flex;
    height: 100%;
    will-change: transform;
}

.slide {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-size: 100% 100%;
    background-position: center;
}

/* arrows */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: background .15s;
}

.arrow:hover {
    background: rgba(0, 0, 0, 0.65);
}

.arrow.prev {
    left: 14px;
}

.arrow.next {
    right: 14px;
}

/* dots */
.dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    display: flex;
    gap: 8px;
    z-index: 20;
}

.dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.dot.active {
    background: rgba(255, 255, 255, 0.95);
}

#who-l .hero {
    padding: 15px;
}

.register-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
}

.register-container-form {
    display: flex;
    width: 100%;
    /* max-width: 1100px; */
    /* background: #111; */
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.left-section {
    width: 50%;
    position: relative;
    padding-left: 90px;
    color: #fff;
}

.character {
    position: absolute;
    bottom: 0;
    left: -60px;
    width: 220px;
}

.content-box {
    width: 100%;
    float: right;
    background: #0d1333;
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    padding-top: 55px;
    text-align: center;
}

.content-box .logo {
    font-size: 14px;
    margin-bottom: 15px;
    color: #ccc;
}

.content-box h2 {
    font-size: 40px;
    margin-bottom: 10px;
    font-family: "TASA Orbiter", sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-shadow: 2px 1px #616060;
}

.content-box h2 span {
    color: #00d084;
}

.content-box p {
    font-size: 16px;
    line-height: 1.5;
}

.shapes {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.shape {
    width: 50px;
    height: 50px;
}

.shape.yellow.half {
    background: #fbc02d;
    border-radius: 50% 50% 0 0;
}

.shape.green.circle {
    background: #00d084;
    border-radius: 50%;
}

.shape.blue.quarter {
    background: #283593;
    border-radius: 0 0 50% 0;
}

.right-section {
    width: 50%;
    background: #1a237e;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.right-section h3 {
    font-size: 14px;
    color: #80d8ff;
    margin-bottom: 10px;
    text-shadow: 2px 1px #444;
}

.right-section h2 {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.4;
    text-shadow: 2px 1px #444;
}

.register-container-form form .input-box {
    margin-bottom: 20px;
}

.register-container-form form input {
    width: 100%;
    padding: 12px;
    border: none;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    outline: none !important;
}


.form-human-img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0px;
}

.main-content {
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 40px;
    /* background: url("../assets/subscription-bg.png"); */
}

@media (min-width: 768px) {
    .main-content {
        flex-direction: row;
        justify-content: space-between;
    }
}

.trader-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
    max-width: 300px;
    /* Constrain width on larger screens */
    margin: 0 auto;
    /* Center on smaller screens */
}

@media (min-width: 768px) {
    .trader-info {
        margin: 0;
        /* Remove auto margin on larger screens */
        align-items: flex-start;
        /* Align left */
    }
}

.trader-image-container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #00bcd4;
    box-shadow: 0 0 15px rgba(0, 188, 212, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.trader-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trader-name {
    font-size: 1.2em;
    font-weight: 600;
    color: #e0e0e0;
    margin-top: 10px;
}

.subscription-card {
    flex: 2;
    background-color: #1e1e1e;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border: 1px solid #333;
}

.subscription-card h2 {
    font-size: 1.8em;
    color: #e0e0e0;
    margin-top: 0;
    margin-bottom: 15px;
}

.subscription-card>p {
    /* Target the direct paragraph after h2 */
    color: #a0a;
    margin-bottom: 25px;
    font-size: 0.95em;
}

.subscription-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .subscription-options {
        flex-direction: row;
        justify-content: space-between;
    }
}

.option-card {
    display: block;
    /* Make label occupy full width */
    flex: 1;
    background-color: #2a2a2a;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

.option-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 10px #00bcd4;
}

.option-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.option-card .card-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.option-card h3 {
    margin: 0;
    font-size: 1.1em;
    color: #e0e0e0;
}

.option-card p {
    margin: 0;
    font-size: 1.4em;
    font-weight: 700;
    color: orange;
}

.checkmark {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 24px;
    width: 24px;
    background-color: #444;
    border-radius: 50%;
    border: 2px solid #333;
    transition: background-color 0.2s ease;
}

.option-card input:checked~.card-content .checkmark {
    background-color: orange;
    border-color: orange;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.option-card input:checked~.card-content .checkmark:after {
    display: block;
}

.option-card .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.total-section {
    background-color: #2a2a2a;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2em;
    font-weight: 600;
    border: 1px solid #333;
}

.total-section span {
    color: orange;
}

@media (max-width: 768px) {
    .register-container-form {
        flex-direction: column;
    }

    .character {
        position: relative;
        margin: 0 auto 20px;
    }

    .right-section,
    .left-section {
        width: 100%;
    }

    .form-human-img,
    .left-section {
        display: none;
    }
}

.pattern {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    grid-template-rows: repeat(2, 100px);
    gap: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

/* Base square */
.block {
    width: 100%;
    height: 100px;
    background: #0b0b66;
    /* dark blue */
    position: relative;
    overflow: hidden;
}

/* White half-circle */
.white-arc {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: white;
    position: absolute;
    bottom: -100px;
    left: -100px;
}

/* Yellow half-circle */
.yellow-arc {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: gold;
    position: absolute;
    top: -100px;
    right: -100px;
}

/* Green circle */
.green-circle {
    width: 50px;
    height: 50px;
    background: #00d0a3;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 25px;
}

/* Darker blue arc */
.blue-arc {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #050547;
    position: absolute;
    bottom: -100px;
    right: -100px;
}

/* small screens */
@media (max-width:600px) {

    .slider,
    .banner-wrap {
        width: 100%;
        max-width: 100%;
        height: 280px;
    }

    .slider .primary-btn {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width:410px) {
    .banner-btn-wrap {
        width: 65% !important;
        height: 85% !important;
        margin-left: 15px;
    }
}

.banner-btn-wrap {
    display: flex;
    justify-content: center;
    height: 78%;
    align-items: end;
    width: 70%;
}

.banner-btn-wrap-2 {
    height: 82%;
    width: 70%;
    margin-left: 30%;
}

.banner-btn-wrap-2 {
    height: 82%;
    width: 70%;
}

.banner-btn-wrap .primary-btn a {
    font-family: "TASA Orbiter", sans-serif;
    text-transform: uppercase;
}

.eyebrow,
.title,
strong {
    font-family: "TASA Orbiter", sans-serif;
    font-weight: bold;
}

.hero p {
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
}

@media(max-width: 768px) {
    h2 {
        font-size: 1.8rem;
    }

    .cards-container {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .card {
        width: 90%;
    }

    .footer-bar {
        flex-direction: column;
        text-align: center;
    }

    .slide {
        background-size: 100% 100%;
    }

    .video-background video {
        height: 100%;
    }

    #who-l {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .app-nav-hd {
        width: 100%;
        margin-bottom: 15px;
    }

    .app-nav-wrap {
        flex-direction: column;
    }

    .home-footer {
        margin-bottom: 225px;
    }

    .banner-container {
        grid-template-columns: 100%;
    }

    .side-navbar {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .home-footer {
        margin-bottom: 180px;
    }
}

.tamil-font-family {
    font-family: 'Noto_Sans_Tamil_2a8e7a', 'Noto_Sans_Tamil Fallback 2a8e7a', 'Noto Sans Tamil', 'Latha', 'Vijaya', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.payment-success-card-cont {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.payment-success-card-wrap {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    width: 400px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: fadeIn 1s ease-in-out;
}

.payment-success-checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid #4caf50;
    position: relative;
    margin-bottom: 20px;
    animation: pop 0.6s ease-in-out;
}

.payment-success-checkmark::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 20px;
    width: 25px;
    height: 45px;
    border-right: 4px solid #4caf50;
    border-bottom: 4px solid #4caf50;
    transform: rotate(45deg);
    animation: draw 0.8s ease forwards;
    opacity: 0;
}

.payment-success-card-wrap h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #4caf50;
    font-weight: 700;
}

.payment-success-card-wrap p {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 25px;
}

.payment-success-btn {
    background: orange;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.payment-success-btn:hover {
    background: orange;
    transform: translateY(-2px);
    box-shadow: 0px 5px 15px rgba(175, 162, 76, 0.5);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pop {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes draw {
    to {
        opacity: 1;
    }
}